Your display driver might not support that resolution. Look in your X
log file to see if X is able to use all the resolutions defined in your
X config.


----- Original message -----
From: "Randy Clarksean" <rclark at lakesplus.com>
To: "tclug" <tclug-list at mn-linux.org>
Date: Thu, 02 Nov 2006 15:15:53 -0600
Subject: [tclug-list] LCD Monitor - 1440x900?

I finally hooked up the Acer monitor AL2016W.  I can get it to work, but
only at certain resolutions.  I have attached my xorg.conf file below.

I made changes to it ... and the 1680x1050 works fine.  The 1280x800
works fine as well ... but it is a bit course.  I was hoping to get
1440x900 to work 

When I go into system-config-display ... i do not get any other options
with the 16:10 ratio that this wide screen LCD has.  In the Modes
Section, the only line that is truly right (stolen off the internet
someplace) is the 1680x1050 at 60 Hz ... all the others are just guesses
pretty much 

Assistance would be greatly appreciated as the 1680 setting is too tall
vertically and I can not adjust the monitor to get the lower edge to fit
on the screen.

Randy






# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Modes"

        # 1360x768 @ 60 Hz (GTF) hsync: 47.712 kHz; pclk: 85.5 MHz
        Identifier     "16:10"
        ModeLine     "1360x768" 85.5 1360 1460 1520 1740 768 769 772 780
        # 1680x1050 @ 60 Hz (GTF) hsync: 65.29 kHz; pclk: 146.25 MHz
        ModeLine     "1680x1050" 146.2 1680 1784 1968 2256 1050 1051
1054 1087
        # 1680x1050 @ 75 Hz (GTF) hsync: 65.29 kHz; pclk: 146.25 MHz
        ModeLine     "1680x1050" 146.2 1680 1800 1984 2288 1050 1051
1054 1096
EndSection

Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Acer AL2032W"
        UseModes     "16:10"
        DisplaySize  426        266
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 83.0
        VertRefresh  50.0 - 75.0
        Option      "dpms" "on"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
        VendorName  "Videocard vendor"
        BoardName   "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "1360x768" "1440x900"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1680x1050" "1280x800"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection





_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
tclug-list at mn-linux.org
http://mailman.mn-linux.org/mailman/listinfo/tclug-list