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/Default | |
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/Default')
-rw-r--r-- | kde4-profiles/Default/share/config/kdm/kdmrc | 2 |
1 files changed, 1 insertions, 1 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 |