Carwyn Nelson
Carwyn Nelson
I don't think there is any real reason to use Vulkan for this sort of application. It already runs at a very high frame rate that the extra work to...
I'm not sure if I should raise this as a separate issue, so for now I'll chime in on here. I think I have the opposite problem to many people...
> @CarwynNelson What is your vendor ID and product ID? This may sound like a daft question, but how do I find that out? I can't believe I forgot to...
So I ran the command above and this is the output ``` ➜ ~ lsusb | grep -i asus Bus 001 Device 002: ID 0b05:1866 ASUSTek Computer, Inc. N-KEY Device...
So running `rogauracore` with verbose mode on nets the below output. I can't see anything that would indicate an issue. ``` ➜ rogauracore git:(master) ✗ sudo ./rogauracore brightness 0 parse...
Sorry @JoshDreamland for the late reply. I did write out a reply but for some reason it hasn't been submitted. I tried out the changes in #26 and unfortunately it...
> Alternatively, if you have access to a Windows installation, you could do the same. Could you point me towards that issue? Maybe I can leave some comments there. I...
> Do you have asus-wmi installed? I wish it was that, but unfortunately I do not have asus-wmi installed to my knowledge (i did a quick check and couldn't find...
Looks like `asus_wmi` is enabled. ``` $ lsmod | grep asus asus_nb_wmi 28672 0 asus_wmi 32768 1 asus_nb_wmi sparse_keymap 16384 1 asus_wmi asus_wireless 20480 0 wmi 32768 3 asus_wmi,wmi_bmof,mxm_wmi video...
I've been meaning to get back to this issue for a while and do some more debugging. I really have no idea why (i haven't updated rogauracore) but this has...