Hi there,<br><br>i bought a new TFT today the Samsung SyncMaster 205BW. At first i want to try it out on my laptop with not that big sucsess.<br><br>i got this Xorg config there :<br><br>Section "ServerLayout"<br>
    Identifier     "single head configuration"<br>    Screen      0  "Screen0" 0 0<br>    InputDevice    "Mouse0" "CorePointer"<br>    InputDevice    "Keyboard0" "CoreKeyboard"
<br>EndSection<br><br>Section "Files"<br>    ModulePath   "/usr/lib/xorg/modules"<br>    RgbPath     "/usr/share/X11/rgb"<br>    FontPath    "/usr/share/fonts/misc"<br>    FontPath    "/usr/share/fonts/TTF"
<br>    FontPath    "/usr/share/fonts/Type1"<br>    FontPath    "/usr/share/fonts/100dpi"<br>    FontPath    "/usr/share/fonts/75dpi"<br>    FontPath    "/usr/share/fonts/encodings"
<br>    FontPath    "/usr/share/fonts/util"<br>    FontPath    "/usr/share/fonts/artwiz-fonts"<br>EndSection<br><br>Section "Module"<br>    Load  "dbe"<br>    Load  "extmod"
<br>    Load  "glx"<br>    Load  "freetype"<br>#    Load  "dri"<br>EndSection<br><br>Section "InputDevice"<br>    Identifier  "Keyboard0"<br>    Driver      "kbd"
<br>    Option      "XkbModel" "pc105"<br>    Option      "XkbLayout" "us"<br>EndSection<br><br>Section "InputDevice"<br>    Identifier  "Mouse0"<br>    Driver      "mouse"
<br>    Option      "Protocol" "IMPS/2"<br>    Option      "Device" "/dev/input/mice"<br>    Option      "ZAxisMapping" "4 5"<br>    Option      "Emulate3Buttons" "yes"
<br>EndSection<br><br>Section "Monitor"<br>    Identifier   "Monitor0"<br>    VendorName   "Samsung"<br>    ModelName    "SyncMaster 205BW"<br>    Option       "dpms"<br>    # Important. At least on my setup it doesn't detect the size
<br>    # If not specified, the fonts may look very tiny.<br>    # Numbers found on a random web site using Google.<br>    DisplaySize  1000 400<br><br>    #<br>    # Those are the magic values that make it all work.<br>    #
<br>    HorizSync    30.0 - 83.0<br>    VertRefresh  56.0 - 63.0<br>    ## This allowed for resolutions in the 19AAxBBBB<br>    ## See also the Virtual directive in Display subsection below<br>    #VertRefresh 56.0 - 83.0
<br>EndSection<br><br>Section "Device"<br>    Identifier  "Device0"<br>    # Other important bit. The radeon driver is mature enough, as been said in #xorg<br>    Driver      "savage"<br>    VendorName  "ATI"
<br>    BoardName   "ATI Radeon 8500LE"<br>    # Options recommended on <a href="http://dri.freedesktop.org">dri.freedesktop.org</a><br>    #Option "AccelMethod" "XAA"<br>    #Option "AGPMode" "1"
<br>    #Option "AGPFastWrite" "1"<br>    #Option "EnablePageFlip" "1"<br>    #Option "ColorTiling" "1"<br>EndSection<br><br>Section "Screen"<br>    Identifier "Screen0"
<br>    Device     "Device0"<br>    Monitor    "Monitor0"<br>    DefaultDepth     24<br>    SubSection "Display"<br>        Viewport    0 0<br>        # Fix the viewable area to 1680x1050, or something
<br><br>        Virtual     1680 1050<br>        Depth       24<br>    EndSubSection<br>EndSection<br><br>#Section "DRI"<br>#    Group       0<br>#    Mode        0666<br>#EndSection<br><br><br>The screen starts but not the hole screen is on the display i have to move to the right and then the end of the display appers. The strange thing is the resolution of 1600x1200 works well everything is on the screen but its not optimized for the tft so the fonts looks ugly,
<br><br>If i try the config above on a pc with a ati graka and the ati driver the screen looks great.<br><br>Maybe some of you got a trick for me to get the tft working with my<br><br>01:00.0 VGA compatible controller: S3 Inc. 86C270-294 Savage/MX-MV (rev 11)
<br><br>card,<br><br>Thanks in advance <br><br>Moritz Lutz<br>