You are not logged in.
Pages: 1
Well, I have an NVIDIA FX5200. With "nv" driver thereś no dri, with nvidia I get errors. I deleted, installed it several times and now I have some errors:
Any ideas what can be done ?
root@myhost ~]# pacman -S nvidia
:: nvidia conflicts with libgl-dri. Remove libgl-dri? [Y/n] Y
Remove: libgl-dri
Targets: nvidia-1.0.8178-15
Total Package Size: 5.9 MB
Proceed with upgrade? [Y/n] Y
:: Retrieving packages from extra...
nvidia-1.0.8178-15 [################] 100% 6004K 4640K/s 00:00:01
checking package integrity... done.
removing libgl-dri... done.
loading package data... done.
checking for file conflicts... done.
installing nvidia... done.
IMPORTANT
==> In order to use the software, you have to agree to NVIDIA's license located
in
==> /usr/share/doc/NVIDIA_GLX-1.0/LICENSE
==> If you don't, please remove this package (pacman -R nvidia)
Installation starts now ...
INSTALLATION FAILED!
==> You have to shutdown Xserver to finish installation! You have to rerun 'pacm
an -S nvidia'
==> Other installation errors can be found at: /var/log/nvidia-installer.log
==> Other common solutions can be found on the wiki: http://wiki.archlinux.org/i ndex.php/How_to_install_NVIDIA_driver
rm: Entfernen von ,,/usr/lib/libGL.la" nicht möglich: Datei oder Verzeichnis nic ht gefunden
mv: Aufruf von stat für ,,/usr/share/man/man1/nvidia*" nicht möglich: Datei oder Verzeichnis nicht gefunden
FATAL: Module nvidia not found.
If you need more information about setting up nvidia drivers have a look at:
"http://wiki.archlinux.org/index.php/How … DIA_driver"
/sbin/ldconfig: File /usr/lib/libGL.so.1 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libnvidia-cfg.so.1 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libXvMCNVIDIA.so.1.0.8178 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libnvidia-tls.so.1 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libXvMCNVIDIA_dynamic.so.1 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libnvidia-cfg.so is empty, not checked.
/sbin/ldconfig: File /usr/lib/libnvidia-tls.so.1.0.8178 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libGL.so.1.0.8178 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libnvidia-cfg.so.1.0.8178 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libGL.so is empty, not checked.
/sbin/ldconfig: File /usr/lib/libGLcore.so.1 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libGLcore.so.1.0.8178 is empty, not checked.
[root@myhost ~]#
Offline
Here's mine:
Section "Device"
Identifier "fx5200"
Driver "nvidia"
VideoRam 131072
Option "nvAGP" "1"
Option "NoLogo" "true"
Option "RenderAccel" "true"
Option "CoolBits" "1"
EndSection
Did you install with X shutdown?
Offline
As the package makes use of nvidia's installer, pacman has no real power in deciding wether those libs belong to nvidia or lib-dri.
Check if the libs really are available, and if they are empty. Remove them if they are empty, or not linked to nvidia sources. Reinstall nvidia with pacman -Sf nvidia.
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
remove your old /usr/X11R6 dir
Offline
please help, i'm posting from links
Offline
What happens when you actually start x? Do you get any errors?
Also make sure that you have the DRI section of your xorg.conf disabled, and that you're loading the glx module
-Connor McKay
"He is no fool who gives what he cannot keep to gain what he cannot lose" - Jim Elliot
Offline
Disabling DRI is no longer necessary with Xorg 7 , and maybe not even a good idea.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Its disabled by default in xorg.conf (at least when generated by xorgconfig)...
Oh well, I am absolutely no expert on the subject, so I don't really know
-Connor McKay
"He is no fool who gives what he cannot keep to gain what he cannot lose" - Jim Elliot
Offline
install the nvidia package (even as you have it right now with the errors). reboot your computer. then remove the package. it should uninstall cleanly and you should be able to install cleanly. i tend to have that problem after i've run X and then i try to install/uninstall nvidia drivers.
Offline
Pages: 1