You are not logged in.
Pages: 1
hi,I'm new to archlinux,installation was easy and documentation was very helpful,i have a small problem with fonts ,its too small to read
[wasim@myarch ~]$ xdpyinfo | grep dots
resolution: 96x96 dots per inch
[wasim@myarch ~]$ xrdb -query | grep dpi
Xft.dpi: 96
can anyone fix this issue,Some fonts are normal,some are small like notification and battery icon
https://i.ibb.co/HG5Lw5y/Screenshot-fro … -39-12.png
moderator edit -- replaced oversized image with link.
Pasting pictures and code
Last edited by 2ManyDogs (2020-09-10 16:45:53)
Offline
Please remove the big image (and have a look at our guidelines).
I gather you have a HiDPI monitor. What is the actual screen size (measured with a ruler) and the screen resolution? If comparing these does not calculate to be close to 96 dpi, then that setting is the problem:
https://wiki.archlinux.org/index.php/HiDPI
https://wiki.archlinux.org/index.php/Xo … ze_and_DPI
Last edited by Trilby (2020-09-10 14:35:55)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
xdpyinfo | grep -B2 resolution
screen #0:
dimensions: 1920x1080 pixels (508x286 millimeters)
resolution: 96x96 dots per inch
Offline
What is the actual screen size (measured with a ruler)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
15.6 Inches (39.62 cm)
Offline
I can only assume that's the diagonal, in which case it doesn't match the values from xdpyinfo. So follow my links above to fix it.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Pages: 1