trylle / ibm515x

Raspberry Pi network video adapter software for IBM 515x-compatible monitors
MIT License
8 stars 0 forks source link

2023: we managed to replicate this project at the Slovenian Computer History Museum #3

Open markostamcar opened 1 year ago

markostamcar commented 1 year ago

fb_render_test

Here are the photos of our (mine & @bertronika's) setup and results so far (RPi desktop shows and one can use it, also the dpi/fb_render_test works; have not tested netvid/streaming/dithering yet!): https://imgur.com/a/e6RcodQ

Hardware

Software Complete instructions for fresh RPi install + latest Chrome + VirtualXT emulator in browser. Since the resolution is 1920x200, normal Dosbox software doesn't properly render, thus the easiest "hack" for this was to use an emulator in browser and stretch it to fill screen. We use old Raspbian version from the time of this project to avoid incompatibilities.

sudo apt update (apt upgrade not needed if just doing basic stuff!)
sudo apt install snapd
sudo reboot
sudo snap install core
sudo snap install chromium
git clone https://github.com/trylle/ibm515x
cd ibm515x/configs
dtc -@ -I dts -O dtb -o cga.dtbo cga.dts
sudo cp cga.dtbo /boot/overlays/

sudo apt install apache2

sudo reboot

VirtualXT

Halophilus commented 8 months ago

Do you still have the circuit schematics available?

markostamcar commented 8 months ago

Sorry, we promised it but not delivered (yet) :(

Here are some photos of the circuit: https://imgur.com/a/e6RcodQ And some more information here: https://web.archive.org/web/20161206135631/http://www.paradigmlift.net/projects/teensy_cga.html