Linux drivers - MSI GTX650 Ti Boost

Jafongo

Honorable
Jun 19, 2013
7
0
10,510
Drivers installed properly for Windows however the cd doesn't seem to have any other drivers. I would like them for Linux (Debian if it matters). Can't find them online either.

PCI-E, N650Ti - 2GD5/OC

Pretty new to Linux. Not sure where to go for this.

Appreciate the help!
 


Almost all drivers you need are already built into the kernel or can be downloaded from the debian repository. If you use the debian minimal install, you will probably only need to download the graphics drivers.
For example, to download the driver your your N650Ti:
Code:
sudo apt-get install nouveau

If you use a distrobution like Mint or Ubuntu, they will come with almost any driver you can think of and everything will work out of the box.