You are not logged in.
Pages: 1
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
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
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
I unistalled the nvidia driver again, and then restarted. Then once i was booted back up, i installed it, and all is working. Thanks for the replies though
Offline
I unistalled the nvidia driver again, and then restarted. Then once i was booted back up, i installed it, and all is working. 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
Pages: 1