Skip to content

Does not list / use HIDPI resolutions #18

@wackywendell

Description

@wackywendell

On a MacBook with a Retina display, resolutions with hi-dpi are not listed and seemingly not accessible. For example:

$ ./screenresolution list
2014-08-05 15:33:43.994 screenresolution[13007:507] starting screenresolution argv=./screenresolution list
Available Modes on Display 0
   640x 480x32@0        1024x 768x32@0          1440x 900x32@0
   800x 600x32@0        1152x 720x32@0          1650x1050x32@0
   840x 524x32@0        1280x 800x32@0          2048x1280x32@0
  1024x 768x32@0 
$ ./screenresolution get
2014-08-05 15:33:48.503 screenresolution[13010:507] starting screenresolution argv=./screenresolution get
2014-08-05 15:33:48.509 screenresolution[13010:507] Display 0: 1280x800x32@0
$ ./screenresolution set 1280x800x32@0
2014-08-05 15:34:03.217 screenresolution[13012:507] starting screenresolution argv=./screenresolution set 1280x800x32@0
2014-08-05 15:34:03.223 screenresolution[13012:507] set mode on display 0 to 1280x800x32@0
$ ./screenresolution get
2014-08-05 15:34:07.031 screenresolution[13017:507] starting screenresolution argv=./screenresolution get
2014-08-05 15:34:07.037 screenresolution[13017:507] Display 0: 1280x800x32@0

While this may look perfectly fine, the original resolution was 1280x800 with HIDPI, and after the set command, the resolution changed to 1280x800 without HIDPI.

I have some coding experience, and access to such a macbook, so with a little guidance I can probably help in developing / testing any changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions