Tailor config to non-surface laptops (mainly AMD)#6
Open
m4l352k4 wants to merge 7 commits intonine7nine:masterfrom
Open
Tailor config to non-surface laptops (mainly AMD)#6m4l352k4 wants to merge 7 commits intonine7nine:masterfrom
m4l352k4 wants to merge 7 commits intonine7nine:masterfrom
Conversation
Author
|
Oh, patch selection logic is completely broken lol. All patches are included independently from options like Also a sidenote: |
Owner
|
Okay, so a few things:
So I won't be merging this pull request (as is), but I will cherry-pick a couple of them, along with taking others into consideration/adapting my package slightly, when I push linux-6.16.1 (not moving to 6.17 for a bit > due to the proxy execution patchwork that landed && needing an updated version of SCHED_CACHE patchwork). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi!
I've been using Linux-NSPA for half a year now on my thinkpad p14s gen4 (ryzen 7840U machine, same as many frameworks, etc.) and it works really well. I'm running Ableton 12.5.1 under wine (soda-9.0.1 and wine-nspa 8.19) and it's all perfect, so thank you!
I had to change few things to make it work on my AMD platform:
config_Surface7is unset, e.g.1116-kt-pm-suspend_patches.patchprevented my system from entering suspend state when closing the lid.1131-pmdomain_rt_hacks.patch(see Build fails with _config_Surface unset #5)I have also made some ‘convenience’ changes:
make -j $(nproc)instead ofmake -j 3CONFIG_X86_NATIVE_CPUnowlocalmodconfigRegards!