💾 Archived View for gmi.bacardi55.io › blog › 2017 › 02 › 08 › dualscreen-hidpi captured on 2023-06-14 at 14:11:41. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
Posted on 2017-02-08
My new Dell XPS 13 has a HiDPI touchscreen and when I plug a 2nd display (not HiDPI), the resolution is big and ugly.
Solution for this is using the --scale option of xrandr!
My script example (in this case, laptop screen is at the right of my external screen):
xrandr --output eDP1 --primary --mode 3200x1800 --pos 3840x192 --rotate normal --output DP1-1 --mode 1920x1080 --pos 0x0 --rotate normal --scale 2x2