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 <gentoo-user+bounces-97919-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MPPAN-0002er-PF
	for garchives@archives.gentoo.org; Fri, 10 Jul 2009 23:06:07 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4605FE0394;
	Fri, 10 Jul 2009 23:06:06 +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 1E2D0E0394
	for <gentoo-user@lists.gentoo.org>; Fri, 10 Jul 2009 23:06:06 +0000 (UTC)
Received: by gxk20 with SMTP id 20so5791488gxk.10
        for <gentoo-user@lists.gentoo.org>; Fri, 10 Jul 2009 16:06:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type;
        bh=Kf+4Qk3C8bM1DmgrGTlPws2tmsmKgCBlk6OkONa7HeU=;
        b=gq+fNZIkvgZRWtQT74GmQIrjk2h4SsPT+4Rpc/SjcC1zvS8cvhPry1RQmYgYNsZFu4
         nHrzVjfIlgnCckXbnrbTx0dV2zyC6OxenhoMtMp8HiD+6AxLupXWotTSHHRVrqrrfHmf
         w+ScEPKhYJP37+pEkYivWuleOPg2x9OXZ5Rsc=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        b=HhtWiBB29DpAox4NYT/vXUQ+TC5b92hZ/xP5779n9OoIZlkZAlYO1CkQ+IJVHSvWJA
         IDOhZSxht8g+nTcqGJ5OucosrdpDDz28fGnI3pMV1lSsgTy2NlzEUsL/9FZnVQYBlTwr
         aQwnKRpV1FLVj2HwFEDmGhwrA3xZrlZpNsNgo=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.90.88.16 with SMTP id l16mr2094553agb.91.1247267165832; Fri, 
	10 Jul 2009 16:06:05 -0700 (PDT)
In-Reply-To: <4A57C617.7000700@gmail.com>
References: <4A5768A4.2020609@gmail.com> <4A5788F4.4020205@gmail.com>
	 <b79f23070907101142w4efd68batece992a9ba2288be@mail.gmail.com>
	 <4A57A80F.4030204@gmail.com>
	 <58965d8a0907101355q52da8a5bq7b13719e4190b0d9@mail.gmail.com>
	 <4A57ACE9.5030501@gmail.com>
	 <b79f23070907101410s7a93d4eke89a1632632cf250@mail.gmail.com>
	 <4A57BB0A.2000509@gmail.com>
	 <b79f23070907101528yf36ebehab43a932f0f25f4e@mail.gmail.com>
	 <4A57C617.7000700@gmail.com>
Date: Fri, 10 Jul 2009 16:06:05 -0700
Message-ID: <b79f23070907101606p164b9774oa8eee723a383d982@mail.gmail.com>
Subject: Re: [gentoo-user] :-@ Reversing xorg-server, hal and evdev. [SOLVED]
From: James Ausmus <james.ausmus@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: multipart/alternative; boundary=0016361648b35c06ea046e620461
X-Archives-Salt: cab6b602-f9fb-4fe1-ac0d-cc796014d19d
X-Archives-Hash: 647b8942c489f22523cc637d595faa8e

--0016361648b35c06ea046e620461
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

On Fri, Jul 10, 2009 at 3:52 PM, Dale <rdalek1967@gmail.com> 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
>
> :-)  :-)
>
>
>

--0016361648b35c06ea046e620461
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<br><br><div class=3D"gmail_quote">On Fri, Jul 10, 2009 at 3:52 PM, Dale <s=
pan dir=3D"ltr">&lt;<a href=3D"mailto:rdalek1967@gmail.com">rdalek1967@gmai=
l.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"b=
order-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; paddin=
g-left: 1ex;">
<div class=3D"im">James Ausmus wrote:<br>
&gt; Good to hear! Out of curiosity, what&#39;s the mouse-related differenc=
es<br>
&gt; between the two xorg.conf&#39;s?<br>
&gt;<br>
<br>
</div>Well, I can&#39;t see any difference. =A0Here is the old file:<br>
<br>
Section &quot;InputDevice&quot;<br>
 =A0 =A0Identifier =A0&quot;Mouse0&quot;<br>
 =A0 =A0Driver =A0 =A0 =A0&quot;mouse&quot;<br>
 =A0 =A0Option =A0 =A0 =A0 =A0&quot;Protocol&quot; &quot;auto&quot;<br>
 =A0 =A0Option =A0 =A0 =A0 =A0&quot;Device&quot; &quot;/dev/input/mice&quot=
;<br>
 =A0 =A0Option =A0 =A0 =A0 =A0&quot;ZAxisMapping&quot; &quot;4 5 6 7&quot;<=
br>
EndSection<br>
<br>
and the new file:<br>
<br>
Section &quot;InputDevice&quot;<br>
 =A0 =A0Identifier =A0&quot;Mouse0&quot;<br>
 =A0 =A0Driver =A0 =A0 =A0&quot;mouse&quot;<br>
 =A0 =A0Option =A0 =A0 =A0 =A0&quot;Protocol&quot; &quot;auto&quot;<br>
 =A0 =A0Option =A0 =A0 =A0 =A0&quot;Device&quot; &quot;/dev/input/mice&quot=
;<br>
 =A0 =A0Option =A0 =A0 =A0 =A0&quot;ZAxisMapping&quot; &quot;4 5 6 7&quot;<=
br>
EndSection<br>
<br>
I didn&#39;t emerge anything either. =A0I logged out of KDE, went to a<br>
console, ran xorgcfg then restarted X. =A0When I logged into KDE, the<br>
wheel worked.</blockquote><div><br><br>Hmm, interesting... Does the new xor=
g.conf still have the <br><br>Option =A0 =A0 =A0 =A0 &quot;AutoAddDevices&q=
uot; =A0 =A0&quot;false&quot;<br><br>line in the ServerFlags section?<br>=
=A0</div><blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid =
rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
Go figure.<br>
<font color=3D"#888888"><br>
Dale<br>
<br>
:-) =A0:-)<br>
<br>
<br>
</font></blockquote></div><br>

--0016361648b35c06ea046e620461--