Difference between revisions of "Software:X-Appeal"
From DOSBoxWiki
Jump to navigationJump to search (X-Appeal application with networking is supported by vanilla 0.74 DosBOX) |
m |
||
Line 1: | Line 1: | ||
− | X-Appeal - Trial Version 3.1.2 - is an X-Window system server - for DOS. And works under | + | X-Appeal - Trial Version 3.1.2 - is an X-Window system server - for DOS. And works under DOSBox with SLIP configuration, e.g. several xeyes processes from ubuntu host are placed to the screen: |
[[File:Dosbox_xappeal_slip.gif]] | [[File:Dosbox_xappeal_slip.gif]] |
Revision as of 12:22, 26 June 2016
X-Appeal - Trial Version 3.1.2 - is an X-Window system server - for DOS. And works under DOSBox with SLIP configuration, e.g. several xeyes processes from ubuntu host are placed to the screen:
The installation is straightforward, you have to do the usual next-next-finish procedure and before that: configure a launching script and environment like here: Slip_configuration_on_linux_host. Also necessary to do some extra tweaks in the C:\XAPPEAL folder, create X0.HOS file with content:
192.168.7.1
So from now, executing x applications on ubuntu host in a 192.168.7.0/30 slip ip configuration, is allowed (after launching X.BAT in C:\XAPPEAL3). Like this:
DISPLAY=192.168.7.2:0 xeyes -geometry 150x150-151+151 &