I have installed today the latest kernel update:
strzol@teras:~> uname -a
Linux teras 2.6.27.23-0.1-default #1 SMP 2009-05-26 17:02:05 -0400 x86_64 x86_64 x86_64 GNU/Linux
After rebooting i’m experiencing extremely slow 2D rendering (slow scrolling on applications, slow windows moving etc).
I’m using the radeonhd driver as detected and configured by sax2.
I have tried to reconfigure the graphics card by “sax2 -r” but the problem persists. I’m not using any desktop effects at all.
My xorg.conf (automatically generated by sax2) is:
strzol@teras:~> cat /etc/X11/xorg.conf
/…/
SaX generated X11 config file
Created on: 2009-06-09T14:09:36+0300.
Version: 8.1
Contact: Marcus Schaefer <sax@suse.de>, 2005
Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
Automatically generated by [SaX2] (8.1)
PLEASE DO NOT EDIT THIS FILE!
Section “Files”
FontPath “/usr/share/fonts/misc:unscaled”
FontPath “/usr/share/fonts/local”
FontPath “/usr/share/fonts/75dpi:unscaled”
FontPath “/usr/share/fonts/100dpi:unscaled”
FontPath “/usr/share/fonts/Type1”
FontPath “/usr/share/fonts/URW”
FontPath “/usr/share/fonts/Speedo”
FontPath “/usr/share/fonts/PEX”
FontPath “/usr/share/fonts/cyrillic”
FontPath “/usr/share/fonts/latin2/misc:unscaled”
FontPath “/usr/share/fonts/latin2/75dpi:unscaled”
FontPath “/usr/share/fonts/latin2/100dpi:unscaled”
FontPath “/usr/share/fonts/latin2/Type1”
FontPath “/usr/share/fonts/latin7/75dpi:unscaled”
FontPath “/usr/share/fonts/baekmuk:unscaled”
FontPath “/usr/share/fonts/japanese:unscaled”
FontPath “/usr/share/fonts/kwintv”
FontPath “/usr/share/fonts/truetype”
FontPath “/usr/share/fonts/uni:unscaled”
FontPath “/usr/share/fonts/CID”
FontPath “/usr/share/fonts/ucs/misc:unscaled”
FontPath “/usr/share/fonts/ucs/75dpi:unscaled”
FontPath “/usr/share/fonts/ucs/100dpi:unscaled”
FontPath “/usr/share/fonts/hellas/misc:unscaled”
FontPath “/usr/share/fonts/hellas/75dpi:unscaled”
FontPath “/usr/share/fonts/hellas/100dpi:unscaled”
FontPath “/usr/share/fonts/hellas/Type1”
FontPath “/usr/share/fonts/misc/sgi:unscaled”
FontPath “/usr/share/fonts/xtest”
FontPath “/opt/kde3/share/fonts”
InputDevices “/dev/gpmdata”
InputDevices “/dev/input/mice”
EndSectionSection “Module”
Load “dri”
Load “dbe”
Load “freetype”
Load “extmod”
Load “glx”
EndSectionSection “ServerFlags”
Option “AllowMouseOpenFail” “on”
Option “ZapWarning” “on”
EndSectionSection “InputDevice”
Driver “kbd”
Identifier “Keyboard[0]”
Option “Protocol” “Standard”
Option “XkbLayout” “us,gr”
Option “XkbModel” “microsoftpro”
Option “XkbOptions” “grp:alt_shift_toggle,grp_led:scroll”
Option “XkbRules” “xfree86”
Option “XkbVariant” “,extended”
EndSectionSection “InputDevice”
Driver “mouse”
Identifier “Mouse[1]”
Option “Buttons” “5”
Option “Device” “/dev/input/mice”
Option “Name” “ImPS/2 Generic Wheel Mouse”
Option “Protocol” “explorerps/2”
Option “Vendor” “Sysp”
Option “ZAxisMapping” “4 5”
EndSectionSection “Monitor”
DisplaySize 338 270
HorizSync 30-83
Identifier “Monitor[0]”
ModelName “LG ELECTRONICS L1710S”
Option “DPMS”
Option “PreferredMode” “1280x1024”
VendorName “GSM”
VertRefresh 43-75
UseModes “Modes[0]”
EndSectionSection “Modes”
Identifier “Modes[0]”
Modeline “1280x1024” 106.97 1280 1360 1496 1712 1024 1025 1028 1059
Modeline “1280x1024” 87.75 1280 1328 1360 1440 1024 1027 1034 1053 +HSync -Vsync
Modeline “1024x768” 81.80 1024 1080 1192 1360 768 769 772 802
Modeline “1024x768” 76.16 1024 1080 1192 1360 768 769 772 800
Modeline “1024x768” 69.71 1024 1080 1184 1344 768 769 772 798
Modeline “1024x768” 69.50 1024 1072 1104 1184 768 771 775 796 +HSync -Vsync
Modeline “1024x768” 64.11 1024 1080 1184 1344 768 769 772 795
Modeline “800x600” 48.91 800 840 920 1040 600 601 604 627
Modeline “800x600” 45.50 800 840 920 1040 600 601 604 625
Modeline “800x600” 44.00 800 848 880 960 600 603 607 622 +HSync -Vsync
Modeline “800x600” 42.11 800 840 920 1040 600 601 604 623
Modeline “800x600” 38.22 800 832 912 1024 600 601 604 622
EndSectionSection “Device”
BoardName “ATI Radeon HD 3200 Graphics”
Driver “radeonhd”
Identifier “Device[0]”
Option “monitor-VGA_1” “Monitor[0]”
VendorName “ATI”
EndSectionSection “Screen”
DefaultDepth 24
SubSection “Display”
Depth 15
Modes “1280x1024” “1024x768” “800x600”
Virtual 3840 1200
EndSubSection
SubSection “Display”
Depth 16
Modes “1280x1024” “1024x768” “800x600”
Virtual 3840 1200
EndSubSection
SubSection “Display”
Depth 24
Modes “1280x1024” “1024x768” “800x600”
Virtual 3840 1200
EndSubSection
SubSection “Display”
Depth 8
Modes “1280x1024” “1024x768” “800x600”
Virtual 3840 1200
EndSubSection
Device “Device[0]”
Identifier “Screen[0]”
Monitor “Monitor[0]”
EndSectionSection “ServerLayout”
Identifier “Layout[all]”
InputDevice “Keyboard[0]” “CoreKeyboard”
InputDevice “Mouse[1]” “CorePointer”
Screen “Screen[0]”
EndSectionSection “DRI”
Group “video”
Mode 0660
EndSection
Any hints?