From owner-freebsd-sparc64@FreeBSD.ORG Fri Mar 14 01:22:10 2008 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 0DF381065670 for ; Fri, 14 Mar 2008 01:22:10 +0000 (UTC) (envelope-from ardelean@ww.uni-erlangen.de) Received: from servww6.ww.uni-erlangen.de (servww6.ww.uni-erlangen.de [131.188.238.13]) by mx1.freebsd.org (Postfix) with ESMTP id 58CF18FC24 for ; Fri, 14 Mar 2008 01:22:08 +0000 (UTC) (envelope-from ardelean@ww.uni-erlangen.de) Received: from localhost (ardelean@localhost) by servww6.ww.uni-erlangen.de (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id m2E1M7a29320 for ; Fri, 14 Mar 2008 02:22:07 +0100 Date: Fri, 14 Mar 2008 02:22:07 +0100 (CET) From: Gheorghe Ardelean To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: No Console section in sysinstall's Configuration menu on sparc64 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: Fri, 14 Mar 2008 01:22:10 -0000 Hi, I see that sysinstall in FreeBSD sparc64 has in Configuration menu no Console section. In this way I can not configure the moused via sysinstall. Anyway it seems that it works and the corresponding commands for Ultra 5 and maybe also Ultra 10 to setup and enable are: moused -t mousesystems -p /dev/ttyu3 vidcontrol -m on or make the changes permanent via /etc/rc.conf: moused_enable="YES" moused_type="mousesystems" moused_port="/dev/ttyu3" and it works also togheter with the Xorg.conf I have posted on this list! Nice work! Thank you guys! Best regards, Gheorghe Ardelean.