Date: Wed, 20 Feb 2008 02:34:17 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Cc: freebsd-hackers@FreeBSD.org, Giulio Ferro <auryn@zirakzigil.org> Subject: Re: Synaptics Xorg driver for FreeBSD/amd64 Message-ID: <20080220023417.ab04de0f.nork@FreeBSD.org> In-Reply-To: <iBifH9HYCQBfTx7VISHDkaSsplI@aWKc2FAUfibIgP1RQXmDQX%2BBee4> References: <1xLCUYBNbj8sdUVp/UxnkYWg5h4@PIbJXusKFhenD3syFE%2BhwapDAcI> <47B97C96.1080206@zirakzigil.org> <2FpBxFvRMYTG0dQsWse9q7pKV8Y@8Af7teRYKqmQGMEC0xw84kqB83k> <47B98CCC.804@zirakzigil.org> <3l2h%2Bpx9k81jQrhpZARxo9ydv5g@Qf/k/EONkq0kVqnQID/zr6zCz2c> <47B99D9B.9050609@zirakzigil.org> <xF5keAKB%2BbzM7Qc1vbdjZvpjAOQ@iMf3hVjjKK2Dr0%2BE3WG0pgAi0UA> <47B9A8F9.4090700@zirakzigil.org> <tt7nQiInN1psm9Yy%2Bq9OJFWgXmc@ttuoorY9taC15m7SeeJXigvidbE> <20080219023524.22197aee.nork@FreeBSD.org> <iBifH9HYCQBfTx7VISHDkaSsplI@aWKc2FAUfibIgP1RQXmDQX%2BBee4>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Eygene. On Mon, 18 Feb 2008 21:23:24 +0300 Eygene Ryabinkin <rea-fbsd@codelabs.ru> wrote: > If you'll look at > http://gitweb.freedesktop.org/?p=xorg/xserver.git;a=blob;h=dbe158efc6e365cd5bd064d848df3a4f0c0d35f4;hb=43d9edd31e31b33b9da4a50d8ab05004881c8d5a;f=hw/xfree86/common/xf86Config.c#l1611 > you will see that server tries to add the mouse driver if there is > no drivers of type 'mouse' or 'void'. The hack with adding the "dummy" > input device with type "void" disables generation of default mouse > driver. This was the true hack and it was a bit beautified in > http://gitweb.freedesktop.org/?p=xorg/xserver.git;a=commit;h=ba9f5138fc32a7a7b97bcf941bc92751b7c6c2c0 > now there is a boolean option "AllowEmptyInput" that inhibits creation > of core mouse and keyboard in any case. Grrrrrrr.... orz > > So I don't know that it's > > correct to fix this problem by way of b. And, if x11-drivers/ > > xf86-input-void is not installed, that's solution will be crashed. > Xorg server 1.4 already has "AllowEmptyInput", so Giulio and others > who want to run only Synaptics driver, can add the string > ----- > Option "AllowEmptyInput" > ----- > to their "ServerFlags" section and see no automagically added devices. I've got it! I confidently committed these solutions! Thank you!!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080220023417.ab04de0f.nork>