> My /var/log/Xorg.0.log:
...
> (II) LoadModule: "glx"
> (II) Loading /usr/X11/lib/modules/extensions/amd64//libglx.so
> (II) Module glx: vendor="X.Org Foundation"
>       compiled for 1.6.5, module version = 1.0.0
>       ABI class: X.Org Server Extension, version 2.0
> (==) AIGLX enabled
...
> (**) Dec 30 03:33:15 NVIDIA(0): Enabling RENDER acceleration
> (EE) Dec 30 03:33:15 NVIDIA(0): Failed to initialize the GLX module; please 
> check in your X
> (EE) Dec 30 03:33:15 NVIDIA(0):     log file that the GLX module has been 
> loaded in your X
> (EE) Dec 30 03:33:15 NVIDIA(0):     server, and that the module is the NVIDIA 
> GLX module. 

Not sure if this is the root cause, but it is loading the mesa glx
module instead of the nvidia glx module.  This is a documented
bug.  From the b130 announcement
(http://www.opensolaris.org/jive/thread.jspa?threadID=120631&tstart=0):

        --------------------
6912450 OpenGL switcher broken for NVIDIA graphics in b130
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6912450

After installing or updating to build 130, OpenGL-based
programs including Compiz no longer function. In particular,
Compiz users may see an all-white desktop session.

Work-around: Correct the following symbolic link, if necessary
after booting to single-user mode or by choosing "xterm" in the
GNOME Display Manager (gdm)

u...@host$ pfexec rm /usr/lib/xorg/modules/extensions/GL
u...@host$ pfexec ln -s ../../../../../var/run/opengl/server \
/usr/lib/xorg/modules/extensions/GL
        --------------------


The other problem could be that this system has two nvidia
graphics devices, a GeForce 9200M GS on pci bus 2, and a
GeForce 9400M G on pci bus 3.

> (!!) More than one possible primary device found


Apparently it tries to use the GeForce 9200 on bus 2, but
fails. Maybe it should be using the other device on bus 3?
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to