The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-18-2004
locustfurnace locustfurnace is offline
Registered User
 

Join Date: Aug 2004
Posts: 232
This is what I use in xorg.conf on Slackware for my USB mouse.
Code:
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver  "mouse"
    Option "Protocol"    "IMPS/2"
   # Option "Device"      "/dev/usb"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "4 5"
    Option "Resolution" "300"
Reply With Quote