From owner-freebsd-questions@FreeBSD.ORG Tue Oct 16 00:30:47 2007 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 D0A5A16A41A for ; Tue, 16 Oct 2007 00:30:47 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 9767213C461 for ; Tue, 16 Oct 2007 00:30:47 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so2218251waf for ; Mon, 15 Oct 2007 17:30:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=RZZQ26JaO3w19XEJAyk7KBCX7fwenJOEvQ4WK+bvqzY=; b=NfTadarOPfzXwU3kgVKP/haITiLj/k8dVosmE98/pZBOAssKyezyDAO0zQI2knIy3G19LR1Jqx8pyLQUxrOQ8WeSejkjOaD4kq5Gm7P2TxaSbPiCgmQvdWDFQ3CGol77V2f6Yw4g7a0p4MgXzBh1vdCr/CqcHw/b52n4wdqO37s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=T4YsuNOoxDLoivL2HgVDLepz+bePc0YsijPHLnDnc1aDSoviLip7n/mCtDGokoJaqGKbyGMvFY1JPIO1fgjyMKqmeLFyspsLv04leyKuFyWxPZlbKGW8IqW0ro2slqOGwElKqWSbEnkZ9AaErrrFv36CUoRbcwep7rJ5uP3NVEY= Received: by 10.114.209.1 with SMTP id h1mr7659662wag.1192494644883; Mon, 15 Oct 2007 17:30:44 -0700 (PDT) Received: by 10.114.240.16 with HTTP; Mon, 15 Oct 2007 17:30:44 -0700 (PDT) Message-ID: <80f4f2b20710151730i60ad9247y7d0c81500e96c348@mail.gmail.com> Date: Mon, 15 Oct 2007 20:30:44 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org In-Reply-To: <80f4f2b20710141621m7640cc42u617dd9915544edd1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20710141621m7640cc42u617dd9915544edd1@mail.gmail.com> Subject: Re: Mouse diagnostics tools? 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: Tue, 16 Oct 2007 00:30:47 -0000 Martin Alejandro Paredes Sanchez wrote: > What is the output of : > > dmesg | grep -i mouse > > > (B) know a tool to help diagnose this issue? > > Try the -f and -d option in moused for the first part, it shows my wired mouse only: sjss@elrond 19:48:52 (0) ~ > dmesg | grep -i mouse ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/18.00, addr 3, iclass 3/1 for the second, I guess I didn't expect it to provide /that/ much diagnostic information. With "moused -d -f -p /dev/sysmouse -t auto", only the logictech produces output - the microsoft does not. Given the lack of output, I take it that it is safe to assume there is no low level driver for my mouse? Should I provide my system's configuration file as well (from buildkernel - I know I turned off a lot of wireless stuff in the config, but I didn't think it would affect this). icantthinkofone wrote: > Don't know of any diagnostics but we would need to see your xorg.conf > and rc.conf to help make this work. rc.conf: ======================================== # -- sysinstall generated deltas -- # Wed Feb 7 13:21:21 2007 # Created: Wed Feb 7 13:21:21 2007 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. hostname="elrond.mydomain.net" ifconfig_nve0="inet 192.168.1.84 netmask 255.255.255.0" ifconfig_nve0_alias0="192.168.1.85 netmask 255.255.255.255" defaultrouter="192.168.1.1" usbd_enable="YES" linux_enable="YES" sshd_enable="YES" ntpdate_enable="YES" ntpd_enable="YES" cupsd_enable="YES" sendmail_enable="NONE" inetd_flags="-wW -a 192.168.1.84" syslogd_flags="-b 192.168.1.84" rpcbind_enable="NO" sb_server_enable="YES" # added by mergebase.sh local_startup="/usr/local/etc/rc.d" ======================================== xorg.conf ======================================== # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (root@elrond.ameritech.net) Tue Feb 6 05:44:08 UTC 2007 Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/local/lib/X11/rgb" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/CID/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "extmod" Load "glx" Load "dbe" Load "record" Load "xtrap" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection #previous attempt to get microsoft mouse working Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ImPS/2" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "SAM" ModelName "SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 Option "DPMS" EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 Modes "1920x1080" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1920x1080" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 15 Modes "1920x1080" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 8 Modes "1920x1080" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 4 Modes "1920x1080" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Modes "1920x1080" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection ======================================== Thanks, -Jim Stapleton