LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 10-05-2005, 11:20 AM   #1
aquino.espindola
LQ Newbie
 
Registered: Oct 2005
Location: Rio de Janeiro - Brazil
Distribution: Suse
Posts: 9

Rep: Reputation: 0
Unhappy mouse usb


Hi all,

I am running Suse 9.3 in a Dell Latitude D510. The system recognizes my touchpad and it works fine. I also connected an optical mouse at USB port. I tried yast, sax2 to make the USB mouse work, but it seems like it does not exist!

Does anybody can help me, please?

Thanks
 
Old 10-05-2005, 01:38 PM   #2
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there and welcome to LQ,
can you post the relevant part of your xorg.conf please?
regards,
slackie1000
 
Old 10-05-2005, 02:05 PM   #3
aquino.espindola
LQ Newbie
 
Registered: Oct 2005
Location: Rio de Janeiro - Brazil
Distribution: Suse
Posts: 9

Original Poster
Rep: Reputation: 0
Hi,

Thanks for repling my message. I think the information you asked is that below.

One part begins here:

InputDevices "/dev/amigamouse"
InputDevices "/dev/atarimouse"
InputDevices "/dev/inportbm"
InputDevices "/dev/gpmdata"
InputDevices "/dev/mouse"
InputDevices "/dev/usbmouse"
InputDevices "/dev/adbmouse"
InputDevices "/dev/input/mice"
InputDevices "/dev/input/event0"
InputDevices "/dev/pointer0"
InputDevices "/dev/pointer1"
InputDevices "/dev/pointer2"
InputDevices "/dev/pointer3"
EndSection

But I thing the most relevant part is this:

Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[1]"
Option "AccelFactor" "0.04"
Option "BottomEdge" "650"
Option "ButtonNumber" "5"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
Option "CircularScrolling" "1"
Option "Device" "/dev/mouse"
Option "EdgeMotionMaxSpeed" "15"
Option "EdgeMotionMinSpeed" "15"
Option "EmulateMidButtonTime" "75"
Option "FingerHigh" "15"
Option "FingerLow" "14"
Option "HorizScrollDelta" "20"
Option "InputFashion" "Mouse"
Option "LeftEdge" "120"
Option "MaxSpeed" "0.5"
Option "MaxTapMove" "110"
Option "MaxTapTime" "180"
Option "MinSpeed" "0.2"
Option "Name" "ALPS;Touchpad"
Option "Protocol" "ExplorerPS/2"
Option "RightEdge" "830"
Option "SHMConfig" "on"
Option "TopEdge" "120"
Option "UpDownScrolling" "1"
Option "Vendor" "Sysp"
Option "VertScrollDelta" "20"
Option "ZAxisMapping" "4 5"
EndSection

Thanks again,

Aquino
 
Old 10-05-2005, 02:09 PM   #4
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,
suse is something "special" about these things...we will fix it, in a slackware way..
first find a section in your xorg.conf that is called "ServerLayout".. inside this section you insert the following..
Code:
 InputDevice    "USB Mouse" "CorePointer"
after that you include also in the end of this same file..
Code:
Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection
restart X and tell me what happens..
regards,
slackie1000

Last edited by slackie1000; 10-05-2005 at 02:31 PM.
 
Old 10-05-2005, 02:33 PM   #5
aquino.espindola
LQ Newbie
 
Registered: Oct 2005
Location: Rio de Janeiro - Brazil
Distribution: Suse
Posts: 9

Original Poster
Rep: Reputation: 0
Hi there,

I made the changes you mentioned, but it does not work yet!

Is there any possibility that this mouse in not linux compatible?

The manufacturer is www.a4tech.com

Thanks again for your help.

Regards,
 
Old 10-06-2005, 06:27 AM   #6
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,
nope.. i don't believe that is incompatible. let's try again...
can you post how you inserted the parts in your file?
can you post the last lines of your Xorg.log? i think it is under /var/log/...
regards,
slackie1000
 
Old 10-06-2005, 09:00 AM   #7
aquino.espindola
LQ Newbie
 
Registered: Oct 2005
Location: Rio de Janeiro - Brazil
Distribution: Suse
Posts: 9

Original Poster
Rep: Reputation: 0
Hi there,

Here we go again

The lines I have inserted are below:

Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "USB Mouse" "CorePointer
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection

and the other part of the same file is:

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


In the file xorg.log I got this message:
...

(**) |-->Input Device "Mouse[1]"
(**) |-->Input Device "USB Mouse"
(WW) Duplicate core pointer devices. Removing core pointer attribute from "USB Mouse"

I am not sure, but I think the message above gives us a tip where the problem is

The last lines are:

14"
(**) Option "FingerHigh" "15"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "110"
(**) Option "EmulateMidButtonTime" "75"
(**) Option "VertScrollDelta" "20"
(**) Option "HorizScrollDelta" "20"
(**) Option "EdgeMotionMinSpeed" "15"
(**) Option "EdgeMotionMaxSpeed" "15"
(**) Option "UpDownScrolling" "1"
(**) Option "CircularScrolling" "1"
(**) Option "CircScrollTrigger" "2"
(--) Mouse[1] touchpad found
(**) Option "CorePointer"
(**) Mouse[1]: Core Pointer
(**) Option "Protocol" "IMPS/2"
(**) USB Mouse: Device: "/dev/input/mice"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "CorePointer" "False"
(**) Option "Device" "/dev/input/mice"
(==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Mouse[1]" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard[0]" (type: KEYBOARD)
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
(--) Mouse[1] touchpad found
Could not init font path element /usr/X11R6/lib/X11/fonts/local, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID, removing from list!
SynapticsCtrl called.
SetClientVersion: 0 8
(II) USB Mouse: ps2EnableDataReporting: succeeded

Once again, thanks for your help.

Regards,

Aquino
 
Old 10-06-2005, 09:31 AM   #8
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,
here is the mistake..
you forgot the double quotes... aspas
Code:
 InputDevice "USB Mouse" "CorePointer"
regards,
slackie1000
 
Old 10-06-2005, 09:44 AM   #9
aquino.espindola
LQ Newbie
 
Registered: Oct 2005
Location: Rio de Janeiro - Brazil
Distribution: Suse
Posts: 9

Original Poster
Rep: Reputation: 0
Unhappy

I included the double the aspas... It does not work yet!!!

In the file xorg.log I stil get the message:

**) |-->Input Device "USB Mouse"
(WW) Duplicate core pointer devices. Removing core pointer attribute from "USB Mouse"

Thanks,
 
Old 10-06-2005, 09:48 AM   #10
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,
weird..
what happens if you change the Mouse[0] from
"CorePointer"
to
"AlwaysCore"
in the "ServerLayout" section??
regards,
slackie1000

[edit] stupid tip from my part. you can not have 2 CorePointer in your ServerLayout

Last edited by slackie1000; 10-06-2005 at 09:54 AM.
 
Old 10-06-2005, 10:09 AM   #11
aquino.espindola
LQ Newbie
 
Registered: Oct 2005
Location: Rio de Janeiro - Brazil
Distribution: Suse
Posts: 9

Original Poster
Rep: Reputation: 0
Sorry, I did not understand where exactly the change has to be made. I've got this in the ServerLayout Section:

Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "USB Mouse" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection

Regards,

Aquino
 
Old 10-06-2005, 10:11 AM   #12
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,
Quote:
Originally posted by aquino.espindola
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "USB Mouse" "AlwaysCore"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
my bad.. i made something simple, difficult..
just for the record: you can not define two CorePointer entries in your SeverLayout..
regards,
slackie1000
 
Old 10-06-2005, 10:26 AM   #13
aquino.espindola
LQ Newbie
 
Registered: Oct 2005
Location: Rio de Janeiro - Brazil
Distribution: Suse
Posts: 9

Original Poster
Rep: Reputation: 0
Hey, hey

Now it is working perfectly!!

Thank you very very much for your help!!!!! I owe you that! When you come to Brazil let me know and we will drink some "caipirinhas"

Regards,

Aquino
 
Old 10-06-2005, 10:38 AM   #14
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,
* slackie1000 wants a caipirinha now.
may the force be with us. glad to help.
LOL..i am brazilian. but living in germany since some years already. i write you an email about the caipirinha promisse...
regards,
slackie1000
 
Old 10-06-2005, 10:48 AM   #15
aquino.espindola
LQ Newbie
 
Registered: Oct 2005
Location: Rio de Janeiro - Brazil
Distribution: Suse
Posts: 9

Original Poster
Rep: Reputation: 0
Ok,

Send me an e-mail... the promisse holds

Bye
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
disconnect USB mouse data from the mouse pointer Yeronimo Programming 0 04-07-2005 03:26 AM
Erratic mouse pointer with wireless USB mouse jomax Fedora 0 01-04-2005 03:38 AM
How do you configure to mouses, a laptop mouse and a Logitc USB Mouse dbratton Linux - Hardware 8 03-06-2004 05:02 PM
PS/2 mouse did not work after temp removal of USB mouse edwardp Linux - Hardware 1 09-06-2003 04:57 PM
USB mouse, keyboard, hid, console mouse problems jqcaducifer Linux - General 1 08-05-2003 09:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 03:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration