diff options
Diffstat (limited to 'kde4-profiles/netbook/share')
-rw-r--r-- | kde4-profiles/netbook/share/config/kdm/kdmrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde4-profiles/netbook/share/config/kdm/kdmrc b/kde4-profiles/netbook/share/config/kdm/kdmrc index 23a0bee..4a768de 100644 --- a/kde4-profiles/netbook/share/config/kdm/kdmrc +++ b/kde4-profiles/netbook/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 |