home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 16909 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.6 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sun-barr!cs.utexas.edu!zaphod.mps.ohio-state.edu!uwm.edu!biosci!agate!doc.ic.ac.uk!uknet!mcsun!news.funet.fi!funic!nntp.hut.fi!nntp!jem
  2. From: jem@snakemail.hut.fi (Johan Myreen)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Mouse on HP 486/33T?
  5. Message-ID: <JEM.92Nov16215430@lk-hp-6.hut.fi>
  6. Date: 16 Nov 92 19:54:30 GMT
  7. References: <1992Nov14.014950.1627@hpmcaa.mcm.hp.com>
  8. Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
  9. Organization: Helsinki University of Technology, Finland
  10. Lines: 27
  11. In-Reply-To: grant@hpmcaa's message of 14 Nov 92 01:49:50 GMT
  12. Nntp-Posting-Host: lk-hp-6.hut.fi
  13.  
  14. In article <1992Nov14.014950.1627@hpmcaa.mcm.hp.com> grant@hpmcaa (Grant Garner) writes:
  15.  
  16. >Has anyone gotten the "Mini-DIN" mouse on an HP Vectra 486/33T to work?
  17.  
  18. >The slight info I've been able to find says it's PS/2 compatible, but
  19. >I sure can't seem to get it going.
  20.  
  21. First you need to create an entry in /dev for it:
  22.  
  23. mknod /dev/psaux c 10 1
  24.  
  25. There is no direct PS/2 mouse support in XFree86 yet, so to use the
  26. mouse with X you'll have to use the mconv mouse protocol conversion
  27. utility, which can be found on nic.funet.fi, in
  28. /pub/OS/Linux/utils/tools/mconv.c. This program converts the packets
  29. sent by the PS/2 mouse into the corresponding ones from a Microsoft
  30. mouse, so you can fool X telling it you have a Microsoft serial
  31. mouse instead. Instructions for use are included in the source file.
  32.  
  33. I've been putting pressure (very slight so far :-) on the XFree86
  34. development team to get direct PS/2 mouse support into X. Let's hope
  35. it makes it into the next release, so we won't need the mconv hack
  36. anymore.
  37.  
  38. --
  39. Johan Myreen
  40. jem@cs.hut.fi
  41.