I've a monitor Acer AL1916W and an integrated graphics controller, and the problem is that I can use resolution 1440x900 but a box with text "Input not supported" is showed around the display. That resolution works fine in windows, and as I said, I can select that resolution in gnome but appear thats error. How can I solve that issue, I tried a lot of configs of xorg, changing Modeline, with the same result.
My lspci -v|grep VGA is:
Code: Select all
00:02.0 VGA compatible controller: Intel Corporation 82Q963/Q965 Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 2801
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at f0400000 (32-bit, non-prefetchable) [size=1M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
I/O ports at 1100 [size=8]
Capabilities: <access denied>
Code: Select all
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
Load "glx"
Load "dri"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2" # IntelliMouse PS/2
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5 6 7"
Option "Emulate3Buttons"
EndSection
Section "Monitor"
Identifier "My Monitor"
Option "DPMS"
HorizSync 30-100
VertRefresh 50-160
# Modeline "1440x900" 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync
EndSection
Section "Device"
Identifier "Intel 810"
Driver "i810"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "Intel 810"
Monitor "My Monitor"
Option "MonitorLayout" "LCD"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1440x900" "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection

