Vincent Bernat a écrit :
> OoO En  cette soirée  bien amorcée du  dimanche 28 janvier  2007, vers
> 22:02, giggz <[EMAIL PROTECTED]> disait:
> 
>> 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...) ?
> 
> Malheureusement, ce n'est pas  possible. Une limitation du driver ati,
> fort dommageable.  Tu peux  l'avoir sur les  deux écrans avec  le mode
> "MergedFB"  (faut avoir  assez de  mémoire).  Je crois  que c'est  une
> option du driver, mais un  coup de Google devrait t'éclarer. Mais dans
> ce mode, tu obtiens alors un bureau étendu sur deux écrans (au lieu de
> deux bureaux distincts). On aime ou on aime pas.

Bon pour ceux que ça intéresse je copie colle mon xorg.conf pour faire
marcher un bureau étendu avec le DRI donc avec MergedFB.

Bon j'ai encore qqs soucis. Je veux que mon CRT2 soit à gauche du 1...ms
il ne veut pas...snif...j'ai pourtt bien essayé "leftof"...

Bref c'est pour demain!

Merci en tt cas
Guillaume

# /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 "Device"
        Identifier      "ATI RADEON MOBILITY"
        Driver          "ati"
        BusID           "PCI:1:0:0"
## option activee par default
#       Option          "UseFBDev"              "true"
        Option          "MonitorLayout"         "LVDS,CRT"
#       Screen 0
#       Option  "AGPMode" "2"
        Option          "AGPMode"               "4"
##      Option  "AGPMode" "8"
        Option          "XaaNoOffscreenPixmaps" "false" # Faster RENDER 
acceleration
        Option          "EnablePageFlip"        "true"
        Option          "DynamicClocks"         "true"
#       Option          "MergedNonRectangular"  "true"
##       Option "crt_display"   "true"
##dual head
         Option                 "MergedFB"      "true"  
         Option                 "CRT2Position" "RightOf"
#        Option                 "CRT2Position" "LeftOf"
         Option                 "CRT2HSync" "30.0-86.0"
         Option                 "CRT2VRefresh" "50.0-75.0"
#        Option                 "MergedXineramaCRT2IsScreen0" "False"
         Option                 "MetaModes" "1400x1050-1280x1024"
EndSection

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

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

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection

Section "DRI"
        Mode    0666
EndSection

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


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Répondre à