*Empty MediaWiki Message*

This commit is contained in:
Daniel.plominski 2015-03-03 23:54:11 +00:00
parent e6b47d0d3d
commit d8a2663af4

View File

@ -53,6 +53,7 @@ aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-kern
mkdir /etc/X11/xorg.conf.d
echo -e 'Section "Device"\n\tIdentifier "My GPU"\n\tDriver "nvidia"\nEndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf
apt-get install nvidia-config
# reboot
</source>