silentbird70
Still Fresh
hello everybody,
i've made a porting of KDrive XFree86, with many problem about fonts, that in some way i've resolved .
but the last and maybe the final problem is that the DISPLAY is not recognized.
i call KDrive in the way above
------------------------------
#!/bin/sh
export DISPLAY=localhost:0
/mnt/sd/x11/Xfbdev -ac -nolisten tcp -co /mnt/sd/x11/rgb/rgb -fp /mnt/sd/x11/fonts/misc/ & /mnt/sd/x11/xcalc > stdout_xcalc-new-localhost.txt 2>stderr_xcalc-new-localhost.txt
killall Xfbdev
cd /usr/gp2x
exec ./gp2xmenu
------------------------------
i try also
export DISPLAY=localhost:0.0
export DISPLAY=:0
export DISPLAY=:0.0
with this error
Error: Can't open display: localhost:0
Error: Can't open display: localhost:0.0
Error: Can't open display: :0
Error: Can't open display: :0.0
respectively
can someone help me please?
thanks in advantage
i've made a porting of KDrive XFree86, with many problem about fonts, that in some way i've resolved .
but the last and maybe the final problem is that the DISPLAY is not recognized.
i call KDrive in the way above
------------------------------
#!/bin/sh
export DISPLAY=localhost:0
/mnt/sd/x11/Xfbdev -ac -nolisten tcp -co /mnt/sd/x11/rgb/rgb -fp /mnt/sd/x11/fonts/misc/ & /mnt/sd/x11/xcalc > stdout_xcalc-new-localhost.txt 2>stderr_xcalc-new-localhost.txt
killall Xfbdev
cd /usr/gp2x
exec ./gp2xmenu
------------------------------
i try also
export DISPLAY=localhost:0.0
export DISPLAY=:0
export DISPLAY=:0.0
with this error
Error: Can't open display: localhost:0
Error: Can't open display: localhost:0.0
Error: Can't open display: :0
Error: Can't open display: :0.0
respectively
can someone help me please?
thanks in advantage