Install GeForce GTX 1050 Ti driver on Ubunto
Linux is a very diverse Operation system with dozens of flavors and version out there. Nividia is trying there best to provide strait forward solution easy to install solution
but to address this diversity you need to link the driver to you kernel in the process. This should be no problem for the usually technical skilled Linux users.
{{Note|Note|Development Tools best installed when you initial install Linux}}
sudo su -
apt-get update
apt-get install build-essential
The driver need to be linked to the kernel and therefore the source need to be linked
apt-get source linux-source
http://www.geforce.com/drivers
- Choose Manual driver search for AMD64
- In order to be able the install driver the Graphics system must be stopped and therefore the system must be text mode.
- In old System V you would switch to Run-Level 3 but on modern Systemd controled systems you do:
systemctl isolate multi-user.target
- Now press Alt-F2 and log in
cd $HOME/Downloads/
sudo su -
sh NVIDIA-Linux-x86_64-375.39.run
Verifying archive integrity... OK
Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 375.39
........................................................................................................................................................................
And follow the instruction
- Put the system back to graphic mode
systemctl isolate graphical.target
Two Monitor Configuration in Ubunto:
You can use the Nivida Configuration to to setup the Graphics
Status: Published Date: 2017/06/05 14:13:03 Revision: 1.1
Copyright bei Andreas Haack (C) 2014.
Diese Seite wird so wie sie ist zur Verfuegung gestellt, ohne irgenweche Garantien der Verwendbarkeit fuer bestimte Zwecke. Die auf dieser Seiten angebrachten Links liegen ausserhalb der redaktionellen Verantwortung von Andreas Haack und es wird keine Haftung oder Garantie uebernommen. Die Seiten sind Copyright (c) 2014 von Andreas Haack. Kein Teil darf ohne die schriftliche Einverstaendnis von Andreas Haack veroeffentlicht werden.
The page is provided 'as is' , without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fit- ness for a particular purpose and non-infringement. In no event shall Andreas Haack be liable for any claim, damages or other liability. This page is copyrighted property of Andreas Haack. Copyright by Andreas Haack (c) 2014 . No part of this page may be published without written permission for Andreas Haack. A hyper-link may created to this page but NOT to the embedded elements of this page. It may be freely downloaded for private purpose only as long as it is unaltered.