Hannes Winkler

Results 303 comments of Hannes Winkler

90% of the work you did already, I'd probably just add a new `struct vec2i offset` in `struct egl_gbm_render_surface`, and in the `init` method, fill that with the offset you...

Hey @ponymorphism , does it work now fully? If you want, you can create a PR or send me your patch and I'll merge it. Otherwise I'll implement it myself,...

As you pointed out correctly, there's 2 ways to do this. The setup instructions you followed uses roughly this one: 1. You let the Raspberry Pi firmware fake a HDMI...

Hey, what's your display size in mm and pixels? The formula for device pixel ratio is derived from here: https://api.flutter.dev/flutter/dart-ui/FlutterView/devicePixelRatio.html 38 is the number of logical pixels per cm. (On...

In that case, you have a dpi of 215, which is 2.24 times the default DPI of 96 :) I can still add an arg for forcing a pixel ratio...

Interesting, last time I tested with Pi 4 it did work. I'll test again. Thanks for reporting!

@Nico-Weers Sorry for the late response. This here will fix it: #506

Is there another app running that is using display output? Can you try running with `sudo`?

@jupiter9595 It is possible you run into errors. If I had an Orange Pi to test, I could guarantee you that it works, but I don't have one unfortunately. But...

How did you build the `timer_linux2a`? Using flutterpi_tool? Can you do a `ls -lah` inside the `timer_linux2a` dir?