(→Resizing certain windows is choppy) |
(→Resizing certain windows is choppy) |
||
| Line 11: | Line 11: | ||
;Test : If you want to make sure this issue is a problem for you, run <pre>$ XLIB_SKIP_ARGB_VISUALS=1 konsole</pre> on the command-line and try to resize the new konsole window (setting the environment variable <tt>XLIB_SKIP_ARGB_VISUALS</tt> turns off ''ARGB visuals''). If it resizes without problems, then this is certainly one of the problems you're facing. | ;Test : If you want to make sure this issue is a problem for you, run <pre>$ XLIB_SKIP_ARGB_VISUALS=1 konsole</pre> on the command-line and try to resize the new konsole window (setting the environment variable <tt>XLIB_SKIP_ARGB_VISUALS</tt> turns off ''ARGB visuals''). If it resizes without problems, then this is certainly one of the problems you're facing. | ||
| + | |||
| + | === General === | ||
| + | |||
| + | * You can set the BackingStore options in your xorg.conf: | ||
| + | <pre>Section "Device" | ||
| + | ... | ||
| + | Option "BackingStore" "true" | ||
| + | ... | ||
| + | EndSection "Device"</pre>This works for some (eg. konsole) but unfortunately not all windows. | ||
=== NVIDIA === | === NVIDIA === | ||
* You can set the ''IntialPixmapPlacement'' with the ''nvidia-settings'' utility: <pre>$ nvidia-settings -a InitialPixmapPlacement=2</pre> This works for some (but unfortunately not all) NVIDIA cards. | * You can set the ''IntialPixmapPlacement'' with the ''nvidia-settings'' utility: <pre>$ nvidia-settings -a InitialPixmapPlacement=2</pre> This works for some (but unfortunately not all) NVIDIA cards. | ||
| − | |||
| − | |||
| − | |||
=== ATI === | === ATI === | ||
Contents |
Several popular graphics cards out there - especiall NVIDIA ones - exhibit performance problems with KDE4. These performance hits mostly concern Plasma - the KDE4 desktop - and KWin - the KDE window-manager. Generally speaking this isn't due to KDE4 being unoptimized but a problem with the cards' graphics drivers. This page encompasses certain problems that might arise and how to get rid of them.
This section summarizes several symptoms you might encounter and tries to explain possible causes.
$ XLIB_SKIP_ARGB_VISUALS=1 konsoleon the command-line and try to resize the new konsole window (setting the environment variable XLIB_SKIP_ARGB_VISUALS turns off ARGB visuals). If it resizes without problems, then this is certainly one of the problems you're facing.
Section "Device"
...
Option "BackingStore" "true"
...
EndSection "Device"This works for some (eg. konsole) but unfortunately not all windows.
$ nvidia-settings -a InitialPixmapPlacement=2This works for some (but unfortunately not all) NVIDIA cards.