PakoSt
PakoSt
I can't really say. I'm not using similar setup i.MX board with proprietary GPU driver for now. I've never gotten around to setting up the Android Things i.MX7 board for...
@JoKeyser , maybe the instructions can be expanded a bit to add a simple download of the latest CI/CD artifacts from [dxvk](https://github.com/doitsujin/dxvk/actions/workflows/artifacts.yml)? ``` ### Testing the latest dxvk from master...
Thanks, @JoKeyser , I agree that text documentation provides advantages. At least for me, the video wasn't intuitive in its purpose until I already had pre-existing knowledge as of what...
The above find command I posted, doesn't work with the Flatpak version (already changed the previous comment to reflect this). Should be: ``` $ find . -type d -wholename "*/lutris/runtime/dxvk"...
Is there a way to track the progress for this feature?
So far no movement in the Discord channel. The values are indeed changing in `/sys/class/backlight/intel_backlight/brightness` as expected but nothing observable on the unit. I'm tempted to check with Tiny11 to...
It exists but doesn't work. I didn't bother to check why the keyboard brightness buttons, touchpad and audio don't work. To adjust the brightness I've went through Settings -> Display
No - it's not OLED. It should be some LCD panel but I'm not sure of the model number or if the wacom stylus support introduces some variations on this...
Applied `drm.debug=0xe` to `/etc/default/grub` : /etc/defailt/grub ``` GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="rhgb drm.debug=0xe" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true ``` Result from `dmesg | grep drm`: dmesg | grep...
Where are these firmware blobs fetched from? - https://github.com/MrChromebox/coreboot/blob/ddaa6478511fb88e51957681dd1462eac0f3c3d7/configs/glk/config.bobba360.uefi#L14