Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

How can I get the current display resolution from the command line in OS X?

share|improve this question

1 Answer

up vote 14 down vote accepted
system_profiler SPDisplaysDataType | grep Resolution
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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