Re: uxterm issue on pmax X11 (Was: Missing X binary)
David Brownlee <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.mips.devel |
|---|---|
| Message-ID | <CAGN_6pZ1X1_VZJ7a09A+M1cX8jz=gbH-eLFRE3_9hO0cBjZ0cw@mail.gmail.com> |
OK, so this is... odd. uxterm fails on pmax running Xorg 1.10 (with local changes to build an xwsfb server) The issue can be reproduced by setting LC_CTYPE $ env LC_CTYPE=en_US.UTF-8 xterm X Error of failed request: BadAlloc (insufficient resources for operation) Major opcode of failed request: 45 (X_OpenFont) Serial number of failed request: 53 Current serial number in output stream: 54 other apps report errors, but fallback to default fonts $ env LC_CTYPE=en_US.UTF-8 xclock -digital Warning: Missing charsets in String to FontSet conversion Warning: Unable to load any usable fontset Will have to test a standard vax build (which should have the same xorg version) David