iPad SideCar Resolution Reset
Several threads are discussing the issue of scaled down iPad resolution.
An easy solution is to reset the resolution using https://github.com/univ-of-utah-marriott-library-apple/display_manager using the following commands in a terminal:
- git clone https://github.com/univ-of-utah-marriott-library-apple/display_manager
- cd display_manager
- python3 -m venv .venv
- source .venv/bin/activate
- pip install pyobjc
- python display_manager.py show # identify the display, mine was ext0
- python display_manager.py res default ext0
After 7 everything is back to normal.