The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: tim.newsham@gmail.com (Tim Newsham)
Subject: [TUHS] 8th Edition Research Unix on SIMH
Date: Tue, 25 Apr 2017 20:10:29 -1000	[thread overview]
Message-ID: <CAGSRWbhHWzbfAXnXL_9L+=Sgm1vqRKSTw4fURjosP7JMm6wgUw@mail.gmail.com> (raw)
In-Reply-To: <CAGfO01xLEsO=6eubo7zVp2YowF_qT5zdHrOS0nFAO1XS8_GpeA@mail.gmail.com>

I got it sorted.. the program was mistakenly thinking there
were constant window resizes.  the flicker is now solved.
There is still some issue where the keyboard processing
is sometimes getting stuck during startup...  when it
works, it seems to work well, but it usually fails on startup..
more debugging.


On Tue, Apr 25, 2017 at 7:53 PM, Noel Hunt <noel.hunt at gmail.com> wrote:

> I have ported the original Blit pads to use the Plan9 graphics
> primitives in the plan9port. I have also got a few of the jerq
> test programs running under plan9port. Are you struggling with
> how to translate 'bitblt' and 'rectf' into Plan9 equivalents?
>
>
> On Wed, Apr 26, 2017 at 1:05 PM, Tim Newsham <tim.newsham at gmail.com>
> wrote:
>
>> I got the 9front blit sources to build and run in plan9port.  There's
>> some serious graphics issue right now causing a lot of flicker and
>> sometimes causing the graphics to not appear at all..  Anyone here
>> good with plan9port graphics ports?
>>
>> https://github.com/timnewsham/blit
>>
>>
>> On Thu, Mar 30, 2017 at 7:05 PM, Michael Kerpan <mjkerpan at kerpan.com>
>> wrote:
>>
>>> Has the Blit emulator been ported to anything other than Plan 9 or
>>> does one need to set up a VM running Plan 9 to test out the graphics?
>>>
>>> Mike
>>>
>>> On Thu, Mar 30, 2017 at 2:30 PM, David du Colombier <0intro at gmail.com>
>>> wrote:
>>> > This image is ready to be used with aiju's Blit emulator,
>>> > which is available as part of 9front.
>>> >
>>> > http://code.9front.org/hg/plan9front/file/tip/sys/src/games/blit
>>> >
>>> > This emulator works on most Plan 9 distributions. You just
>>> > have to copy the /sys/lib/blit and /sys/src/games/blit
>>> > directories to your system.
>>> >
>>> > With the v8.ini startup file provided, the console will be
>>> > listening on port 8888/tcp once SIMH has been started.
>>> >
>>> > You have to run the emulator and connect to the console:
>>> >
>>> > % cd /sys/src/games/blit
>>> > % mk install
>>> > % games/blit -t tcp!hostname!8888
>>> >
>>> > Once connected, enter your login and password.
>>> >
>>> > login: root
>>> >
>>> > Then, you can launch the mux window system:
>>> >
>>> > $ /usr/blit/bin/mux
>>> >
>>> > Once started, you can run any graphical program.
>>> > Binaries are located in the /usr/blit/bin directory.
>>> >
>>> > For example, here is jim text editor:
>>> >
>>> > http://9legacy.org/img/v8/jim_01.png
>>> >
>>> > --
>>> > David du Colombier
>>>
>>
>>
>>
>> --
>> Tim Newsham | www.thenewsh.com/~newsham | @newshtwit |
>> thenewsh.blogspot.com
>>
>
>


-- 
Tim Newsham | www.thenewsh.com/~newsham | @newshtwit | thenewsh.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20170425/bdd6de24/attachment-0001.html>


  reply	other threads:[~2017-04-26  6:10 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-28 18:58 David du Colombier
2017-03-28 19:32 ` Cory Smelosky
2017-03-28 23:50 ` Tim Newsham
2017-04-25  3:16   ` Tim Newsham
2017-04-25 20:34     ` David du Colombier
2017-04-26  3:50     ` Cory Smelosky
2017-03-29  1:06 ` Henry Bent
2017-03-29  1:19   ` Cory Smelosky
2017-03-29  1:35     ` Henry Bent
2017-03-30 14:16 ` David du Colombier
2017-03-30 18:30   ` David du Colombier
2017-03-31  5:05     ` Michael Kerpan
2017-03-31  5:36       ` Kurt H Maier
2017-03-31 14:41         ` Michael Kerpan
2017-03-31 16:34           ` [TUHS] 8th Edition Research Unix on SIMHtuhs Cory Smelosky
2017-04-26  3:05       ` [TUHS] 8th Edition Research Unix on SIMH Tim Newsham
2017-04-26  5:53         ` Noel Hunt
2017-04-26  6:10           ` Tim Newsham [this message]
2017-04-26 23:49         ` Tim Newsham
2017-04-26 22:45     ` Tim Newsham
2017-04-26 23:02       ` Arthur Krewat
2017-04-26 23:21         ` Dave Horsfall
2017-04-26 23:07       ` Kurt H Maier
2017-03-29  0:49 Noel Chiappa
2017-03-29  1:02 ` Grant Taylor
2017-03-29 10:41   ` Steffen Nurpmeso
2017-03-29  2:44 ` Tim Newsham
2017-03-29  1:45 Noel Chiappa
2017-03-29  1:57 ` Steve Nickolas
2017-03-29  4:11 ` Grant Taylor
2017-03-30 11:47 Jason Stevens
2017-03-31 22:31 Nelson H. F. Beebe
2017-04-27  1:04 Norman Wilson
2017-04-27  1:26 ` Kurt H Maier

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='CAGSRWbhHWzbfAXnXL_9L+=Sgm1vqRKSTw4fURjosP7JMm6wgUw@mail.gmail.com' \
    --to=tim.newsham@gmail.com \
    /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).