From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MPQ80-0003a8-8m for garchives@archives.gentoo.org; Sat, 11 Jul 2009 00:07:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 163F8E02D2; Sat, 11 Jul 2009 00:07:43 +0000 (UTC) Received: from mail-gx0-f220.google.com (mail-gx0-f220.google.com [209.85.217.220]) by pigeon.gentoo.org (Postfix) with ESMTP id ED2CCE02D2 for ; Sat, 11 Jul 2009 00:07:42 +0000 (UTC) Received: by gxk20 with SMTP id 20so5940708gxk.10 for ; Fri, 10 Jul 2009 17:07:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=FPK0YRrp0WvlOLQx3X54UA3/oG3bArXa8ryEleZe2iE=; b=ZAvmC1XpYoupzINxHcgtFkh2LiI2X79Dj+hpIZppVDHvAFAgzC/a+OcvT5rTio/uxE eiXw9+gd9bDKL+Bt6aK53/i8jtPv+HdMVRTIn2L/M0N6cAR759OX28FKPC7gRBfAwKOj APwTjo6QGUPKbNDcEFhAlUbkxiN2XIaBu1QVM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=bJ8dJnZzJcuR+1/SPKB6KDc74q/cFblLOvnSfUwau+IOyreBAPol0cnj/DwY1SJBJG 5tgZYpuIq6W8vAwbC2BQQAL13yZbkRJt5MFZgPQbt537vKS642F3YvAkrHDiVE0fmaYk rtbjGQEyGMeDsgIdubj6dZ5T3saQsVnLieZhA= Received: by 10.100.41.4 with SMTP id o4mr3475564ano.53.1247270862691; Fri, 10 Jul 2009 17:07:42 -0700 (PDT) Received: from ?64.89.164.32? (r164h32.dixie-net.com [64.89.164.32]) by mx.google.com with ESMTPS id d29sm883086and.18.2009.07.10.17.07.30 (version=SSLv3 cipher=RC4-MD5); Fri, 10 Jul 2009 17:07:42 -0700 (PDT) Message-ID: <4A57D799.2050709@gmail.com> Date: Fri, 10 Jul 2009 19:06:49 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090628 SeaMonkey/1.1.17 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] :-@ Reversing xorg-server, hal and evdev. [SOLVED] References: <4A5768A4.2020609@gmail.com> <4A5788F4.4020205@gmail.com> <4A57A80F.4030204@gmail.com> <58965d8a0907101355q52da8a5bq7b13719e4190b0d9@mail.gmail.com> <4A57ACE9.5030501@gmail.com> <4A57BB0A.2000509@gmail.com> <4A57C617.7000700@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 95f8147c-6d6b-4f22-95a1-3d44df870efa X-Archives-Hash: 8904cbdf58fdc7327953d730fb1fb82e James Ausmus wrote: > > > On Fri, Jul 10, 2009 at 3:52 PM, Dale > wrote: > > James Ausmus wrote: > > Good to hear! Out of curiosity, what's the mouse-related differences > > between the two xorg.conf's? > > > > Well, I can't see any difference. Here is the old file: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/input/mice" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > and the new file: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/input/mice" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > I didn't emerge anything either. I logged out of KDE, went to a > console, ran xorgcfg then restarted X. When I logged into KDE, the > wheel worked. > > > > Hmm, interesting... Does the new xorg.conf still have the > > Option "AutoAddDevices" "false" > > line in the ServerFlags section? > > > > > Go figure. > > Dale > > :-) :-) > > > No mention of that at all. Since xorg-server is compiled with the -hal USE flag, it shouldn't matter right? I dunno myself. I thought that disabled hal if it is compiled with it or something to that effect. Of course, I couldn't see any difference when I was testing with it. It didn't seem to "disable" hal either way for me. Dale :-) :-)