
Originally Posted by
funicorn
What is your LCD screen size ?
and see output of
Code:
xpdyinfo |grep dimensions
If your are sure that the display DPI is correctly used by Xserver. Next you should start to check in ~/.xsession-errors. It might be helpful if you don't mind posting the contents.
It is 23" DELL U2311H 1080p
Code:
xdpyinfo | grep dimensions
dimensions: 1920x1080 pixels (508x286 millimeters)
I think that before, in nvidia-settings it sad 96x95px or 95x94, can't remember, but it was defenetly not 96x96px, like it is now. I know this for sure, becouse I was wondering why it is like that. 
Here is ~/.xsession-errors content: http://pastebin.com/HW05hWev
Also,
Code:
declare -l lang=$(echo $LANG |awk -F [_.] '{print $1"-"$2}'); cat /etc/fonts/conf.d/69-language-selector-$lang.conf
would be helpful too.
This doesn't work. It says this:
Code:
cat: /etc/fonts/conf.d/69-language-selector-en-us.conf: No such file or directory
I have only this 69-language-selector-* files in that folder:
Code:
69-language-selector-ja-jp.conf 69-language-selector-zh-hk.conf 69-language-selector-zh-sg.conf
69-language-selector-zh-cn.conf 69-language-selector-zh-mo.conf 69-language-selector-zh-tw.conf
Bookmarks