Hello there,
Is it observed on HDMI as primary display?
You can try to change display dpi with below commands.
adb root
adb remount
adb pull /system/build.prop
ro.sf.lcd_density <value>
adb push build.prop /system/
adb reboot
PS: for dpi values please refer to http://developer.android.com/guide/prac ... pport.html
Cheers!
Anup