Comments on How to reduce DPI of external monitor using xrandr
Post
How to reduce DPI of external monitor using xrandr
+1
−0
Have
I have the DPI on my laptop set in .Xresources
with Xft.dpi: 192
. I
am outputting to the external monitor with:
xrandr --output HDMI-2 --auto --rotate left --right-of eDP-1
Want
I want to decrease the DPI of the external monitor. Because the screen is bigger, everything gets blown up.
Tried
I tried using the --dpi
option but it affects no change:
xrandr --output HDMI-2 --auto --rotate left --dpi 92 --right-of eDP-1
3 comment threads