You are not logged in.

#1 2009-09-04 23:36:11

manilaph
Member
Registered: 2009-08-28
Posts: 2

Cannot install Nvidia 96 driver due to conflicts

Hi.

When I tried to follow the wiki regarding the installation of Nvidia 96, I got these results:

[root@sgo-desktop sgo]# pacman -Sy nvidia-96xx
:: Synchronizing package databases...
core is up to date
extra                    422.9K  128.2K/s 00:00:03 [#####################] 100%
community is up to date
resolving dependencies...
looking for inter-conflicts...
:: nvidia-96xx-utils conflicts with libgl. Remove libgl? [Y/n] y
error: failed to prepare transaction (could not satisfy dependencies)
:: ati-dri: requires libgl=7.5
:: intel-dri: requires libgl=7.5
:: mach64-dri: requires libgl=7.5
:: mga-dri: requires libgl=7.5
:: r128-dri: requires libgl=7.5
:: savage-dri: requires libgl=7.5
:: sis-dri: requires libgl=7.5
:: tdfx-dri: requires libgl=7.5
:: trident-dri: requires libgl=7.5
:: unichrome-dri: requires libgl=7.5

the fonts of my screen are too large. It should be 1024x768 but I cannot find this settings on the "screen resize and rotate".

hoping that someone could help out.

Offline

#2 2009-09-05 04:00:42

manilaph
Member
Registered: 2009-08-28
Posts: 2

Re: Cannot install Nvidia 96 driver due to conflicts

How can I do this?

I tried it but it seems I do not have the permission to save the changes
Configuring X-Server

Edit /etc/X11/XF86Config or your /etc/X11/xorg.conf config file: Disable in modules section: GLcore and DRI

Add to modules section:

Load "glx"

Make sure you DON'T have a line

Load           "type1"

in the Module section since recent versions of xorg-server does not include the type1 font module (completely replaced by freetype).

Disable Section DRI completely:

#Section "DRI"
# Mode 0666
#EndSection

Change

Driver "nv"

or

Driver "vesa"

to

Driver "nvidia"

If it exists, disable the Chipset option (only needed for nv driver):

#Chipset "generic"

Offline

#3 2009-09-05 05:51:40

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: Cannot install Nvidia 96 driver due to conflicts

Welcome to the forum, manilaph!

What terminal do you use ? Maybe you can set the terminal font in ~/.Xdefaults. Did you try another mirror to install nvidia ?

Offline

#4 2009-09-05 20:34:33

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Cannot install Nvidia 96 driver due to conflicts

pacman -Rd libgl && pacman -S nvidia-96xx nvidia-96xx-utils

See pacman(1) to for details about what that does.

Last edited by Mr.Elendig (2009-09-05 20:35:06)


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#5 2009-09-05 21:09:34

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Cannot install Nvidia 96 driver due to conflicts

:: ati-dri: requires libgl=7.5
:: intel-dri: requires libgl=7.5
:: mach64-dri: requires libgl=7.5
:: mga-dri: requires libgl=7.5
:: r128-dri: requires libgl=7.5
:: savage-dri: requires libgl=7.5
:: sis-dri: requires libgl=7.5
:: tdfx-dri: requires libgl=7.5
:: trident-dri: requires libgl=7.5
:: unichrome-dri: requires libgl=7.5

Either you have a lot of video cards on your system or you need to do some cleaning up.

Offline

Board footer

Powered by FluxBB