2014 22:05:23 +0900 Hi, Last weekend I've managed to port old xfree X68k Xserver to X11R7. x68k port has not been wscons'fied (yet), so I just copied old style xsrc/xfree/xc/program/Xserver/hw/netbsd/x68k server sources to xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k and put minimum changes (for Xorg API changes) to build a 'monolithic' Xserver binary like Xnest and Xvfb. Patch is here (can be applied both HEAD and netbsd-6): https://gist.github.com/tsutsui/9167958 https://mail-index.netbsd.org/port-x68k/2014/02/27/msg000043.html
2020 04:12:31 +0900 Hi, Somehow I've managed to port ancient X11R6 based Xsun servers (was in src/xfree/xc/programs/Xserver/hw/sun) to recent X11R7, by mechanically adapting all MD sources to Xorg API changes as I did for X68k server back in 2014: https://mail-index.netbsd.org/port-x68k/2014/02/27/msg000043. html Sources and patches ------------------- https://mail-index.netbsd.org/port-sun3/2020/07/17/msg000157.html
Jul 22 20:38:29 UTC 2020 Added Files: xsrc/external/mit/xorg-server/dist/hw/sun: README Xsun.man circleset.h constype.c constype.man kbd_mode.c kbd_mode.man sun.h sunCfb.c sunCfb24.c sunCursor.c sunFbs.c sunGX.c sunGX.h sunInit.c sunIo.c sunKbd.c sunKeyMap.c sunMfb.c sunMouse.c sunMultiDepth.c Log Message: Import WIP Xorg-Server-1.20'fied monolithic Xsun servers. This is based on 1.10 version imported into xorg-server.old and all upstream API changes between xorg-server 1.10 and 1.20 are applied almost mechanically. https://github.com/tsutsui/xorg-server-Xsun/commits/xorg-server-1.20 Xsun and XsunMono servers are also confirmed working with bwtwo on 3/60 and tme, and cgtwo on tme. XKB stuff is still to be resolved. https://mail-index.netbsd.org/source-changes/2020/07/22/msg119657.html