Bugzilla – Bug 102976
GeForce 6600 GT needs special options
Last modified: 2005-09-07 13:22:37 UTC
If the card "GeForce 6600 GT" is detected two special options are required in the "Device" Section of xorg.conf Option "XaaNoPixmapCache" Option "XaaNoOffScreenPixmaps" Without these sometimes some strange colors are shown.
reassigned to sndirsch
Ok. Please add output of "hwinfo --gfx". Thanks.
Created attachment 45324 [details] hwinfo --gfx output
done
fixed for Beta2.
I still need those parameters on beta3. hwinfo will be attached.
Created attachment 47557 [details] hwinfo
> Driver Info #0: > XFree86 v4 Server Module: nv > XF86Config Entry: Option "XaaNoPixmapCache"\nOption "XaaNoOffScreenPixmaps" It's specified. Please attach /etc/X11/xorg.conf.
Created attachment 47561 [details] xorg.conf
[...] Option "XaaNoPixmapCache" Option "XaaNoOffScreenPixmaps" [...] So where's the problem?
He has added these parameters by Hand, because he wants to work:-) Tomorrow he can give more informations
Ok. Now I understand.
Marcus, I wonder what's wrong here ...
Unfortunately only Marcus can investigate this. :-(
I don't believe that the options has been added by hand. The options are set for the following cards: NAME=NVidia DEVICE=GeForce 6600 GT VID=0x10de�DID=0x0140 NAME=NVidia DEVICE=GeForce 6200 TurboCache(TM) VID=0x10de�DID=0x0161 sax2 -r from runlevel 3 and the /var/log/SaX.log will occupy that
Sorry does not work. I removed my xorg.conf and start sax2. I attache the resulting xorg.conf You can see it on my workstation if you do not trust me :-) I also attache the SaX.log
Created attachment 47948 [details] sax generated xorg.conf.10.0-beta3
Created attachment 47949 [details] SaX.log
Still needs to be investigated by Marcus.
yes I see the problem is Stefan specified the options wrong. Stefan you passed RAW= options without a value this is not allowed bool only options need to appear as OPT= values in the Identity map for example "NAME=Cirrus LogicDEVICE=GD 5430/40 VID=0x1013DID=0x00a0" OPT=Noaccel bool options use a simple , as seperator OPT=o1,o2,o3 raw options requires a value RAW=Option "bla" "on",Option "bla2" "off" could you please fix, thanks
fixed.
Tracked on developer.nvidia.com now as #187817.