Hello.
Recently, I've upgraded my Fedora 13 system to Fedora 14.
All is well but one - quite important - thing.
The display is UNBELIEVABLY slow, and the xorg process (/usr/bin/Xorg :0 -nr -verbose -auth /var/run/gdm/auth-for-gdm-G4lWjL/database -nolisten tcp vt1) consumes up to 99% of the CPU when trying to do very simple things like scrolling page in Firefox.
My video card is an intel i915 built-in card.
I know for years that support for this hardware is not... perfect, but I've been working on this machine for 7 yrs w/o having the problem above, so I know it's possible...
I've seen
this thread that seems to be related, but couldn't understand the solution offered there, and the given link is broken :\
I'm attaching my xorg.conf (/etc/X11/xorg.conf), output of lsmod and output of lspci.
Code:
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
Code:
# lsmod | grep i915
i915 242432 3
drm_kms_helper 22278 1 i915
drm 139248 3 i915,drm_kms_helper
i2c_algo_bit 4197 1 i915
i2c_core 21552 9 saa7134,v4l2_common,videodev,tveeprom,i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit
video 17730 1 i915
This is driving me absolutely crazy,
so I would really appreciate any attempt to help.
Thanks!