OT - 1440x900 resolution in settings

R P Herrold herrold at owlriver.com
Sun Jan 7 19:57:09 CET 2007


On Sun, 7 Jan 2007, Mihamina Rakotomandimby (R12y) wrote:

> Although I know other WM such as fvwm or gnome cant reach 1440x900?

I run xfce at 1400 x 1050 on a Westinghouse LTV-19w3 panel, 
through a Matrox  Millennium G200 video card with no issues

[herrold at centos-4 X11]$ grep -v ^# xorg.conf | grep -v ^$
Section "ServerLayout"
          Identifier     "single head configuration"
          Screen      0  "Screen0" 0 0
          InputDevice    "Mouse0" "CorePointer"
          InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
          RgbPath      "/usr/X11R6/lib/X11/rgb"
          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"
          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 "Monitor"
          Identifier   "Monitor0"
          VendorName   "Monitor Vendor"
          ModelName    "LTV-19w3"
          DisplaySize  410        260
          HorizSync    30.0 - 82.0
          VertRefresh  56.0 - 76.0
          Option      "dpms"
EndSection
Section "Device"
          Identifier  "Videocard0"
          Driver      "mga"
          VendorName  "Videocard vendor"
          BoardName   "Matrox Millennium G200"
EndSection
Section "Screen"
          Identifier "Screen0"
          Device     "Videocard0"
          Monitor    "Monitor0"
          DefaultDepth     16
          SubSection "Display"
                  Viewport   0 0
                  Depth     16
                  Modes    "1400x1050" "1280x1024" "1280x960"  "1152x864" "1024x768" "800x600" "640x480"
          EndSubSection
EndSection
Section "DRI"
          Group        0
          Mode         0666
EndSection
[herrold at centos-4 X11]$

-- Russ Herrold



More information about the Xfce mailing list