Hello.
I am porting Tizen 2.2 on my ODROID-U3 board.
I built source of all the packages in Tizen 2.2, made a image by MIC and flashed on the device.
I checked that Xinput identified my mouse by xinput command.
I also set Xcursor themes on /usr/share/icons/ and configuration file on /etc/X11/Xresources.
I am guessing the reason is that Xorg or Enlightment is modified to interrupt behavior about mouse cursor, for touch screen devices.
I heard that there was a patch on xorg in Tizen 2.1 as below URL. (In Tizen 2.2, this patch is integrated into framework/uifw/xorg/server/ xorg-server/mi/misprite.c)
This patch seems to disable a behavior drawing SW cursor.
I removed it off and put a rebuilt xorg-server package into the device,
but mouse cursor still does not appear.
but mouse cursor still does not appear.
How can mouse cursor be shown?
Is there other code disabling mouse cursor?
In Tizen 2.2, who is drawing mouse cursor icon on the screen, among graphic device driver, Xorg library, X server, X resource and Enlightment?
As I investigated, all of those have functions about drawing mouse cursor.However, one of them may draw it in effect, as I think.
Thanks,
Gyeonghwan Hong.