From owner-freebsd-questions@FreeBSD.ORG Fri Dec 22 10:06:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A49B016A40F for ; Fri, 22 Dec 2006 10:06:36 +0000 (UTC) (envelope-from kelvin@zednaught.net) Received: from exedra.zednaught.net (cpc2-cbly3-0-0-cust101.glfd.cable.ntl.com [86.13.152.102]) by mx1.freebsd.org (Postfix) with ESMTP id 64DA913C465 for ; Fri, 22 Dec 2006 10:06:34 +0000 (UTC) (envelope-from kelvin@zednaught.net) Received: from webmail.zednaught.net (localhost [127.0.0.1]) by exedra.zednaught.net (Postfix) with ESMTP id 626945C40; Fri, 22 Dec 2006 09:32:49 +0000 (GMT) Received: from 204.104.55.241 (SquirrelMail authenticated user kelvin) by webmail.zednaught.net with HTTP; Fri, 22 Dec 2006 09:32:50 -0000 (GMT) Message-ID: <53609.204.104.55.241.1166779970.squirrel@webmail.zednaught.net> In-Reply-To: <20061221112703.180de897.oregnier@ixsys.org> References: <20061221112703.180de897.oregnier@ixsys.org> Date: Fri, 22 Dec 2006 09:32:50 -0000 (GMT) From: "Kelvin Woods" To: "Olivier Regnier" User-Agent: SquirrelMail/1.4.7 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-questions@freebsd.org Subject: Re: Remove the cursor with Xorg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 10:06:36 -0000 On Thu, December 21, 2006 10:27, Olivier Regnier wrote: > Hello, > > I'm running FreeBSD 6.1 with xorg version 6.9.0. I want to make the > mouse cursor invisible. Can you help me please ? > > Thank you :) > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Olivier, I believe the only way to achieve this is to hack and recompile the source. In the source file "cursor.c" there is a function "CheckForEmptyMask" within this function if you set "bits->emptyMask = TRUE" the cursor won't appear. Caveat: I did this myself, but it's couple of years ago now. Maybe someone on this line has a more up-to-date method. -- Kelvin