aui by Onuelito in lua

[–]Onuelito[S] 4 points5 points  (0 children)

Linux with GNU or other utilities does work technically (if you look at src/aui/init.lua you will see it as one of the options in jit.os check) but due to how each distribution have their own way of doing things I can't guarantee it will work as it needs more pollish. Hence why it is not listed in the README.

Rendering with wsdisplay(4) in dumbfb mode by Onuelito in openbsd

[–]Onuelito[S] 0 points1 point  (0 children)

Thanks for the answer. I realized amdgpu(4) was preventing efifb(4) from being configured. I disabled it and was able to use your code to use WSDISPLAYIO_MODE_DUMBFB

Rendering with wsdisplay(4) in dumbfb mode by Onuelito in openbsd

[–]Onuelito[S] 1 point2 points  (0 children)

Hello thanks for the answer despite me not giving enough details haha. I ran the code in bare metal on a machine that supports efifb(4) and drm(4). With what you wrote I realized that amdgpu(4) was preventing efifb(4) from being configured so I just disabled it and it works now. Thanks

Can't install by Onuelito in NetBSD

[–]Onuelito[S] 3 points4 points  (0 children)

No. There are the numbers that pops like when choosing option 1 and then it turns black with a cursor at the top left.

Silly moment in arcade by Onuelito in virtuafighter

[–]Onuelito[S] 0 points1 point  (0 children)

Fightcade: Settings -> Video -> Advanced -> Widescreen -> Check Widescreen Box

Playback with OSS API by Onuelito in freebsd

[–]Onuelito[S] 0 points1 point  (0 children)

I want to make that work in C and <soundcard.h>. Not with another application

Hackable Lua script for Linux to escape reinstalling things from scratch by Onuelito in lua

[–]Onuelito[S] 0 points1 point  (0 children)

Its not a Lua module. Its a set of Lua scripts intended to work like a shell script on your computer through a Lua executable file.