What is the simplest way to check my DPI in Ubuntu 9.10?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted
xdpyinfo|grep resolution

worked better for me. It means you don't have to read through hundreds of lines of text.

link|improve this answer
feedback

Use the xdpyinfo command. If you want to narrow down the output:

xdpyinfo | grep dots

output:

john@awesome~:xdpyinfo | grep dots
resolution:    92x92 dots per inch
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.