Le Samedi 17 Juin 2006 16:40, K_Gilles a écrit :
> K_Gilles a écrit :
> > Bonsoir,
> >
> >   J'aimerais avoir des retours d'experience et si possible des
> > conseils pour installer cette CG / Etch - Xorg.
> >
> >    D'avance merci et bonne soiree.
> >
> > gil
>
> Bonsoir,
>
>  Je n'ai pas encore tester car j'ai un Bp avec le dual display.
>  je vois a peu pres commen ttester la carte ati mais pas les deux ecrans
> ( 2
>  drivers ou un seul) . Si tout marchhe bien apres l'install des drivers
> fglrx-ati j'aimerais avoir ( si possible ) des exemples de xorg.conf
> aevc deux ecrans.
>   Cordialement et tres bonnes fin de semaine,
>
> gil
Un exemple : 
mais utilise aticonfig --help...

Section "Extensions"
        Option  "Composite"     "Disable"
EndSection

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen         "Screen0" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
EndSection

Section "Files"

                        # local font server
        # if the local font server has problems, we can fall back on these
        FontPath     "unix/:7100"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath     "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/lib/X11/fonts/cyrillic"
        FontPath     "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/CID"
        FontPath     "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath     "/usr/lib/X11/fonts/75dpi"
EndSection

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

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

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

Section "Monitor"
        Identifier   "Iiyama"
        HorizSync    30.0 - 65.0
        VertRefresh  50.0 - 75.0
        Option      "DPMS"
EndSection

Section "Monitor"
        Identifier   "Belinea"
        HorizSync    30.0 - 65.0
        VertRefresh  50.0 - 75.0
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "ATI Radeon X800GTO 0"
        Driver      "fglrx"
        Option      "DesktopSetup" "horizontal"
        Option      "UseInternalAGPGART" "off"
        BusID       "PCI:5:0:0"
EndSection

Section "Device"
        Identifier  "ATI Radeon X800GTO 1"
        Driver      "fglrx"
        Option      "UserInternalAGPGART" "off"
        BusID       "PCI:5:0:1"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "ATI Radeon X800GTO 0"
        Monitor    "Iiyama"
        DefaultDepth     24
        SubSection "Display"
                Depth     1
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "ATI Radeon X800GTO 1"
        Monitor    "Belinea"
        DefaultDepth     24
        SubSection "Display"
                Depth     1
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

-- 
La magie de l'art naît de la souffrance, car l'humain de révèle dans 
l'écorchure.

Reply via email to