From owner-freebsd-sparc64@FreeBSD.ORG Mon Aug 6 03:11:51 2007 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C64316A41A for ; Mon, 6 Aug 2007 03:11:51 +0000 (UTC) (envelope-from nikron@nikron.net) Received: from nikron.net (cpe-71-74-163-195.indy.res.rr.com [71.74.163.195]) by mx1.freebsd.org (Postfix) with ESMTP id 1E6A713C457 for ; Mon, 6 Aug 2007 03:11:51 +0000 (UTC) (envelope-from nikron@nikron.net) Received: from localhost (localhost [127.0.0.1]) by nikron.net (Postfix) with ESMTP id B26007C81F0 for ; Sun, 5 Aug 2007 22:41:51 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at nikron.net Received: from nikron.net ([127.0.0.1]) by localhost (nikron.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yocpf9daz2ib for ; Sun, 5 Aug 2007 22:41:45 -0400 (EDT) Received: from localhost.localdomain (unknown [192.168.2.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by nikron.net (Postfix) with ESMTP id 2FCF27C805D for ; Sun, 5 Aug 2007 22:41:44 -0400 (EDT) Date: Sun, 5 Aug 2007 22:41:37 -0700 From: Nikhil Bysani To: freebsd-sparc64@freebsd.org Message-ID: <20070805224137.7d46dd27@localhost.localdomain> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Sun Keyboard 5c 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: Mon, 06 Aug 2007 03:11:51 -0000 I'm trying to get my sun keyboard 5c to work on my Sun Ultra 5. So far, I've tried all manner of configurations. The keyboard works in a tty. Currently, the it works the most (barely at all) with this Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "Protocol" "standard" Option "AutoRepeat" "500 30" Option "XkbRules" "sun" Option "XkbModel" "type5" Option "XkbLayout" "us" EndSection It is a US keyboard. Thanks