From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FoW71-0000Cq-Ek for garchives@archives.gentoo.org; Fri, 09 Jun 2006 01:48:35 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k591lIeV012527; Fri, 9 Jun 2006 01:47:18 GMT Received: from ilievnet.com ([84.21.204.200]) by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k591fHMd025788 for ; Fri, 9 Jun 2006 01:41:17 GMT Received: (qmail 8783 invoked from network); 9 Jun 2006 04:41:17 +0300 Received: from unknown (HELO ilievnet.com) (127.0.0.1) by 0 with SMTP; 9 Jun 2006 04:41:16 +0300 Received: from 10.0.1.11 (SquirrelMail authenticated user danny@ilievnet.com) by ilievnet.com with HTTP; Fri, 9 Jun 2006 04:41:16 +0300 (EEST) Message-ID: <50240.10.0.1.11.1149817276.squirrel@ilievnet.com> In-Reply-To: <200606082025.21817.linuxpete@houston.rr.com> References: <200606082019.59706.linuxpete@houston.rr.com> <200606082025.21817.linuxpete@houston.rr.com> Date: Fri, 9 Jun 2006 04:41:16 +0300 (EEST) Subject: [gentoo-user] Re: [Gentoo-user] Re: [SOLVED] What mouse protocol does xorg use when 'auto'? From: "Daniel Iliev" To: gentoo-user@lists.gentoo.org User-Agent: SquirrelMail/1.4.6 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain;charset=windows-1251 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Archives-Salt: 00863e7c-bbef-43ac-85c7-91c90a03a6fe X-Archives-Hash: e61b7ba71b8b43214148382f4200c4a5 On Fri, June 9, 2006 4:25 am, Peter Kelly wrote: > On Thursday 08 June 2006 20:19, Peter Kelly wrote: >> Holas, >> >> Great. >> How can I find out what protocol xorg is using now? Apparently, I'll >> need >> to know pretty soon. > > Duh. Look in /var/log/Xorg.0.log. You'll see a neat little line that > says > (**) Mouse1: Protocol: "ExplorerPS/2" > > Never mind. > > Peter > > -- > Everything that you know is wrong, but you can be straightened out. > -- > gentoo-user@gentoo.org mailing list > > Another approach is to open /etc/X11/xorg.conf and search for "InputDevice". Here's what my xorg.conf reads in that section: ============ Section "InputDevice" Identifier "MS Mouse" Driver "mouse" Option "Emulate3Buttons" Option "ButtonNumber" "3" Option "Device" "/dev/input/mice" Option "InputFashion" "Mouse" Option "Name" "USB-Mouse;IMPS/2" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Timeout" "50" EndSection ============ -- gentoo-user@gentoo.org mailing list