diff options
author | Stefano Karapetsas <[email protected]> | 2012-01-16 15:53:25 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-01-16 15:53:25 +0100 |
commit | 6cf79a41c3f1b419c403e556bf39c35e12c20e5c (patch) | |
tree | e7d9e6b40550538543aa224aa1bdca4f4620d81f | |
parent | 2f5fa07da8e7ffd44fe55f853ac7d055a6f4caf0 (diff) | |
download | mate-session-manager-6cf79a41c3f1b419c403e556bf39c35e12c20e5c.tar.bz2 mate-session-manager-6cf79a41c3f1b419c403e556bf39c35e12c20e5c.tar.xz |
solved high cpu usage with compiz
-rwxr-xr-x | data/mate-wm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/data/mate-wm b/data/mate-wm index a4e8297..c108e08 100755 --- a/data/mate-wm +++ b/data/mate-wm @@ -145,10 +145,11 @@ fi case `basename $WINDOW_MANAGER` in compiz) - export LIBGL_ALWAYS_INDIRECT=1 + #commented lines cause high cpu usage + #export LIBGL_ALWAYS_INDIRECT=1 gtk-window-decorator & - OPT3=glib - OPT4=mateconf + #OPT3=glib + #OPT4=mateconf ;; beryl) emerald & |