diff options
author | John Balcaen <mikala@mageia.org> | 2012-09-02 21:24:32 +0000 |
---|---|---|
committer | John Balcaen <mikala@mageia.org> | 2012-09-02 21:24:32 +0000 |
commit | 38215fa15a175e0f103e2d8a556478c15841e02a (patch) | |
tree | c0e03af4e77a2f6fe56922b9791c63dab3a97743 /kde4-profiles/common | |
parent | 698f5b800119053c4204ede791b319100788d696 (diff) | |
download | config-38215fa15a175e0f103e2d8a556478c15841e02a.tar config-38215fa15a175e0f103e2d8a556478c15841e02a.tar.gz config-38215fa15a175e0f103e2d8a556478c15841e02a.tar.bz2 config-38215fa15a175e0f103e2d8a556478c15841e02a.tar.xz config-38215fa15a175e0f103e2d8a556478c15841e02a.zip |
- Disable console support from kdm (does not work as expected)
Diffstat (limited to 'kde4-profiles/common')
-rw-r--r-- | kde4-profiles/common/share/config/kdm/kdmrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde4-profiles/common/share/config/kdm/kdmrc b/kde4-profiles/common/share/config/kdm/kdmrc index 0cf2daf..e59a970 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=-1 # TTYs (without /dev/) to monitor for activity while in console mode. # Default is "" -ConsoleTTYs=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 |