diff options
author | John Balcaen <mikala@mageia.org> | 2011-12-29 12:26:25 +0000 |
---|---|---|
committer | John Balcaen <mikala@mageia.org> | 2011-12-29 12:26:25 +0000 |
commit | ada81c9c81c1c8d07fe6ca1cb292044fc450f50c (patch) | |
tree | 6c42f19eab3b8591434846ea3e3baaefbe97c62d /kde4-profiles/common/share | |
parent | 97da051c21a5cc845ceac8a23a0809c84cca7eda (diff) | |
download | config-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
Diffstat (limited to 'kde4-profiles/common/share')
-rw-r--r-- | kde4-profiles/common/share/config/kdm/kdmrc | 2 | ||||
-rw-r--r-- | kde4-profiles/common/share/config/kwinrc | 17 |
2 files changed, 10 insertions, 9 deletions
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 |