You are not logged in.
Pages: 1
Hi, I installed driver from nvidia 171.06, but I have many problems with libraries libGL.so.
This driver he force me to uninstall libgl, Gnome works fine, but now I don´t have an acceleration 3D.
The driver 169.xx installed by pacman not works, when reboot enad type startx the screen is black.:(
Thanxs ce.
ance.
Arch 2008.02 - i686
Last edited by jack (2008-04-05 16:42:33)
Offline
Can you post your xorg log please, I had a similar problem a while back downgrading didn't help much either, in the end I just got one of the binary drivers from the Nvidia site, problem fixed.
Last edited by dabski (2008-04-15 01:05:18)
Offline
This is what you should have:
$ find /usr/lib -name libGL\* -exec pacman -Qo '{}' \;
/usr/lib/xorg/modules/extensions/libGLcore.xorg is owned by xorg-server-ubuntu 20080131-4
/usr/lib/libGLU.so.1.3.070003 is owned by mesa 7.0.3rc2-1
/usr/lib/libGLw.so.1.0.0 is owned by mesa 7.0.3rc2-1
/usr/lib/libGLU.so is owned by mesa 7.0.3rc2-1
/usr/lib/libGLEW.so is owned by glew 1.5.0-1
/usr/lib/libGLw.so.1 is owned by mesa 7.0.3rc2-1
/usr/lib/libGLw.so is owned by mesa 7.0.3rc2-1
/usr/lib/libGL.so.173.08 is owned by nvidia-utils 173.08-1
/usr/lib/libGLcore.so.1 is owned by nvidia-utils 173.08-1
/usr/lib/libGLcore.so.173.08 is owned by nvidia-utils 173.08-1
/usr/lib/libGL.so.1 is owned by nvidia-utils 173.08-1
/usr/lib/libGLEW.so.1.5.0 is owned by glew 1.5.0-1
/usr/lib/libGLU.so.1 is owned by mesa 7.0.3rc2-1
/usr/lib/libGLEW.a is owned by glew 1.5.0-1
/usr/lib/libGLEW.so.1.5 is owned by glew 1.5.0-1
/usr/lib/libGL.so is owned by nvidia-utils 173.08-1
$ find /lib/modules/ -name nvidia\* -exec pacman -Qo '{}' \;
/lib/modules/2.6.25-rc9/kernel/drivers/video/nvidia.ko is owned by nvidia 173.08-1
Every file is maintained by pacman. The packages to install are nvidia and nvidia-utils.
Installing the nvidia drivers from nvidia's site manually is just a method to screw up your system in the future, by leaving orphaned libraries around to interfere.
Offline
Please try 173.08
Offline
Yeap, this new drivers works fine!:D Use officially drivers from nVidia.
$ glxinfo | grep direct
direct rendering: Yes
$ glxgears
91355 frames in 5.0 seconds = 18270.963 FPS
91499 frames in 5.0 seconds = 18299.650 FPS
91288 frames in 5.0 seconds = 18257.494 FPS
91974 frames in 5.0 seconds = 18394.789 FPS
91979 frames in 5.0 seconds = 18395.774 FPS
91953 frames in 5.0 seconds = 18390.563 FPS
92022 frames in 5.0 seconds = 18404.253 FPS
Execute # nvidia-xconfig --no-dynamic-twinview and works at 1680*1050 @60 mhz.;)
Thanxs.
Last edited by jack (2008-04-17 20:19:52)
Offline
I just upgraded from a 7900gs to a 9600gt, glxgears said with my 7900gs like 12000 now its only like this:
14829 frames in 5.0 seconds = 2965.739 FPS
I got direct rendering, is this a driver problem?
Offline
I've read somewhere about 2D issues with the new Nvidia Beta driver, did you use that one?
Edit, my system wont work with the new kernel26 in testing and the Nvidia driver, it freezes on x startup..
Last edited by glad (2008-04-24 13:23:32)
Offline
Pages: 1