Last active
June 30, 2025 12:51
-
-
Save habchab/05775c57fa58b32d29ec7c4876612633 to your computer and use it in GitHub Desktop.
Udev rule for 9900X3D and 9950X3D to prefer using Cache CCD by default (Linux 6.13+)
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
# Default kernel scheduler to cache CCD | |
SUBSYSTEM=="platform", DRIVER=="amd_x3d_vcache", ATTR{amd_x3d_mode}="cache" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment