|
|
#1 | |
|
Registered User
Join Date: Jan 2007
Posts: 4
|
It seems that the combination above causes GLX to break horribly on my box. GLX is not initialised properly by X, and a warning appears in /var/log/Xorg.0.log:
Code:
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 6.9.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
...
(**) NVIDIA(0): Enabling RENDER acceleration
(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 GeForce 6600 at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.43.02.16.c3
configuration:
xorg.conf + log file attached. suggestions? How can I get extra debug information which could be used for diagnosis? -nick |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Nov 2006
Posts: 228
|
According to your log file, you're loading the glx extension that comes with Xorg, not the one from the nvidia driver.
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 Did you install the driver from the ports tree? Adam |
|
|
|
|
|
|
#3 | |
|
Registered User
Join Date: Jan 2007
Posts: 4
|
Quote:
-nick |
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Nov 2006
Posts: 228
|
Well, I suggest moving the Xorg libglx out of the way, and linking the nVidia glx (wherever the port installed it to) to the proper location.
|
|
|
|
|
|
|
#5 | |
|
Registered User
Join Date: Jan 2007
Posts: 4
|
Quote:
-nick |
|
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Nov 2006
Posts: 228
|
I don't care what it suggests :-) Unless your Xorg log file is lying, you're still loading the Xorg GLX library, which is a big no-no.
Adam |
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Dec 2005
Posts: 25
|
Hi,
don't know if releated, but the latest release 9746 freezes definitely my freebsd box (6.2). Had to go back to the 9631. PS : I have the same problem with my linux (etch) boxes, and same fix :-(
__________________
Fred, Ph.D |
|
|
|
|
|
#8 |
|
Registered User
Join Date: Jul 2005
Posts: 79
|
I agree with adamk75, Xorg is loading the wrong glx module.
I had it happen once too, I solved it by pkg_delete nvidia-driver-1.0.9746_1[*], rm -rf /var/db/ports/nvidia-driver/ (this removes previously set build options). Also have a look in /usr/X11R6/lib/modules/, drivers and extensions, remove any leftover XXX-* files. Then rebuild & reinstall the nvidia-driver, cd /usr/ports/x11/nvidia-driver/ && make all install clean. [*] replace with your installed version, have a look in /var/db/pkg/ to see which one is installed. |
|
|
|
|
|
#9 | |
|
Registered User
Join Date: Jan 2007
Posts: 4
|
Quote:
-nick |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Glx | mrbig1344 | NVIDIA Linux | 7 | 09-30-02 06:45 AM |