Post History
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 ...
#1: Initial revision
How to reduce DPI of external monitor using xrandr
# Have I have the DPI on my laptop set in `.Xresources` with `Xft.dpi: 192`. I am outputting to the external monitor with: ```sh 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: ```sh xrandr --output HDMI-2 --auto --rotate left --dpi 92 --right-of eDP-1 ```