Created attachment 4156 Make xfsettingsd stop setting insane DPI values It seems xfsettingsd sets Xft.dpi to insane values: xrdb -query: Xft.antialias: 1 Xft.hintstyle hintmedium Xft.rgba: rgb Xft.dpi: 98304 Actually, this should be "Xft.dpi: 96". This has weird consequences like being unable to open xterm anymore. Steps to reproduce: 1) xrdb -remove 1) Open xfce4-settings-manager, change dpi. 2) xrdb -query Expected results: Xft.dpi: 96 Actual results: Xft.dpi: 98304 You won't notice this problem if you have never changed the dpi via the settings manager. The attached patch seems to fix the problem for me.
Unfortunately the patch causes strange behaviour with mouse clicks elsewhere. Hmmm. I launched xfce4-settings-editor and reset the Xft.dpi property there. Now at least everything seems to be back to normal, as long as I don't use xfce-settings-manager to change the DPI.
Fixed in e49a92a.
*** Bug 8437 has been marked as a duplicate of this bug. ***