LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Swapping video card ATI to nvidia - any setup issues? (https://www.linuxquestions.org/questions/linux-software-2/swapping-video-card-ati-to-nvidia-any-setup-issues-4175596253/)

Camillion 12-27-2016 10:50 PM

Swapping video card ATI to nvidia - any setup issues?
 
I want to replace a radeon video card with an nvidia one. Is there a recommended way to do this?

If I simply upgrade the hardware, can I then do something like
Code:

dpkg-reconfigure xserver-xorg
or will I find the computer can't display enough to get that far?

(Edit: should mention, using debian stretch.)

Thanks & cheers!

Brains 12-28-2016 06:00 AM

Likely best to remove ATI related packages and get xorg working with xorg native drivers, make sure you have xserver-xorg-video-nouveau installed. Then switch out the cards, reboot and hopefully nouveau will be loaded and you'll have a desktop, then install nvidia-detect and run a command by the same name to see what nvidia-driver version you need to install. You can also figure out what version to install by visiting NvidiaDebianWiki.

Brains 12-28-2016 05:43 PM

Traditionally, you must remove all ATI proprietary packages before installing Nvidia as they will conflict and there will be problems. They also (Ati and Nvdia proprietary) require a file in /etc/X11 called xorg.conf to enable them, xorg native drivers don't use that file, so simply removing that file or renaming it and rebooting should get your system using xorg native driver, then you can proceed to removing ATI stuff and install Nvidia.


All times are GMT -5. The time now is 12:43 PM.