FreeBSD Bugzilla – Attachment 7315 Details for
Bug 15958
Mice section for doc/en_US.ISO_8859-1/books/handbook/hw/
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.34 KB, created by
Joel Sutton
on 2000-01-07 03:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Joel Sutton
Created:
2000-01-07 03:30:01 UTC
Size:
5.34 KB
patch
obsolete
>Index: chapter.sgml >=================================================================== >RCS file: /usr/home/cvs/FreeBSD/doc/en_US.ISO_8859-1/books/handbook/hw/chapter.sgml,v >retrieving revision 1.28 >diff -u -r1.28 chapter.sgml >--- chapter.sgml 1999/11/07 01:54:46 1.28 >+++ chapter.sgml 2000/01/07 02:51:45 >@@ -3069,9 +3069,159 @@ > </sect2> > > <sect2> >- <title>* Mice</title> >- >- <para></para> >+ <title>Mice</title> >+ <para><emphasis>Contributed by Joel Sutton >+ <email>jsutton@bbcon.com.au</email> January 2000</emphasis></para> >+ >+ <para>FreeBSD supports a variety of different mice via the PS/2, serial and >+ USB ports. Most users choose to use the mouse daemon to handle their mouse >+ because it allows interaction in both X and on the system console. >+ For more information on the mouse daemon refer to &man.moused.8;. The >+ examples throughout this section assume that the mouse daemon is being used. >+ </para> >+ >+ <note> >+ <para>This section contains the names of specific products that the >+ author has confirmed will work with FreeBSD. Other similar devices not >+ listed may also be supported.</para> >+ </note> >+ >+ <sect3> >+ <title>PS/2</title> >+ <para></para> >+ >+ <sect4> >+ <title>System Configuration</title> >+ <para>To ensure that your PS/2 mouse functions correctly with the mouse daemon >+ you will need to include the following text in >+ <filename>/etc/rc.conf</filename></para> >+ >+ <programlisting>moused_enable="YES" >+moused_type="ps/2" >+moused_port="/dev/psm0"</programlisting> >+ >+ </sect4> >+ >+ <sect4> >+ <title>Known Compatible Devices</title> >+ >+ <itemizedlist> >+ <listitem> >+ <para>Logitech First Mouse - Three Button</para> >+ </listitem> >+ <listitem> >+ <para>Microsoft Serial - PS/2 Compatible Mouse</para> >+ </listitem> >+ </itemizedlist> >+ </sect4> >+ >+ </sect3> >+ >+ <sect3> >+ <title>Serial</title> >+ <para></para> >+ >+ <sect4> >+ <title>System Configuration</title> >+ <para>To ensure that your serial mouse functions correctly with the mouse daemon >+ you will need to include the following text in <filename>/etc/rc.conf</filename>. >+ This example assumes that the mouse is connected to COM1: and can be >+ automatically recognised by the mouse daemon.</para> >+ >+ <programlisting>moused_enable="YES" >+moused_type="auto" >+moused_port="/dev/cuaa0"</programlisting> >+ >+ <para>See the &man.moused.8; manual page for a detailed description >+ of how to configure the mouse daemon to work with specific types >+ of serial mice.</para> >+ >+ </sect4> >+ >+ <sect4> >+ <title>Known Compatible Devices</title> >+ >+ <itemizedlist> >+ <listitem> >+ <para>Generic Microsoft Compatible Mice</para> >+ </listitem> >+ <listitem> >+ <para>Logitech First Mouse - Three Button</para> >+ </listitem> >+ <listitem> >+ <para>Microsoft Serial - PS/2 Compatible Mouse</para> >+ </listitem> >+ </itemizedlist> >+ </sect4> >+ >+ </sect3> >+ >+ <sect3> >+ <title>USB</title> >+ <para></para> >+ >+ <sect4> >+ <title>System Configuration</title> >+ >+ <para>The USB device drivers are a relatively new addition to FreeBSD >+ and have not yet been included in the GENERIC kernel. The following >+ prodecure is an example of how to setup the relevant drivers on a >+ typical system.</para> >+ >+ <procedure> >+ <step> >+ <para>Add the <devicename>ums</devicename> device to the usb >+ section of your <link linkend="kernelconfig-config">kernel >+ configuration</link>. For example: >+ </para> >+ >+ <programlisting>controller usb0 >+controller uhci0 >+device ums0</programlisting> >+ </step> >+ >+ <step> >+ <para><link linkend="kernelconfig-building">Rebuild and >+ install</link> the new kernel.</para> >+ </step> >+ >+ <step> >+ <para>Make the <link linkend="kernelconfig-nodes">device node</link> by >+ typing:</para> >+ <screen>&prompt.root; <userinput>cd /dev</userinput> >+&prompt.root; <userinput>sh MAKEDEV ums0</userinput></screen> >+ </step> >+ >+ <step> >+ <para>Include the following text in <filename>/etc/rc.conf</filename> >+ to ensure correct operation of the mouse daemon:</para> >+ >+ <programlisting>moused_enable="YES" >+moused_type="auto" >+moused_port="/dev/ums0"</programlisting> >+ </step> >+ >+ <step> >+ <para>Reboot the system.</para> >+ <screen>&prompt.root; <userinput>shutdown -r now</userinput></screen> >+ </step> >+ >+ </procedure> >+ >+ </sect4> >+ >+ <sect4> >+ <title>Known Compatible Devices</title> >+ >+ <itemizedlist> >+ <listitem> >+ <para>Logitech TrackMan - Marble Wheel</para> >+ </listitem> >+ </itemizedlist> >+ </sect4> >+ >+ </sect3> >+ > </sect2> > > <sect2>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15958
: 7315