Tagged Questions
2
votes
2answers
89 views
Detecting monitors on machine over local ssh connection
I need to write a script to check on video related things on machines in the local network, e.g.
Is a monitor plugged in?
Are the video drivers up to date and appropriate for the hardware?
Is Xorg ...
1
vote
0answers
38 views
Calling xrandr via SSH [duplicate]
Possible Duplicate:
Open a window on a remote X display (why “Cannot open display”)?
I'd like to ssh to a host running an X server and use xrandr to query and update things ...