====================================================== Ethernet to get 100Mb FullDuplex in Linksys 10/100 cards options tulip options=30 in modules.conf ====================================================== Mouse % gpm -k # Kill the gpm daemon % gpm \ # And restart it.. -R MouseSystems \ # repeat to gpmdata as MouseSystems -t ps2 -m /dev/psaux \ # first mouse, PS/2 -M -t ms -m /dev/ttyS0 -B 132 # second mouse, serial, switch buttons configure X to use the repeated data as if it were a MouseSystems mouse, as specified above: # File: /etc/X11/XF86Config (or /usr/X11R6... or..) -------------------------------------------------- Section "Pointer" Protocol "MouseSystems" Device "/dev/gpmdata" -------------------------------------------------- another setup ex. # Pointer section # ********************************************************************** Section "Pointer" # USB: Logitech Marble Mouse Protocol "ps/2" Device "/dev/input/mice" # Emulate3Buttons is an option for 2-button Microsoft mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) Emulate3Buttons Emulate3Timeout 50 EndSection Section "Xinput" # PS/2: Logitech Cordless Wheel Mouse SubSection "Mouse" DeviceName "ps2Mouse" Protocol "imps/2" Device "/dev/psaux ZAxisMapping 4 5 AlwaysCore EndSubSection EndSection ======================================================