MyWorld
Executive Member
I have always been on the lookout for an app or setting to squeeze that extra few milliseconds out of KDE, and I have found a gem.
By default QT is rendered by X11/XRender and that makes it quite sluggish. I have not seen this option before, but check out -> System settings -> Desktop Effects -> Advanced. Is there an option to change QT graphics system?
If there is then your distro has added the patch already and you need to choose "raster" ASAP.
If not, download and install this:
http://kde-apps.org/content/show.php/KCM+Qt+Graphics+System?content=129817
Extract, then:
If you are using Ubuntu you will need:
Now in System Settings there will be an option "QT Graphics System" under "System Administration", choose raster and log out and log back in.
You should now see a much snappier QT performance boost, nice! OpenGL is experimental and on my Nvidia system it did not work at all, plasma went all wonky, but report back on what GFX drivers you use if it worked for you. If OpenGL works for you you should see an even greater performance boost.
By default QT is rendered by X11/XRender and that makes it quite sluggish. I have not seen this option before, but check out -> System settings -> Desktop Effects -> Advanced. Is there an option to change QT graphics system?
If there is then your distro has added the patch already and you need to choose "raster" ASAP.
If not, download and install this:
http://kde-apps.org/content/show.php/KCM+Qt+Graphics+System?content=129817
Extract, then:
Code:
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
If you are using Ubuntu you will need:
Code:
sudo aptitude install build-essential
Now in System Settings there will be an option "QT Graphics System" under "System Administration", choose raster and log out and log back in.
You should now see a much snappier QT performance boost, nice! OpenGL is experimental and on my Nvidia system it did not work at all, plasma went all wonky, but report back on what GFX drivers you use if it worked for you. If OpenGL works for you you should see an even greater performance boost.