A finding earlier this month by OSXDaily has generated some speculation about Apple's plans for "Retina" display Macs. The Mac OS X Lion Developer Preview 2 released in late March included an ultra-high resolution version of the background desktop image at a resolution of 3200x2000. A few observers noted that this is higher than any Apple display has ever supported, generating speculation that Apple is preparing for "Retina" display Macs in the near future.
We had previously reported that Mac OS X Lion has made some under-the-hood changes opening the door to such super-high resolution displays.
Taking cues from iOS, Apple has reportedly built in support for what it calls "HiDPI display modes". These HiDPI modes allow developers to supply 2x-enlarged images to support double-high resolution displays. Like the iPhone 4's Retina Display, this means that user interface elements will remain the same size, but everything will be twice the resolution and therefore twice as detailed.
Now, MacMagazine.com.br has found that Apple is already starting to include other super high resolution artwork in Lion. They found several icons stored as 1024x1024 sizes, up from a previous maximum of 512x512.
Click for full-size
Of course, this support for super high resolution displays is only the first step, but suggests Apple is planning ahead when the hardware becomes available.
Update: The 1024x1024 icons in Mac OS X Lion were publicized [Google translation] earlier last week by Consomac.fr.
Apple is "drastically" cutting production of the iPhone Air and shifting focus toward the iPhone 17 and iPhone 17 Pro models, Nikkei Asia reports.
The business publication claims to have learned of a major cut to iPhone Air production motivated by weaker-than-expected consumer interest, nearly to "end of production levels." Despite early reports of the iPhone Air selling out within hours of...
Monday October 20, 2025 10:57 am PDT by Juli Clover
With the fourth betas of iOS 26.1, iPadOS 26.1, and macOS 26.1, Apple has introduced a new setting that's designed to allow users to customize the look of Liquid Glass.
The toggle lets users select from a clear look for Liquid Glass, or a tinted look. Clear is the current Liquid Glass design, which is more transparent and shows the background underneath buttons, bars, and menus, while tinted ...
Wednesday October 22, 2025 4:44 pm PDT by Juli Clover
Back in 2012, an Apple retail employee named Sam Sung went viral because his name is similar to Samsung, one of Apple's main competitors. In a recent interview with Business Insider, he detailed that period in his life, how Apple responded, and he explained why he ultimately changed his name.
Someone posted an image of Sung's Apple business card on Reddit in 2012, and it spread rapidly....
Wednesday October 22, 2025 11:34 am PDT by Juli Clover
General Motors began phasing out support for CarPlay in its electric vehicles back in 2023, leading to complaints from iPhone users, but the company has no plans to back down.
In fact, GM is going further and plans to remove CarPlay from all future gas vehicles, too. In an interview with The Verge, GM CEO Mary Barra said that the company opted to prioritize its platform for EVs, but the...
Apple plans to launch a new type of iPhone every year for the foreseeable future, according to an Asia-based source.
The detailed information was shared by the account "yeux1122" in a blog post on the Korean platform Naver, citing domestic trend and component research companies.
Corroborating other reports, Apple will apparently launch its first foldable iPhone in 2026, featuring a...
Wednesday October 22, 2025 6:15 am PDT by Joe Rossignol
The upcoming iOS 26.1 update includes a handful of new features and changes for iPhones, including a toggle for changing the appearance of the Liquid Glass design, "slide to stop" for alarms in the Clock app, and more.
iOS 26.1 is currently in beta testing. The update will likely be released in the first half of November, and it is compatible with the iPhone 11 series and newer, but some...
Monday October 20, 2025 1:55 pm PDT by Juli Clover
With the fourth beta of iOS 26.1, Apple added a toggle that makes Liquid Glass more opaque and reduces transparency. We tested the beta to see where the toggle works and what it looks like.
Subscribe to the MacRumors YouTube channel for more videos.
If you have the latest iOS 26.1 beta, you can go to Settings > Display and Brightness to get to the new option. Tap on Liquid Glass, then...
Saturday October 18, 2025 11:00 am PDT by Joe Rossignol
iOS 26 was released last month, but the software train never stops, and iOS 26.1 beta testing is already underway. So far, iOS 26.1 makes both Apple Intelligence and Live Translation on compatible AirPods available in additional languages, and it includes some other minor changes across the Apple Music, Calendar, Photos, Clock, and Safari apps.
More features and changes will follow in future ...
Monday October 20, 2025 1:02 pm PDT by Juli Clover
Even though we're at the fourth beta of iOS 26.1, Apple is continuing to add new features. In fact, the fourth beta has some of the biggest changes that we'll get when iOS 26.1 releases to the public later this month. We've rounded up what's new below.
Liquid Glass Transparency Toggle
Apple added a toggle for customizing the look of Liquid Glass. In Settings > Display and Brightness,...
anyone remember when screens were 1024x768? who would have imagined that now icons are 1024x1024... that icon is bigger than the total resolution of my first computer's display
Bogus story because Apple would never fit graphics cards capable of outputting at that res in the iMacs or laptops
3200x2000 requires 6,400,000 pixels. At 32 bit per pixel, we're talking 25,600,000 bytes of data. Considering modern framebuffers are double buffered, this requires 51,200,000 bytes of memory to hold. That fits into 48.82 MB of RAM. GPUs have had that much since ... hum... 2004 ? So we're good on framebuffer RAM.
Now, bandwidth. In order to refresh the screen 60 times, we need to push out those 25,600,000 pixels. That's going to require 11718 Mbps of bandwidth. Let's see... Display port 1.1a has 10.8 Gbps so it's a no go (though it could almost do it). If only there was a DP 1.2 spec that had a 21.6 Gbps cap... Oh wait there is. :D
So we're good on RAM and bandwidth. Now, what ATI family introduces DP 1.2 so that we can use this new standard ? Oh right, the Radeon HD 6000 series, AMD's current shipping tech! Now if only Apple would release some kind of support for these GPUs, like they did back in 10.6.7 ;) :
So let's see if I got all of this right. We're good on RAM (have been for quite a few years). We're good on bandwidth for 60 hz 3200x2000 resolution. We're good on hardware (AMD 6000 series) and we're good on OS X support (with 10.6.7).
What exactly is missing here ? Oh right, a hardware refresh with said hardware included, which is probably a formality seeing all of these news and facts :cool:
This sounds like planning FAR ahead, but I like it!
My eyes! My EYES!!!
Retina display means the opposite of what you may fear: it doesn’t mean tiny menus and unreadable text, the way traditional computer displays look when tons of extra pixels are crammed in.
Instead, it means MORE readability: added sharpness of the same, nicely-readable, text sizes. Like an iPhone 3GS vs an iPhone 4.
Wish Apple did something towards resolution independence and not make images bigger and bigger. :confused:
The basic fact is vector graphics aren't always appropriate. A lot of things really can only be done, or can be done much better, with pixels. For any image with a lot of detail, it's easier -- both for the artists making them, and for the computers rendering them -- to store an extremely high resolution bitmapped image, and then downscale it as necessary, than it is to make and render a vectorized version that is "truly" resolution independent.
And now Apple's realized that by targeting "Retina Display" resolution levels, this is the last increase in image sizes they'll ever reasonably need: there's no point in making images bigger beyond this point (or displays with higher-than-retina-level DPI one would need to render them) because your eyes really won't be able to tell the difference.
Bogus story because Apple would never fit graphics cards capable of outputting at that res in the iMacs or laptops. Plus I don't think any single monitor can have that resolution that you can buy today?