Advertisement
Guest User

startwkde.sh

a guest
Jul 5th, 2013
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/usr/bin/sh
  2. export DISPLAY=:99
  3. export WAYLAND_DISPLAY=wayland-system-0
  4. export KWIN_OPENGL_INTERFACE=egl_wayland
  5. weston-launch -- --socket=wayland-system-0 &
  6. Xvfb -screen 0 1440x900x24 :99 &
  7. startkde-wayland &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement