Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Failed to init server
  2. Unable to open X display
  3.  
  4. systemctl enable lightdm.service
  5.  
  6. systemctl restart lightdm.service
  7.  
  8. #!/bin/sh
  9. #
  10. # ~/.xinitrc
  11. #
  12. # Executed by startx (run your window manager from here)
  13. if [ -d /etc/X11/xinit/xinitrc.d ]; then
  14. for f in /etc/X11/xinit/xinitrc.d/*; do
  15. [ -x "$f" ] && . "$f"
  16. done
  17. unset f
  18. fi
  19. exec cinnamon-session
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement