Am 2017-09-25 um 17:27 schrieb Jude DaShiell: > Incorrect! It turns out I was operating headless without a monitor > connected and didn't know it. Once monitor got connected normal > operations resumed. Interestingly, when gnome starts up on this system > a kind of beep is generated and the beep is different when no monitor is > attached. I have a script that will tell me about my monitor card, and > am wondering if something exists written in bash that will either tell > me about my monitor if it is connected or tell me no monitor is > connected before I start gnome up.
You might apt install read-edid and then use get-edit|parse-edid to get info about your monitor. Regards, Simon > > > > -- >

