From 1cadfe3751a16e27a6067b26156e54788f9c4621 Mon Sep 17 00:00:00 2001
From: Holger Paradies <retabell@gmx.de>
Date: Fri, 1 Mar 2013 12:16:27 +0100
Subject: add compiz starter script

---
 kanotix-lxde-extra/debian/install       | 3 ++-
 kanotix-lxde-extra/kanotix-start-compiz | 4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 kanotix-lxde-extra/kanotix-start-compiz

diff --git a/kanotix-lxde-extra/debian/install b/kanotix-lxde-extra/debian/install
index 2967e26..f1f3d23 100644
--- a/kanotix-lxde-extra/debian/install
+++ b/kanotix-lxde-extra/debian/install
@@ -1,2 +1,3 @@
 logout-banner.png usr/share/lxde/images
-splash_background_dragonfire.png usr/share/images/kanotix-lxde
\ No newline at end of file
+splash_background_dragonfire.png usr/share/images/kanotix-lxde
+kanotix-start-compiz usr/bin
diff --git a/kanotix-lxde-extra/kanotix-start-compiz b/kanotix-lxde-extra/kanotix-start-compiz
new file mode 100644
index 0000000..306f56e
--- /dev/null
+++ b/kanotix-lxde-extra/kanotix-start-compiz
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+glxinfo |grep -q "direct rendering: Yes" && compiz --replace &
+exit
-- 
cgit v1.0