diff options
author | Colin Guthrie <colin@mageia.org> | 2012-05-10 22:26:24 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2012-05-10 22:26:24 +0000 |
commit | f20bdd08cdafe5fb9ad35b1a66eb54cb149dfc93 (patch) | |
tree | 9dbbc75ae4c1b1cceacaa58caa8c0f6ac3eab6d1 /kde4-profiles/Default | |
parent | 43f5be636a2d71ab7ea7712c4d24f7c0d9671033 (diff) | |
download | config-f20bdd08cdafe5fb9ad35b1a66eb54cb149dfc93.tar config-f20bdd08cdafe5fb9ad35b1a66eb54cb149dfc93.tar.gz config-f20bdd08cdafe5fb9ad35b1a66eb54cb149dfc93.tar.bz2 config-f20bdd08cdafe5fb9ad35b1a66eb54cb149dfc93.tar.xz config-f20bdd08cdafe5fb9ad35b1a66eb54cb149dfc93.zip |
Use Xserver VTs from 1 up rather than 7 up. (mga#5794)
Diffstat (limited to 'kde4-profiles/Default')
-rw-r--r-- | kde4-profiles/Default/share/config/kdm/kdmrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde4-profiles/Default/share/config/kdm/kdmrc b/kde4-profiles/Default/share/config/kdm/kdmrc index 23a0bee..4a768de 100644 --- a/kde4-profiles/Default/share/config/kdm/kdmrc +++ b/kde4-profiles/Default/share/config/kdm/kdmrc @@ -62,7 +62,7 @@ ReserveServers=:1,:2,:3,:4,:5 # used only if it is free. If all VTs in this list are used up, the next free # one greater than the last one in this list will be allocated. # Default is "" -ServerVTs=-7 +ServerVTs=-1 # TTYs (without /dev/) to monitor for activity while in console mode. # Default is "" ConsoleTTYs=tty2,tty3,tty4,tty5,tty6 @@ -531,7 +531,7 @@ LoginMode=DefaultLocal # The VT the X-server should run on; auto-assign if zero, don't assign if -1. # Better leave it zero and use ServerVTs. # Default is 0 -#ServerVT=7 +#ServerVT=1 # Enable automatic login. USE WITH EXTREME CARE! # Default is false #AutoLoginEnable=true |