Difference between pages "File:Icecream2.png" and "Xdmcp"

From Linuxintro
(Difference between pages)
(Maintenance script uploaded "File:Icecream2.png": Importing image file)
 
imported>ThorstenStaerk
(New page: xdmcp allows you to log in graphically via network using VNC. This is terminal server functionality. The following tutorial shows how to configure your xdmcp: http://wmltd....)
 
Line 1: Line 1:
icecream icemon gantt view
+
[[xdmcp]] allows you to log in graphically via [[network]] using [[VNC]]. This is [[terminal server]] functionality.
 +
The following tutorial shows how to configure your xdmcp:
 +
http://wmltd.co.uk/index.php/products/nomachine_thin_client/setting_up_x
 +
 
 +
= For [[SUSE]] =
 +
 
 +
== For KDM ==
 +
 
 +
* enable [[xinetd]]'s [[vnc]] service
 +
Look at /etc/xinet.d/vnc, [[outcomment]] the line saying <code>disable=yes</code> from the first vnc section. It should look like this:
 +
service vnc1
 +
{
 +
        '''#disable        = yes'''
 +
        socket_type    = stream
 +
        protocol        = tcp
 +
        wait            = no
 +
        user            = nobody
 +
        server          = /usr/bin/Xvnc
 +
        server_args    = -SecurityTypes None -inetd -once -query localhost -geometry 1024x768 -depth 16
 +
        type            = UNLISTED
 +
        port            = 5901
 +
}
 +
 
 +
* allow your display manager to serve xdmcp:
 +
Edit /opt/kde3/share/config/kdmrc. In the [xdmcp] section, make sure <code>enable</code> is set to true:
 +
enable=true
 +
* set yast2 -> System -> /etc/sysconfig editor -> Desktop -> Display Manager -> DISPLAYMANAGER_REMOTE_ACCESS to true
 +
* restart the services (killing your login)
 +
rcxinetd restart
 +
rcxdm restart
 +
* connect with vncviewer localhost:1
 +
 
 +
== See also ==
 +
 
 +
* [http://www.tldp.org/HOWTO/XDMCP-HOWTO/intro.html XDMCP how to] (''www.tldp.org'')
 +
* http://wmltd.co.uk/index.php/products/nomachine_thin_client/setting_up_x - how it works, in clear words
 +
[[Category:Guides]]

Revision as of 14:28, 18 August 2008

xdmcp allows you to log in graphically via network using VNC. This is terminal server functionality. The following tutorial shows how to configure your xdmcp: http://wmltd.co.uk/index.php/products/nomachine_thin_client/setting_up_x

For SUSE

For KDM

Look at /etc/xinet.d/vnc, outcomment the line saying disable=yes from the first vnc section. It should look like this:

service vnc1
{
        #disable        = yes
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = nobody
        server          = /usr/bin/Xvnc
        server_args     = -SecurityTypes None -inetd -once -query localhost -geometry 1024x768 -depth 16
        type            = UNLISTED
        port            = 5901
}
  • allow your display manager to serve xdmcp:

Edit /opt/kde3/share/config/kdmrc. In the [xdmcp] section, make sure enable is set to true:

enable=true
  • set yast2 -> System -> /etc/sysconfig editor -> Desktop -> Display Manager -> DISPLAYMANAGER_REMOTE_ACCESS to true
  • restart the services (killing your login)
rcxinetd restart
rcxdm restart
  • connect with vncviewer localhost:1

See also

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:34, 13 January 2021Thumbnail for version as of 14:34, 13 January 2021902 × 570 (56 KB)Maintenance script (talk | contribs)

The following page uses this file:

Metadata