My USB Optical Mouse (Logitech v100) does not work on Ubuntu 8.04. I have tried messing around with the xorg.conf files and have found nothing. My lsusb finds the mouse without any problems and so does cat /proc/bus/input/devices
I: Bus=0003 Vendor=046d Product=c019 Version=0111
N: Name="Logitech USB Optical Mouse"
P: Phys=usb-0000:00:02.0-2/input0
S: Sysfs=/devices/pci0000:00/0000:00:02.0/usb1/1-2/1-2:1.0/input/input14
U: Uniq=
H: Handlers=mouse3 event10
B: EV=17
B: KEY=ff0000 0 0 0 0
B: REL=143
B: MSC=10
Any help would be greatly appreciated.
My Xorg.conf looks like:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
#Section "InputDevice"
# Identifier "Configured Mouse"
# Driver "mouse"
# Option "CorePointer"
#EndSection
Section "InputDevice"
Identifier "Logitech USB Optical Mouse"
Driver "evdev"
Option "Name" "Logitech USB Optical Mouse"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "CorePointer"
Option "Device" "/dev/input/mouse1"
Option "Protocol" "auto-dev"
Option "LeftEdge" "20"
Option "RightEdge" "1000"
Option "TopEdge" "17"
Option "BottomEdge" "700"
Option "FingerLow" "5"
Option "FingerHigh" "7"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "MaxDoubleTapTime" "180"
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "VertScrollDelta" "7"
# turn off horizontal scrolling
#Option "HorizScrollDelta" "0"
Option "MinSpeed" "0.79"
Option "MaxSpeed" "0.88"
Option "AccelFactor" "0.0015"
Option "LeftRightRepeat" "0"
Option "UpDownRepeat" "0"
Option "UpDownScrolling" "on"
# turn off corner buttons
Option "RTCornerButton" "0"
Option "RBCornerButton" "0"
Option "LTCornerButton" "0"
Option "LBCornerButton" "0"
# edge motion
Option "EdgeMotionUseAlways" "0"
Option "EdgeMotionMinZ" "25"
Option "EdgeMotionMaxZ" "60"
Option "EdgeMotionMinSpeed" "150"
Option "EdgeMotionMaxSpeed" "200"
Option "VertTwoFingerScroll" "true"
Option "SHMConfig" "on"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
#Inputdevice "Synaptics Touchpad"
Inputdevice "Logitech USB Optical Mouse"
EndSection
Section "Module"
Load "glx"
EndSection




Bookmarks