I'm excited about this distro!
I am currently trying to use X applications remotely.
I have a CentOS server, with 2 network cards. A NAT network delivering DHCP and a TinyCore 8.2 image remastered via TFTP.
Working very well!
I need to run X applications with DISPLAY redirection to TinyCore client IP.
On the server I did:
export DISPLAY=10.1.1.10:0.0
Where 10.1.1.10 is my Tiny Client with Xvesa. Already modified .xsession file (removed no tcp listen option).
And I tried running rdesktop on the server, to open it in TinyCore, but get error "could not open display".
Any idea?