aquamarine/docs/env.md

15 lines
537 B
Markdown
Raw Normal View History

2024-07-02 14:43:50 +02:00
## Environment variables
Unless specified otherwise, a variable is enabled if and only if it's set to `1`
### DRM
`AQ_DRM_DEVICES` -> Set an explicit list of DRM devices (GPUs) to use. It's a colon-separated list of paths, with the first being the primary. E.g. `/dev/dri/card1:/dev/dri/card0`
2024-07-02 14:43:50 +02:00
`AQ_NO_ATOMIC` -> Disables drm atomic modesetting
2024-08-05 16:42:03 +02:00
`AQ_MGPU_NO_EXPLICIT` -> Disables explicit syncing on mgpu buffers
`AQ_NO_MODIFIERS` -> Disables modifiers for DRM buffers
2024-07-02 14:43:50 +02:00
### Debugging
`AQ_TRACE` -> Enables trace (very verbose) logging