Created
April 21, 2026 16:46
-
-
Save mocon/1b5fc67a583bff4d55bbc7ea87a6d30b to your computer and use it in GitHub Desktop.
OpenLinkHub config on Bazzite
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
| { | |
| "debug": true, | |
| "listenPort": 27003, | |
| "listenAddress": "127.0.0.1", | |
| "cpuSensorChip": "", | |
| "manual": false, | |
| "frontend": true, | |
| "metrics": false, | |
| "memory": true, | |
| "memorySmBus": "i2c-6", | |
| "memoryType": 4, | |
| "exclude": [], | |
| "memorySku": "CMW32GX4M2C3200C16", | |
| "resumeDelay": 15000, | |
| "logFile": "", | |
| "logLevel": "info", | |
| "enhancementKits": "", | |
| "temperatureOffset": 0, | |
| "amdGpuIndex": 0, | |
| "amdsmiPath": "", | |
| "checkDevicePermission": false, | |
| "graphProfiles": true, | |
| "cpuTempFile": "", | |
| "ramTempViaHwmon": true, | |
| "nvidiaGpuIndex": [ | |
| 0 | |
| ], | |
| "defaultNvidiaGPU": 0, | |
| "openRGBPort": 6743, | |
| "enableOpenRGBTargetServer": false, | |
| "enableGamepad": true, | |
| "enableMotherboard": false, | |
| "motherboardBiosOnExit": false, | |
| "memoryRegisterOverride": "" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment