- Be more specific on how to make the mouse work with recent Xorg
distributions PR: docs/147095 Submitted by: casnik <mladen.mintakovic@inet.hr> Refined by: Warren Block <wblock@wonkity.com>
This commit is contained in:
parent
1b7dc603f2
commit
2e70b485d0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36214
1 changed files with 9 additions and 0 deletions
|
@ -7045,6 +7045,15 @@ options SYSVMSG # enable for messaging</programlisting>
|
|||
Option "Device" "/dev/sysmouse"
|
||||
.....</programlisting>
|
||||
|
||||
<para>Starting with &xorg; version 7.4, the
|
||||
<literal>InputDevice</literal> sections in
|
||||
<filename>xorg.conf</filename> are ignored in favor of
|
||||
autodetected devices. To restore the old behavior, add the
|
||||
following line to the <literal>ServerLayout</literal> or
|
||||
<literal>ServerFlags</literal> section:</para>
|
||||
|
||||
<programlisting>Option "AutoAddDevices" "false"</programlisting>
|
||||
|
||||
<para>Some people prefer to use
|
||||
<devicename>/dev/mouse</devicename> under X. To make this
|
||||
work, <devicename>/dev/mouse</devicename> should be linked
|
||||
|
|
Loading…
Reference in a new issue