Skip to content

a command-line utility for changing the display resolution on macOS

License

Notifications You must be signed in to change notification settings

wpbeckwith/displaymode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

displaymode

displaymode is a command-line utility for changing the display resolution on Mac OS X. It will work on Mac OS X 10.6 or later.

Usage

To change the resolution of the main display to 1440x900, run the command:

./displaymode t 1440 900

To change the resolution of the secondary display to 1440x900, run the command:

./displaymode t 1440 900 1

You can get a list of active displays and available resolutions by running:

./displaymode d

The output will be a table like:

Display 0:
2560 x 1600 @60.0Hz *
1280 x 800 @60.0Hz
2880 x 1800 @60.0Hz
640 x 480 @60.0Hz !

Display 1:
800 x 600 @75.0Hz *

where each row is the width x height in pixels. * indicates the current mode, and ! indicates modes that are not usable for the desktop.

Other options

./displaymode h prints a summary of the options.

./displaymode v prints the version and copyright notice.

About

a command-line utility for changing the display resolution on macOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%