Giter Site home page Giter Site logo

gaybro8777 / resolutionmenu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robbertkl/resolutionmenu

1.0 0.0 0.0 356 KB

Simple OS X status bar menu app to switch display modes / resolutions, with support for HiDPI (retina) modes

License: MIT License

Makefile 3.83% Objective-C 96.17%

resolutionmenu's Introduction

Resolution Menu

Simple OS X status bar menu app to switch display modes / resolutions, with support for HiDPI (retina) modes.

  • For quick access, if you have 1 display only, the display modes can be found at the top level of the menu. For 2 or more displays, each display will have its own submenu.

  • The list of attached devices / supported display modes is refreshed each time the menu is opened; no need to ever refresh manually.

  • No color depth information is shown; if a resolution is available with different color depths, only the display mode with the highest color depth will be used.

  • CoreGraphics private APIs are used to access the HiDPI display modes; this might not get this app accepted into the Mac App Store. Also note that CGDisplayIOServicePort(), which is used to get the (localized) name of the displays, has been deprecated as of Mac OS X 10.9 (Mavericks).

  • To facilitate "Start at Login", the ServiceManagement.framework is used together with a helper app, which should work in a sandboxed environment as well (as long as the app lives in /Applications).

For a command line utility with the same functionality, check out antmd/resolution-cli.

Enabling HiDPI display modes

To enable HiDPI modes on a non-retina device, execute this in the Terminal app:

sudo defaults write /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled -bool true

Then, for the change to take effect, either log out and back in or restart your system.

Installation

Just fetch the latest ZIP from the release section and put the extracted app into your Applications folder.

You might need to disable OS X Gatekeeper to run it: System Preferences > Security & Privacy > General tab > Allow apps downloaded from: Anywhere.

Authors

Credits

License

Resolution Menu is published under the MIT License.

resolutionmenu's People

Contributors

bfred-it avatar robbertkl avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.