Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save luigiMinardi/2bab48e15d1127e3f848845cbb037919 to your computer and use it in GitHub Desktop.
Save luigiMinardi/2bab48e15d1127e3f848845cbb037919 to your computer and use it in GitHub Desktop.
fastfetch gaming debug report config.
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": null,
//INFO: To find how to format do `fastfetch -h module-format`
"modules": [
"os",
{
"type": "host",
"key": "Motherboard",
},
"kernel",
"de",
{
"type": "wm",
"key": "Window Manager",
"format": "{1} (Display Server: {3})"
},
{
"type": "display",
//"format": "{width}x{height} @ {refresh-rate} Hz in {inch}\" [{type}] Model:{name} | Size: {physical-width}mm x {physical-height}mm | HDR compatible: {hdr-compatible} | HDR on: {hdr-enabled}"
"format": "{width}x{height} @ {refresh-rate} Hz in {inch}\" [{type}] HDR compatible: {hdr-compatible}"
},
{
"type": "cpu",
//"showPeCoreCount": true,
//"format": "{name} \n ├ Physical and Logical Cores: {cores-physical}, {cores-logical}\n ├ Core Types: {core-types}\n └ Freq base and max: {freq-base}, {freq-max}"
},
{
"type": "gpu",
"driverSpecific": true,
"format": "{vendor} {name} ({core-count}) @ {frequency} [{type}] [Driver: {driver}]"
},
{
"type": "vulkan",
"format": "API: v{api-version} | Instance: v{instance-version} | Conformance: v{conformance-version} ({driver})"
},
{
"type": "opengl",
"format": "{version} ({library})"
},
{
"type":"memory",
"key":"RAM",
"format": "{used} / {total}"
},
"swap",
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment