I assume you mean the cursor and not the mouse. You can not make the cursor invisible in all cases except by hacking the X-server. You can force the root window (default) cursor to be invisible by installing an invisible one with xsetroot, but this will not prevent other apps from installing their own cursors. You know, we get alot of requests on how to do this. Maybe we should have a commandline option to always have a transparent cursor. It's supereasy to implement. All you do is have dix/cursor.c:CheckForEmptyMask() always set bits->emptyMask = TRUE when the option is set. Anyone, anyone??? Kelvin, forcing that value to TRUE is the way to force all cursors to be transparent if you want to hack the server yourself. Mark. On Thu, 4 Mar 2004, Kelvin Woods wrote: > I realize this is probably the opposite of what most people want to do. > However, I wish to make the mouse invisible on an xfree linux display. > I'm using the display as a non-interative terminal and don't want the > mouse to appear. > > Any ideas? > > FYI I'm using XFree 4.3 on a Slackware (current) system and am using the > Fvwm window manager. > > Cheers > > -- > Kelvin > > _______________________________________________ > XFree86 mailing list > XFree86@xxxxxxxxxxx > http://XFree86.Org/mailman/listinfo/xfree86 > _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86