From owner-freebsd-questions Thu Nov 16 11:39:09 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA08957 for questions-outgoing; Thu, 16 Nov 1995 11:39:09 -0800 Received: from ncc-1701-d.starfleet.gov (ix-sb1-14.ix.netcom.com [204.32.201.46]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA08947 for ; Thu, 16 Nov 1995 11:38:54 -0800 Received: (from d_burr@localhost) by ncc-1701-d.starfleet.gov (8.6.11/8.6.9) id LAA00715; Thu, 16 Nov 1995 11:39:45 -0800 Date: Thu, 16 Nov 1995 11:39:40 -0800 (PST) From: Donald Burr X-Sender: d_burr@ncc-1701-d To: ricardo@inf.ufes.br cc: questions@FreeBSD.org Subject: Re: Help with the mouse driver In-Reply-To: <9511161612.AA03096@cairo.inf.ufes.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org Precedence: bulk On Thu, 16 Nov 1995 ricardo@inf.ufes.br wrote: > Where can I have technical support? I can't configure my bus mouse > to work with thw Xfree System. What am I supposed to do? 1. Make sure your kernel is configured to use the busmouse. If you don't already have one, make yourself a kernel config file. cd /sys/i386/conf cp GENERIC 2. Now, edit the file you created in step 1 (or, use the kernel config file you're currently using). Make sure that this line is in the file: device mse0 at isa? port 0x23c tty irq 5 vector mseintr ^^^^^ ^ Replace the two marked numbers with the I/O port and the IRQ of your busmouse card. (These defaults should be OK for a Logitech mouse port card). 3. Now, recompile your kernel. cd /sys/i386/conf config cd ../../compile/ make clean ; make depend ; make all ; make install Then reboot. 4. Make sure the mouse device file exists. Do this: cd /dev ./MAKEDEV mse0 5. Edit (or create) /etc/XF86Config. If this file doesn't exist, a good way of creating it interactively is to run the 'xf86config' program. Either way, look for the following lines: and make the modifications indicated. # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "Busmouse" Device "/dev/mse0" # When using XQUEUE, comment out the above two lines, and uncomment # the following line. # Protocol "Xqueue" # Baudrate and SampleRate are only for some Logitech mice # BaudRate 9600 # SampleRate 150 # Emulate3Buttons is an option for 2-button Microsoft mice # Emulate3Buttons # ChordMiddle is an option for some 3-button Logitech mice # ChordMiddle EndSection The last two options above should be played with, if your middle mouse button doesn't work right. Most Logitech bus mice should work OK, but some weird clones and other non-standard hardware might require a little extra help. Anyway, there it is, in a nutshell. Hope that helps... Donald Burr [d_burr@ix.netcom.com], PO Box 91212, Santa Barbara CA 93190-1212 TEL (805)564-1871 // FAX 564-2315 // WWW http://www.physics.ucsb.edu/~dburr PGP Public Key available by request (send e-mail) or Public Key Servers. ** Uphold your right to privacy - Use PGP. **