From Fedora Project Wiki
< KDE
(Created page with 'If you have problems with fullscreen applications flickering when desktop effects are ON then you can try solution that was suggested in [https://bugs.kde.org/show_bug.cgi?id=177...') |
m (Small grammar fixes and clarifications.) |
||
Line 1: | Line 1: | ||
If you have problems with fullscreen applications flickering when desktop effects are ON then you can try solution | If you have problems with fullscreen applications flickering when desktop effects are ON then you can try the following solution, which was suggested in [https://bugs.kde.org/show_bug.cgi?id=177495 KDE Bug 177495]: | ||
* Open ~/.kde/share/config/kwinrc in an editor (where ~ stands for your home directory). | |||
* Open ~/.kde/share/config/kwinrc in an editor. | * Go to the section [Compositing]. | ||
* Go to section [Compositing]. | * Add the following line: | ||
* Add following line: | |||
UnredirectFullscreen=false | UnredirectFullscreen=false | ||
* Save file. | * Save the file. | ||
* Apply changes | * Apply the changes by pressing Alt+F2 and running: | ||
qdbus org.kde.kwin /KWin reconfigure | qdbus org.kde.kwin /KWin reconfigure | ||
This forces KWin not to use window unredirection but can affect performance of fullscreen OpenGL applications when desktop effects are enabled. Desktop effects can be suspended to prevent performance issues (press Alt+Shift+F12) when running such applications. | |||
This forces KWin to |
Revision as of 17:18, 3 June 2010
If you have problems with fullscreen applications flickering when desktop effects are ON then you can try the following solution, which was suggested in KDE Bug 177495:
- Open ~/.kde/share/config/kwinrc in an editor (where ~ stands for your home directory).
- Go to the section [Compositing].
- Add the following line:
UnredirectFullscreen=false
- Save the file.
- Apply the changes by pressing Alt+F2 and running:
qdbus org.kde.kwin /KWin reconfigure
This forces KWin not to use window unredirection but can affect performance of fullscreen OpenGL applications when desktop effects are enabled. Desktop effects can be suspended to prevent performance issues (press Alt+Shift+F12) when running such applications.