Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Logitech V220 Mouse Use
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Spiritmage
n00b
n00b


Joined: 06 Mar 2005
Posts: 65
Location: Colorado

PostPosted: Mon Dec 31, 2007 9:19 am    Post subject: Logitech V220 Mouse Use Reply with quote

Hi all,

I just purchased a Logitech V220 mouse, and have been trying to get it to work in linux (it works on the windows partition). The system recognizes the mouse "/dev/input/mouse0", and here is the following xorg.conf code:

Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "UltraNav TrackPoint" "SendCoreEvents"
   InputDevice    "Synaptics Touchpad" "CorePointer"
   InputDevice    "t61-keyboard" "CoreKeyboard"
   InputDevice   "Logitech Mouse" "CorePointer"
EndSection

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/X11R6/lib/X11/fonts/BDF"
   FontPath     "/usr/X11R6/lib/X11/fonts/MathType1"
EndSection

Section "Module"
   Load  "glx"
   Load  "record"
   Load  "GLcore"
   Load  "dbe"
   Load  "dri"
   Load  "freetype"
   Load  "type1"
EndSection

Section "InputDevice"
    Identifier   "t61-Keyboard"
   Driver   "kbd"
#   Driver   "evdev"
#   Option   "Phys"      "isa0060/serio0/input0"
#   Option   "Device"   "/dev/input/event5"
#   Option   "CustomKeycodes"   "on"
#   Option   "XkbModel"   "evdev"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
   Option      "Device"      "/dev/input/touchpad"
        Option          "Protocol"              "Auto"
        Option          "MaxTapTime"            "300"
        Option          "MaxTapMove"            "220"
        Option          "VertScrollDelta"       "100"
        Option          "MinSpeed"              "0.02"
        Option          "MaxSpeed"              "0.18"
        Option          "AccelFactor"           "0.0010"
   Option      "SHMConfig"      "true"
EndSection

Section "InputDevice"
       Identifier  "UltraNav TrackPoint"
       Driver      "mouse"
       Option      "Device"       "/dev/input/trackpoint"
       Option      "Protocol"            "ExplorerPS/2"
       Option      "Emulate3Buttons"     "on"
       Option      "Emulate3TimeOut"     "50"
       Option      "EmulateWheel"        "on"
       Option      "EmulateWheelTimeOut" "200"
       Option      "EmulateWheelButton"  "2"
       Option      "YAxisMapping"        "4 5"
       Option      "XAxisMapping"        "6 7"
       Option      "ZAxisMapping"        "4 5"
EndSection

Section "InputDevice"
   Identifier   "Logitech Mouse"
   Driver      "mouse"
   Option      "Protocol" "IMPS/2"
   Option      "Device" "/dev/input/mouse0"
   Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   #DisplaySize     300   190   # mm
   Identifier   "Monitor0"
   VendorName   "LEN"
   ModelName    "4033"
   Option       "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"               # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "ColorKey"              # <i>
        #Option     "CacheLines"            # <i>
        #Option     "Dac6Bit"               # [<bool>]
        #Option     "DRI"                   # [<bool>]
        #Option     "NoDDC"                 # [<bool>]
        #Option     "ShowCache"             # [<bool>]
        #Option     "XvMCSurfaces"          # <i>
        #Option     "PageFlip"              # [<bool>]
   Identifier  "Card0"
   Driver      "i810"
   VendorName  "Intel Corporation"
   BoardName   "Mobile Integrated Graphics Controller"
   BusID       "PCI:0:2:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
      Modes   "1440x900"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
      Modes   "1440x900"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
      Modes   "1440x900"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
      Modes   "1440x900"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes   "1440x900"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes   "1440x900"
   EndSubSection
EndSection
Section "DRI"
Group   0
Mode   0666
EndSection


I have also tried "/dev/input/mice" and "Protocol" "auto", but no luck on either.
CONFIG_USB_HID=y
Any suggestions would be greatly appreciated.
Back to top
View user's profile Send private message
Wormo
Retired Dev
Retired Dev


Joined: 29 Nov 2004
Posts: 526
Location: SB County California

PostPosted: Tue Jan 01, 2008 12:49 am    Post subject: Reply with quote

How about trying the xorg evdev driver instead of standard mouse driver.

If you want help modifying your X config, post output of

Code:

cat /proc/bus/input/devices
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum