[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Getting original GLX back



On Mon, Jul 07, 2003 at 02:56:38PM +0200, Raffaele Sandrini wrote:
> Hi
> 
> Some time ago i changed in my XFree enviroment to the vendor driver "nvidia" 
> (Xfree driver is "nv"). This driver installes its own GLX to gain access to 
> hardware OGL functions. Now i switched back to "nv" wich has no hardware 
> support. I had to disable GLX in the XFConfig because of binary 
> incompatibility between the open source driver and the non-free GLX (obvious 
> :) ).
> 
> Without GLX im not able to run OGL at the moment not even Software driven OGL. 
> How can i get my old GLX back? Of wichpacket is it part of? MESA? XFree?
> 

Hi,

just have a look to /usr/X11R6/lib/modules/extensions. I think what you
need is libglx.a and libGLcore.a from x11/xserver-xfree86 package. You
also need to load the modules in /etc/X11/XF86Config-4:

Section "Module"
	Load    "GLcore" 
	Load    "glx"

I hope it helps.

Cheers,
E.



Reply to: