Results 1 to 3 of 3

Thread: Trackball mouse

  1. #1

    Trackball mouse

    Has anybody installed a trackball mouse on their system if so how did it work and haow did you do it? I am thinking about getting one due to space constraints in my work area.

  2. #2
    Guest

    Re:Trackball mouse

    I have a Trackman Marble 2001 silver installed on my system, using DevFS and USB.

    Code:
    Section "InputDevice"
            Identifier  "Mouse0"
            Driver      "mouse"
            Option      "Protocol"          "IMPS/2"
           Option      "Device"            "/dev/input/mouse0"
            Option      "ZAxisMapping"      "4 5"
    
    EndSection
    otherwise do this:

    Code:
    # make device dir.
    mkdir /dev/input
    
    # make node for mice
    mknod /dev/input/mice c 13 63
    
    ln -sf /dev/input/mice /dev/mouse
    /dev/mouse is now a link to your USB mouse.

  3. #3

    Re:Trackball mouse

    I have a trackball ps/2 mouse, it installed just the same as any ps/2 mouse.

Similar Threads

  1. mouse itself, or port?
    By s134k in forum Linux - General Topics
    Replies: 1
    Last Post: 05-16-2006, 06:55 AM
  2. FC4 and message mouse configuration
    By zillah in forum Linux - Software, Applications & Programming
    Replies: 3
    Last Post: 05-03-2006, 07:18 AM
  3. Mouse Issues
    By N0thing in forum General Chat
    Replies: 7
    Last Post: 02-10-2005, 04:32 PM
  4. ToolTips Covered Up Using Large Mouse Pointer
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 02:06 AM
  5. mouse bindings - fvwm prob
    By pbharris in forum Linux - Software, Applications & Programming
    Replies: 2
    Last Post: 09-18-2003, 04:48 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •