View previous topic :: View next topic |
Author |
Message |
Radoslav D. n00b
Joined: 23 Nov 2006 Posts: 72
|
Posted: Wed Feb 06, 2008 9:31 am Post subject: Mouse problem |
|
|
Hi,
i installed gnome and my optical mouse isnt running.
Touchpad is ok.
I tried cat /dev/input/mouse0: its touchpad
/dev/input/mice : its touchpad too.
lsusb:
Quote: | Bus 001 Device 005: ID 07ca:a828 AVerMedia Technologies, Inc.
Bus 001 Device 003: ID 0ea0:2168 Ours Technology, Inc. Transcend JetFlash 2.0 / Astone USB Drive
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 003: ID 0b05:1712 ASUSTek Computer, Inc.
Bus 002 Device 002: ID 046d:c016 Logitech, Inc. M-UV69a Optical Wheel Mouse
Bus 002 Device 001: ID 0000:0000
|
my xorg.conf:
Quote: |
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mouse0"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7. Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
|
In this section no more...
Sorry my english. |
|
Back to top |
|
|
tabascoz n00b
Joined: 14 May 2003 Posts: 45 Location: Rio de Janeiro
|
Posted: Wed Feb 06, 2008 11:01 pm Post subject: |
|
|
Hi,
Mine works like this:
Quote: |
Section "ServerFlags"
...
Option "allowmouseopenfailure"
EndSection
Section "InputDevice"
#usb mouse
Identifier "Mouse1"
Driver "evdev"
EndSection
Section "InputDevice"
Identifier "TouchPad"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "LeftEdge" "130"
Option "RightEdge" "840"
Option "TopEdge" "130"
Option "BottomEdge" "640"
Option "FingerHigh" "6"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "MaxDoubleTapTime" "180"
Option "SingleTapTimeout" "180"
Option "ClickTime" "100"
Option "FastTaps" "1"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.60"
Option "MaxSpeed" "1.50"
Option "AccelFactor" "0.040"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "400"
Option "UpDownScrolling" "1"
Option "RTCornerButton" "2"
Option "RBCornerButton" "3"
Option "LTCornerButton" "0"
Option "LBCornerButton" "0"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
Option "PressureMotionMinZ" "50"
Option "PressureMotionMaxZ" "160"
Option "PressureMotionMinFactor" "1"
Option "PressureMotionMaxFactor" "3"
Option "SHMConfig" "true"
Option "Emulate3Buttons" "on"
EndSection
Section "ServerLayout"
Identifier "Main Layout"
InputDevice "TouchPad" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
Screen "Screen 1" 0 0
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
|
|
|
Back to top |
|
|
ntk030 n00b
Joined: 06 Feb 2008 Posts: 3
|
Posted: Wed Feb 06, 2008 11:23 pm Post subject: |
|
|
I also meet similar problem _________________ man enter here
http://manglobal.4yz.com/ |
|
Back to top |
|
|
tabascoz n00b
Joined: 14 May 2003 Posts: 45 Location: Rio de Janeiro
|
Posted: Thu Feb 07, 2008 12:08 am Post subject: |
|
|
Please compare to my versions of the packages above and try my config:
Quote: |
fernando@note ~ $ eix -Ic "udev|evdev|xorg-server"
[U] sys-fs/udev (118@23-12-2007 -> (~)118-r1): Linux dynamic and persistent device naming support (aka userspace devfs)
[I] x11-base/xorg-server (1.4.0.90-r2@23-01-2008): X.Org X servers
[I] x11-drivers/xf86-input-evdev (1.2.0@21-01-2008): Generic Linux input driver
[1] "flameeyes-overlay" /usr/local/layman/flameeyes-overlay
[2] "sabayon" /usr/local/layman/sabayon
|
_________________ Tabascoz |
|
Back to top |
|
|
Radoslav D. n00b
Joined: 23 Nov 2006 Posts: 72
|
Posted: Fri Feb 08, 2008 8:30 pm Post subject: |
|
|
Nothing help ...
I used command.
# udevinfo -a -p /sys/class/input/mouse0/
Quote: |
Udevinfo starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.
looking at device '/class/input/input5/mouse0':
KERNEL=="mouse0"
SUBSYSTEM=="input"
DRIVER==""
ATTR{dev}=="13:32"
looking at parent device '/class/input/input5':
KERNELS=="input5"
SUBSYSTEMS=="input"
DRIVERS==""
ATTRS{modalias}=="input:b0011v0002p0007eA3B3-e0,1,3,k110,111,112,145,14A,14D,14E,ra0,1,18,1C,mlsfw"
ATTRS{uniq}==""
ATTRS{phys}=="isa0060/serio4/input0"
ATTRS{name}=="SynPS/2 Synaptics TouchPad"
looking at parent device '/devices/platform/i8042/serio4':
KERNELS=="serio4"
SUBSYSTEMS=="serio"
DRIVERS=="psmouse"
ATTRS{resync_time}=="0"
ATTRS{resetafter}=="5"
ATTRS{resolution}=="200"
ATTRS{rate}=="80"
ATTRS{protocol}=="SynPS/2"
ATTRS{bind_mode}=="auto"
ATTRS{modalias}=="serio:ty01pr00id00ex00"
ATTRS{description}=="i8042 AUX3 port"
looking at parent device '/devices/platform/i8042':
KERNELS=="i8042"
SUBSYSTEMS=="platform"
DRIVERS=="i8042"
ATTRS{modalias}=="i8042"
ATTRS{uevent}==""
looking at parent device '/devices/platform':
KERNELS=="platform"
SUBSYSTEMS==""
DRIVERS==""
ATTRS{uevent}==""
|
What can i do ? |
|
Back to top |
|
|
Radoslav D. n00b
Joined: 23 Nov 2006 Posts: 72
|
Posted: Fri Feb 15, 2008 2:17 am Post subject: |
|
|
My problem is away. I unmask newest udev and my mouse is running.
Thanks all for help... |
|
Back to top |
|
|
Radoslav D. n00b
Joined: 23 Nov 2006 Posts: 72
|
Posted: Fri Feb 15, 2008 2:19 am Post subject: |
|
|
My problem is away. I unmask newest udev and my mouse is running.
Thanks all for help... |
|
Back to top |
|
|
|