Guest User

Untitled

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