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 1MPOyO-0001G0-Hr for garchives@archives.gentoo.org; Fri, 10 Jul 2009 22:53:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A85BE03BA; Fri, 10 Jul 2009 22:53: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 2F9A5E03BA for ; Fri, 10 Jul 2009 22:53:43 +0000 (UTC) Received: by gxk20 with SMTP id 20so5760716gxk.10 for ; Fri, 10 Jul 2009 15:53: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=xe/D920B+3DVZrN/8dXjFH9r92zDWN4V3VIHJOmSidk=; b=noQdLF2l91kG1FvHzAUARtLUGYITKOUR++KK+wyXuUYzS56Ug4DT7OdfGw9LrDd1nz hdQ/m25Xc3QCjg/tgAZJevigGPTo4g+Ls0iEdWipHw/+ndyypwgzsQLYRpjkxbfeib2q u5TB3JHlzNAi6TLTdDxP+6iGssZAYKMhtjdPw= 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=s564Kyk4p+bj1b+UzpJVwHw6F+g1jzBAydt/Ew6zaI3SYVPL+tfPz5rOJPvFXOYgYo tMCvCm6dMsLkZHgJyzW+6XnhmTydE8EZrO1xp1eTWVzIB3zDi2T5fGYGNDnlXvR2Sose CwfrYl7Db5fF5FGP6fh47RolK4fJ/cap0gNng= Received: by 10.90.63.11 with SMTP id l11mr2117804aga.2.1247266422909; Fri, 10 Jul 2009 15:53:42 -0700 (PDT) Received: from ?64.89.164.32? (r164h32.dixie-net.com [64.89.164.32]) by mx.google.com with ESMTPS id 3sm2736915aga.45.2009.07.10.15.53.17 (version=SSLv3 cipher=RC4-MD5); Fri, 10 Jul 2009 15:53:42 -0700 (PDT) Message-ID: <4A57C617.7000700@gmail.com> Date: Fri, 10 Jul 2009 17:52:07 -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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 4953a591-9f9b-4302-a7ab-7ffc2bc40145 X-Archives-Hash: cd82ada3bb7c88571f0c6ba0494c5d0a 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. Go figure. Dale :-) :-)