Talk:Host-based development with Xoo and Xephyr

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m
Line 8: Line 8:
  
 
--[[User:Haslup|Haslup]] 07:16, 28 April 2007 (CEST)
 
--[[User:Haslup|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
 +
 +
--[[User:Scvalex|Scvalex]] 17:19, 29 July 2007 (CEST)

Revision as of 17:19, 29 July 2007

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)

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)