Hacker News new | ask | show | jobs
by timonoko 35 days ago
If you turn one computer display off as in "xrandr --output DVI-D-0 --off", the monitor automatically selects some other computer to display.

Thus I have 2 computers and 3 displays, and I can do sentences like "displays 13", which uses only displays 1 and 3 and sends ssh-command "displays 2" to the other computer.

1 comments

How do you change display-modes with ssh?

  os.system(f'ssh -Y {compu2} "DISPLAY=:0; display.py {modes};"')