huyz-git

Results 35 comments of huyz-git

> > @hipudding Great work. > > I have a server with 8 *910b, can I test this PR on the 910b? > > Yes, you can test operators on...

Using `--root` option will cause `--stay-awake` option to show error: ``` [server] ERROR: Could not change "stay_on_while_plugged_in" com.genymobile.scrcpy.SettingsException: Could not access settings: put global stay_on_while_plugged_in 7 at com.genymobile.scrcpy.Settings.execSettingsPut(Settings.java:24) at com.genymobile.scrcpy.Settings.putValue(Settings.java:59)...

如果只是为了用钱包的话,可以试试: - 从 release 里下载 zip - 解压 zip ,去 /system/app 里把 Mipay TSMClient 两个 apk 直接安装 这样公交卡就能用了。(已经开好的卡刷卡没问题,新开卡/充值没试) 打开钱包点 “公交卡” 会唤起 TSMClient(小米智能卡) 应用,此时它会请求定位权限,这个权限必须给,否则 TSMClient 打不开。 Mipay 银联闪付没试,想用的话可以试试把 UPTsmService 的 apk...

> @hipudding I tried this: > > ``` > mkdir build > cd build > cmake .. -DCMAKE_BUILD_TYPE=debug -DLLAMA_CANN=on && make -j > ``` > > got: > > ```...

Perhaps this is because the use of `Screen.devicePixelRatio`. For HiDPI display, uses may set `PLASMA_USE_QT_SCALE=1` environment variable, which already scales plasmoids according to the screen scale factor. So if a...

> thanks for the report @huyz-git not sure what would be the best solution. It seems like a way forward would be to rename `/usr/bin/ray` from `python-ray` to something else....

This issue seems can be fixed by remove the ` * Kirigami.Units.devicePixelRatio` here: https://github.com/Zren/plasma-applet-commandoutput/blob/b2b5a3f05a5613fd4f57f448c34814f65e18a21f/package/contents/ui/main.qml#L288

我发现, > https://www.unicode.org/wg2/docs/n5100r3-Draft-6thEdition-CD-3-chart.pdf > 字体: http://glyphwiki.org/font/gw2511665.ttf 这两个文件的内容是不完全一样的,(比如30A10),那么该以哪个为准呢?

Here is ACPI tables and WMI entries: [DSDT.txt](https://github.com/johnfanv2/LenovoLegionLinux/files/11799394/DSDT.txt) [fwts_wmi.log](https://github.com/johnfanv2/LenovoLegionLinux/files/11799395/fwts_wmi.log) Here is the WMI info from Windows: [WMI.txt](https://github.com/johnfanv2/LenovoLegionLinux/files/11799936/WMI.txt) In the WMI info, `LENOVO_CPU_METHOD` class has only one method, and `LENOVO_GPU_METHOD` class...

### Temperatures and Fan Speeds The fan speed seems correct, when temperature rises, fan speed increases. The CPU temperature is nearly the same as the one showed in `k10temp` module,...