You are not logged in.

#1 2011-06-19 22:43:01

KaiserASOT
Member
Registered: 2011-06-19
Posts: 5

Graphic driver frustrations

Hey all,

I'm completely new to linux, but I wanted to learn it inside and out so I decided to install Arch. Suicidal, I know. Anyway, after following the beginner Wiki and setting everything up, I've managed to get a working DE (LXDE), sound drivers installed, wireless, etc.  So far so good.

However, I am having problems with my nVidia GT220 card. Originally, I opted to install the noveau drivers...so 'pacman -S xf86-video-nouveau'. Following Nouveau's instructions on the wiki, I then attempted to load it using
modprobe-nouveau but it said the module was not found, even though I added "MODULES=noveau" to /etc/mkinitcpio.conf.

Eager to get a working DE, I decided to installed the Vesa generic drivers. They are working, but I'm limited to 1024x768 resolution. Finally, I tried pacman -S nvidia-173xx nvidia-173xx-utils but receive this error:

"pacman -S nvidia-173xx nvidia-173xx-utils
resolving dependencies...
looking for inter-conflicts...
:: linux-firmware and kernel26-firmware are in conflict. Remove kernel26-firmware? [y/N] y
:: util-linux and util-linux-ng are in conflict (linux32). Remove util-linux-ng? [y/N] y
:: nvidia-173xx-utils and libgl are in conflict. Remove libgl? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: ndiswrapper: requires kernel26<2.6.34
:: nouveau-dri: requires libgl=7.10.3

I also did pacman -Syu before all of this to update everything. I guess I bit off more than I could chew, but I'd really appreciate any input. I've searched google for the error, but only found a couple of posts mention that the GT220 drivers don't exist/won't work with Linux? Grrr.

Thank you.

Offline

#2 2011-06-19 22:48:30

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Graphic driver frustrations

If GT220 is a rather new card you should be using nvidia, not nvidia-173xx.
nvidia uses its own implementation of libgl and thus you get a conflict. You need to decide whether you want to use nouveau or nvidia, install the correct package and its dependencies and reboot.

MODULES=noveau

You have a typo there.

Edit: Are you sure you're fully up to date?

ndiswrapper: requires kernel26<2.6.34

looks pretty weird as the kernel version should be .38 IIRC.
BTW, ndiswrapper is not in the repos anymore, use the AUR.

You may want to download a fresh mirrorlist and update your system 'pacman -Syyu' again http://www.archlinux.org/mirrorlist/

Last edited by karol (2011-06-19 22:53:13)

Offline

#3 2011-06-19 22:57:11

KaiserASOT
Member
Registered: 2011-06-19
Posts: 5

Re: Graphic driver frustrations

OK thank you Karol! I'll give it a shot and see how it goes.

Offline

#4 2011-06-20 01:47:43

ConnorBehan
Package Maintainer (PM)
From: Long Island NY
Registered: 2007-07-05
Posts: 1,359
Website

Re: Graphic driver frustrations

KaiserASOT wrote:

Following Nouveau's instructions on the wiki, I then attempted to load it using
modprobe-nouveau but it said the module was not found, even though I added "MODULES=noveau" to /etc/mkinitcpio.conf.

I assume you aren't making the same typos when you try to get nouveau to work.
"modprobe nouveau" and "MODULES=nouveau" correct?


6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.

Offline

#5 2011-06-20 11:03:05

KaiserASOT
Member
Registered: 2011-06-19
Posts: 5

Re: Graphic driver frustrations

Sorry for the typos above, I did enter them correctly into the terminal.

A funny thing happened earlier as I was messing about.

pacman -Syu fails to complete because it gives me ::ndiswrapper: requires kernel26<2.6.34

Since my wireless uses the wrapper, I was hesitant to delete ndiswrapper... But I went ahead and tried and voila! What do you know, I was able to successfully update/install from pacman -Syu. Nvidia drivers installed just fine, but when I went to restart, my wireless wouldn't work because I had deleted ndiswrapper! I have no idea how I was able to download all the updates prior to the reboot after I had pacman -Rs ndiswrapper.

So now I did a fresh reinstall and am back to square one! Ideas?

Offline

#6 2011-06-20 11:06:57

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: Graphic driver frustrations

KaiserASOT wrote:

So now I did a fresh reinstall and am back to square one! Ideas?

Ndiswrapper moved to the AUR, you can install it from there. Are you sure you need it though?


ᶘ ᵒᴥᵒᶅ

Offline

#7 2011-06-20 14:59:11

ConnorBehan
Package Maintainer (PM)
From: Long Island NY
Registered: 2007-07-05
Posts: 1,359
Website

Re: Graphic driver frustrations

KaiserASOT wrote:

I have no idea how I was able to download all the updates prior to the reboot after I had pacman -Rs ndiswrapper.

It's because a copy of what was running was still in memory. It's the same reason that "rm -rf /" is able to delete every file on your system, even after it has deleted the "rm" executable.


6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.

Offline

#8 2011-06-20 19:39:34

wojox
Member
From: San Antonio TX.
Registered: 2009-08-27
Posts: 35

Re: Graphic driver frustrations

KaiserASOT wrote:

So now I did a fresh reinstall and am back to square one! Ideas?

I always save wireless for last. I keep my cat cable plugged in and install, update and configure. Is that an option?
What wireless driver are you using?


“Simplicity is the key to brilliance.” - Bruce Lee

Offline

#9 2011-06-20 19:52:36

KaiserASOT
Member
Registered: 2011-06-19
Posts: 5

Re: Graphic driver frustrations

Litemotiv: The "official" drivers aren't supported with my wireless card, so I have to use ndiswrapper I am assuming.

That makes sense Connor...I thought I'd be sneaky and delete ndiswrapper, update everything, then Pacman -S  ndiswrapper before I rebooted but that didn't work. Wired plug in isn't an option here. Would the ndiswrapper package be obtainable off the cd?

Offline

#10 2011-06-20 21:08:14

wojox
Member
From: San Antonio TX.
Registered: 2009-08-27
Posts: 35

Re: Graphic driver frustrations


“Simplicity is the key to brilliance.” - Bruce Lee

Offline

#11 2011-06-20 21:17:00

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Graphic driver frustrations

ndiswrapper is in the AUR and in ARM

Offline

#12 2011-06-21 01:11:15

KaiserASOT
Member
Registered: 2011-06-19
Posts: 5

Re: Graphic driver frustrations

I downloaded the tar ball of ndiswrapper (off of a USB stick from a separate computer) from the AUR but now when I try to install it, it fails because it can't check for dependencies online. So frustrating!

Last edited by KaiserASOT (2011-06-21 01:21:10)

Offline

#13 2011-06-21 03:45:16

admiralspark
Member
From: Alaska, USA
Registered: 2011-01-07
Posts: 87

Re: Graphic driver frustrations

If you don't mind, which wireless card do you have?

lspci | grep Net

will tell you both cards.


Team Ignition Kernel Developer
linux-ideapad developer/maintainer
Flame Kernel developer for Galaxy Nexus and Galaxy S3
Want a cheap, reliable VPS with AWESOME customer service?

Offline

#14 2011-06-21 05:24:37

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Graphic driver frustrations

http://arm.konnichi.com/search/index.ph … ommunity=1
You may download its dependencies the same way.

Offline

Board footer

Powered by FluxBB