You are not logged in.

#1 2006-03-08 09:56:41

Kin
Member
From: Oberfranken / Europe
Registered: 2004-01-23
Posts: 137

NVIDIA + libgl-dri = chaos

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

#2 2006-03-08 10:18:35

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: NVIDIA + libgl-dri = chaos

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

#3 2006-03-08 11:33:22

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

Re: NVIDIA + libgl-dri = chaos

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

#4 2006-03-08 13:06:14

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: NVIDIA + libgl-dri = chaos

remove your old /usr/X11R6 dir

Offline

#5 2006-03-08 17:38:35

nbcjr
Member
From: BRAZIL!
Registered: 2004-12-04
Posts: 79

Re: NVIDIA + libgl-dri = chaos

please help, i'm posting from links sad

Offline

#6 2006-03-08 23:01:36

Ethilien
Member
From: Parker, CO
Registered: 2005-09-21
Posts: 36
Website

Re: NVIDIA + libgl-dri = chaos

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 smile


-Connor McKay

"He is no fool who gives what he cannot keep to gain what he cannot lose" - Jim Elliot

Offline

#7 2006-03-08 23:27:52

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: NVIDIA + libgl-dri = chaos

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.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#8 2006-03-08 23:38:30

Ethilien
Member
From: Parker, CO
Registered: 2005-09-21
Posts: 36
Website

Re: NVIDIA + libgl-dri = chaos

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 big_smile


-Connor McKay

"He is no fool who gives what he cannot keep to gain what he cannot lose" - Jim Elliot

Offline

#9 2006-03-08 23:58:12

The_Nerd
Member
From: Syracuse, NY / Baltimore, MD
Registered: 2005-11-30
Posts: 134
Website

Re: NVIDIA + libgl-dri = chaos

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

Board footer

Powered by FluxBB