View source for Talk:Host-based development with Xoo and Xephyr

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to Talk:Host-based development with Xoo and Xephyr.

Personal tools

In building for x86 using MokoMakefile, openmoko-panel-battery failed with:

openmoko-panel-battery.c:26:17: error: apm.h: No such file or directory
openmoko-panel-battery.c: In function 'timeout':

I resolved this by building apmd manually:

make build-package-apmd

--Haslup 07:16, 28 April 2007 (CEST)

Xnest would refuse connections from the chroot-ed environment.

Solved this by starting Xnest with the following parameters:

Xnest :1 -ac -dpi 283 -geometry 480x640+86+295

--Scvalex 17:19, 29 July 2007 (CEST)