Hi,
I am using the transparent cursor theme trick (see http://obiltschnig.com/2010/08/14/hiding-the-gtkx11-mouse-cursor/) to hide the X11 cursor in a fullscreen Linux GTK+ application for a touchscreen-based device. I am basically running a WebKit GTK+-based application using the Xorg server with no window manager in fullscreen mode. Now, hiding the cursor by setting a transparent 1-pixel cursor default theme works quite well (see also: http://stackoverflow.com/questions/660613/how-do-you-hide-the-mouse-pointer-under-linux-x11). However, as soon as the cursor is within a subwindow (e.g., an JavaScript alert window or a combobox/HTML ), the X cursor appears (and disappears again if the cursor is moved out of the window). Does anyone know why this is so? And is there a way to completely hide the cursor?