Pb d'affichage sous lenny

Bonsoir,

je viens de mettre à jour ma distribution de Etch à Lenny et je constate depuis une importante perte de performance de ma machine notamment au niveau graphique. L’affichage d’un soft prend des plombes, de même que changer d’onglet sous firefox… Les vidéos par contre passent bien.
J’ai tenté de recopier mon ancien xorg.conf (en partie) mais le pb persiste.

Je suis sous environnement graphique Xfce.
Ma carte graphique est une Intel (chipset 82845G/GL[Brookdale-G]/GE/PE DRAM Controller).
L’accélération 3D est activée.
Sous Etch j’avais du installer le paquet i915 pour avoir un affichage en 1680x1050, mais je crois que celui-ci n’existe plus sous Lenny (de toute manière la résolution est correctement gérée maintenant).

Mon xorg.conf :

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"v4l"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"latin9"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
	Driver		"intel"
	BusID		"PCI:0:2:0"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
	Monitor		"SyncMaster"
	DefaultDepth	16
	SubSection "Display"
		Depth		16
		Modes		"1680x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1680x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode	0666
EndSection

Merci de votre aide