From owner-freebsd-sparc64@FreeBSD.ORG Sun Jan 29 01:11:32 2006 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 C661D16A420 for ; Sun, 29 Jan 2006 01:11:32 +0000 (GMT) (envelope-from pyrosanltd@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6000143D46 for ; Sun, 29 Jan 2006 01:11:32 +0000 (GMT) (envelope-from pyrosanltd@gmail.com) Received: by wproxy.gmail.com with SMTP id 57so844379wri for ; Sat, 28 Jan 2006 17:11:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:to:in-reply-to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:from; b=UQA1ivROUoB6mvoilYoVgwXpZyC2Gnqegj1TwgmdNOh13Vt0lxkwbsJCAsKmDdx6EZ5GDNohBxWbq6KTQrys18w/ggzHD83TWUY+mJ3VHMrqeeZT8w15Mv0fiBLfErViBPEWz86Y70mbESvknRidqgnC7k1ikb046bcotABnf8g= Received: by 10.65.152.9 with SMTP id e9mr1283938qbo; Sat, 28 Jan 2006 17:11:31 -0800 (PST) Received: from ?192.168.10.213? ( [71.136.234.103]) by mx.gmail.com with ESMTP id d5sm1878442qbd.2006.01.28.17.11.30; Sat, 28 Jan 2006 17:11:31 -0800 (PST) To: freebsd-sparc64@freebsd.org In-Reply-To: Content-Type: text/plain Date: Sat, 28 Jan 2006 17:18:16 -0800 Message-Id: <1138497496.844.5.camel@EmPtYShElL> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit From: John Gates Subject: mouse on a Ultra5 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: Sun, 29 Jan 2006 01:11:32 -0000 I saw your post and I was looking for the same answer and found it! just add these lines to your Xorg ;) .. Just looked at the date for your post ... if you still don't have it here it is if you already have it .. sorry to bug you Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "MouseSystems" Option "Device" "/dev/cuau3" EndSection