Cette page est en cours de construction...

/etc/X11/xorg.conf (ati)

#########################################################
#                       Options                         #
#########################################################

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Section "ServerFlags"
   Option         "Xinerama" "0"
EndSection

#########################################################
#                       Modules                         #
#########################################################

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
#    Load           "randr"
EndSection

#########################################################
#                       Inputs                          #
#########################################################

Section "InputDevice"
    Identifier     "Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
    Option         "XkbVariant" "latin9"
EndSection

Section "InputDevice"
    Identifier     "Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
EndSection


#########################################################
#                       GPUs                            #
#########################################################

Section "Device"
    Identifier     "GPU0"
    Driver         "fglrx"
#    BusID          "PCI:1:0:0"
    VendorName     "ati"
    BoardName      "accel"
    Option          "AllowGLXWithComposite" "true"
EndSection


#########################################################
#                       Monitors                        #
#########################################################

Section "Monitor"
    Identifier     "ecran-0"
    ModelName      "grand"
    HorizSync       30.0 - 90.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
#    gamma              2.0
#    DisplaySize     300 225
EndSection


#########################################################
#                       Screens                         #
#########################################################

Section "Screen"
    Identifier     "ecran-0"
    Device         "GPU0"
    Monitor        "ecran-0"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "XAANoOffscreenPixmaps" "true"
    Option         "TripleBuffer" "true"
#    Option         "TwinView" "true"
#    Option         "TwinViewOrientation" "LeftOf"
#    Option         "MetaModes" "1280x1024,1024x768;"
    Option      "NoLogo" "on"
        SubSection     "Display"
        Depth       24
        Modes      "1024x768_75" "1280x1024_75" "1600x1200_75"
        Virtual         3400 2600
    EndSubSection
EndSection


#########################################################
#                       Layouts                         #
#########################################################

Section "ServerLayout"
    Identifier     "Layout"
    Screen      0  "ecran-0"            0 0
#    Screen      1  "ecran-1"   RightOf "ecran-0"
    InputDevice    "Keyboard"           "CoreKeyboard"
    InputDevice    "Mouse"              "CorePointer"
    Option         "AIGLX"              "true"
EndSection

/etc/X11/xorg.conf (nvidia)

#########################################################
#                       Options                         #
#########################################################

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Section "ServerFlags"
   Option         "Xinerama" "0"
EndSection

#########################################################
#                       Modules                         #
#########################################################

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
#    Load           "randr"
EndSection

#########################################################
#                       Inputs                          #
#########################################################

Section "InputDevice"
    Identifier     "Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
    Option         "XkbVariant" "latin9"
EndSection

Section "InputDevice"
    Identifier     "Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
EndSection


#########################################################
#                       GPUs                            #
#########################################################

Section "Device"
    Identifier     "GPU0"
    Driver         "nvidia"
#    BusID          "PCI:1:0:0"
    VendorName     "ati"
    BoardName      "accel"
    Option          "AllowGLXWithComposite" "true"
EndSection


#########################################################
#                       Monitors                        #
#########################################################

Section "Monitor"
    Identifier     "ecran-0"
    ModelName      "grand"
    HorizSync       30.0 - 90.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
#    gamma              2.0
#    DisplaySize     300 225
EndSection


#########################################################
#                       Screens                         #
#########################################################

Section "Screen"
    Identifier     "ecran-0"
    Device         "GPU0"
    Monitor        "ecran-0"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "XAANoOffscreenPixmaps" "true"
    Option         "TripleBuffer" "true"
#    Option         "TwinView" "true"
#    Option         "TwinViewOrientation" "LeftOf"
#    Option         "MetaModes" "1280x1024,1024x768;"
    Option      "NoLogo" "on"
        SubSection     "Display"
        Depth       24
        Modes      "1024x768_75" "1280x1024_75" "1600x1200_75"
        Virtual         3400 2600
    EndSubSection
EndSection


#########################################################
#                       Layouts                         #
#########################################################

Section "ServerLayout"
    Identifier     "Layout"
    Screen      0  "ecran-0"            0 0
#    Screen      1  "ecran-1"   RightOf "ecran-0"
    InputDevice    "Keyboard"           "CoreKeyboard"
    InputDevice    "Mouse"              "CorePointer"
    Option         "AIGLX"              "true"
EndSection

Err404Wiki: Doc/Debian/etc/X11/xorg.conf (last edited 2009-05-24 09:16:27 by Err404)