summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Balcaen <mikala@mageia.org>2011-12-29 12:26:25 +0000
committerJohn Balcaen <mikala@mageia.org>2011-12-29 12:26:25 +0000
commitada81c9c81c1c8d07fe6ca1cb292044fc450f50c (patch)
tree6c42f19eab3b8591434846ea3e3baaefbe97c62d
parent97da051c21a5cc845ceac8a23a0809c84cca7eda (diff)
downloadconfig-ada81c9c81c1c8d07fe6ca1cb292044fc450f50c.tar
config-ada81c9c81c1c8d07fe6ca1cb292044fc450f50c.tar.gz
config-ada81c9c81c1c8d07fe6ca1cb292044fc450f50c.tar.bz2
config-ada81c9c81c1c8d07fe6ca1cb292044fc450f50c.tar.xz
config-ada81c9c81c1c8d07fe6ca1cb292044fc450f50c.zip
tty1 is now used by X
- try to enable desktop effect by default & use default upstream configuration
-rw-r--r--kde4-profiles/Default/share/config/kdm/kdmrc2
-rw-r--r--kde4-profiles/common/share/config/kdm/kdmrc2
-rw-r--r--kde4-profiles/common/share/config/kwinrc17
-rw-r--r--kde4-profiles/netbook/share/config/kdm/kdmrc2
-rw-r--r--kde4-profiles/vanilla/share/config/kdm/kdmrc2
5 files changed, 13 insertions, 12 deletions
diff --git a/kde4-profiles/Default/share/config/kdm/kdmrc b/kde4-profiles/Default/share/config/kdm/kdmrc
index fa0dbe2..23a0bee 100644
--- a/kde4-profiles/Default/share/config/kdm/kdmrc
+++ b/kde4-profiles/Default/share/config/kdm/kdmrc
@@ -65,7 +65,7 @@ ReserveServers=:1,:2,:3,:4,:5
ServerVTs=-7
# TTYs (without /dev/) to monitor for activity while in console mode.
# Default is ""
-ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6
+ConsoleTTYs=tty2,tty3,tty4,tty5,tty6
# Where KDM should store its PID (do not store if empty).
# Default is ""
PidFile=/var/run/kdm.pid
diff --git a/kde4-profiles/common/share/config/kdm/kdmrc b/kde4-profiles/common/share/config/kdm/kdmrc
index e0cf074..87bdeb7 100644
--- a/kde4-profiles/common/share/config/kdm/kdmrc
+++ b/kde4-profiles/common/share/config/kdm/kdmrc
@@ -65,7 +65,7 @@ ReserveServers=:1,:2,:3,:4,:5
ServerVTs=-7
# TTYs (without /dev/) to monitor for activity while in console mode.
# Default is ""
-ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6
+ConsoleTTYs=tty2,tty3,tty4,tty5,tty6
# Where KDM should store its PID (do not store if empty).
# Default is ""
PidFile=/var/run/kdm.pid
diff --git a/kde4-profiles/common/share/config/kwinrc b/kde4-profiles/common/share/config/kwinrc
index 233d4f1..a8b7283 100644
--- a/kde4-profiles/common/share/config/kwinrc
+++ b/kde4-profiles/common/share/config/kwinrc
@@ -1,12 +1,13 @@
[Compositing]
-Backend=OpenGL
-Enabled=false
-GLDirect=true
-GLMode=TFP
-GLTextureFilter=0
-GLVSync=false
-HiddenPreviews=0
-XRenderSmoothScale=false
+OpenGLIsUnsafe=false
+#Backend=OpenGL
+#Enabled=false
+#GLDirect=true
+#GLMode=TFP
+#GLTextureFilter=0
+#GLVSync=false
+#HiddenPreviews=0
+#XRenderSmoothScale=false
[Effect-Cube]
Wallpaper=/usr/share/mga/backgrounds/default.jpg
diff --git a/kde4-profiles/netbook/share/config/kdm/kdmrc b/kde4-profiles/netbook/share/config/kdm/kdmrc
index fa0dbe2..23a0bee 100644
--- a/kde4-profiles/netbook/share/config/kdm/kdmrc
+++ b/kde4-profiles/netbook/share/config/kdm/kdmrc
@@ -65,7 +65,7 @@ ReserveServers=:1,:2,:3,:4,:5
ServerVTs=-7
# TTYs (without /dev/) to monitor for activity while in console mode.
# Default is ""
-ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6
+ConsoleTTYs=tty2,tty3,tty4,tty5,tty6
# Where KDM should store its PID (do not store if empty).
# Default is ""
PidFile=/var/run/kdm.pid
diff --git a/kde4-profiles/vanilla/share/config/kdm/kdmrc b/kde4-profiles/vanilla/share/config/kdm/kdmrc
index d0a3ed9..d16a211 100644
--- a/kde4-profiles/vanilla/share/config/kdm/kdmrc
+++ b/kde4-profiles/vanilla/share/config/kdm/kdmrc
@@ -1,6 +1,6 @@
[General]
ConfigVersion=2.3
-ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6
+ConsoleTTYs=tty2,tty3,tty4,tty5,tty6
PidFile=/var/run/kdm.pid
ReserveServers=:1,:2,:3,:4,:5
ServerVTs=-7