You are not logged in.
Hi All,
Firstly if this is in the wiki somewhere or there is a post, I was unable to find it. So a point in the right direction would be appreciated.
I recently inherited a graphic card, Nvidia 430 (i think), and I am currently running on the integrated graphics on my i7. Currently I am using intel-dri with mesa-libgl.
What is the reccomended way to swap drivers without messing anything up.
Thanks, Oli
Offline
Remove the Intel drivers, install nvidia drivers, change any configuration if needed.
Offline
Im aware that is what needs doing, I was more looking for guidance on how to do it without breaking dependencies. Or wrecking my system.
pacman -Rdd intel-dri mesa-libgl lib32-mesa-libgl
pacman -S nvidia nvidia-utils nvidia-libgl lib32-nvidia-libgli actually believe i need the 'nvidia-96xx' driver and utils from the AUR, because I am using a 430 (I need to check this still, having found out there are different drivers).
Can someone confirm that this should be correct before i continue.
Thanks,
Oli
Offline
nvidia-96xx is for older (really old) nvidia cards
for more info as to how nvidia names their cards see http://en.wikipedia.org/wiki/GeForce#Generations
Offline
nvidia wiki article has the link to http://nouveau.freedesktop.org/wiki/CodeNames/ It says that GeForce GT 430 belongs to NVC0 family.
The wiki says
For GeForce 8 series and newer [NVC0 and newer] cards, install nvidia package, available in the official repositories.
Just make sure it's not nForce 430, which is a different animal.
Offline