Instructions for Ubuntu 14.04
1) Update necessary packages used for Ubuntu
...
Code Block |
---|
|
update-intramfsinitramfs -u |
7. Reboot
8. Run this command as root user, just do it...
Code Block |
---|
|
service lightdm stop
or
systemctl stop lightdm.service |
If Ubuntu 16.04, it is 'service lightdm stop' instead
9. Install NVIDIA driver
Code Block |
---|
|
./NV *tab key to fill in rest* |
Re-installing drivers (Ubuntu 16.x)
- Download '.run' driver from NVIDIA site, or use '.run' driver in '/home' folder
Exit GUI and stop all NVIDIA-related services; perform the following commands in text/console mode
Code Block |
---|
|
##To stop the GUI, used command:
systemctl stop lightdm |
- Run '.run' file as root
Re-installing drivers (If using NVIDIA-docker) (Ubuntu 16.x)
- Download '.run' driver from NVIDIA site, or use '.run' driver in '/home' folder
Exit GUI and stop all NVIDIA-related services; perform the following commands in text/console mode
Code Block |
---|
|
##To stop the GUI, used command:
systemctl stop lightdm
##To stop the docker digits, use:
docker stop <docker ID> |
- Run '.run' file as root
Example of looking Docker container ID
Code Block |
---|
|
##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:~$
|
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | ESKB |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label in ( "missing" , "black" , "driver" , "login" , "ubuntu" , "gui" , "screen" , "nvidia" ) and type = "page" and space = "ESKB" |
---|
labels | black screen ubuntu gui missing login nvidia driver |
---|
|
...