Desktop effects had been disabled on my system because, reportedly, they had crashed kwin. I did a search and found many users with similar issues, but solutions appear to be quite specific to drivers and system versions. I tried a few of those solutions, but they didn't work for me, until I did this:
cd ~/.kde/share/config/
sudo kate kwinrc
change "OpenGLIsUnsafe=true" to "OpenGLIsUnsafe=false"
At this time, the Desktop effects have been re-enabled. I can't say how long this will last. Is there anything you would recommend for me to do?
for reference, in case it helps someone, I lay out below my attempts (no reference given, the tips were found in other discussion forums like ubuntuforums, kde-forum, I didn't write down the reference):
Possible solutions:
1.
remove all Nvidia references in package manager, remove libgl1-mesa-swx11. Install: libgl1-mesa-glx (7.11-0ubuntu3).
verdict: not installed
2.
uninstall the kde-window-manager-gles and intall kde-window-manager instead.
verdict: not installed
3.
Can you confirm that you have Direct Rendering support available?
The command "glxinfo | grep -i direct" should read "Yes"
you will need:
sudo apt-get install mesa-utils
verdict: answer is yes
4.
cd ~/.kde/share/config/
sudo kate kwinrc
change "OpenGLIsUnsafe=true" to "OpenGLIsUnsafe=false"
verdict: worked, so far
5.
sudo rm ~/.kde/share/config/kwinrc
kwin --replace
verdict: haven't tried this (yet)
cd ~/.kde/share/config/
sudo kate kwinrc
change "OpenGLIsUnsafe=true" to "OpenGLIsUnsafe=false"
At this time, the Desktop effects have been re-enabled. I can't say how long this will last. Is there anything you would recommend for me to do?
for reference, in case it helps someone, I lay out below my attempts (no reference given, the tips were found in other discussion forums like ubuntuforums, kde-forum, I didn't write down the reference):
Possible solutions:
1.
remove all Nvidia references in package manager, remove libgl1-mesa-swx11. Install: libgl1-mesa-glx (7.11-0ubuntu3).
verdict: not installed
2.
uninstall the kde-window-manager-gles and intall kde-window-manager instead.
verdict: not installed
3.
Can you confirm that you have Direct Rendering support available?
The command "glxinfo | grep -i direct" should read "Yes"
you will need:
sudo apt-get install mesa-utils
verdict: answer is yes
4.
cd ~/.kde/share/config/
sudo kate kwinrc
change "OpenGLIsUnsafe=true" to "OpenGLIsUnsafe=false"
verdict: worked, so far
5.
sudo rm ~/.kde/share/config/kwinrc
kwin --replace
verdict: haven't tried this (yet)
Comment