From owner-freebsd-questions@FreeBSD.ORG Thu Feb 5 08:29:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B9D11065675 for ; Thu, 5 Feb 2009 08:29:38 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id A000C8FC16 for ; Thu, 5 Feb 2009 08:29:37 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from wald.nfv.gwdg.de ([134.76.242.31] helo=pc028.nfv) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1LUyl0-0001hP-WB; Thu, 05 Feb 2009 08:34:43 +0100 Message-ID: <498A9694.60002@gwdg.de> Date: Thu, 05 Feb 2009 08:34:44 +0100 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.19 (X11/20090115) MIME-Version: 1.0 To: Antonio Rieser References: <58a2fd890901311924s6bf36cb5w47d845d8d8090af8@mail.gmail.com> <4986BE9E.90905@bsdforen.de> <58a2fd890902032023s24a58a3m51b1769a94ffb327@mail.gmail.com> In-Reply-To: <58a2fd890902032023s24a58a3m51b1769a94ffb327@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: freebsd-questions@freebsd.org Subject: Re: Graphics tablet / Xorg / mouse problems 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: Thu, 05 Feb 2009 08:29:38 -0000 I think it should be sufficient to set hald_enable=FALSE in etc/rc.conf to deactivate hald instead of chmod usr/local/etc/rc.d/hald. Rainer Am 04.02.2009 05:23 (UTC+1) schrieb Antonio Rieser: > Hi, > > Thanks a million for your help. Many thanks to Bartosz, too! Just to > be sure I understood how to deactivate hald, I ran (as root) the > command > > chmod -x /usr/local/etc/rc.d/hald > > which should prevent it from running in the future, then, for this session > > pkill hald > > That should do it, right? > > Also, I reported earlier that everything seems to be normal if I boot > with the tablet plugged in, but that's not always true. I now think > that if I log in and out enough I get the same error messages. > > I have enclosed my Device Section of /etc/X11/Xorg.conf below. > > All the best, > > Tony > > --------------------------------- > > Section "Device" > ### Available Driver options are:- > ### Values: : integer, : float, : "True"/"False", > ### : "String", : " Hz/kHz/MHz" > ### [arg]: arg optional > #Option "NoAccel" # [] > #Option "SWcursor" # [] > #Option "ColorKey" # > #Option "CacheLines" # > #Option "Dac6Bit" # [] > #Option "DRI" # [] > #Option "NoDDC" # [] > #Option "ShowCache" # [] > #Option "XvMCSurfaces" # > #Option "PageFlip" # [] > Identifier "Card0" > Driver "intel" > VendorName "Intel Corporation" > BoardName "82852/855GM Integrated Graphics Device" > BusID "PCI:0:2:0" > Option "Accel" "On" > EndSection > > > On Mon, Feb 2, 2009 at 4:36 AM, Dominic Fandrey wrote: >> Antonio Rieser wrote: >>> Hi, >>> >>> I recently installed FreeBSD 7.1 on an ACER Aspire >>> 1680 laptop. I'm running KDE 3.5 and the most recent Xorg port with a >>> Wacom Bamboo tablet and the wacom driver from the ports collection. I >>> have the following problems with the tablet and mouse: ... >> Just to keep you up to date, Bartosz is on it. Of course, I cannot give >> you a schedule. With the involvement of hald things seem to get much >> more complicated. It might be a temporary solution to deactivate >> hald support. >> >> Regards >>