* PATCH: Extra brightness off with the XClaim 3D Plus
@ 1999-08-11 19:58 Rick Meier
1999-08-13 14:09 ` Mike Lambert
0 siblings, 1 reply; 4+ messages in thread
From: Rick Meier @ 1999-08-11 19:58 UTC (permalink / raw)
To: linuxppc-dev
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. ]]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: PATCH: Extra brightness off with the XClaim 3D Plus
1999-08-11 19:58 PATCH: Extra brightness off with the XClaim 3D Plus Rick Meier
@ 1999-08-13 14:09 ` Mike Lambert
1999-08-17 11:09 ` Geert Uytterhoeven
0 siblings, 1 reply; 4+ messages in thread
From: Mike Lambert @ 1999-08-13 14:09 UTC (permalink / raw)
To: linuxppc-dev
On Wed, 11 Aug 1999, Rick Meier wrote:
> 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)
> 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, this works as advertised. The XClaim 3D Plus in my B+W G3 400
now works properly. Well, except for the mild snow down the left side of
the display, but that is a different problem...
-mike
--
Michael Lambert JEOL USA Inc.
Systems Administration http://www.jeol.com/
[[ 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. ]]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: PATCH: Extra brightness off with the XClaim 3D Plus
1999-08-13 14:09 ` Mike Lambert
@ 1999-08-17 11:09 ` Geert Uytterhoeven
1999-08-17 12:37 ` Mike Lambert
0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 1999-08-17 11:09 UTC (permalink / raw)
To: Mike Lambert; +Cc: linuxppc-dev
On Fri, 13 Aug 1999, Mike Lambert wrote:
> On Wed, 11 Aug 1999, Rick Meier wrote:
> > 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)
> > 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, this works as advertised. The XClaim 3D Plus in my B+W G3 400
> now works properly. Well, except for the mild snow down the left side of
> the display, but that is a different problem...
Does the B+W G3 400 really has a RAGE LT PRO? I thought that chip was meant for
laptops.
Greetings,
Geert
--
Geert Uytterhoeven Geert.Uytterhoeven@cs.kuleuven.ac.be
Wavelets, Linux/{m68k~Amiga,PPC~CHRP} http://www.cs.kuleuven.ac.be/~geert/
Department of Computer Science -- Katholieke Universiteit Leuven -- Belgium
[[ 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. ]]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: PATCH: Extra brightness off with the XClaim 3D Plus
1999-08-17 11:09 ` Geert Uytterhoeven
@ 1999-08-17 12:37 ` Mike Lambert
0 siblings, 0 replies; 4+ messages in thread
From: Mike Lambert @ 1999-08-17 12:37 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linuxppc-dev
On Tue, 17 Aug 1999, Geert Uytterhoeven wrote:
> On Fri, 13 Aug 1999, Mike Lambert wrote:
> > Thanks Rick, this works as advertised. The XClaim 3D Plus in my B+W G3 400
> > now works properly. Well, except for the mild snow down the left side of
> > the display, but that is a different problem...
>
> Does the B+W G3 400 really has a RAGE LT PRO? I thought that chip was meant for
> laptops.
In order to use atyfb, I removed the OEM ATI RAGE 128 PCI card from a B+W
G3 400 and installed an ATI XClaim 3D Plus PCI card, which does in fact
use the RAGE LT PRO chip.
However, I see Anthony Tong has released a atyfb patch with RAGE 128
support (Thanks Anthony!), so I think I will be putting the OEM card
back in very soon now.
:-)
Regards,
--
Michael Lambert JEOL USA Inc.
Systems Administration http://www.jeol.com/
[[ 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. ]]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~1999-08-17 12:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-08-11 19:58 PATCH: Extra brightness off with the XClaim 3D Plus Rick Meier
1999-08-13 14:09 ` Mike Lambert
1999-08-17 11:09 ` Geert Uytterhoeven
1999-08-17 12:37 ` Mike Lambert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).