[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]

Problème de DRI



Bonjour à tous!

J'ai une difficulté. Peut-être quelqu'un pourra-t-il résoudre mon problème.

J'ai récemment installé une ati radeon 9200 et je n'arrive pas à activer le 
DRI.

distro: debian
kernel : 2.6.5-k7-1 
X: 4.3.0.dfsg.1-1

"glxinfo" donne
...
direct rendering: No
...

Cependant, /var/log/XFree86.0.log
...
(II) RADEON(0): Direct rendering enabled
...


et "xdpyinfo"
...
number of extensions:    30
    BIG-REQUESTS
    DOUBLE-BUFFER
    DPMS
    Extended-Visual-Information
    FontCache
    GLX
    LBX
    MIT-SCREEN-SAVER
    MIT-SHM
    MIT-SUNDRY-NONSTANDARD
    RANDR
    RECORD
    RENDER
    SECURITY
    SGI-GLX
    SHAPE
    SYNC
    TOG-CUP
    X-Resource
    XC-APPGROUP
    XC-MISC
    XFree86-Bigfont
    XFree86-DGA
    XFree86-DRI
    XFree86-Misc
    XFree86-VidModeExtension
    XInputExtension
    XKEYBOARD
    XTEST
    XVideo
...

Ce qui me déroute un peu.

"lsmod"
...
radeon                119600  2
via_agp                 7616  1
agpgart                34280  2 via_agp
...


/etc/X11/XF86config
...
Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
EndSection
...
Section "Device"
        Identifier  "radeon"
        Driver      "radeon"
        VendorName  "Videocard vendor"
        BoardName   "ATI Radeon 9000"
        ChipId      0x514D
        Option      "AGPMode" "4"
        Option      "EnablePageFlip" "on"
EndSection
...



Merci,

Maxime