Tuesday, August 3, 2010

Granting X-Window acces to your PC using Cygwin or ReflectionX or HummingBird Exceed

1. Edit file: /etc/X11/xdm/Xaccess

Change from:
# * #any host can get a login window

To:
* #any host can get a login window



2. Edit file: /etc/X11/xdm/xdm-config
Change last line from:
DisplayManager.requestPort: 0

To:
!DisplayManager.requestPort: 0




3. Edit file: /etc/X11/gdm/gdm.conf
Change last line from:
[xdmcp]
Enable=false

To:
[xdmcp]
Enable=true




4. Restart X-Windows
[root]# init 3
[root]# init 5


For RHEL 5

No comments: