: Meanwhile I downloaded FLTK 1.1.10 and compiled that. Fluid did compile 
too.

Does this version display text in the demos?

: I observed that you can get some very buggy keyboard input when you press
: the "^" or "`" key before another key. So ^e or è will result in "w", ^a 
or
: à in "q".

Are you running the ttyscan driver here?  Sounds like it.  What
happens when you run the regular driver?



:
: There are a lot of messages sent to STDERR. Is this done by NXLIB or FLTK?
: E.g. the editor example writes:
:
: XSetErrorHandler called
: nxlib: display bpp 16, bits_per_rgb 6
: XLoadFont('fixed') = '(null)' height 1574328 [0]
:
: How can I suppress these messages? I currently redirect them to a file.

NXLIB prints out most of these, they should be able to be
turned off via the DEBUG=N in the Makefile.  However, most
of the stubs.c messages aren't wrapped with DPRINTF for
quiet non-debug output, you may have patch them.

Regards,

Greg 


---------------------------------------------------------------------
To unsubscribe, e-mail: nanogui-unsubscr...@linuxhacker.org
For additional commands, e-mail: nanogui-h...@linuxhacker.org

Reply via email to