Ubuntu 16.04 LTS NVIDIA Setup Guide
#16
I followed this guid, the only exception was that since I had the drivers already installed and working I just missed the step for the instalation, all the other steps I did again.
So:
--cool-bits=12
xdm
I had this done previously:
Code:
cat > /etc/X11/xdm/Xsetup << EOF
export PATH=/bin:/usr/bin:/sbin
export HOME=/root
export DISPLAY=:0
xset -dpms
xset s off
xhost +
EOF
and I also did this:
Code:
sed -i '/Driver/a \ \ \ \ Option         "Interactive" "False"' /etc/X11/xorg.conf


Messages In This Thread
Ubuntu 16.04 LTS NVIDIA Setup Guide - by evilmog - 11-21-2016, 08:29 PM
RE: Ubuntu 16.04 LTS NVIDIA Setup Guide - by atom - 11-21-2016, 09:06 PM
RE: Ubuntu 16.04 LTS NVIDIA Setup Guide - by jimbas - 11-08-2017, 01:55 PM
RE: Ubuntu 16.04 LTS NVIDIA Setup Guide - by atom - 11-12-2017, 09:34 PM