Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/bin/sh
  2. echo "Starting X"
  3. echo "START X SERVER NOW! THEN PRESS ENTER."
  4. read j
  5. export DISPLAY=:0
  6. export LIBGL_ALWAYS_INDIRECT=1
  7. echo "Here we go"
  8. echo "Starting LXDE. After shell starts lxde shell will sleep."
  9. echo "After X exits script will continue."
  10. startlxde
  11. echo "LXDE exited."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement