It concerns Auqaris BQ M10 FHD with nice 10" screen. I tried to use the trick: create file
~/.local/share/libertine-container/user-data/my-container/.Xdefaults
and set Xft.dpi: 224
inside it (see xmir-setup on XDA).
This trick helps for Geany, Firefox, LibreOffice, but doesn't help for Djview4. Trick works with DPI for fonts, but doesn't for menu icons and pictures. An other way I know can found there, I didn't test it, because of necessary to made system part writable.
I think this problem is similar to HiDPI with Retina in Linux. In usual Linux we can try to use
Section "Monitor"
Identifier "<default monitor>"
Option "DPI" "224 x 224"
EndSection
in xorg.conf.d/90-monitor.conf
or use xrandr --dpi 224
. But we have Libertine and I don't know how to solve this problem.
/usr/bin/libertine-xmir
to beexec Xmir -dpi 144 -title @ $@
like in the link you included. This is a temporary workaround that should be fixed eventually, but it gets the job done for now on the M10. I'd be very interested if you found a better alternative. – Larry Price Oct 12 '16 at 14:18phablet-config writable-image
ortouch /userdata/.writable_image
orandroid-gadget-service enable writable
? Could I possible to get OTA after this? – Vladimir Oct 12 '16 at 17:19phablet-config writable-image
. You'll still receive OTA updates unless you start removing parts of the system that deal with updates. Avoid usingapt
if you want to continue getting OTA updates. – Larry Price Oct 12 '16 at 19:11xrandr --dpi 224
in Libertine. – Vladimir Oct 13 '16 at 05:10writable
doesn't impact on getting OTA, or I should remove this status (for example likerm /userdata/.writable_image
) after my work to get OTA in the future? – Vladimir Oct 13 '16 at 05:19.writable_image
file when you're finished to prevent any accidents. I can fashion an answer from our comment discussion. – Larry Price Oct 13 '16 at 14:13