9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Axel Belinfante <Axel.Belinfante@cs.utwente.nl>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] OT: drawterm+SPARC Solaris
Date: Wed,  1 Jun 2005 17:21:47 +0200	[thread overview]
Message-ID: <200506011521.j51FLl214157@zamenhof.cs.utwente.nl> (raw)
In-Reply-To: Your message of "Wed, 01 Jun 2005 10:35:21 -0400." <Pine.GSO.4.58.0506011032580.5240@cps207.cps.cmich.edu>

> drawterm: can't determmine x server byte order
> abort 1738
> $
> 
> Any one seen this message?

yes, I got bitten by it too.
the (last line of) the big multiline comment
some lines above this error message in screen-x11.c
seems 'instructive' (lack of better word).
I have not recently tried to (re)build drawterm -
things may have changed since I last looked at it.

(It may pay off to check) if p9p graphic apps work for you,
(and if so,) if the drawterm code maybe can be updated to
do the same as in p9p src/libdraw/x11-init.c - I think 
that code is quite similar to the screen-x11.c .


At the time, I worked around this in drawterm by
commenting out the code that initializes xscreendepth
using DefaultDepth (maybe only necessary in my env),
and instead setting xscreendepth explicitly in the
blocks associated with the tests that use XMatchVisualInfo,
and changing the order of these tests such that I use an
xscreendepth < 24 which avoids the code that
leads to this message.

Axel.


  reply	other threads:[~2005-06-01 15:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-01 14:35 I RATTAN
2005-06-01 15:21 ` Axel Belinfante [this message]
2005-06-01 17:53   ` I RATTAN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200506011521.j51FLl214157@zamenhof.cs.utwente.nl \
    --to=axel.belinfante@cs.utwente.nl \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).