Some Linux commands

From PSwiki
Revision as of 23:10, 4 May 2020 by Talad (talk | contribs) (Created page with "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 ser...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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