From: Rick Meier <rmeier@liberate.com>
To: linuxppc-dev@lists.linuxppc.org
Subject: PATCH: Extra brightness off with the XClaim 3D Plus
Date: Wed, 11 Aug 1999 13:58:45 -0600 [thread overview]
Message-ID: <37B1D5F5.F76809E9@liberate.com> (raw)
On the XClaim 3D plus the extra brightness needs to be turned off or the
card overdrives the monitor. Here is a patch to the kernel if anyone
wants to try it.
--- atyfb.c Wed Aug 11 13:49:29 1999
+++ atyfb.c.orig Wed Aug 11 13:57:49 1999
@@ -3418,7 +3418,7 @@
if (Gx == GT_CHIP_ID || Gx == GU_CHIP_ID || Gx == GV_CHIP_ID ||
Gx == GW_CHIP_ID || Gx == GZ_CHIP_ID || Gx == LG_CHIP_ID ||
Gx == GB_CHIP_ID || Gx == GD_CHIP_ID || Gx == GI_CHIP_ID ||
- Gx == GP_CHIP_ID || Gx == GQ_CHIP_ID || Gx == LI_CHIP_ID)
+ Gx == GP_CHIP_ID || Gx == GQ_CHIP_ID)
i |= 0x2; /*DAC_CNTL|0x2 turns off the extra brightness
for gt*/
aty_st_8(DAC_CNTL, i, info);
aty_st_8(DAC_MASK, 0xff, info);
Thanks
Rick Meier
Network Computers Inc.
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
next reply other threads:[~1999-08-11 19:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-08-11 19:58 Rick Meier [this message]
1999-08-13 14:09 ` PATCH: Extra brightness off with the XClaim 3D Plus Mike Lambert
1999-08-17 11:09 ` Geert Uytterhoeven
1999-08-17 12:37 ` Mike Lambert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=37B1D5F5.F76809E9@liberate.com \
--to=rmeier@liberate.com \
--cc=linuxppc-dev@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.