Open zhangjing-GitHub-Code opened 11 months ago
Hi, can you confirm your using the latest commit on main (git pull) ? Also, try to clean the project and rebuild it.
cargo clean
make lhm
cargo run --release
if it still don't works, try with the feature fake_hardware (use for testing, to be sure it's a UI bug)
cargo run --release --features fake_hardware
Also, what GPU are you using?
Also, what GPU are you using?
Um, just reply first: CPU: Intel Core i5-12400 (Acer Shangqi X4270) GPU: Intel UHD Grapics 730 (CPU's GPU XD)
On Windows 11 x64 Chinese Home Edition run commands in MSYS2-MINGW64 (but rustup from cmd env previously)
rustup show
:Here's a ~debug~
RUST_LOG=info
log:(DEBUG f***ed my term off by too long)When I
cargo run
ed, it seems completely detect the sensors and sent to frontend(15 sensors send
), but the window is transparent(even no border), When placing mouse on it, the cursor is 'No response' icon, can be close on the task bar. curios: When you were coding in thelibcosmic
, I complied main then and can see main window. But inlibcosmic
br and now, the window is like this.OH what? Now it has a rect white block(~1/4 size of my 1920x1080) on my left screen, but the no-response zone is bigger than it expanding below.