Showing posts with label x11. Show all posts
Showing posts with label x11. Show all posts

Thursday, October 25, 2018

multiple monitors .xsession


xrandr --output HDMI2 --mode 1280x1024
xrandr --output HDMI1 --mode 1920x1080 --right-of HDMI2
xrandr --output DP1 --mode 1680x1050 --right-of HDMI1

xsetroot -solid grey &

cwm

Thursday, May 22, 2014

debian wheezy x11 forwarding

in the /etc/sshd_conf:

X11Forwarding yes
X11UseLocalhost no


the from the client:

ssh -Y user@host