OS X Lion's HiDPI Modes Lay Groundwork for Retina Monitors

With the release of Lion, users can now see some of the groundwork that Apple has laid down in OS X for ultra high resolution displays. We covered Apple's support of these new "HiDPI" modes while OS X Lion was still in beta.

For those who have downloaded Apple's Xcode for Lion, you can enable "HiDPI" mode in the Quartz Debug application found in the Developer directory. Once enabled, OS X's Displays control panel offers additional 1/4 (and lower) resolution sizes as shown here on a 30" Cinema Display with a native resolution of 2560x1600:

hidpex
Unfortunately, there's not much to see yet. The 1280x800 HiDPI resolution shown here represents exactly 1/4 of the area of the native resolution of the 30" Cinema Display and simply offers you a zoomed in view on present day monitors.

The reasoning is that when displays do reach ultra high resolutions and dots per inch (DPI), simply drawing the OS X interface as-is would result in very small interface elements. Apple's solution is to scale all on-screen elements automatically by a factor of two (in each direction).

So, in the future, we might be using 2560x1600 (HiDPI) mode on a theoretical 30" 5120x3200 pixel display. All user interface elements would stay the same size as today's 30" Cinema Display, but when available, higher resolution textures would be used to render the graphics. This is the same way that it worked when Apple transitioned from the original iPhone resolution to the iPhone 4's retina display.

Arstechnica offers a good example screenshot showing this in effect. Fonts already render in the higher resolution while bitmapped graphics demonstrate a blocky effect as they have not yet been replaced with high resolution ("Retina") graphics.

textedit hidpi
The groundwork is there now, so when technology catches up, we could see double-DPI Retina displays in our future.

Popular Stories

iPhone 17 Pro Dark Blue and Orange

iPhone 17 Release Date, Pre-Orders, and What to Expect

Thursday August 28, 2025 4:08 am PDT by
An iPhone 17 announcement is a dead cert for September 2025 – Apple has already sent out invites for an "Awe dropping" event on Tuesday, September 9 at the Apple Park campus in Cupertino, California. The timing follows Apple's trend of introducing new iPhone models annually in the fall. At the event, Apple is expected to unveil its new-generation iPhone 17, an all-new ultra-thin iPhone 17...
xiaomi apple ad india

Apple and Samsung Push Back Against Xiaomi's Bold India Ads

Friday August 29, 2025 4:54 am PDT by
Apple and Samsung have reportedly issued cease-and-desist notices to Xiaomi in India for an ad campaign that directly compares the rivals' devices to Xiaomi's products. The two companies have threatened the Chinese vendor with legal action, calling the ads "disparaging." Ads have appeared in local print media and on social media that take pot shots at the competitors' premium offerings. One...
iPhone 17 Pro Iridescent Feature 2

iPhone 17 Pro Clear Case Leak Reveals Three Key Changes

Sunday August 31, 2025 1:26 pm PDT by
Apple is expected to unveil the iPhone 17 series on Tuesday, September 9, and last-minute rumors about the devices continue to surface. The latest info comes from a leaker known as Majin Bu, who has shared alleged images of Apple's Clear Case for the iPhone 17 Pro and Pro Max, or at least replicas. Image Credit: @MajinBuOfficial The images show three alleged changes compared to Apple's iP...
maxresdefault

The MacRumors Show: iPhone 17's 'Awe Dropping' Accessories

Friday August 29, 2025 8:12 am PDT by
Following the announcement of Apple's upcoming "Awe dropping" event, on this week's episode of The MacRumors Show we talk through all of the new accessories rumored to debut alongside the iPhone 17 lineup. Subscribe to The MacRumors Show YouTube channel for more videos We take a closer look at Apple's invite for "Awe dropping;" the design could hint at the iPhone 17's new thermal system with ...
iOS 18 on iPhone Arrow Down

Apple Preparing iOS 18.7 for iPhones as iOS 26 Release Date Nears

Sunday August 31, 2025 4:35 pm PDT by
Apple is preparing to release iOS 18.7 for compatible iPhone models, according to evidence of the update in the MacRumors visitor logs. We expect iOS 18.7 to be released in September, alongside iOS 26. The update will likely include fixes for security vulnerabilities, but little else. iOS 18.7 will be one of the final updates ever released for the iPhone XS, iPhone XS Max, and iPhone XR,...

Top Rated Comments

arn Avatar
184 months ago
Why not go vector based? Then it will scale to whatever you like.

because it's hard to make all graphics into vectors?

arn
Score: 11 Votes (Like | Disagree)
gnasher729 Avatar
184 months ago
Why not go vector based? Then it will scale to whatever you like.

You're not a software developer, are you?
Scaling is not the problem. Scaling and not looking like ****, that is the problem.
Score: 7 Votes (Like | Disagree)
SlaunchaMan Avatar
184 months ago
I can’t wait to say, “Oh, I don’t want to watch that 1080p video on my Mac, it’ll look like crap!”
Score: 6 Votes (Like | Disagree)
jessea Avatar
184 months ago
So, maybe you'd care to enlighten us ? Maybe I'm just nostalgic for the 80s and 90s, back when vector graphics were a possibility. Now that we have much more powerful CPUs and GPUs, it seems that vector graphics have become way too hard to handle... :rolleyes:



Only stuff that's required to scale. IE : the UI.

And games have been using vector graphics since the 80s and 90s, at least, games made with a little known technology called Flash. Or the above Sierra game, Conquest of Camelot ;) In fact, isn't that screenshot from a game that uses vector graphics ? (Plants vs Zombies ?).

Obviously, not all UI elements are needed to scale. The desktop wallpaper can remain a bitmap image, but things like icons, buttons, fonts and all UI controls would need to be scaled.

Think man, think.

Sure, I'll help enlighten. ;) Here are just a few points (some of which Arn has already pointed out):


* Photorealistic graphics. As stated multiple times, you can't use vector for this.
* Pixel-perfect designs. When you see a gorgeous iPhone or iPad app, it's because of this. You can't just resize a vector icon and expect it to look great at any size. It simply doesn't work like that.
* Processing power. Load a complicated piece of vector artwork in Illustrator. It takes time to process all the math in a vector illustration.
* File size. Making the assumption that vector is always smaller is wildly incorrect. Sometimes it is, sometimes it isn't.
* Textures. Wood, cloth, stone, grunge. Those detailed, fantastic textures aren't vector -- they're raster. Can you use vector for them? Yes, the simple ones. But to get the same depth of detail (and you never will, because textures are often photorealistic), you get back to hurting processing power.
* Effects rendering. Rasterizing an effect is much simpler than combining it with vector art. It's simple for the designer, prevents a developer from having to code the effect (which is no small task), and saves processing power.
* Development time. Coding for vector in everything can increase development time due to the shortcomings of vector-based art. Often it's just faster to use rasterized artwork. Keep in mind this doesn't mean a designer doesn't use vector in his workflow, it just means that he saves it to raster at the end.


These are just a few things off the top of my head. I'm sure there are many more, but I don't have time to write a short story. ;)
Score: 5 Votes (Like | Disagree)
MacBoobsPro Avatar
184 months ago
Maybe, but I know for a fact vector file sizes are much larger

No they are much smaller. They contain less information.
Score: 5 Votes (Like | Disagree)
MacBoobsPro Avatar
184 months ago
That's funny, I could have sworn you originally said:

Man up and admit you were wrong for goodness sakes.


I was replying to a generalisation of the fact. Someone stated they are bigger. I said they are not, in response to their generalisation. I could of gone all boring and started stating static vector filesizes and variable bitmap sizes for scaled images of each format but I didn't.

What is your problem anyway? I asked a question 'why cant vectors be used?'. Someone, maybe you, responded and I then asked a further question regarding the response? Are we not allowed to ask questions on forums these days without people looking for a fight? Why do I have to 'man up' when I have already stated I dont fully understand the concept?

I'm asking questions because I don't understand something. I don't pretend to understand things either unlike some people around here.
Score: 4 Votes (Like | Disagree)