Input not supported message when monitor is powered off then back on
Posted
by Jason Down
on Super User
See other posts from Super User
or by Jason Down
Published on 2010-03-27T12:18:26Z
Indexed on
2010/03/27
12:23 UTC
Read the original article
Hit count: 347
I've been getting a message on my monitor where "Input not supported" is floating around. This only happens when I manually turn the monitor off and then later turn it back on. Leaving the monitor on and allowing it to go to the screen saver doesn't seem to cause the issue (but I prefer to turn the monitor off if I'm going to be away from the computer for any length of time).
Any ideas what might cause this, only when the monitor is turned off manually?
Specs:
- Acer X203w mointor
- Radeon 9600 Pro Video card
- Linux Mint 8
- Resolution 1680 x 1050 (16:10 - Preferred native resolution for the monitor)
- Refresh Rate 60hz
Here is what is in my xorg.conf file:
Section "Device"
Identifier "Radeon 9600"
Driver "ati"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps"
Option "AccelMethod" "XAA"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Radeon 9600"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050" "1440x900" "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
© Super User or respective owner