PDA

View Full Version : Run Xephyr in SDK_ARMEL


bucketxp
07-24-2006, 11:18 AM
Can I running a Xephyr XNest Server in SDK_ARMEL just like doing in SDK_PC? How to do it?
I found that there is no Xephyr installed in SDK_ARMEL but instead with a real XServer name Xomap. Could I start it on PC emulator environment?
I run it with the following shell-script:
#!/bin/sh -e
prefix=/scratchbox/users/${LOGNAME}/targets/SDK_ARMEL/usr
export LD_LIBRARY_PATH=${prefix}/lib; export LD_LIBRARY_PATH
exec ${prefix}/bin/Xomap :2 -screen 800x480x16 -dpi 96 -ac
Error message returned:
Fatal server error:
LinuxInit: Server must be suid root
:confused:

gnuite
07-24-2006, 01:04 PM
You can't run Xephyr in SDK_ARMEL, but why would you want/need to? SDK_PC is for testing (using Xephyr), SDK_ARMEL is for building packages installable on the Nokia 770. If we could test the UI in SDK_ARMEL, we wouldn't _need_ SDK_PC.

bucketxp
07-24-2006, 09:08 PM
Yes, I know your meaning. Thanks for help .'_'.