LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-22-2013, 10:39 AM   #1
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Some KDE desktop effects suddenly stopped working


Hi,

I've been running KDE 4.10.5 on Slackware64 14.0 for the last two or three months. Everything's been running perfectly. I have the standard set of KDE desktop effects enabled, and the only extravagance is wobbly windows.

Today, all of a sudden, Windows aren't wobbly anymore. There seems to be no way to re-enable the effect. KDE settings keep complaining that "7 desktop effects can't be enabled".

Here's my video card:

Code:
[kikinovak@alphamule:~] $ /sbin/lspci | grep -i vga
01:00.0 VGA compatible controller: nVidia Corporation GF119 [GeForce GT 520] (rev a1)
I'm using the latest Nvidia proprietary driver on it, and nouveau is blacklisted.

What's puzzling here: the effect has been working for the last two months and then suddenly stopped. I'm intrigued.

Any idea what's going on here?
 
Old 10-22-2013, 10:48 AM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
Check the [Compositing] section in ~/.kde/share/config/kwinrc
Code:
OpenGLIsUnsafe=false
KDE has a habit of setting this to true and doing no further checks.
 
1 members found this post helpful.
Old 10-22-2013, 10:55 AM   #3
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
I checked, it is "false". So that doesn't seem to be the problem. Also, some of the effects still work, like transparency or animated maximizing/minimizing of a window. I'm puzzled.
 
Old 10-22-2013, 11:09 AM   #4
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
Some KDE desktop effects depend on having appropriate OpenGL support (Wobbly windows and Blur spring to mind).
Does 'glxinfo | grep OpenGL' show Nvidia in the vendor string?
Is 'Backend=OpenGL' shown in the Compositing section of kwinrc?

This is an old post, but has some background. http://www.linuxquestions.org/questi...ent-has-broken
and another showing my kwinrc [Compositing] section. http://www.linuxquestions.org/questi...7/#post4362492

Last edited by allend; 10-22-2013 at 11:14 AM. Reason: extra link added
 
1 members found this post helpful.
Old 10-22-2013, 11:22 AM   #5
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Got it! I had 'Backend=XRender'. I set it back to OpenGL, and now all my desktop effects are fully available again.

I think I know what happened. Yesterday I updated some packages on this machine, and there were some xorg-* packages in the set of patches. I started KDE, and then mysteriously VirtualBox crashed on startup. I thought this was a video driver related thing, and some components of my proprietary NVidia driver must have been squashed by the upgrade process. Switched to init 3, reinstalled the thing, and everything went, well, almost well. I guess KDE must have detected in the process that something's missing and must have reset the 'Backend' value.

Anyway, problem solved. Thanks very much!
 
Old 11-02-2013, 02:51 PM   #6
Abhid
LQ Newbie
 
Registered: Sep 2012
Posts: 10

Rep: Reputation: Disabled
Unhappy Same problem

Changing Backend=XRender to Backend=OpenGL did not solve the problem for me.

Output of glxinfo | grep OpenGL

Quote:
OpenGL vendor string: Mesa Project
OpenGL renderer string: Software Rasterizer
OpenGL version string: 2.1 Mesa 7.7.1
OpenGL shading language version string: 1.20
OpenGL extensions:
System Info:

Quote:
OS: Debian Squeeze

KDE version: 4.4.5

GPU : SiS 661/741/760 PCI AGP or 662/761Gx PCIE VGA Adapter

RAM: 1.2 GB

CPU : Intel Core 2 Duo 3 Ghz
 
Old 11-02-2013, 03:09 PM   #7
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by Abhid View Post
Changing Backend=XRender to Backend=OpenGL did not solve the problem for me.
My configuration also has Distro=Slackware.
 
Old 11-02-2013, 03:09 PM   #8
jtsn
Member
 
Registered: Sep 2011
Posts: 922

Rep: Reputation: 480Reputation: 480Reputation: 480Reputation: 480Reputation: 480
You clearly don't have the same problem as the OP. You have no functioning OpenGL support, a 3 years old Mesa version, a different very old GPU, a different distribution and a different KDE version. So maybe you should open another thread?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] KDE desktop effects not working with Intel graphics (Slackware-Current; March 7, 2010 piratesmack Slackware 5 03-09-2010 08:08 AM
kde 4.2.4 - videos stop working on enabling desktop effects dpsh Linux - Desktop 5 07-15-2009 02:08 AM
KDE and GNOME Desktop effects not working neolithic_psyche Fedora 1 02-09-2008 11:14 AM
Disabled Desktop Effects Stopped Window Function flebber Linux - Software 6 11-29-2006 10:15 PM
apache suddenly stopped working newlinuxnewbie Linux - General 21 11-25-2005 03:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration