essasetic

Results 15 comments of essasetic

> I have been wanting to use the server username for a while now. The code is indeed ready in #5 . However, for it to work I need additional...

> What layout does your keyboard have and what exactly have you tried to control? I confirmed that this software works with at least one ISO TKL GMMK, but different...

> Have you tried brightness values below 3? I have, oddly it isn't turning off now but it's looking like it's ignoring commands I'm sending it as it defaults back...

> my init.rc for waydroid android 11. > > on post-fs-data mkdir /dev/waydroid-magisk mount tmpfs tmpfs /dev/waydroid-magisk mode=0755 copy /data/adb/magisk/magisk64 /dev/waydroid-magisk/magisk64 chmod 0755 /dev/waydroid-magisk/magisk64 symlink ./magisk64 /dev/waydroid-magisk/magisk symlink ./magisk64 /dev/waydroid-magisk/su...

Tested 0.5.0 on my OnePlus Nord 2 (OxygenOS 12). Can confirm the issue is still there.

> Are you sure you're using vkd3d-proton and not upstream vkd3d? Some of the messages quite literally cannot happen with our code, including all the swap chain related things since...

I forgot to run the script file inside the VKD3D-Proton folder... With that I have some graphics output, however it is still very buggy. ![image](https://user-images.githubusercontent.com/34970796/166159033-1bfb6110-8e2e-4500-8e91-9ec1a4e69162.png) ```010c:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (000000000011FBF0 1 C) semi-stub...

> We don't support the swapchain flags in question either, but that does not prevent graphics output from working. Out of curiosity are there plans for this to be implemented...

> It's not really possible to implement them with Vulkan swap chains. Ah I see, thanks for the response!

I'm not sure how much use this would prove. However, I did decide to try and force it to not overflow as to prevent a crash through tweaking how my...