Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2006 11:54:41 +0300
From:      "Andrew N. Below" <defan@zenon.net>
To:        freebsd-x11@freebsd.org
Subject:   xorg 6.9.0 and nvidia GLX problem
Message-ID:  <web-3992722@mp.zenon.net>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?web-3992722>