[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [xorg][dual monitor] Configuration du dual display pour une radeon 9600



Bonsoir,

Bon ça y est j'arrive à avoir ce que je veux en résolution dans tous les
cas (je joins d'ailleurs mon xorg.conf pour ceux que ça intéresse).

Par contre je n'ai le DRI. Apparemment c'est normal de ne pas l'avoir
sur les 2 screen, mais ne peut on pas l'avoir au moins sur un (le
principal...) ?

Merci
GiGGz

# /etc/X11/xorg.conf (xorg X Window System server configuration file)

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
#       FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"

        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "v4l"
        Load    "vbe"
#       Load    "GLcore"
#       Load    "i2c"
#       Load    "drm"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
##a commenter pour avoir le circonflexe
#       Option          "XkbVariant"    "nodeadkeys"
EndSection

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

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
        Option          "MaxTapTime" "0"
        Option          "MaxTapMove" "0"
EndSection

Section "Monitor"
        Identifier      "LCD SAMSUNG"
        Option          "DPMS"
        HorizSync       31.5-90
        VertRefresh     59-75
EndSection

Section "Monitor"
        Identifier      "SORTIE VGA"
        Option          "DPMS"
        HorizSync       31.5-90
        VertRefresh     59-75
EndSection

Section "Device"
        Identifier      "ATI RADEON MOBILITY"
        Driver          "ati"
        BusID           "PCI:1:0:0"
        Option          "MonitorLayout"         "LVDS,CRT"
        Screen 0
        Option          "AGPMode"               "4"
        Option          "XaaNoOffscreenPixmaps" "false" # Faster RENDER
acceleration
         Option         "EnablePageFlip"        "true"
         Option         "DynamicClocks"         "true"
EndSection

Section "Device"
        Identifier      "ATI RADEON MOBILITY SORTIE VGA"
        Driver          "ati"
        BusID           "PCI:1:0:0"
        Screen          1
        Option          "AGPMode"               "4"
        Option          "XaaNoOffscreenPixmaps" "false" # Faster RENDER
acceleration
        Option          "EnablePageFlip"        "true"
        Option          "DynamicClocks"         "true"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI RADEON MOBILITY"
        Monitor         "LCD SAMSUNG"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1400x1050"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen SORTIE VGA"
        Device          "ATI RADEON MOBILITY SORTIE VGA"
        Monitor         "SORTIE VGA"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x1024"
#               Modes           "1600x1200" "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        Screen          "Screen SORTIE VGA" LeftOf "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
##avoir un bureau etendu
#       Option          "xinerama" "true"
EndSection

Section "DRI"
        Mode    0666
EndSection

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



Reply to: