Changing the resolution of your screen - fayaaz/mixxx-pi-gen GitHub Wiki
A lot of the time the default displays settings isn't quite right so you may want to adjust it. For the steps below either plug in a keyboard and mouse or use the built in keyboard.
- Close Mixxx
- Press Alt+D on the keyboard, type wdisplays and hit enter to bring up wdisplays GUI
- Use the gui to change the resolution
Instructions copied from: https://github.com/swaywm/sway/wiki#display-configuration
Run swaymsg -t get_outputs
to get a list of output names. Then add the output
command in /home/pi/.config/sway/config to arrange your displays in the desired resolution.
output <identifier> {
# ...config options...
mode [email protected]
}
For detailed information, check the manual. Run man 5 sway-output
.