diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-05-01 14:07:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-05-01 14:07:53 -0300 |
commit | b333a9022f1dc511e3196688c59f3db54bcfa697 (patch) | |
tree | cfa0caf0a130bbeb10ae1e6aef05ff2e96a4b09d /share | |
parent | 2676158c225668827639a7e74d8b24af68ec33d0 (diff) | |
download | kvmx-b333a9022f1dc511e3196688c59f3db54bcfa697.tar.gz kvmx-b333a9022f1dc511e3196688c59f3db54bcfa697.tar.bz2 |
Adds Xephyr support
Diffstat (limited to 'share')
-rw-r--r-- | share/provision/files/desktop-basic/etc/lightdm/lightdm.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/provision/files/desktop-basic/etc/lightdm/lightdm.conf b/share/provision/files/desktop-basic/etc/lightdm/lightdm.conf index f9b1371..7614cc2 100644 --- a/share/provision/files/desktop-basic/etc/lightdm/lightdm.conf +++ b/share/provision/files/desktop-basic/etc/lightdm/lightdm.conf @@ -92,7 +92,7 @@ #xmir-command=Xmir #xserver-config= #xserver-layout= -#xserver-allow-tcp=false +xserver-allow-tcp=true #xserver-share=true #xserver-hostname= #xserver-display-number= @@ -138,8 +138,8 @@ autologin-user-timeout=0 # it can be a word and the first 7 characters are used as the key. # [XDMCPServer] -#enabled=false -#port=177 +enabled=true +port=177 #listen-address= #key= #hostname= |