Bonjour,

J'ai un ordinateur portable avec une carte intel.
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
voici mon Xorg.conf
# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier     "single head configuration"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
# keyboard added by rhpxl
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "fr"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    ModelName    "LCD Panel 1280x800"
    HorizSync    31.5 - 50.0
    VertRefresh  56.0 - 65.0
    Option        "dpms"
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "intel"
    Option         "Legacy3D" "boolean"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection
Les effets 3D fonctionnent ainsi que les jeux mais "ca rame"...
j'ai essayé de changé le driver pour le i810, qui malheureusement plante.

je me rappelle encore m'amuser a supertux sans trop de probleme sous F9 mais plus maintenant avec F10 (installation fraiche)

avez-vous des idees ?