Hi.
I need advice or suggestion.
I have Lenovo 3000 C100 with i915GM video.
I use XFCE.
Xorg.conf:
Section “Device”
BoardName “915 GM”
Driver “intel”
Identifier “Device[0]”
Option “monitor-LVDS” “Monitor[0]”
Screen 0
VendorName “Intel”
EndSection
uname -a:
Linux linux-m3e1 2.6.27.19-3.2-pae #1 SMP 2009-02-25 15:40:44 +0100 i686 i686 i386 GNU/Linux
Question:
Every scrolling in every window makes X use up to 70% CPU.
Xterm window - very slow.
It has enough Video memory to keep text from one xterm window.
Where is 2D rendering? Look like all text goes from base memory, but not from video memory, video card does not cache anything.
I do not talk about 2D acceleration - I just need normal 2D rendering. 915GM - is not new card and it should work already.
So, how to improve it ???
Thanks.