Bug 102976

Summary: GeForce 6600 GT needs special options
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Michael Calmer <mc>
Component: SaX2Assignee: Stefan Dirsch <sndirsch>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P2 - High CC: ms, sndirsch, ug
Version: Beta 1   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: hwinfo --gfx output
hwinfo
xorg.conf
sax generated xorg.conf.10.0-beta3
SaX.log

Description Michael Calmer 2005-08-09 10:18:16 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.
Comment 1 Marcus Schaefer 2005-08-09 13:08:30 UTC
reassigned to sndirsch  
Comment 2 Stefan Dirsch 2005-08-09 13:42:46 UTC
Ok. Please add output of "hwinfo --gfx". Thanks.
Comment 3 Michael Calmer 2005-08-09 13:48:15 UTC
Created attachment 45324 [details]
hwinfo --gfx output
Comment 4 Michael Calmer 2005-08-09 13:48:59 UTC
done 
Comment 5 Stefan Dirsch 2005-08-09 14:08:40 UTC
fixed for Beta2.
Comment 6 Uwe Gansert 2005-08-25 14:03:08 UTC
I still need those parameters on beta3.
hwinfo will be attached.

Comment 7 Uwe Gansert 2005-08-25 14:03:48 UTC
Created attachment 47557 [details]
hwinfo
Comment 8 Stefan Dirsch 2005-08-25 14:07:13 UTC
>  Driver Info #0:
>    XFree86 v4 Server Module: nv
>    XF86Config Entry: Option  "XaaNoPixmapCache"\nOption  "XaaNoOffScreenPixmaps"

It's specified. Please attach /etc/X11/xorg.conf.
Comment 9 Uwe Gansert 2005-08-25 14:25:49 UTC
Created attachment 47561 [details]
xorg.conf
Comment 10 Stefan Dirsch 2005-08-25 15:19:43 UTC
[...] 
  Option       "XaaNoPixmapCache" 
  Option       "XaaNoOffScreenPixmaps" 
[...] 
 
So where's the problem? 
 
Comment 11 Michael Calmer 2005-08-25 15:30:22 UTC
He has added these parameters by Hand, because he wants to work:-) 
 
Tomorrow he can give more informations 
Comment 12 Stefan Dirsch 2005-08-25 15:40:09 UTC
Ok. Now I understand. 
Comment 13 Stefan Dirsch 2005-08-25 21:39:00 UTC
Marcus, I wonder what's wrong here ... 
Comment 14 Stefan Dirsch 2005-08-26 15:57:15 UTC
Unfortunately only Marcus can investigate this. :-(
Comment 15 Marcus Schaefer 2005-08-28 16:14:35 UTC
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 
Comment 16 Michael Calmer 2005-08-29 10:08:38 UTC
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 
Comment 17 Michael Calmer 2005-08-29 10:09:28 UTC
Created attachment 47948 [details]
sax generated xorg.conf.10.0-beta3
Comment 18 Michael Calmer 2005-08-29 10:10:18 UTC
Created attachment 47949 [details]
SaX.log
Comment 19 Stefan Dirsch 2005-08-29 14:21:53 UTC
Still needs to be investigated by Marcus.
Comment 20 Marcus Schaefer 2005-08-29 15:39:26 UTC
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 
Comment 21 Stefan Dirsch 2005-08-29 16:21:07 UTC
fixed.
Comment 22 Matthias Hopf 2005-09-07 13:22:37 UTC
Tracked on developer.nvidia.com now as #187817.