On Mon, Nov 15, 2021 at 11:38:20AM GMT, Zé Loff wrote: > > On Mon, Nov 15, 2021 at 11:01:39AM +0000, Stuart Henderson wrote: > > Remove the symlink named something like 70-bitmap-only from > > /etc/fonts/conf.d > > Yes! Thank you! > For the archives: it's /etc/fonts/conf.d/70-no-bitmaps.conf
How about mentioning all of this in current.html[0]? Please treat it as a stub - it'll obviously need some massaging. Regards, Raf [0] https://www.openbsd.org/faq/current.html Index: faq/current.html =================================================================== RCS file: /cvs/www/faq/current.html,v retrieving revision 1.1080 diff -u -p -r1.1080 current.html --- faq/current.html 3 Nov 2021 16:56:52 -0000 1.1080 +++ faq/current.html 15 Nov 2021 12:10:38 -0000 @@ -109,6 +109,27 @@ It can be re-enabled by adding the follo <pre class="cmdbox">xterm*allowMouseOps: true</pre> +<h3 id="r20211112">2021/11/12 - upgrades to Xenocara: X server (21.1.1), FreeType (2.11.0), and fontconfig (2.13.94)</h3> + +If your fonts have changed sizes too much after the last snapshot +update, you can add: + +<pre class="cmdbox">xrandr --dpi 96</pre> + +in your ~/.xsession file to set the resolution manually to the +previous default. + +You can also fiddle with the X resources (~/.Xresources ) to fix +font sizes in individual applications. Older X applications are more +likely to misbehave and need the global dpi fix. + +You'll also need to remove old config files, i.e.: + +<pre class="cmdbox">/etc/fonts/conf.d/70-no-bitmaps.conf</pre> + +A more detailed cleanup can be done with the aid of the sysclean package. + + <!-- Two blank lines before new sections. New sentences start on new lines.