First of all read this: www(dot)linuxquestions.org/questions/showthread.php?t=402003
after this you can think it could be cool enabling eye candy features of X (X.org 6.9.0) using KDE 3.5 downloaded form www(dot)kde.org (should work whit gnome too).
I have a ati radeon IGP 320 whit 64mb of shared memory (with 16 mb is too slow), 512 mb ram (512-64 because of the video memory) and athlon XP 2200+ mobile. (3 years old notebook)
In order to increase the performance it is possible to try to enable EXA module (defaul is the good old XAA).
Modify Device section in xorg.conf like this
Code:
Section "Device"
Identifier "ATI Radeon"
Driver "radeon"
Option "AccelMethod" "EXA"
EndSection
If this seems to work well then it's ok, else continue to use old acceletation method XAA.
After this add this section to xorg.conf
Code:
Section "Extensions"
Option "Composite" "Enable"
EndSection
Now go to the KDE control center, desktop, window behavior, translucency.
Enable translucency/shadows. Clicl Apply and restart KDE.
Now all should work... but not so fast... or very slow.
In order to increase performance go again to the Device section and add the "AllowGXLWithComposite" line.
Code:
Section "Device"
Identifier "ATI Radeon"
Driver "radeon"
Option "AccelMethod" "EXA"
Option "AllowGLXWithComposite" "true"
EndSection
then restart KDE.
Is it better?
I would like to post a screenshot but I think I can't.
Just think my desktop now is cool!