Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Instructions for Ubuntu 14.04

1) Update necessary packages used for Ubuntu

...

8. Run this command as root user, just do it...

Code Block
themeEmacs
service lightdm stop

or

systemctl stop lightdm.service

If Ubuntu 16.04, it is 'service lightdm stop' instead

9. Install NVIDIA driver

Code Block
themeEmacs
./NV *tab key to fill in rest*

Re-installing drivers (Ubuntu 16.x)

  1. Download '.run' driver from NVIDIA site, or use '.run' driver in '/home' folder
  2. Exit GUI and stop all NVIDIA-related services; perform the following commands in text/console mode

    Code Block
    themeEmacs
    ##To stop the GUI, used command:
    systemctl stop lightdm


  3. Run '.run' file as root

Re-installing drivers (If using NVIDIA-docker) (Ubuntu 16.x)

  1. Download '.run' driver from NVIDIA site, or use '.run' driver in '/home' folder
  2. Exit GUI and stop all NVIDIA-related services; perform the following commands in text/console mode

    Code Block
    themeEmacs
    ##To stop the GUI, used command:
    systemctl stop lightdm
    
    ##To stop the docker digits, use:
    docker stop <docker ID>


  3. Run '.run' file as root

Example of looking Docker container ID

Code Block
themeEmacs
##Use command 'docker ps -a' to list docker IDs

spc@u09292017001:~$ docker ps -a
CONTAINER ID        IMAGE                 COMMAND              CREATED             STATUS              PORTS                              NAMES
4ddbe2048db6        nvidia/digits         "python -m digits"   10 minutes ago      Up 10 minutes       0.0.0.0:5000->5000/tcp, 6006/tcp   digits-640594574-0
1d070d81dbcb        portainer/portainer   "/portainer"         11 minutes ago      Up 11 minutes       0.0.0.0:9000->9000/tcp             portainer-304854449-0
spc@u09292017001:~$


Filter by label (Content by label)
showLabelsfalse
max5
spacesESKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "missing" , "black" , "driver" , "login" , "ubuntu" , "gui" , "screen" , "nvidia" ) and type = "page" and space = "ESKB"
labelsblack screen ubuntu gui missing login nvidia driver

...