Advertisement
Guest User

Untitled

a guest
Nov 26th, 2023
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. tail -100 /var/log/syslog >> slog
  4.  
  5. tail -100 /var/log/Xorg.0.log >> x0log
  6.  
  7. #~ tail -100 /var/log/lightdm/lightdm.log >> llog
  8. #~
  9. #~ tail -100 /var/log/lightdm/x-0.log >> xlog
  10. #~
  11. #~ tail -100 /var/log/lightdm/seat0-greeter.log >> glog
  12.  
  13. dmesg | tail -100 >> dlog
  14.  
  15. # /usr/share/X11/xorg.cong.d
  16.  
  17. # debian (ee) failed to load module vesa (module does not exist 0)
  18. # No drivers available
  19. # No screens found (EE)
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement