Advertisement
s243a

xwin_jwc

May 10th, 2018
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. #!/bin/bash
  2. export HOME=${HOME:-/root}
  3. export NESTDISPLAY=${NESTDISPLAY:-':13'}
  4. export DISPLAY=${DISPLAY:-':0'}
  5. #From Line 161 of xwin
  6. #/usr/bin/xinit /root/.xinitrc -- -br > /tmp/xerrs.log 2>&1
  7. /usr/bin/xinit /root/.xinitrc_jwc -- /usr/bin/Xephyr -ac "$NESTDISPLAY" -screen 1024X768 -reset -terminate -nolisten inet6 #-auth /root/.Xauthority
  8. #Xephyr "$NESTDISPLAY" -ac -screen 1024X768 -reset -terminate -auth /root/.Xauthority -nolisten inet6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement