From owner-freebsd-questions@FreeBSD.ORG Sat Oct 15 14:45:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEAA016A41F for ; Sat, 15 Oct 2005 14:45:29 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 899D143D45 for ; Sat, 15 Oct 2005 14:45:29 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 22126 invoked by uid 502); 15 Oct 2005 14:45:28 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 15 Oct 2005 14:45:28 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <43511607.9020506@ywave.com> Date: Sat, 15 Oct 2005 07:45:27 -0700 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Oxley , freeBSD References: <20051014021137.32350.qmail@web36207.mail.mud.yahoo.com> <434F1DC2.3080902@ywave.com> <20051015104143.GA16784@yoafrica.com> In-Reply-To: <20051015104143.GA16784@yoafrica.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: 2 keyboards, 2 mice, 2 monitors with 1 PC; possible? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 14:45:30 -0000 John Oxley wrote: > On Thu, Oct 13, 2005 at 07:53:54PM -0700, Micah wrote: > >>Rob wrote: >> >>>>>xorg supports dual-head, which could be >>>>>a starting point. >>>> >>>>crw------- 1 root wheel 3, 63 Sep 11 15:52 >>>>/dev/kbd0 >>>>crw------- 1 root wheel 3, 195 Sep 11 15:52 >>>>/dev/kbd1 >>>>crw------- 1 root wheel 3, 31 Sep 11 15:52 >>>>/dev/sysmouse >>>> >> >>Check out >>http://www.google.com/search?hl=en&lr=&as_qdr=all&q=+site:lists.freebsd.org+freebsd+multiple+keyboards >>A few minutes of reading suggests: >>FreeBSD recognizes multiple keyboards. >>Console can only accept input from one keyboard at a time. >>You can read input from the keyboard that is not in use. >>Setting up X may be tricky. > > > The tricky part of X will be to get one server to run on monitor A and > another to run on monitor B. > > You need to create two xorg.conf (or similar for XFree86) files, and > modify the "InputDevice" sections for the CorePointer and CoreKeyboard > sections for the second X server. > > The mouse one should be easy > Option "Device" "/dev/input/mice" > just change that line. I presume the Keyboard section will have > something similar in it. > > I have no idea how you'd handle the two monitors though. > > -John > Don't forget to CC the list or the original poster will never benefit from your advice. Later, Micah