• # Infos supplémentaire

    Posté par . En réponse au message Driver libre radeon et accélération 2D. Évalué à 1.

    Alors voici mon xorg.conf :

    Section 'Monitor'
    Identifier 'Configured Monitor'
    EndSection

    Section 'Screen'
    Identifier 'Default Screen'
    Monitor 'Configured Monitor'
    Device 'Configured Video Device'
    EndSection

    Section 'Device'
    Identifier 'Configured Video Device'
    Option 'UseFBDev' 'true'
    Option 'DRI' 'on'
    Driver 'radeon'
    Option 'AccelDFS' 'on'
    Option 'AccelMethod' 'EXA'
    Option 'MigrationHeuristic' 'smart' # 'greedy' works well also
    Option 'EnablePageFlip' 'on'
    Option 'EnableDepthMoves' 'on'
    Option 'ColorTiling' 'on'
    Option 'FBTexPercent' '0'
    Option 'RenderAccel' 'on'
    EndSection



    Le fichier gdm.conf-custom :


    [daemon]
    AlwaysRestartServer=false
    RemoteGreeter=/usr/lib/gdm/gdmgreeter
    [security]
    RetryDelay=2
    [xdmcp]
    #Enable=false
    Enable=false
    [gui]
    [greeter]
    DefaultFace=
    GlobalFaceDir=/usr/share/
    GraphicalTheme=HumanList
    GraphicalThemes=happygnome/:circles
    SoundOnLogin=false
    Exclude=nobody,sftp
    [chooser]
    [debug]

    [servers]
    name=Standard
    command=/bin/Xwrapper -br -audit 0
    flexible=true



    Le fichier Xwrapper :

    #!/bin/sh
    if [ '1ドル' != :0 ]; then
    exec /usr/X11R6/bin/X '$@' -config /etc/X11/xorg-extra.conf
    fi

    exec /usr/X11R6/bin/X '$@'


    Le fichier xorg-extra.conf :


    Section 'Device'
    Identifier 'Configured Video Device'
    Driver 'radeon'
    Option 'UseFBDev' 'true'
    Option 'AccelMethod' 'XAA'
    Option 'DRI' 'off'
    EndSection

    Section 'Monitor'
    Identifier 'Configured Monitor'
    EndSection

    Section 'Screen'
    Identifier 'Default Screen'
    Monitor 'Configured Monitor'
    Device 'Configured Video Device'
    EndSection



    Par contre après plusieurs essais sur le fichier xorg-extra.conf, j'ai pas l'impression que ca change grand chose (toujours les mêmes effets), du coup je me demande s'il est bien pris en compte par Xwrapper et gdm.conf-custom...comment savoir ?