Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 08:46:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 196151] [PATCH] x11-servers/xorg-server: Option to not use autoconfiguration of input devices
Message-ID:  <bug-196151-7141-MxvbjYDNVR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196151-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196151-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196151

Alex Kozlov <ak@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ak@FreeBSD.org

--- Comment #3 from Alex Kozlov <ak@FreeBSD.org> ---
You can add this to xorg.conf to disable autoconfiguration:

Section "ServerFlags"
 Option "AutoAddDevices" "false"
EndSection

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196151-7141-MxvbjYDNVR>