Announcement

Collapse
No announcement yet.

Trackball problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Trackball problem

    hi all,

    My mouse is a diferent model, is a trackball, and in windows I can use the 2 buttons (left and right) to emulate the midle click, How can I to configure this in my Kubunto?
    This is the model of my tackball http://www.logitech.com/index.cfm/mi...s/156&cl=br,pt

    The mouse have more 2 buttons, but I don't use it, if this buttons can configured to scroll I'll very happy.
    thks.

    **Sorry my english is little.

    Mura

    #2
    Re: Trackball problem

    I don't understand why anyone would want such a thing, but whatever.

    Execute "kdesu kate /etc/X11/xorg.conf". Make sure that the mouse section looks something like this:
    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    option "CorePointer"
    option "Device" "/dev/input/mice"
    option "Protocol" "ExplorerPS/2"
    option "ZAxisMapping" "3 4"
    option "Emulate3Buttons" "true"
    EndSection
    The line in bold is what it needs. As for the two other buttons... I think the line above the bold will do it, but I'm not sure.
    For external use only.

    Comment

    Working...
    X