From owner-freebsd-sparc64@FreeBSD.ORG Thu Dec 29 14:42:14 2005 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE8216A41F for ; Thu, 29 Dec 2005 14:42:14 +0000 (GMT) (envelope-from edoneel@sdf.lonestar.org) Received: from sdf.lonestar.org (ol.freeshell.ORG [192.94.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5A5743D64 for ; Thu, 29 Dec 2005 14:42:13 +0000 (GMT) (envelope-from edoneel@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:edoneel@ukato.freeshell.org [192.94.73.7]) by sdf.lonestar.org (8.13.1/8.12.10) with ESMTP id jBTEftFe011921 for ; Thu, 29 Dec 2005 14:41:56 GMT Received: (from edoneel@localhost) by sdf.lonestar.org (8.13.1/8.12.8/Submit) id jBTEft3m004592 for freebsd-sparc64@freebsd.org; Thu, 29 Dec 2005 14:41:55 GMT Date: Thu, 29 Dec 2005 14:41:55 +0000 From: "Bruce O'Neel" To: freebsd-sparc64@freebsd.org Message-ID: <20051229144155.GA26476@SDF.LONESTAR.ORG> References: <20051229093340.GA25049@SDF.LONESTAR.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051229093340.GA25049@SDF.LONESTAR.ORG> User-Agent: Mutt/1.4.2.1i Subject: Re: Sun Type 5 keyboard on an ultra 2 w/ X X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 14:42:14 -0000 Hi, We're getting somewhere. The keyboard works if I do: Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "Protocol" "standard" Option "AutoRepeat" "500 30" Option "XkbRules" "sun" Option "XkbModel" "type5" Option "XkbLayout" "us" Option "XkbKeycodes" "sun(type5)" EndSection Still no mouse though. I wonder if /dev/sysmouse is wrong... cheers bruce On Thu, Dec 29, 2005 at 09:33:40AM +0000, Bruce O'Neel wrote: > Hi, > > Thanks for the previous help with getting the creator board working > in X. It works great. > > What doesn't work quite so well now is the mouse and keyboard. > > The sections are: > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > Option "XkbModel" "pc102" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > EndSection > > but neither the mouse moves, nor does the keyboard give reasonable > key strokes. > > Obviously something is wrong. > > Adding and removing the line > > Option "XkbModel" "pc102" > > > doesn't seem to change anything. I've also guessed that pc102 should > be changed to sun5 and that didn't help. > > So, what obvious thing am I missing now? > > Thanks very much in advance for any hints! > > cheers > > bruce > > -- > edoneel@sdf.lonestar.org > SDF Public Access UNIX System - http://sdf.lonestar.org > _______________________________________________ > freebsd-sparc64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 > To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org" -- edoneel@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org