|
Lines 6943-6949
Link Here
|
| 6943 |
<xref linkend="moused" remap="another section"> and set up |
6943 |
<xref linkend="moused" remap="another section"> and set up |
| 6944 |
moused.</para> |
6944 |
moused.</para> |
| 6945 |
|
6945 |
|
| 6946 |
<para>Then edit <filename>/etc/XF86Config</filename> and make |
6946 |
<para>Then edit <filename>/etc/X11/XF86Config</filename> and make |
| 6947 |
sure you have the following lines.</para> |
6947 |
sure you have the following lines.</para> |
| 6948 |
|
6948 |
|
| 6949 |
<programlisting>Section Pointer |
6949 |
<programlisting>Section Pointer |
|
Lines 6955-6960
Link Here
|
| 6955 |
for &xorg; 6.7.0. For earlier versions, the |
6955 |
for &xorg; 6.7.0. For earlier versions, the |
| 6956 |
<emphasis>Protocol</emphasis> should be |
6956 |
<emphasis>Protocol</emphasis> should be |
| 6957 |
<emphasis>MouseSystems</emphasis>.</para> |
6957 |
<emphasis>MouseSystems</emphasis>.</para> |
|
|
6958 |
|
| 6959 |
<para>For Xorg your configuration may be in |
| 6960 |
<filename>/etc/X11/xorg.conf</filename> and this is the file you should |
| 6961 |
edit. Also, although the pointer section format above is supported, for |
| 6962 |
compatibility reasons, the preferred format is to use an InputDevice |
| 6963 |
section instead. So you would have the following.</para> |
| 6964 |
|
| 6965 |
<programlisting>Section "InputDevice" |
| 6966 |
Option "Protocol" "SysMouse" |
| 6967 |
Option "Device" "/dev/sysmouse" |
| 6968 |
.....</programlisting> |
| 6958 |
|
6969 |
|
| 6959 |
<para>Some people prefer to use |
6970 |
<para>Some people prefer to use |
| 6960 |
<devicename>/dev/mouse</devicename> under X. To make this |
6971 |
<devicename>/dev/mouse</devicename> under X. To make this |