Guest User

Untitled

a guest
May 27th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. sudo service gdm stop
  2.  
  3. will stop your xserver as well. If that doesn't work, try
  4. Code:
  5.  
  6. sudo service lightdm stop
  7.  
  8. You can enter those commands while normally logged in.
  9.  
  10. Then you'll need to do as above.
  11.  
  12. Once the installation is complete, try restarting your xserver with
  13.  
  14. Code:
  15.  
  16. sudo service gdm start
  17.  
  18. or
  19. Code:
  20.  
  21. sudo service lightdm start
  22.  
  23. And checking to see if the problem is fixed. If it isn't the manual says you should run
  24.  
  25. Code:
  26.  
  27. sudo nvidia-xconfig
  28.  
  29. and then restart.
Add Comment
Please, Sign In to add comment