Quote:
Originally Posted by baf
Could you check that this command will get dpi on all the platforms. On KT it does.
Code:
cat /var/log/Xorg.0.log | grep DPI | sed -n 's/.*(\([0-9]\+\), [0-9]\+).*/\1/p'
|
On PW1, got result as 211
Will check on the others later..