David Wei wrote: > Hi > I successfully emerged the x11-drivers/nvidia-drivers package and update the > xorg.conf file as below: > > < <SNIP >> > (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X > (EE) NVIDIA(0): log file that the GLX module has been loaded in your X > (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If > (EE) NVIDIA(0): you continue to encounter problems, Please try > (EE) NVIDIA(0): reinstalling the NVIDIA driver. > > < SNIP > > ------------------------------- > 魏亮 David Wei > > 您可以通过下面的方式和我联系: > MSN: [EMAIL PROTECTED] > Gtalk: [EMAIL PROTECTED] > Email: [EMAIL PROTECTED] > > >
I couldn't help but notice that part. Below is my xorg.conf file. You may want to compare mine to yours and check what is different. # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 ([EMAIL PROTECTED]) Fri Jan 11 15:05:59 PST 2008 # ********************************************************************** # Server flags section. This contains various server-wide Options. # ********************************************************************** #Section "dri" # Group "graphics" # Mode 0660 #EndSection Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" EndSection Section "Module" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "dbe" Load "freetype" Load "type1" EndSection Section "ServerFlags" # Option "OffTime" "10" Option "BlankTime" "5" Option "StandbyTime" "10" # Option "SuspendTime" "10" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mouse0" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" Option "dpms" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV34 [GeForce FX 5200]" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" Option "DPMS" "TRUE" SubSection "Display" Viewport 0 0 Modes "1280x1024" "1024x768" "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 4 Modes "1280x1024" "1024x768" "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 8 Modes "1280x1024" "1024x768" "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 15 Modes "1280x1024" "1024x768" "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" "1024x768" "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" "800x600" EndSubSection EndSection Please note, I am NOT saying you should replace yours with mine. Just look to see what differences may help with yours. Maybe something is commented out that shouldn't be or something should be commented out that isn't. Hope that helps. Dale :-) :-)

