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 | |
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')
-rw-r--r-- | kde4-profiles/Default/share/config/kdm/kdmrc | 4 | ||||
-rw-r--r-- | kde4-profiles/common/share/config/kdm/kdmrc | 4 | ||||
-rw-r--r-- | kde4-profiles/netbook/share/config/kdm/kdmrc | 4 | ||||
-rw-r--r-- | kde4-profiles/vanilla/share/config/kdm/kdmrc | 2 |
4 files changed, 7 insertions, 7 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 diff --git a/kde4-profiles/common/share/config/kdm/kdmrc b/kde4-profiles/common/share/config/kdm/kdmrc index 87bdeb7..0cf2daf 100644 --- a/kde4-profiles/common/share/config/kdm/kdmrc +++ b/kde4-profiles/common/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 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 diff --git a/kde4-profiles/vanilla/share/config/kdm/kdmrc b/kde4-profiles/vanilla/share/config/kdm/kdmrc index d16a211..43db019 100644 --- a/kde4-profiles/vanilla/share/config/kdm/kdmrc +++ b/kde4-profiles/vanilla/share/config/kdm/kdmrc @@ -3,7 +3,7 @@ ConfigVersion=2.3 ConsoleTTYs=tty2,tty3,tty4,tty5,tty6 PidFile=/var/run/kdm.pid ReserveServers=:1,:2,:3,:4,:5 -ServerVTs=-7 +ServerVTs=-1 StaticServers=:0 [Shutdown] |