How to Determine if LCD Monitor is Turned on From Linux Command Line

前端 未结 8 811
南方客
南方客 2021-01-31 04:04

How do you tell if a computer\'s monitor(s) are turned on/off from the command line in Linux? I\'ve traditionally thought of monitors as output-only devices, but I\'ve noticed t

8条回答
  •  遥遥无期
    2021-01-31 04:12

    You can get some info using the xrandr command-line utility, if your video driver supports this extension.

提交回复
热议问题