You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

beermad

Beginner

  • "beermad" started this thread

Posts: 21

Location: Ipswich, England

Occupation: Semi-retired software engineer

  • Send private message

1

Wednesday, November 5th 2008, 10:17am

Switching desktop effects on and off

OK, so the desktop effects on KDE4 are finally working now I've got a decent driver for my video card. But... a well-documented problem is that applications that use GL rendering (like Google Earth, video players, etc) flicker like hell when effects are enabled.

So my question is, what command can I run to switch the effects on and off?

I can do it manually with Kubuntu's systemsettings, but what I really need is something I can put in a script something like:
-----------------------------
#!/bin/ksh
switch_effects off
googleearth
switch_effects on
----------------------------
So that it's all done for me automatically.

Similar threads