I've got an eeepc with an intel graphics. I'd like to hook a script to the event of a monitor plugged via VGA. How to do that?
|
|
As a crude solution, you may be able to poll on sysfs. On my laptop I have:
I'm guessing this requires kernel DRM and possibly KMS. To see if you can trigger something automatically, you could run With my radeon, I get an event the first time I connect a VGA monitor, but no events on subsequent disconnects and reconnects. The event should look something like (using yours as an example):
Unfortunately there's not a lot to match against, but as long as there's only one video card in the picture that's not too important. Find where udev gets rules from on your system (probably
With that, I got an entry in |
|||||||||||||||
|
|
You have three options:
In any of the ways mentioned, you're still going to have to poll in one way or another, so I'd just go with the first option. |
|||||
|