Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 8400  / 2 Years ago, tue, october 4, 2022, 6:52:56

I have installed Ubuntu 12.10 64bit and the default driver for my Nvidia GTX670 is an open source XorgX. I intend to play games on Wine.



What driver should I use?


More From » drivers

 Answers
7

You could try the proprietary Nvidia drivers:



sudo apt-get install nvidia-current


also try:



sudo apt-get install nvidia-current-updates


Either of these should also install nvidia-settings which you can run to configure the display.



I have found the default Nouveau driver to work reasonably well however, and have not had much luck with the proprietary drivers on my GeForce 5160SE card so far.



In the case that the nvidia drivers do not work, you can remove them with



sudo apt-get remove nvidia-current


and



sudo apt-get remove nvidia-current-updates


Just for good measure, re-install the nouveau driver and let it re-configure.



sudo apt-get --reinstall install xserver-xorg-video-nouveau

[#34219] Tuesday, October 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ronicod

Total Points: 71
Total Questions: 111
Total Answers: 111

Location: Montenegro
Member since Fri, Dec 10, 2021
2 Years ago
;