Skip to content

Corectrl

programs.corectrl.enable

Whether to enable CoreCtrl, a tool to overclock amd graphics cards and processors. Add your user to the corectrl group to run corectrl without needing to enter your password . Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/hardware/corectrl.nix

programs.corectrl.gpuOverclock.enable

Whether to enable GPU overclocking . Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/hardware/corectrl.nix

programs.corectrl.gpuOverclock.ppfeaturemask

Sets the amdgpu.ppfeaturemask kernel option. In particular, it is used here to set the overdrive bit. Default is 0xfffd7fff as it is less likely to cause flicker issues. Setting it to 0xffffffff enables all features.

Type: string

Default

"0xfffd7fff"

Example

"0xffffffff"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/hardware/corectrl.nix

programs.corectrl.package

The corectrl package to use. Useful for overriding the configuration options used for the package. Type: package

Default

pkgs.corectrl

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/hardware/corectrl.nix