Re: X.org and A1200 AGA Graphics

Roc Vallès <[email protected]> Tue, 12 Oct 2021 08:50:34 +0900
Newsgroups gmane.os.netbsd.ports.amiga
Message-ID <CAPq5wtZwVm9MiCUSDvw+EPbsL6icByfhc2ZxmvqUEo4NhTU0fw@mail.gmail.com>
Xorg confirmed working with your kernel.

I needed this @ /etc/X11/xorg.conf:

Section "InputDevice"
        Identifier "Keyboard0"
        Driver "kbd"
        Option "Protocol" "wskbd"
        Option "Device" "/dev/wskbd0"
EndSection

Hoping this can get approved for 9.3, if a 9.3 happens before 10.

-- Roc

On Mon, 11 Oct 2021 at 20:47, David Brownlee <[email protected]> wrote:
>
> On Mon, 11 Oct 2021 at 10:20, David Brownlee <[email protected]> wrote:
> >
> > On Mon, 11 Oct 2021 at 08:21, Roc Vallès <[email protected]> wrote:
> > >
> > > I'd love to test this :)
> > >
> > > Wouldn't it help to provide a patch against 9.2's source tree? Or a
> > > kernel binary. Testing would be this much easier.
>
> netbsd-9 amiga WSCONS kernel built with (what I believe to be) the
> right pullups from -current:
> http://sync.absd.org/amiga/netbsd-9-wsfb.gz
>
> Script used to merge the changes & build the kernel (took just under
> 90 minutes to build the full cross compiler, tools & kernel on an old
> Dell T320 :)
> http://sync.absd.org/amiga/netbsd-9-wsfb-build.sh
>
> David