scene.org File Archive

File download

<root>­/­parties­/­2026­/­mountainbytes26­/­demo_pc/orangevsgreen.zip

File size:
11 891 bytes (11.61K)
File date:
2026-03-01 23:49:02
Download count:
all-time: 1

Preview

  • orangevsgreen/ dir
  • orangevsgreen/orangevsgreen-1024x768 124B
  • orangevsgreen/orangevsgreen-1280x720 124B
  • orangevsgreen/orangevsgreen-1280x800 124B
  • orangevsgreen/orangevsgreen-1920x1080 125B
  • orangevsgreen/orangevsgreen-800x600 125B
  • orangevsgreen/orangevsgreen-autosize 134B
  • orangevsgreen/orangevsgreen.nfo 815B
  • orangevsgreen/orangevsgreen.png 15.17K

file_id.diz

Orange vs Green

128 byte framebuffer demo for Linux/x86

Credits
Code/Graphics by dominikr

Tools used:
* nasm
* vim
* custom macro library


Instructions:

Framebuffer permissions:
  The current user needs permissions to access /dev/fb0
  For most distros this means being in the `video` group
  Check with `id | grep video`
  To add framebuffer permissions for current user:
  sudo usermod -a -G video $(whoami)
  And then log out and in again


Running:
  Switch to a TTY with ctrl-alt-f2..6 (depending on distro)
  If your distro has a blinking cursor: switch it off with `tput civis`
  Check your framebuffer resolution with `fbset`
  Run the version that corresponds to your screen resolution
  There's also `orangevsgreen-autosize`, which should work with any resolution,
  but does not fit in 128b anymore