Advertisement
Guest User

Xsetup

a guest
Jul 2nd, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. #! /bin/sh
  2. # Xsetup - run as root before the login dialog appears
  3.  
  4. #xconsole -geometry 480x130-0-0 -notify -verbose -fn fixed -exitOnFail -file /dev/xconsole &
  5.  
  6. numlockx
  7. xrandr --setprovideroutputsource modesetting NVIDIA-0
  8. xrandr --auto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement