# amdcpu超频 **Repository Path**: zhenruyan/amdcpu-overclocking ## Basic Information - **Project Name**: amdcpu超频 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-01 - **Last Updated**: 2025-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZenStates-Linux Collection of utilities for Ryzen processors and motherboards ## zenstates.py Dynamically edit AMD Ryzen processor P-States Requires root access and the msr kernel module loaded (just run "modprobe msr" as root). usage: zenstates.py [-h] [-l] [-p {0,1,2,3,4,5,6,7}] [--enable] [--disable] [-f FID] [-d DID] [-v VID] Sets P-States for Ryzen processors optional arguments: -h, --help show this help message and exit -l, --list List all P-States -p {0,1,2,3,4,5,6,7}, --pstate {0,1,2,3,4,5,6,7} P-State to set --enable Enable P-State --disable Disable P-State -f FID, --fid FID FID to set (in hex) -d DID, --did DID DID to set (in hex) -v VID, --vid VID VID to set (in hex) --c6-enable Enable C-State C6 --c6-disable Disable C-State C6 ## togglecode.py Turns on/off the Q-Code display on ASUS Crosshair VI Hero motherboards (and other boards with a compatible Super I/O chip) Requires root access and the portio python module (to install run "pip install portio") sudo modprobe msr cpuid sudo ./zenstates.py -l cpu hz 90 3600 91 3625 92 3650 93 3675 94 3700 95 3725 96 3750 97 3775 98 3800 99 3825 9a 3850 9b 3875 9c 3900 9d 3925 9e 3950 9f 3975 a0 4000 a1 4025 a2 4050 a3 4075 a4 4100 cpu 电压 30 1.2500 2f 1.2560 2e 1.2562 2d 1.2680 2c 1.2750 2b 1.2812 2a 1.2870 29 1.2930 28 1.3000 27 1.3062 26 1.3125 25 1.3180 24 1.3250 23 1.3312 22 1.3375 21 1.3430 20 1.3500 1f 1.3560 1e 1.3625 1d 1.3680 1c 1.3750 1b 1.3812 1a 1.3875 19 1.3937 18 1.4000 17 1.4060 16 1.4125 15 1.4180 14 1.4250 13 1.4321 12 1.4375 11 1.4430 10 1.4500 python3 ./zenstates.py -p 0 -f 98 -d 8 -v 20 python3 ./zenstates.py -p 1 -f 98 -d 8 -v 20 python3 ./zenstates.py -p 2 -f 98 -d C -v 20 python3 ./zenstates.py -p 0 -f 99 -d 8 -v 1c python3 ./zenstates.py -p 1 -f 99 -d 8 -v 1c python3 ./zenstates.py -p 2 -f 98 -d C -v 1c