Lakshya Kumar

Results 58 comments of Lakshya Kumar

Yes, I have an HP Laptop. Ok thanks I will try and revert back.

Can you tell me which part of the readme are you talking about?

I tried adding `options rtw_pci disable_msi=1 disable_aspm=1` and `options rtw_pci disable_msi=1` and `options rtw_pci disable_aspm=1` one by one to `/etc/modprobe.d/rtl8822ce.conf` and then reboot. But none of these seem to work....

``` $ sudo modprobe -v rtw_8822ce insmod /lib/modules/6.5.0-13parrot1-amd64/kernel/drivers/net/wireless/realtek/rtw88/rtw_pci.ko disable_aspm=1 insmod /lib/modules/6.5.0-13parrot1-amd64/kernel/drivers/net/wireless/realtek/rtw88/rtw_8822c.ko insmod /lib/modules/6.5.0-13parrot1-amd64/kernel/drivers/net/wireless/realtek/rtw88/rtw_8822ce.ko ``` This is the output of second command after running the first one.

> I tried adding `options rtw_pci disable_msi=1 disable_aspm=1` and `options rtw_pci disable_msi=1` and `options rtw_pci disable_aspm=1` one by one to `/etc/modprobe.d/rtl8822ce.conf` and then reboot. But none of these seem to...

``` $ sudo modprobe -v rtw_8822ce insmod /lib/modules/6.5.0-13parrot1-amd64/kernel/drivers/net/wireless/realtek/rtw88/rtw_pci.ko disable_msi=1 disable_aspm=1 insmod /lib/modules/6.5.0-13parrot1-amd64/kernel/drivers/net/wireless/realtek/rtw88/rtw_8822c.ko insmod /lib/modules/6.5.0-13parrot1-amd64/kernel/drivers/net/wireless/realtek/rtw88/rtw_8822ce.ko ``` This is the output after adding both disable_msi and disable_aspm

I tried adding this to `/etc/modprobe.d/rtl8822ce.conf` but it still doesnt work or I had to put it in any other file. Thanks for your help.

No problem, thanks for your help!

> I figured I'd document some findings I have on this issue. It appears the issue is in [ui/insight/src/view.ts](https://github.com/lichess-org/lila/blob/master/ui/insight/src/view.ts) when `window.innerWidth` is used (specifically with Chrome). Chrome is not consistently...

It works as expected now from chrome v122, I think. Not sure if there was a code change related to this or maybe Chrome fixed what was causing this issue(but...