Re: xorg.conf et Samsung Syncmaster 226BW

Pàgina inicial

Reply to this message
Autor: slubman
Data:  
A: guilde
Assumpte: Re: xorg.conf et Samsung Syncmaster 226BW
Le Friday 21 December 2007 16:08:59 Frédéric Mantegazza, vous avez écrit :
> Bonjour,
>
> Je n'arrive pas à configurer une machine du boulot pour qu'elle utilise
> la bonne résolution de l'écran (1680x1050). J'ai beau mettre le
> ModLine qui va bien, il dit que cette résolution n'existe pas.
>
> Une idée du problème ?
>
> --
>    Frédéric


Tu trouveras en pièce jointe le xorg.conf que j'utilise avec ce même écran
(xorg 1.3)

--
slubman
site: http://www.slubman.info/
# *********************************************************************
# Load modules
# *********************************************************************
Section "Module"
    Load    "dri"
    Load    "glx"
    Load    "dbe"
    Load    "record"
    SubSection  "extmod"
        Option    "omit xfree86-dga"   # don't use the DGA extension
    EndSubSection
EndSection


# **********************************************************************
# Extensions section.
# **********************************************************************
Section "Extensions"
Option "Composite" "Enable"
EndSection


# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
    Identifier    "Keyboard1"
    Driver    "kbd"
    Option "XkbModel"    "cherrybluea"
    Option "XkbLayout"    "fr"
    Option "XkbVariant"    "oss"
EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
    Identifier    "Mouse1"
    Driver    "mouse"
#    Option "Buttons" "9"
    Option "EmulateWheel" "true"
    Option "EmulateWheelButton" "8"
    Option "YAxisMapping" "4 5"
EndSection


# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"
    Identifier "SyncMaster[0]"
    VendorName "SAM"
    ModelName "SyncMaster"
    # Block type: 2:0 3:fd
    # HorizSync 30-81
    # VertRefresh 56-75
    # Max dot clock (video bandwidth) 140 MHz
    # Block type: 2:0 3:fc
    # Block type: 2:0 3:ff
    # DPMS capabilities: Active off:yes  Suspend:no  Standby:no
    # Mode    "1680x1050"     # vfreq 59.883Hz, hfreq 64.674kHz
    #     DotClock        119.000000
    #     HTimings        1680 1728 1760 1840
    #     VTimings        1050 1053 1059 1080
    #     Flags   "-HSync" "+VSync"
    # EndMode
    Option "DPMS" "true"
EndSection


Section "Monitor"
    Identifier  "DFP 17p"
    Option "DPMS" "true"
EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
    Identifier  "Asus AX300SE-X[0]"
    Driver    "radeon"


    # Compositing
    #Option    "AccelMethod" "EXA"
    Option    "DRI" "true"
    Option    "XAANoOffscreenPixmaps" "true"
    Option    "DisableGLXRootClipping" "true"
    Option    "AddARGBGLXVisuals" "true"
    Option    "AllowGLXWithComposite" "true"
    Option    "EnablePageFlip" "true"
    Option    "OpenGLOverlay" "on"
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
    Identifier  "Screen 1"
    Device      "Asus AX300SE-X[0]"
    Monitor     "SyncMaster[0]"
    Option    "RenderAccel" "true"
    #DefaultDepth 16


    Subsection "Display"
        Modes       "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection


Section "Screen"
    Identifier  "Screen 2"
    Device      "Asus AX300SE-X[0]"
    Monitor     "DFP 17p"
    Option    "RenderAccel" "true"
    #DefaultDepth 16


    Subsection "Display"
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection


# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen      "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


Section "DRI"
    Mode 0666
EndSection