I was wondering if this is possible, in order to use iLiad monitor for editor like xemach or vim (or whatsoever) and typing. I tried the following:
on iLiad I changed the following line in /etc/rc5.d/S99start
Code:
/usr/bin/Xfbdev -screen 768x1024x8 -3button -dpi 160 -br -nolisten tcp &
to
Code:
/usr/bin/Xfbdev -screen 768x1024x8 -3button -dpi 160 -br & #-nolisten tcp &
After I obtained:
Code:
core2duo ~ # nmap -p 6000 ereader
Starting Nmap 4.20 ( http://insecure.org ) at 2007-09-23 23:44 GMT
Interesting ports on ereader.mshome (192.168.1.172):
PORT STATE SERVICE
6000/tcp open X11
MAC Address: 00:16:7C:00:27:11 (iRex Technologies BV)
Nmap finished: 1 IP address (1 host up) scanned in 0.127 seconds
but xmessage and xterm failed to connect:
Code:
core2duo ~ # DISPLAY=ereader:0 xmessage asd
Xlib: connection to "ereader:0.0" refused by server
Xlib: No protocol specified
Error: Can't open display: ereader:0
I think that's an auth problem, one that normally can be fix with a xhost + command. Unfortunaly iLiad doesn't have a xhost command.
So what can I do? Is there any xauth for compiling and is it safe?
If you have any idea please post here.
Regards, Gil