Skip to content

Troubleshooting

cr3eperall edited this page Aug 31, 2024 · 2 revisions

Get more logs verbosity

RUST_LOG can be trace, debug, info, warn or error, for more information, see env_logger

RUST_LOG=debug dynisland daemon -n

dynisland lags or consumes too much RAM

Try changing the GSK_RENDERER environment variable, you can use GSK_RENDERER=help to show the available options

GSK_RENDERER=opengl dynisland daemon -n
Clone this wiki locally