On Tuesday 22 January 2008 02:42:11 pm John R. Sowden wrote:
> John R. Sowden wrote:
> > Rajko M. wrote:
> >> On Wednesday 30 January 2008 08:19:32 pm John R. Sowden wrote:
> >>> Suse 10.1, usb mouse shows up in yast when I list the usb devices, but
> >>> in kde control?, it shows 1 mouse(the laptop pad thing).  There
> >>> seems to
> >>> be no way to add a mouse.  The mouse works fine under windows (dual
> >>> boot
> >>> on a laptop).  Its a logitech wireless mouse.
> >>> Thanks
> >>
> >> How many mice is showing up in YaST? It should be 2, one for mouse
> >> and one for synaptic pad.
> >
> > Only 1.  That is the problem.  I went to google, found a reference to
> > a config file in /etc/X11 and it only had 1 mouse.
>
> Above is error.  In YaST, when I listed the USB devices, it showed both,
> including the 'Logitech wireless mouse'.  It was KDE that showed a tab
> for Mouse1, but no second tab, and no way to add a mouse, only edit.

When you mentioned /etc/X11/xorg.conf you can check how many sections like the 
one below you can see. You can use console program 'less' and then scroll to 
see sections. 

~> less /etc/X11/xorg.conf
<snip>

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "7"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "USB Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver       "synaptics"
  Identifier   "Mouse[3]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Emulate3Buttons" "on"
  Option       "InputFashion" "Mouse"
  Option       "Name" "Synaptics;Touchpad"
  Option       "Protocol" "explorerps/2"
  Option       "SHMConfig" "on"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

</snip> 

It should be 2 sections, one for mouse and one for synaptic pad, like above. 
So far I know KDE can't find device that is not recognized by Xorg, graphic 
server behind GUI. 

-- 
Regards,
Rajko
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to