Active Topics

 


Reply
Thread Tools
Posts: 2 | Thanked: 0 times | Joined on Oct 2009
#1
Hi guys,
I am a new Ubuntu user. For some reasons, I need to use the Maemo simulator. The SDK had been installed manually for weeks ago, but the simulator works successfully only once.
Here are some information, hopes it useful.
Pasu@Lan:~$ Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac -extension Composite
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed


After that the xephyr started, the problem is that I do not how to continue. It didn’t prompt me to continue to enter the command (Pasu@Lan:~ is not displayed).
Xephyr seems to not work or have some problem, is it?
The problem has puzzled me for weeks. I have visited wiki and webs, but it stills a problem to me. I really need you for your help, thanks~~

Br
Pasu
 
Posts: 415 | Thanked: 732 times | Joined on Jan 2009 @ Finland
#2
Add '&' to the command if you want to be able to use the same terminal to enter commands, etc. The & causes application to be run in the background and you can run other things in the same terminal.

Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac -extension Composite &

to close write "fg" and press ctrl+c

Edit: or did you mean: How to start the Maemo application framework into xephyr?
 

The Following User Says Thank You to timoph For This Useful Post:
JosefA's Avatar
Posts: 71 | Thanked: 54 times | Joined on Oct 2009
#3
I could be way off, but it sounds to me like you started Xephyr and sat back waiting for magic.

There's more to starting the SDK than that. For starters, try having a closer look at the SDK installation document.

tl;dr, you still need scratchbox installed, then to log in to scratchbox, have the nokia binaries installed, etc. etc.
__________________
$HOME - On special days, this sig will contain a hidden Andalusian Video Snail. Today is not such a day.
 
Lacedaemon's Avatar
Posts: 321 | Thanked: 366 times | Joined on Nov 2009 @ Hellas
#4
 
anidel's Avatar
Posts: 1,743 | Thanked: 1,231 times | Joined on Jul 2006 @ Twickenham, UK
#5
after running Xephyr, open a new Terminal, run scratchbox and then these commands:

Code:
sb-conf sel FREMANTLE_X86

export DISPLAY=:2

af-sb-init.sh start
To stop it:

Code:
af-sb-init.sh stop
 

The Following 3 Users Say Thank You to anidel For This Useful Post:
Posts: 2 | Thanked: 0 times | Joined on Oct 2009
#6
Originally Posted by anidel View Post
after running Xephyr, open a new Terminal, run scratchbox and then these commands:

Code:
sb-conf sel FREMANTLE_X86

export DISPLAY=:2

af-sb-init.sh start
To stop it:

Code:
af-sb-init.sh stop

Thanks to timoph&anidel, I tried this way and it does works.

Last edited by Pasu; 2009-11-19 at 01:34.
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:48.