I need scale my screen to read 1920x1080 resolution at a 12" screen. For this I found this line is great:
xrandr --output eDP-1 --scale 0.9x0.9
How can I include that while the original setup of screen, so as early as possible? Any X11 config file? Where and how?
Thank you!
My problem with adding it later is that screen (intel skylake) starts flickering after suspend or reconfiguring. I filed that bug (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1872760) but have not much hope for a quick solution of that.
You could try the next solution if you use lightdm:
You could also use a systemd service:
You could try
display-manager.service
instead ofgraphical.target
Your script could be here: