Carter Li
b24877af0b
CMake: Release v2.21.0
2024-08-05 10:53:28 +08:00
李通洲
1de97fa3ed
Doc: update changelog for v2.21.0
2024-08-05 10:09:40 +08:00
李通洲
6ca65b9166
GPU (BSD): improve type detection for Intel integrated GPUs
2024-08-05 10:07:17 +08:00
李通洲
b2cc5c4f04
CMake: clarify BSD is FreeBSD
...
Fix #1154
2024-08-05 08:54:25 +08:00
keklick1337
f683351fe3
Logo (Builtin): QTS logo ( #1152 )
2024-08-04 21:50:49 +08:00
Leah Amelia Chen
d81cd50f64
Shell (Linux): don't detect hyfetch as shell on NixOS ( #1149 )
...
On NixOS, Hyfetch has been placed in a "wrapper script" in order to set the correct PATH that it needs to run correctly.
As a result, the actual Hyfetch executable has been renamed `.hyfetch-wrapped`, which results in this check failing to detect Hyfetch on NixOS properly.
With this patch the logic has been changed to check if the program name contains the string `hyfetch`, which should work for the NixOS case.
2024-08-04 20:13:28 +08:00
Sergey Fedorov
1101d2e90e
Disk (BSD): minor fix for a type, fixes calculation of disk usage on 32-bit ( #1150 )
2024-08-04 20:08:21 +08:00
李通洲
8284d73cc9
Doc (Logo): metion size requirement [ci skip]
2024-08-04 14:12:32 +08:00
Carter Li
6b0db6fa74
Wifi (Linux): fix compiling without dbus
2024-08-03 22:16:07 +08:00
Carter Li
3a61b31e0a
Wifi (Linux): implement libnm stuff with plain dbus calls
2024-08-03 22:06:37 +08:00
Carter Li
493cf8ff6c
Media (Linux): detect playing status; update dbus api change
2024-08-03 22:05:29 +08:00
Carter Li
e6cf7fdb9f
Bluetooth (Linux): update for DBus api changes
2024-08-03 22:04:53 +08:00
Carter Li
831d2a05ce
DBus: code cleanup; prepare for future commits
2024-08-03 22:03:34 +08:00
Carter Li
d0b72c5457
Shell (Linux): remove version detection for unknown shells
...
It's a dangerous operation. Should fix #1144
2024-08-03 08:18:43 +08:00
Carter Li
0c82a84266
Global: remove using of libnm
2024-08-03 07:50:15 +08:00
李通洲
d501c8b41a
GPU (Windows): fix missing vendor string
2024-08-02 22:23:29 +08:00
李通洲
0354fd5d9d
GPU (Windows): use setupapi to find GPU devices
...
Ref: https://github.com/gpustack/gpustack/pull/97#issuecomment-2264678404
2024-08-02 21:52:24 +08:00
李通洲
a856350416
GPU (MT): fix segfault at program exit
2024-08-02 19:04:53 +08:00
Carter Li
4efe12c0d2
GPU (BSD): correctly detect GPU type
2024-08-02 16:47:57 +08:00
Carter Li
1a66bc4ec0
GPU: code cleanup; port MT specific code to Windows
2024-08-02 16:29:23 +08:00
R0CKSTAR
d96d794d1f
GPU (Linux): Support Moore Threads GPU ( #1142 )
...
* feat: Support Moore Threads GPU
Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com >
* Fix spell check
Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com >
* Fix frequency and add back util
Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com >
* Add name field
Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com >
---------
Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com >
2024-08-02 16:00:54 +08:00
Carter Li
45659854d2
GPU (Linux): don't ignore disabled GPU
...
Should fix #1140
2024-08-02 15:24:29 +08:00
Carter Li
b111626fe9
GPU (Linux): use the device name that driver provides
2024-08-02 15:21:54 +08:00
Carter Li
dccbdba242
Wifi (Linux): remove libnm dependency
2024-08-02 15:10:04 +08:00
Carter Li
884fd097c6
GPU (Linux): fix compiling (2)
2024-08-02 14:13:33 +08:00
Carter Li
08dea9fe21
GPU (Linux): fix compiling
...
oops...
2024-08-02 14:10:07 +08:00
Carter Li
98fc793386
GPU (Linux): embed part of asahi_drm.h code
2024-08-02 14:07:04 +08:00
Carter Li
121e9b911e
GPU (Windows): fix bug that assuming pci bus id > 0
2024-08-02 13:48:02 +08:00
李通洲
b9fe2fb4dd
Logo (Builtin): update endeavour_small
2024-08-02 10:18:01 +08:00
李通洲
812a13c871
Display (macOS): fix invalid refresh rate in old mac
2024-08-01 16:41:02 +08:00
李通洲
dcbfae7f72
Wifi (macOS): use private property to fetch ssid
2024-08-01 16:04:37 +08:00
李通洲
65883766a0
Display (macOS): don't parse string
2024-08-01 16:02:41 +08:00
李通洲
104cb43158
Wifi: rename macAddress to bssid
2024-08-01 15:45:53 +08:00
李通洲
114cc753d9
Option: print error when finding invalid color code
...
Fix #1138
2024-08-01 14:19:24 +08:00
李通洲
d68c4cef13
GPU (WSL): fix building
2024-08-01 14:10:07 +08:00
李通洲
c549a5cab8
GPU (macOS): report core usage
2024-08-01 13:54:03 +08:00
李通洲
cbf8fdf3fc
GPU (macOS): ensure we only detects GPU
...
May fix #1066
2024-08-01 08:54:12 +08:00
Carter Li
1e8b9aa461
GPU (Linux): detect if nvidia driver is open source or proprietary
2024-08-01 00:06:22 +08:00
李通洲
5d32eba1a6
GPU (Nvidia): detect GPU core usage
2024-07-31 23:42:02 +08:00
李通洲
2ce7c8c60d
GPU (Windows): use pci bus id to match Nvidia cards
...
Fix multi-gpu device
2024-07-31 22:23:30 +08:00
Carter Li
7eaaed6024
WM (Linux): don't use wl-restart as WM name
...
Fix #1135
2024-07-31 14:19:42 +08:00
Carter Li
bd5012edc8
PhysicalMemory: make sure to detect all memory devices
2024-07-31 11:13:04 +08:00
Carter Li
cf0d1cf294
DisplayServer (Linux): don't print unknown as display name
2024-07-31 10:13:29 +08:00
Carter Li
a070519721
IO: disallow input echo
2024-07-31 09:40:00 +08:00
Carter Li
fa0007ac6f
CPU (Android): add SD 4s Gen 2
2024-07-31 08:58:03 +08:00
Carter Li
ced67e81a5
DisplayServer (Linux): ensure $XDG_RUNTIME_DIR is set before connecting
...
wayland
2024-07-30 23:50:19 +08:00
Carter Li
88a7468489
GPU (Linux): fix apple gpu support
2024-07-30 16:43:56 +08:00
李通洲
ec8391f6c6
Global: don't use __has_include
...
It reports false results in ubuntu 20.04. Details unknown.
2024-07-30 11:06:42 +08:00
李通洲
4371e719ae
CI (Linux): build aarch64 version with ubuntu 20.04
2024-07-29 21:47:32 +08:00
李通洲
bbbb493cdf
BluetoothRadio (Windows): fix segfault
2024-07-29 18:55:43 +08:00