Mouse diagnostics tools?

Jim Stapleton stapleton.41 at gmail.com
Mon Oct 15 17:30:47 PDT 2007


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 at 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 at 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


More information about the freebsd-questions mailing list