Some Linux commands
Here is a list of commands I had to use for my linux install.
Had to download Vulkan drivers from NVidia: https://www.nvidia.com/en-us/drivers/unix/
Stop X with:
sudo service lightdm stop
install with :
sudo ./NVIDIA-Linux-x86_64-440.82.run
DISPLAY=:0 xterm &
unity &
Get graphics card info:
sudo lshw -C display
sudo apt-get install nvidia-418
as root
export XAUTHORITY=/home/planeshift/.Xauthority export DISPLAY=localhost:0.0
become root:
sudo su