leifliddy / asahi-rocky-builder

Builds a minimal Rocky Linux image to run on Apple M1/M2 systems
MIT License
6 stars 1 forks source link

Touchbar issue(re-opened) #3

Open yoonjin67 opened 1 month ago

yoonjin67 commented 1 month ago

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: calledResult::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.

yoonjin67 commented 1 month ago

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