You are not logged in.

#1 2007-09-12 17:57:22

tronica
Member
Registered: 2006-11-02
Posts: 121

ati messed up nvidia driver

I was using a nvidia card, i then got a ati card, uninstalled the nvidia driver. Installed the fglrx driver, and didn't like it. So i uninstalled the fglrx driver. and reinstalled the nvidia driver....now the nividia driver doesn't work. I get the following with glxinfo

[tronica@desktop ~]$ glxinfo
name of display: :0.0
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
Segmentation fault
[tronica@desktop ~]$

any ideas.

Offline

#2 2007-09-12 18:19:01

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: ati messed up nvidia driver

I'm assuming you're using pacman for all these installations/uninstallations?  ie - "uninstalled the nvidia driver" means pacman -R nvidia and "installed the fglrx driver" means pacman -S fglrx?

Silly question: I assume you put your nvidia card back in, right?
What's /var/log/Xorg.0.log look like?

Offline

#3 2007-09-12 18:34:45

dschrute
Member
From: NJ, USA
Registered: 2007-04-09
Posts: 183

Re: ati messed up nvidia driver

It sounds to me like your xorg.conf file is still configured for ati...
Check your /etc/X11/xorg.conf file and make sure the correct modules are loading, and that you are using the correct driver.  For NVidia cards, you want 

Driver "nvidia"

and

Load "glx"

but *not*

Load "dri"

See the wiki entry for NVidia cards :
http://wiki.archlinux.org/index.php/NVIDIA

Offline

#4 2007-09-12 19:51:19

tronica
Member
Registered: 2006-11-02
Posts: 121

Re: ati messed up nvidia driver

I unistalled the nvidia driver again, and then restarted. Then once i was booted back up, i installed it, and all is working. big_smile Thanks for the replies though

Offline

#5 2007-09-12 20:09:53

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: ati messed up nvidia driver

tronica wrote:

I unistalled the nvidia driver again, and then restarted. Then once i was booted back up, i installed it, and all is working. big_smile Thanks for the replies though

Sounds like the fglrx kernel module might still have been loaded into the kernel.  In any case, glad it's working again.

Offline

Board footer

Powered by FluxBB