Announcement

Collapse
No announcement yet.

M$ Trackball Explorer

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

    M$ Trackball Explorer

    What is the command I use to edit xorg.conf? I want to edit for my Trackball Explorer. (Will work with any 7 button mouse) I use gedit xorg.conf in Ubuntu. I would like to be directed to a page which will show and tell what each command is for. How about it.
    Change this:
    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "true"
    EndSection

    To this:
    Section "InputDevice"
    Identifier "mouse.usb"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2"
    Option "Buttons" "7"
    Option "ButtonMapping" "1 2 3 6 7"
    EndSection

    Thanks, Darrell

    #2
    Re: M$ Trackball Explorer

    The quickest way is to, in Konqueror, browse to /etc/X11 locate the xorg.conf file, right-click and select Actions | Edit as root
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: M$ Trackball Explorer

      Code:
      sudo dpkg-reconfigure xserver-xorg
      try this.
      Join the dark side<br />---------------------------------------------------------------------<br />Samsung NC10 netbook running<br />PCLinuxOS 2010 // Win XP

      Comment

      Working...
      X