Some Linux commands: Difference between revisions

From PSwiki
Jump to navigation Jump to search
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..."
(No difference)

Revision as of 23:10, 4 May 2020

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