I have a laptop connected to external monitor. Everything ok, but sometimes I need to check what's going on on external monitor (because I can't see them), hence two monitor should display the same output for a while. Are there any ways to do so?
I have a laptop connected to external monitor. Everything ok, but sometimes I need to check what's going on on external monitor (because I can't see them), hence two monitor should display the same output for a while. Are there any ways to do so?
Easy and simple, you can take a screenshot using
print screen
key. It shows both screens.A simple solution if you are using X11 is to take a snapshot of the second display. For example, using
xwd
and assuming the monitor is display screen 0.1,should show the current screen in a window.
An alternative is to use
x11vnc
andxvncviewer
.