Path: utzoo!attcan!uunet!mcvax!hp4nl!nikhefk!werner From: werner@nikhefk.UUCP (Werner Vogels) Newsgroups: comp.windows.x Subject: Re: Boring cursor on Mvax-2000 (X11) Message-ID: <427@nikhefk.UUCP> Date: 3 Oct 88 00:20:30 GMT References: <1213@umbc3.UMD.EDU> Reply-To: werner@nikhefk.UUCP (Werner Vogels) Organization: Nikhef-K, Amsterdam (the Netherlands). Lines: 25 In article <1213@umbc3.UMD.EDU> alex@umbc3.UMD.EDU (Alex S. Crain) writes: > > Here at the university, we have a network of MicroVAX 2000's running >X10.4, and a couple of standalone X11 machines. ..... > Everything seems to work, except that under X11, the cursor is a >boring white rectangle (not square), and xsetroot has no effect. I've checked .... > Any ideas? I posted a similar problem a few weeks ago but I didn't get any real sensible help except for the question if installed my fonts correctly. So I started a quest on my own through the qvss driver. I did find a solution to my problems, I don't kown if it is correct but it worked for a fourthnight by now without any significant problems. Add at the end of the qvDisplayCursor routine in server/ddx/dec/qvss/qvss_io.c before the return TRUE a line : ioctl(fdQVSS, QIOWCURSOR, qvInfo->cursorbits); and warch it suddenly change your cursor in an beautifull X. werner (werner@nikhefk).