You are not logged in.
Pages: 1
How can I determine what nvidia graphics driver I need?
I have a Nvidia Go 6800 graphics card on my laptop. From the nvidia page I can't seem to figure out how the driver there correlates with what I need to install through pacman?
Also, if I install the proprietary drivers is it ok to install X first then the video drivers? The instructions seem to indicate to install the open source video drivers then install X. After installing X it talks about the proprietary drivers. Just wanted to make sure I get this right
Offline
i'm not sure which driver you need, but for the second part of your question, you don't have to install the open source drivers first. you can just install x and the proprietary driver.
Offline
Your card uses nvidia and nvidia-utils
pacman -S nvidia nvidia-utils
Offline
Only cards before the gforce series, I believe, use the older drivers. xaiviax, has the correct code. You may want to check out the beginners guide, if you have anymore problems.
A thing of beauty is a joy forever
-John Keats
Offline
Thanks for the help - I'll try 'pacman -S nvidia nvidia-utils' when I get to that step.
Only cards before the gforce series, I believe, use the older drivers. xaiviax, has the correct code. You may want to check out the beginners guide, if you have anymore problems.
I am using the beginners guide Thanks for the help.
Offline
Simply install the xorg group and your drivers by issuing:
pacman -S xorg nvidia nvidia-utils
Then you can get a xorg.conf with nvidia-xconfig, as shown in the wiki.
Offline
Pages: 1