xorg 6.9.0 and nvidia GLX problem

Andrew N. Below defan at zenon.net
Sun Jan 22 00:54:44 PST 2006


Hello,

I have a problem with xorg 6.9.0 and nvidia-driver-1.0.8178.
Logs says:

(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.
[..]
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce2 MX/MX 400
(--) NVIDIA(0): VideoBIOS: 03.11.01.44.00
[..]

Reinstalling of nvidia-driver port has not solved this problem.

Module and device sections from xorg.conf:

Section "Module"
     Load        "dbe"   # Double buffer extension
     SubSection  "extmod"
       Option    "omit xfree86-dga"   # don't initialise the DGA extension
     EndSubSection
     Load        "type1"
     Load        "freetype"
     Load       "glx"
     Load        "dri"
EndSection

Section "Device"
     Identifier  "nVidia GeForce2 MX400"
     VendorName  "nVidia Corporation"
     Driver      "nvidia"
EndSection

BTW, is this ok that libGL.so was rewrited by nvidia-driver port?

defan# pkg_info -L nvidia-driver-1.0.8178 | grep -i libgl.so
/usr/X11R6/lib/libGL.so.1

defan# pkg_info -L xorg-libraries-6.9.0 | grep -i libgl.so
/usr/X11R6/lib/libGL.so
/usr/X11R6/lib/libGL.so.1

--
Andrew


More information about the freebsd-x11 mailing list