• [^] # Re: quel est ton modèle d'écran ?

    Posté par . En réponse au journal Les grands écrans c'est bien (mais galère). Évalué à 1.

    Mon xorg.conf revu et corrigé pour le ProLite B2403WS:

    Section "ServerFlags"
    Option "blank time" "10" # 10 minutes
    Option "standby time" "12"
    Option "suspend time" "16"
    Option "off time" "20"
    Option "xinerama" "off"
    EndSection

    Section "ServerLayout"
    Identifier "Basil"
    Screen "Screen 1"
    Screen "Screen 2" rightof "Screen 1"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection

    Section "Files"
    FontPath "unix/:-1"
    EndSection

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

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbModel" "pc104"

    Option "XkbLayout" "us_intl"
    Option "XkbOptions" "compose:ralt"
    EndSection

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

    Section "Monitor"
    Identifier "B2403WS"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 76.0
    modeline "1920x1200" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
    Option "dpms"
    EndSection

    Section "Monitor"
    Identifier "VMPro450"
    HorizSync 30-115
    VertRefresh 50-160
    Option "dpms"
    EndSection

    Section "Monitor"
    Identifier "VMPro413"
    HorizSync 30.0 - 96.0
    VertRefresh 50.0 - 160.0
    Option "dpms"
    EndSection

    Section "Device"
    Identifier "MGA-1"
    Driver "mga"
    VendorName "Matrox Graphics, Inc."
    BoardName "MGA G550 AGP"
    BusID "PCI:1:5:0"
    Option "AGPMode" "4"
    Option "hwcursor" "on"
    EndSection

    Section "Device"
    Identifier "MGA-2"
    Driver "mga"
    Option "hwcursor" "on"
    BusID "PCI:1:5:0"
    Screen 1
    EndSection

    Section "Screen"
    Identifier "Screen 1"
    Device "MGA-1"
    Monitor "B2403WS"
    DefaultDepth 16

    Subsection "Display"
    Depth 16
    Modes "1920x1200" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection

    Section "Screen"
    Identifier "Screen 2"
    Device "MGA-2"
    Monitor "VMPro450"
    DefaultDepth 16

    Subsection "Display"
    Depth 16
    Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection

    Section "DRI"
    group "users"
    mode 0666
    EndSection