Replies: 3 comments
|
plugging in a studio display is also not working. had codex try to fix it by building a linux-t2 kernel with a patch for studio display support, but it did not work. |
0 replies
|
codex-xhigh got it working eventually: https://github.com/TAR5/t2-studio-display-linux |
0 replies
I'm one, thank you! Me and Claude had almost given up getting the dual GPU setup working (after 4 ours of rebooting ...) when I found this guide. 10 minutes and I had a working install. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
Six months ago I've tried Omarchy v3 on my MBP 2019, since next version of MacOS would drop support for intel macs. There were numerous issues back then - lid close / wake was not working, fans had issues. I gave up back then and went back to MacOS.
With Omarchy v4 released a few days ago I decided to give it another try. Overall system stability is great everything is working flalessly and smoothly. Great experience and I am never going back to MacOS!
There were two issues however, specifically on my model - intel MBP Pro 2019 (16 inch). In this guide I will tell you how to fix them and if someone decides can open a PR with a fix, since I am not into the linux os development.
module_blacklist=amdgpu. Then press F10 to boot.Because we temporarily disable amdgpu the race condition is gone and we can boot into the GUI.
Once you login, open the terminal and create this file:
/etc/modprobe.d/apple-gmux.confThis tells apple-gmux to switch the display to the integrated intel GPU, so it won't race and try to use the amdgpu.
You need to rebuild the initramfs/UKI: sudo mkinitcpio -P
~/.config/hypr/monitors.luaAppend this to the end of the file:
That's it. Now reboot, everything should work smoothly.
NB: The resume from suspend takes ~20 seconds. During that time your screen will be black but don't worry. You just need to open the lid and be patient.
Hope it helps others with same model laptop.
Enjoy!
@dhh you can review this and if you decide you can include it as a patch.
All reactions