I use xset to turn off my screens like this:
xset dpms force off
Is there any way to turn off a single screen when you have more than one associated with the same X display?
|
I use xset to turn off my screens like this:
Is there any way to turn off a single screen when you have more than one associated with the same X display? |
||||
|
|
|
If you are using stock Ubuntu Desktop you should be able to use System > Preferences > Monitors. This should show all of your monitors, click on the one you wish to disable, and then use the 'on/off' radio buttons to disable that specific monitor. If you want to do this from the command line you should be able to use xrandr --output --off to disable the output which should trigger the monitor to power down. |
|||||
|