I am running openbsd on a laptop with 2560x1440 pixels and X11 handles this
just fine.  However, I do reduce the effective resolution to 1600x900 to
avoid the tiny font problem.  I add the following (named 10-screen.conf) to
/etc/X11/xorg.conf.d, however you can do this on the fly with programs like
lxrandr.

Dave Raymond

Section "Screen"
        Identifier "Screen0"
        SubSection "Display"
                   Virtual 1600 900
        EndSubSection
EndSection



David J. Raymond
david.raym...@nmt.edu
http://kestrel.nmt.edu/~raymond





On Fri, Aug 21, 2020 at 9:07 PM Maksym Sheremet <mshere...@sheremets.com>
wrote:

> On Sat, Aug 22, 2020 at 12:29:04AM +0200, Mark Patruck wrote:
> >
> >       Basically, you need to set:
> >
> >       - Xft.dpi: 120      in ~/.Xresources
> >       - xrandr --dpi 120  in ~/.xsession
> >
> >
>
> Alternatively you can set an appropriate DisplaySize entry in Monitor
> section of xorg.conf(5).
>
> --
> MS
>
>

Reply via email to