Not completely, at least not without hacking the X-server. If the apps you use never try to install a cursor of their own, you can get rid of the default cursor by using xsetroot to install a completely transparent cursor (any cursor with a mask of all zeroes will be transparent). To hack it permenantly... In xc/programs/Xserver/dix/cursor.c in function CheckForEmptyMask(), you can force an invisible cursor by having that function set emptyMask to TRUE and then return. That's the only way to make it completely invisible even when apps are trying to install their own cursors. Mark. On Wed, 24 Mar 2004, Jean Krebs Fonseca wrote: > Hi everyone! > > > Does anybody know a way to prevent the cursor of being rendered? > I've already disabled the mouse and added "AllowMouseOpenFail". The X Server > starts fine with no mouse movement, but the cursor is still there. > > I need this because I'm rendering a non-interactive information display > system. > > Tnx, > > > -- > Jean Krebs Fonseca > jean (at) totaldata dot com dot br > Total Data Information Solutions > www.totaldata.com.br > _______________________________________________ > XFree86 mailing list > XFree86@xxxxxxxxxxx > http://XFree86.Org/mailman/listinfo/xfree86 > _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86