Skip to content

Instantly share code, notes, and snippets.

@strika
Last active December 11, 2018 11:31
Show Gist options
  • Save strika/3fdb937c6f3df22da33e12a0d409bb13 to your computer and use it in GitHub Desktop.
Save strika/3fdb937c6f3df22da33e12a0d409bb13 to your computer and use it in GitHub Desktop.
Debian installation tips

Debian Installation on Macbook Pro

Manual setup for 2 displays

Run xrandr to identify your displays. Calculate virtual buffer. Setup displays with:

xrandr --output HDMI-2 --scale 2x2 --mode 1920x1080 --fb 3840x3760 --pos 0x0
xrandr --output eDP-1 --scale 1x1 --pos 640x2160

Setup backports

See https://backports.debian.org/.

Improve fonts rendering

sudo dpkg-reconfigure fontconfig-config

Choose autohinter, automatic subpixel rendering and no bitmapped fonts. Then:

sudo dpkg-reconfigure fontconfig

To apply the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment