System Grab Bag

View all TLDR pages from common (or from all pages)

mixxx

Free and open source cross-platform DJ software. More information: https://mixxx.org/manual/latest/chapters/appendix.html#command-line-options.
  • Start the Mixxx GUI in fullscreen:
    mixxx --fullScreen
  • Start in safe developer mode to debug a crash:
    mixxx --developer --safeMode
  • Debug a malfunction:
    mixxx --debugAssertBreak --developer --loglevel trace
  • Start Mixxx using the specified settings file:
    mixxx --resourcePath {{mixxx/res/controllers}} --settingsPath {{path/to/settings-file}}
  • Debug a custom controller mapping:
    mixxx --controllerDebug --resourcePath {{path/to/mapping-directory}}
  • Show command-line help:
    mixxx --help

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.