The Following User Says Thank You to maemo.learner For This Useful Post: | ||
![]() |
2010-07-03
, 21:29
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#2
|
![]() |
2010-07-03
, 21:43
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#3
|
The Following User Says Thank You to nicolai For This Useful Post: | ||
![]() |
2010-07-03
, 22:02
|
Posts: 6 |
Thanked: 1 time |
Joined on Jun 2010
|
#4
|
You should see the host cursor, not sure why you can't.
Replace the transp file in /usr/share/icons/default/cursors with a non transparent cursor.
In your host OS that should be /scratchbox/users/<username>/targets/FREMANTLE_X86/usr/share/icons/
Good luck with maemo, and welcome aboard
![]() |
2010-07-03
, 22:33
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#5
|
Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac &
The Following 2 Users Say Thank You to MohammadAG For This Useful Post: | ||
![]() |
2010-07-04
, 19:54
|
Posts: 6 |
Thanked: 1 time |
Joined on Jun 2010
|
#6
|
Start it with
Code:Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac &
![]() |
2010-07-04
, 21:42
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#7
|
mohammad@mohammad-laptop:~$ [dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list! Ignoring device from udev. Ignoring device from udev. Ignoring device from udev. Ignoring device from udev. Ignoring device from udev. Ignoring device from udev. Ignoring device from udev. Ignoring device from udev. Ignoring device from udev. Ignoring device from udev. Ignoring device from udev. XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0" after 35 requests (35 known processed) with 0 events remaining. ^C [1]+ Exit 1 Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac mohammad@mohammad-laptop:~$
The Following User Says Thank You to MohammadAG For This Useful Post: | ||
![]() |
2010-07-06
, 20:05
|
Posts: 190 |
Thanked: 129 times |
Joined on Mar 2010
@ Bavaria, Germany
|
#8
|
You should see the host cursor, not sure why you can't.
Replace the transp file in /usr/share/icons/default/cursors with a non transparent cursor.
In your host OS that should be /scratchbox/users/<username>/targets/FREMANTLE_X86/usr/share/icons/
Good luck with maemo, and welcome aboard
![]() |
2010-07-06
, 20:11
|
Posts: 282 |
Thanked: 337 times |
Joined on Dec 2009
@ Austin, TX, USA
|
#9
|
http://wiki.maemo.org/Documentation/...K_Installation
I started with developing GUI Hello World Application following the link given below :
http://wiki.maemo.org/Documentation/...ment/Maemo_SDK
I started Starting Virtual X Server (Xephyr) using the command in terminal:
$ Xephyr :2 -screen 800x480x16 -dpi 96 -ac - &
I omitted '-host cursor' and'-kb' from the command since it was mentioned in the link ---
"Ubuntu 10.04 users using the package in the repositories will have to run the same command without the -host-cursor and -kb, however the terminal window will have to stay open. "
After this I started UI framework in the scratchbox using command:
[sbox-FREMANTLE_X86: ~] > af-sb-init.sh start
I got screen required but the problem is that I dont see my mouse cursor whenever I move inside the Xephyr window.
Though I am able to use the options (by guessing the location of my cursor and clicking on it) present on the screen like "settings" or "user guide" etc but I am not able see my cursor due to which its getting difficult to use other options.
I am new to Maemo 5 SDK and am using ubuntu 10.04.
Kindly help.