Displaying X windows applications on a Windows desktop: Difference between revisions

From Edgar BV Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
Setting the X11 display to show X applications under Win2k
Setting the X11 display to show X applications under Win2k


1) Start up X-Win32 and an XDMCP session
Start up X-Win32 and an XDMCP session


2) on the machine you're running stuff off:
on the machine you're running stuff off:


export DISPLAY=192.168.1.28:0
export DISPLAY=YOUR IP:0


3) run the program :)
run the program :)
 
Make sure the machine with the program on it (eg. /usr/games/tuxeyes) has xdm installed, and has open ports on the firewall (eg /etc/shorewall/rules:
 
 
ACCEPT  fw    loc    tcp    x11
 
ACCEPT  fw    loc    udp    x11

Revision as of 09:53, 14 September 2007

Setting the X11 display to show X applications under Win2k

Start up X-Win32 and an XDMCP session

on the machine you're running stuff off:

export DISPLAY=YOUR IP:0

run the program :)

Make sure the machine with the program on it (eg. /usr/games/tuxeyes) has xdm installed, and has open ports on the firewall (eg /etc/shorewall/rules:


ACCEPT fw loc tcp x11

ACCEPT fw loc udp x11