Difference between pages "Package:Mosh" and "Package:XDM (Display Manager)"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (remove categories and note ports + port behavior.)
 
m (my bad...)
 
Line 1: Line 1:
{{Ebuild
{{Ebuild
|Summary=Mobile shell that supports roaming and intelligent local echo
|Summary=X.Org xdm application
|CatPkg=net-misc/mosh
|CatPkg=x11-apps/xdm
|Maintainer=xmw@gentoo.org
|Maintainer=
|Homepage=http://www.freedesktop.org/wiki/display_manager/
}}
}}
'''Mosh''' is a ssh client server that is aware of connectivity problems of the original ssh implementation.  Mosh can migrate physical connections and ip addresses while staying connected.  Mosh depends upon [[SSH]].  Mosh uses udp ports 60000-61000 sequentially.
==install==
<console>###i## emerge xdm</console>


== Installation ==
==configure==
=== Merge ===
xdm is controlled by <code>/etc/conf.d/xdm</code>.
Install {{Package|net-misc/mosh}}:


<console>###i## emerge net-misc/mosh</console>
xdm is often paired with other, more modern display managers.
see:
*{{package|lightdm}}
*{{package|gdm}}
*{{package|kdm}}
*{{package|slim}}


== Usage ==
==init==
 
to start xdm immediately:
Mosh requires utf8 locales set to run. This is the default for Funtoo Linux if you have not set any specific locales.
<console>###i## rc-service xdm start</console>
 
<console>###i## echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen</console>
<console>###i## locale-gen</console>
<console>###i## eselect locale set en_US.utf8</console>
 
=== Connecting ===
 
remote host only needs running ssh, mosh package installed, and utf8 locale set.
 
<console>$##i## mosh user@remote-host.com</console>


to start xdm upon boot:
<console>###i## rc-update add xdm</console>
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 01:46, October 26, 2014

XDM (Display Manager)

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

install

root # emerge xdm

configure

xdm is controlled by /etc/conf.d/xdm.

xdm is often paired with other, more modern display managers. see:

  • No results
  • No results
  • No results
  • No results

init

to start xdm immediately:

root # rc-service xdm start

to start xdm upon boot:

root # rc-update add xdm