|
2006-07-24
, 17:04
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#2
|
The Following User Says Thank You to gnuite For This Useful Post: | ||
|
2006-07-25
, 01:08
|
Posts: 6 |
Thanked: 0 times |
Joined on Jun 2006
|
#3
|
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
Last edited by bucketxp; 2006-07-24 at 15:23.