Re: Xwsfb on DECstation 5000/133 with PMAGB-B
Izumi Tsutsui <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.mips.devel |
|---|---|
| Message-ID | <[email protected]> |
> sfb0 at tc0 slot 0 offset 0x0: 1280x1024, 8bpp > wsdisplay0 at sfb0 kbdmux 1 > > Is there a more recent kernel version and/or X server that I should try? Old X11R6 based XdecNetBSD server binaries might work even on NetBSD/pmax 9.3 (at least on GXemul emulating 3MAX and cfb(4)). --- # ftp http://archive.netbsd.org/pub/NetBSD-archive/NetBSD-7.2/pmax/binary/sets/xbase.tgz # ftp http://archive.netbsd.org/pub/NetBSD-archive/NetBSD-7.2/pmax/binary/sets/xfonts.tgz # ftp http://archive.netbsd.org/pub/NetBSD-archive/NetBSD-7.2/pmax/binary/sets/xserver.tgz # tar -C / -zxpf xbase.tgz # tar -C / -zxpf xfonts.tgz # tar -C / -zxpf xserver.tgz # xinit -- /usr/X11R6/bin/XdecNetBSD --- Implementing Xorg'fied generic Xwsfb server is in my TODO list though... --- Izumi Tsutsui