Bonsoir, j'essaye désespérément de faire marcher mes deux moniteur en meme temps avec MergedFB l'outil de remplacement de Xinerama intégré au driver radeon.

Je n'arrive a rien, alors je vais expliqué ma situation j'ai deux moniteur CRT branchés sur une ATI9200 qui a une sortie VGA et une DVI. Le moniteur principal est a gauche et je l'utilise le en [EMAIL PROTECTED] Je voudrais utiliser l'autre, branché sutr le DVI avec un adapt, en 640x480 à disons 75Hz. Je voudrais que quand le moniteur secondaire est branché le bureau s'étende dessus.


------------------------------
Ici mon xorg.conf:
------------------------------


Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection

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

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

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "radeon"
        BusID           "PCI:2:0:0"
        Option "XAANoOffscreenPixmaps" "true" #AIGLX
        Option "AddARGBGLXVisuals" "true" #AIGLX
        Option "AllowGLXWithComposite" "true"  #AIGLX
        Option      "TripleBuffer"  "true"  #AIGLX
        Option "MergedFB" "true" #Enable MergedFB function
Option "MonitorLayout" "CRT, CRT" # LVDS = Laptop Screen, TMDS = DVI Port, CRT = VGA Port NOT MONITOR TYPE! Option "CRT2Hsync" "30-70" #Horizontal Sync of the Monitor (check your monitor's manual for correct values) Option "CRT2VRefresh" "50-150" #Vertical Refresh rate of the Monitor (check your monitor's manual for correct values)
        #Option "OverlayOnCRTC2" "true"
Option "CRT2Position" "RightOf" #Physical location of your secondary monitor in relationship to your primary monitor. Values can be: LeftOf, RightOf, Above, Below, and Clone. Option "MetaModes" "1280x960-640x480" #Monitor Resolutions for Primary-Secondary monitors #Option "MergedXineramaCRT2IsScreen0" "false" #determines which screen is going to be the primary screen; value can be "true" or "false"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       30-130
        VertRefresh     50-200
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1600x1200" "1280x960" "1024x768" "800x600" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1600x1200" "1280x960" "1024x768" "800x600" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1600x1200" "1280x960" "1024x768" "800x600" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1600x1200" "1280x960" "1024x768" "800x600" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1600x1200" "1280x960" "1024x768" "800x600" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1280x960" "1024x768" "800x600" 
"640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Option          "AIGLX"         "true" #AIGLX
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "Extensions"
        Option "Composite" "Enable"    #AIGLX
        Option "RENDER" "Enable"    #AIGLX
        Option      "DAMAGE"        "Enable"   #AIGLX
 EndSection

Section "DRI"
        Mode    0666
EndSection

----------------------------------------
fin du xorg.conf


----------------------------------------
Commentaires:
----------------------------------------

- Option "MonitorLayout" "CRT, CRT"
Malgré ce qu'indique le commentaire (repompé sur un xorg.conf trouvé sur le net) j'ai mis "CRT, CRT" car le man de radeon ne fait pas que "CRT = VGA Port" mais plutot le contraire.

- Option "MetaModes" "1280x960-640x480"
Je n'ai pas encore mis le mode sans le moniteur secondaire, c'est intentionnel, je voudrais bien d'abord réussir a faire marcher celui-ci.

- Situation présente:
Avec le xorg ci-joint mon moniteur principal est en [EMAIL PROTECTED] et l'autre affiche "hors freq 85Hz", je suppose qu'il est en mode clone ou quelque chose du genre. Je suis passé par plein d'autres résultats en modifiant le xorg.conf en long et en large, mais jamais rien de satisfesant.

J'ai suivit le man et lu pas mal de tutoriels mais je n'y arrive tjrs pas si quelqu'un peu me donner un coup de main.

Merci.
Bonne soirée.


--
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 à