Ayrton Sparling

Results 220 comments of Ayrton Sparling
trafficstars

@Slabity Tried it. Not sure what `no eglDupNativeFenceFDANDROID` means. ```sh $ uname -a Linux raspberrypi 5.15.56-v8+ #1575 SMP PREEMPT Fri Jul 22 20:31:26 BST 2022 aarch64 GNU/Linux $ kmscube --atomic...

Yeah, there are some messages. I think the timeout messages are coming from some modesetting I've been doing that is *kind of* working (flashing black screen), I've included the legacy...

Okay, I tried `drm.debug=0xff` while doing legacy modesetting via the `legacy_modesetting` example code. Did run into an interesting pair of lines ``` [ 67.880918] [drm:drm_atomic_helper_check_modeset [drm_kms_helper]] [ENCODER:31:TMDS-31] incompatible with [CRTC:61:crtc-0]...

If I set `fb = None` then I get `'Could not set CRTC: Unknown { errno: ENOENT }'`. No error in dmesg, just seems to stop and return. ``` [...

Side note. I plugged into a different monitor. `kmscube` does work but `kmscube --atomic` does not, same error as before.

Note this is on the VGA monitor I switched to after my HDMI monitor was doing the flashing black screen while trying the modesetting code I pasted earlier. The HDMI...

Why don't you use overcommited hugepages? https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF#Dynamic_huge_pages

I've added basic wss support. https://github.com/FallingSnow/wamp-rs/commit/de80aaaafa6a3b4c4f2560293874ee89de33c6a5 Plan on merging into mainline when I figure out a few more things.

Adding the following to `/etc/environment` places `/opt/vc/bin` in all environments. ``` PATH=/opt/vc/bin ```

Wasn't looking forward to fixing the tests. Let me try to finish this up by today/tomorrow.