Computing.Net > Forums > Linux > FAST-HOW-TO XDMCP in Linux

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

FAST-HOW-TO XDMCP in Linux

Reply to Message Icon

Name: dino.collufio
Date: June 26, 2003 at 05:44:09 Pacific
OS: Linux 2.4 / Solaris 2.x
CPU/Ram: Intel Pentium or AMD K6
Comment:

This is FAST-HOW-TO to configure XDMCP on RedHat 7 / Linux 2.4.x from a Maiden Installation to have in Linux the same funtionality that comes with Solaris by default, the Graphical Enviroment GNOME (and KDE) Remotely from PC using for example, Exceed.

1) In /etc/rc.d/init.d/xfs
daemon xfs -droppriv -daemon -port -1
to:
daemon xfs -droppriv -daemon -port 7100
2) In /etc/X11/xdm/Xaccess, change
#* # any host can get a login window
to:
* # any host can get a login window
3) In /etc/X11/gdm/gdm.conf change
[xdmcp]
Enable=0 to Enable=1
Browser=1 *not abolute necessary
Port=177

4) In /etc/inittab change
id:3:initdefault: to id:5:initdefault:
and add
x:5:respawn:/usr/bin/gdm

5) In /etc/X11 and change the line:
FontPath "unix:-1" to FontPath "unix:7100"

Reboot and that's all folks.

Note: This is a only a fast and quick guide, not a manual. If you need more info. you know where to find it.
More options are in /etc/X11/gdm/gdm.conf file.



Sponsored Link
Ads by Google

Response Number 1
Name: Dino Pablo Collufio
Date: July 8, 2003 at 08:15:36 Pacific
Reply:

Errors detected in:

3) the Browser=1 line is under [greeter] group and not under [xdmcp]

5) the line to edit is in the XF86Config file under /etc/X11 directory.
In RedHat7.2 the line appears as: "unix/:7100"

That's all.

If you note an error just send me an e-mail.


0
Reply to Message Icon

Related Posts

See More


installing linux on an ol... Intel C++ compiler on Red...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: FAST-HOW-TO XDMCP in Linux

How to program in linux www.computing.net/answers/linux/how-to-program-in-linux/28628.html

How to install redhat linux over Ne www.computing.net/answers/linux/how-to-install-redhat-linux-over-ne/13111.html

How to Dual Boot Linux and WinXP www.computing.net/answers/linux/how-to-dual-boot-linux-and-winxp/17140.html