Wednesday, March 8, 2017

xmonad screen mirroring

This assumes you have the vnc software installed:

sudo apt-get install x11vnc 
sudo apt-get install vncviewer

On workspace to mirror:

x11vnc -usepw -clip xinerama0 -noxdamage -geometry 1920x1080

On workspace to display on projector:

 vncviewer -viewonly -nocursorshape localhost:0

No comments:

Post a Comment