From owner-freebsd-questions@freebsd.org Wed Nov 25 13:27:25 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7F52A363BB for ; Wed, 25 Nov 2015 13:27:25 +0000 (UTC) (envelope-from steve@sohara.org) Received: from uk1mail2513.mymailbank.co.uk (UK1MAIL2513-PERMANET.IE.mymailbank.co.uk [217.69.47.44]) by mx1.freebsd.org (Postfix) with ESMTP id 42A8B1AF7 for ; Wed, 25 Nov 2015 13:27:24 +0000 (UTC) (envelope-from steve@sohara.org) Received: from smtp.lan.sohara.org (UnknownHost [88.151.27.41]) by uk1mail2513-d.mymailbank.co.uk with SMTP; Wed, 25 Nov 2015 13:11:11 +0000 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.85 (FreeBSD)) (envelope-from ) id 1a1ZA7-000GWS-S9; Wed, 25 Nov 2015 12:27:03 +0000 Date: Wed, 25 Nov 2015 12:26:58 +0000 From: Steve O'Hara-Smith To: freebsd-questions@freebsd.org Cc: Polytropon Subject: Re: kbdmux disabled --> no useable keyboard?! Message-Id: <20151125122658.b1b6d96fb8c8879194dc2c41@sohara.org> In-Reply-To: <20151125123024.384c4aa1.freebsd@edvax.de> References: <20151124232356.GA24123@acer.home> <20151125123024.384c4aa1.freebsd@edvax.de> X-Mailer: Sylpheed 3.4.3 (GTK+ 2.24.28; amd64-portbld-freebsd10.1) X-Clacks-Overhead: "GNU Terry Pratchett" Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 13:27:26 -0000 On Wed, 25 Nov 2015 12:30:24 +0100 Polytropon wrote: > > What > > should I do to be able to use two keyboards (in X) independently, > > and still be able to use one in the console. > > "Fortunately", X has its own automagic input device detection, which > will probably shoot you in the foot. :-) Some fiddling in xorg.conf will be required to stop using the auto detect devices and use explicitly configured ones. I'm not sure if the keyboard driver accepts a Device parameter (it seems to lack a man page) otherwise the old kbd driver should do the job. -- Steve O'Hara-Smith