nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: Re: Some Issues
From: Greg Haerr
Date: Fri, 1 Dec 2000 12:43:27 -0700

: 1) I had problem with fonts which are too big, is there any smaller font or
: scaling API?

Take any X11 .bdf font you like, use fonts/convbdf to convert it,
and stick it in src/drivers/genfonts.c as the default font.



: 2) nxkbd's back space does not work, in nterm I solved it with #stty erase
: ^H, what is GUI??

You might add a hack in nxterm to convert BS to DEL or
vice versa.  Or perhaps change nxkbd.



: 3) Currently the device is in 1bpp mode, what color constants are mapped to
: SET / CLEAR??

BLACK and WHITE

Regards,

Greg



nanogui@linuxhacker.org