w23 / atto

1e-18, codename: worobushek

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

app: raspberry pi 4 support

w23 opened this issue · comments

RPi4 has a newer videocore that uses normal kms/mesa/x11 driver instead of older custom dispmanx API. Currently atto is hardcoded to use dispmanx for rpi, so we need to add explicit support for newer rpi>=4 w/ mesa.

  • does regular glx/x11 code just work?
  • can we support rpi<4 w/ dispmanx and rpi>=4 in a single binary?