You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am Yunjin Lee(previously @yoonjin71212, account has changed due to phone number change). I tested about tiny-dfr, and I think this would require kernel patch to cope with touch-bar. In current kernel, touchbar is recognized as touchpad so there is some log:
thread 'main' panicked at src/main.rs:359:43: called Result::unwrap()on anErrvalue: No touchbar device found note: run withRUST_BACKTRACE=1environment variable to display a backtrace
So I am working on recent patch from asahilinux. If there is some important log about tiny-dfr, I will post. Please let me know if you are working on this too.
The text was updated successfully, but these errors were encountered:
After rebuilding tiny-dfr from recent source, it is working. I don't know why but currently works.
p.s) I am wotking on asahi kernel 6.9.12 ver, please let me know how to get gpu into menuconfig. Thnx
Hi, I am Yunjin Lee(previously @yoonjin71212, account has changed due to phone number change). I tested about tiny-dfr, and I think this would require kernel patch to cope with touch-bar. In current kernel, touchbar is recognized as touchpad so there is some log:
thread 'main' panicked at src/main.rs:359:43: called
Result::unwrap()on an
Errvalue: No touchbar device found note: run with
RUST_BACKTRACE=1environment variable to display a backtrace
So I am working on recent patch from asahilinux. If there is some important log about tiny-dfr, I will post. Please let me know if you are working on this too.
The text was updated successfully, but these errors were encountered: