Comme l'a dit Skunnyk problème résolu avec le dernier xorg, et le dernier pilote intel de testing.
Donc pour tout ceux qui ont de mauvaises performances avec leur i810, la solution et d'activer testing dans pacman.conf, une réinstalle de xorg, puis du driver intel.
La lecture de vidéo redevient possible avec l'eeepc 701
Par contre chose bizarre, avec le glxgears j'avais 260 fps, maintenant 130 fps >_< m'enfin les xvid d'une résolution dvd passent très bien. Seule la vidéo HD, tel que du H264 en grande résolution ne passent toujours pas.
Mais c'est au moins aussi bon qu'avec l'ancien et 915resolution, voir mieux je pense.
mon xorg.conf pour ceux que ça intéressent :
Code : Tout sélectionner
Section "ServerLayout"
Identifier "ArchLinux"
Screen 0 "Screen0"
InputDevice "keyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "glx"
Load "dri"
Load "extmod"
Load "synaptics"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
Option "BlankTime" "5"
Option "DontVTSwitch" "true"
Option "AIGLX" "false"
EndSection
Section "InputDevice"
Identifier "keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbModel" "pc105"
Option "XkbRules" "xorg"
Option "XkbLayout" "fr"
Option "XkbVariant" ""
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "ASUS"
ModelName "eeePC P701"
Modeline "800x480" 29.58 800 816 896 992 480 481 484 497 -HSync +Vsync # 60 Hz
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
BusID "PCI:0:2:0"
Option "DRI" "true"
Option "XAANoOffscreenPixmaps" "true"
#Option "AccelMethod" "UXA"
# Option "AccelMethod" "XAA"
# Option "MigrationHeuristic" "greedy"
# Option "ExaNoComposite" "false"
#
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
?