Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2005 15:54:06 -0400
From:      John Nielsen <lists@jnielsen.net>
To:        freebsd-sparc64@freebsd.org
Cc:        User Pm <pm@npf.homeunix.org>
Subject:   Re: mouse on a Ultra5
Message-ID:  <200508311554.06686.lists@jnielsen.net>
In-Reply-To: <20050831194006.L67193@npf.homeunix.org>
References:  <20050831194006.L67193@npf.homeunix.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 31 August 2005 13:43, User Pm wrote:
> Does the sun mouse (attached to the keyboard) works on a ultra 5?
> I do not see any mention to it in the dmesg output...
> If yes how to I configure it for use with xorg?

> uart3: <16550 or compatible> addr 0x14003062f8-0x14003062ff irq 42 on 
ebus0 

It just shows up as a serial port.  Mine works fine in xorg with the 
following:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "mousesystems"
        Option      "Device" "/dev/cuau3"
EndSection

JN



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508311554.06686.lists>