-
Notifications
You must be signed in to change notification settings - Fork 0
system freezing and eventually crashing on some apps like firefox #1
Comments
It seem to be a known problem of dGPU driver open -a "Microsoft Edge.app" --args --disable-gpu-compositing There's also a workaround patch BFixup.kext for it, but not recommended by the original maintainer, nor help with Firefox crash. More related details: ChefKissInc/NootedRed#158 |
Furthermore, here are some guides about debugging:
Hope these helps :) |
Thanks for your prompt response. I have a few apps such as alttab which starts automatically. Any idea how can i start them using the args you mentioned earlier? |
You can wrap the shell command into a new Note that it's not necessary to launch all apps with this arg, just deal with those that have problems. |
The below command doesnot solve the issue
Solution for Firefox: Solution for other apps: For other apps that need to run on startup using the above arguments i make a login hook. One can create a shell script with the apps you want to start at the boot for example google chorme;
Make sure to make this script executable by running below command;
Next we add this script to login hook by running below command
To remove the Hook simiply run below command
Hope it will help some one facing similar issue. |
Thanks for your sharing! :) Yeah, It seem that glitches on recent release of Firefox is tricky, while most of the other app no longer crashing with that args in my case, especially those electron based. Anyway, this issue would keep open until upstream dGPU driver |
Thanks, really appriciate it. |
Hi @yaxirhuxxain, according to ChefKissInc/NootedRed#158 (comment), the problem has been improved and firefox can works now using the latest build of |
Thanks for the update. Tested the updated NootedRed and so far, it's working perfectly. Will update if found any issues. Furthermore, is there any news on external display compatibility? Need pointers if available. |
As far as I know it was impossible because of hardware limit. Both graphics output ports from HDMI and Type-C USB are directly connected to Nvidia dGPU for feature DDG (Dual-Direct GFX). For Lenovo Legion series, no working Nvidia dGPU on macOS (which is imposible currently), no working external display output. |
Hi, first of all i would like to thank you for this wonderful guide. Everything is working perfectly. But suddenly the system started freezing and then eventually crashing. Any suggestions on how to debug or fix it? I am not sure what caused it but my recent modifications are installing some common softwares such aa firefox etc. and also modifying bios for gpu memory.
The text was updated successfully, but these errors were encountered: