View Single Post
Old 06-07-2010, 06:29 AM   #22
sigius
Junior Member
sigius began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2010
Device: pocketbook301
Quote:
Originally Posted by GregorRichards View Post
Another use I discovered for this is to run an X server on the host and connect to it from the iRex. This effectively isolates slowdown from the processing speed from display slowdown, so you can figure out what problems are where. To do this, on the host:

Xephyr :1 -ac -screen 1024x768 -host-cursor

Then on the guest:

DISPLAY=192.168.200.1:1 run-parts /etc/X11/Xsession.d/

It's kinda funny seeing this GUI on my desktop :P. Also, argh, getting screen updates done efficiently and at the right time is really tough >_>
Thanks, Gregor, great post!
It works for me. But I got some errors&warnings on DR800 side:
Code:
root@dr800:~# DISPLAY=192.168.200.1:1 run-parts /etc/X11/Xsession.d/
Error invoking bind: Address already in use
mbpixbuf: unable to use XShm. DISPLAY remote?
[settings daemon] Forking. run with -n to prevent fork
(sysd_E)system.c:216,sys_set_services() --- sysset0 not found or not unique
(sysd_E)system.c:228,sys_set_services() --- ionpower not found or not unique
(sysd_E)system.c:240,sys_set_services() --- serio not found or not unique
Error invoking bind: Address already in use
Error invoking bind: Address already in use
(popupmenu_W)main.c:171,main() gtk_rc_parse [/usr/share/popupmenu/popupmenu.rc]
(sysd_W)system.c:878,sys_get_battery() Failed to read battery information
(ctb:2452): Gtk-CRITICAL **: _gtk_tree_view_find_path: assertion `node != NULL' failed
(ctb_E)filetypes.c:469,get_icon_from_file() --- cannot load iconfile [/usr/share/ctb/icon-books-mini.png] error [Failed to open file '/usr/share/ctb/icon-books-mini.png': No such file or directory]
And following message every ~6 seconds:
Code:
(sysd_W)system.c:878,sys_get_battery() Failed to read battery information
It seems like some troubles in access to hardware info.
Have you any idea about it?
sigius is offline   Reply With Quote