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

chipset intel & accelération graphique



Salut la liste,

Je piétine pour activer l'accélération graphique d'une carte graphique Intel.
Ci-dessous, l'ensemble de ce que j'ai :


# lspci
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)


# Les paquets installés:
xinit
xorg
xserver-xorg-input-kbd
xserver-xorg-input-mouse
xfonts-base
xserver-xorg-video-intel
libgl1-mesa-dri
libgl1-mesa-glx
mesa-utils


# Mon xorg.conf:
Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath     "built-ins"
EndSection

Section "Module"
        Load  "dri2"
        Load  "record"
        Load  "dbe"
        Load  "dri"
        Load  "glx"
        Load  "extmod"
EndSection

Section "DRI"
    Mode 0666
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbRules"  "xorg"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "82G33/G31 Express Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
    Option      "AccelMethod"   "XAA"
EndSection

Section "Monitor"
    Identifier  "Monitor0"
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "Card0"
    Monitor     "Monitor0"
EndSection


# Mon xorg.log est muet sur une quelconque erreur.


# Chose intéressante aussi : glxinfo renvoie :
Error: unable to open display



Bref, je suis noyé et impossible d'avoir une image fluide, non saccadée.
Des idées ?
Merci d'avance.


Reply to: