Re: Missing X binary
Izumi Tsutsui <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.mips.devel |
|---|---|
| Message-ID | <[email protected]> |
> - Finding out that Xorg 1.20 won't build, so switching pmax to using > 1.10 (similar to vax) Note 1.20 wsfb Xorg servers work on dreamcast and luna68k etc. > - X failing to start due to missing WSDISPLAYIO_GET_FBINFO support in > the cfb driver (now added) Maybe adding a missing WSDISPLAYIO_LINEBYTES ioctl will also work around. https://nxr.netbsd.org/xref/xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c?r=1.37#447 > - Thinking the keyboard mapping is all to hell, until I realised that > the key marked <X] sends The Correct Sequence To Delete A Character, > not ^H I wonder if "DEFAULT_TO_WSKBD" is worth or not. https://nxr.netbsd.org/xref/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile?r=1.19#13 (some other ports have "native to PS/2 keycode" tables derived from OpenBSD) --- Izumi Tsutsui