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

Re: XOrg.conf avec une ATI Mobility Radeon X600



David BERCOT a écrit :
> Bonjour,
>
> Bon, avant de régler mon problème Compiz, il faudrait d'abord que ma
> carte graphique marche correctement. Et là, ce n'est pas le cas ;-)
>
> J'ai donc une ATI Mobility Radeon X600 pour laquelle je viens de passer
> 2 heures à faire plein d'essais : drivers de base, drivers proprio ATI
> (v8.42.3 téléchargé depuis chez eux), drivers fglrx, sans succès !!!
> Je fais des modifications dans la section "Module", etc..., etc...,
> sans résultat. J'ai toujours :
> glxinfo | grep direct
> direct rendering: No (If you want to find out why, try setting
> LIBGL_DEBUG=verbose)
>
> Est-ce qu'une âme charitable aurait la patience de m'éclairer 2
> secondes ?
>
> Merci d'avance.
>
> David.
>   
Chez moi ça fonctionne en dual-screen avec une Radeon RV100 et driver
libre (jamais réussi avec le proprio).
Pour les détails concernant la configuration du driver : man radeon
Voilà mon xorg.conf si tu veux t'en inspirer (pas très propre vu que
j'avais pas réussi du premier coup et qu'une fois que ça fonctionne...) :

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    "dbe"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    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    "ATI head 1"
    Driver        "radeon"
    BusID        "PCI:1:0:0"
    #ChipID 0x5159
    VideoRAM 32768
    Screen 0
    Option "DPMS" "true"
    Option "BusType" "AGP"
    Option "AGPMode" "4"
    Option "AGPSize" "64"
    Option "AGPFastWrite" "true"
    Option "DDCMode" "true"
    Option "DynamicClocks" "true"
    Option "XaaNoOffscreenPixmaps"
    Option "AccelMethod" "XAA"
    Option "ColorTiling" "true"
    Option "BufferSize" "2"
    Option "RingSize" "8"
    Option "EnablePageFlip" "true"
    Option "DynamicClocks" "on"
    Option "mtrr" "on"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "off"
    Option "EnableDepthMoves" "true"
    Option "RenderAccel" "true"
    Option "BackingStore" "true"


# Dual head config
Option "MonitorLayout" "CRT, CRT2"
Option "MergedFB" "true"
Option "CRT2Position" "RightOf"
Option "MergedXineramaCRT2IsScreen0" "False"
#Option "MergedXinerama" "true"
Option "MetaModes" "1024x768-1024x768"

EndSection
Section "Monitor"
    Identifier    "Moniteur gauche"
    Option        "DPMS"
    HorizSync    30-70
    VertRefresh    50-160
    ModeLine "1024x768"      78.75 1024 1040 1136 1312  768  769  772 
800 +hsync +vsync
EndSection

Section "Screen"
    Identifier    "Ecran gauche"
    Device        "ATI head 1"
    Monitor        "Moniteur gauche"
    DefaultDepth    24
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    #Option "Xinerama" "true"
    Option "AIGLX" "true"
    Screen "Ecran gauche" 0 0
    #Screen "Ecran droit" RightOf "Ecran gauche"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "DRI"
    Mode    0666
EndSection

Section "Extensions"
        Option "Composite" "true"
EndSection



J'utilise compiz 0.3.6-1 sous etch car avec la version 0.2.2 les
fenêtres se maximisaient sur les 2 écrans...
@+

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: