Quote:
Originally posted by Rocketeer
And here are the essential parts of the XF86Config:
Code:
Section "Module"
Load "glx"
...
EndSection
Section "Device"
Identifier "geforceself"
Driver "nvidia"
Option "NvAgp" "1"
BoardName "NVIDIA GeForce 2 MX self"
VideoRam 32768
EndSection
Section "Screen"
Identifier "Screen 1"
Device "geforceself"
Monitor "gericom"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
So, any hints for me?
Thank you very much
|
I think that is a conflict with GL libraries.
You say that Nvidia Logo is showed, then,
search any lib*GL* ( in /usr and /usr/X11R6 )
and check there is NO any libMesaGL(rename or delete).
If you installed a previous version of Nvidia drivers, desinstall them first ( rpm -U doesn't work well )