<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Enable HiDPI Display Modes in Mac OS X Lion with Quartz Debug</title>
	<atom:link href="http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Tue, 21 May 2013 19:45:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ado</title>
		<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/#comment-465432</link>
		<dc:creator>Ado</dc:creator>
		<pubDate>Mon, 17 Dec 2012 09:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=25893#comment-465432</guid>
		<description>you can do it without installing xcode and quartz debug.

in mountain lion use this commands:

sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool YES;

sudo defaults delete /Library/Preferences/com.apple.windowserver DisplayResolutionDisabled;

then logout/login and check display resolutions. it will be there.

works fine even with vmware fusion if you&#039;re running os x 10.8 as guest.

it works fine if you need to use os x in virtual machine on retina macbook pro. today vmware and parallels don&#039;t support retina in guest os x. but with this tweak you get the thing to work almost as it should: you will get scaled 1280px at max but it&#039;s fine if you&#039;re running windowed vmware/parallels.
</description>
		<content:encoded><![CDATA[<p>you can do it without installing xcode and quartz debug.</p>
<p>in mountain lion use this commands:</p>
<p>sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool YES;</p>
<p>sudo defaults delete /Library/Preferences/com.apple.windowserver DisplayResolutionDisabled;</p>
<p>then logout/login and check display resolutions. it will be there.</p>
<p>works fine even with vmware fusion if you&#8217;re running os x 10.8 as guest.</p>
<p>it works fine if you need to use os x in virtual machine on retina macbook pro. today vmware and parallels don&#8217;t support retina in guest os x. but with this tweak you get the thing to work almost as it should: you will get scaled 1280px at max but it&#8217;s fine if you&#8217;re running windowed vmware/parallels.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hi-DPI Eclipse screenshots &#124; GhoUl</title>
		<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/#comment-462760</link>
		<dc:creator>Hi-DPI Eclipse screenshots &#124; GhoUl</dc:creator>
		<pubDate>Mon, 10 Dec 2012 22:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=25893#comment-462760</guid>
		<description>[...] displays with some hacking: basically by downloading the Quartz Debug program (details for Lion and Mountain Lion) I can reduce the visible resolution to 960&#215;540 pixel on my Full HD monitor. [...]</description>
		<content:encoded><![CDATA[<p>[...] displays with some hacking: basically by downloading the Quartz Debug program (details for Lion and Mountain Lion) I can reduce the visible resolution to 960&#215;540 pixel on my Full HD monitor. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lauri Ranta</title>
		<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/#comment-427615</link>
		<dc:creator>Lauri Ranta</dc:creator>
		<pubDate>Tue, 18 Sep 2012 08:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=25893#comment-427615</guid>
		<description>The checkbox in Quartz Debug just changes one preference key. You can also edit the property list directly:

f=/Library/Preferences/com.apple.windowserver.plist; sudo defaults write $f DisplayResolutionEnabled -bool true; sudo defaults delete $f DisplayResolutionDisabled

After logging out and back in, the HiDPI modes should be shown in System Preferences.</description>
		<content:encoded><![CDATA[<p>The checkbox in Quartz Debug just changes one preference key. You can also edit the property list directly:</p>
<p>f=/Library/Preferences/com.apple.windowserver.plist; sudo defaults write $f DisplayResolutionEnabled -bool true; sudo defaults delete $f DisplayResolutionDisabled</p>
<p>After logging out and back in, the HiDPI modes should be shown in System Preferences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Schmidt</title>
		<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/#comment-411973</link>
		<dc:creator>Ryan Schmidt</dc:creator>
		<pubDate>Mon, 30 Jul 2012 18:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=25893#comment-411973</guid>
		<description>QuartzDebug is not included with Xcode
4.3 anymore; now it&#039;s a separate download from http://connect.apple.com/ called Graphics Tools for Xcode.</description>
		<content:encoded><![CDATA[<p>QuartzDebug is not included with Xcode<br />
4.3 anymore; now it&#8217;s a separate download from <a href="http://connect.apple.com/" rel="nofollow">http://connect.apple.com/</a> called Graphics Tools for Xcode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Highlight Non-Retina Image Assets in Red to Insure High Resolution Images Load</title>
		<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/#comment-402071</link>
		<dc:creator>Highlight Non-Retina Image Assets in Red to Insure High Resolution Images Load</dc:creator>
		<pubDate>Tue, 26 Jun 2012 17:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=25893#comment-402071</guid>
		<description>[...] recommends using this in combination with HIDPI mode, assuming you have a display which supports it of [...]</description>
		<content:encoded><![CDATA[<p>[...] recommends using this in combination with HIDPI mode, assuming you have a display which supports it of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3 Ways to Run a Retina MacBook Pro at 2880&#215;1800 Native Resolution</title>
		<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/#comment-400096</link>
		<dc:creator>3 Ways to Run a Retina MacBook Pro at 2880&#215;1800 Native Resolution</dc:creator>
		<pubDate>Mon, 18 Jun 2012 17:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=25893#comment-400096</guid>
		<description>[...] works the effective resolution is 1440&#215;900 and the onscreen elements are just running in HIDPI mode. Apple provides an option to run at 1920&#215;1200 through System Preferences, but as of now there [...]</description>
		<content:encoded><![CDATA[<p>[...] works the effective resolution is 1440&#215;900 and the onscreen elements are just running in HIDPI mode. Apple provides an option to run at 1920&#215;1200 through System Preferences, but as of now there [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/#comment-397572</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 12 Jun 2012 16:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=25893#comment-397572</guid>
		<description>Like all apps from the Mac App Store, Xcode is just Xcode.app -- there is no /Developer folder any more.  Maybe this worked back in the Xcode 3 days?</description>
		<content:encoded><![CDATA[<p>Like all apps from the Mac App Store, Xcode is just Xcode.app &#8212; there is no /Developer folder any more.  Maybe this worked back in the Xcode 3 days?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Price</title>
		<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/#comment-396726</link>
		<dc:creator>Christopher Price</dc:creator>
		<pubDate>Sun, 10 Jun 2012 04:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=25893#comment-396726</guid>
		<description>HiDPI is quite useful on HDTVs, where the DPI increase is significant. The only downside is that many apps may have issues, since even 1080p then falls to 960x540, factoring in the 2:1 DPI increase, so some apps are cut off.

My Mac mini with HiDPI looks much better on my 46-inch 1080p LCD.</description>
		<content:encoded><![CDATA[<p>HiDPI is quite useful on HDTVs, where the DPI increase is significant. The only downside is that many apps may have issues, since even 1080p then falls to 960&#215;540, factoring in the 2:1 DPI increase, so some apps are cut off.</p>
<p>My Mac mini with HiDPI looks much better on my 46-inch 1080p LCD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conditionally serving high resolution images</title>
		<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/#comment-372653</link>
		<dc:creator>Conditionally serving high resolution images</dc:creator>
		<pubDate>Thu, 05 Apr 2012 16:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=25893#comment-372653</guid>
		<description>[...] terms – is happening right now. The iPhone got it in 2010, the iPad in March 2012, and Macs are around the corner. Rather than introducing resolution independence, Apple changes the ratio between logical pixel and [...]</description>
		<content:encoded><![CDATA[<p>[...] terms – is happening right now. The iPhone got it in 2010, the iPad in March 2012, and Macs are around the corner. Rather than introducing resolution independence, Apple changes the ratio between logical pixel and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/#comment-343862</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sat, 25 Feb 2012 11:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=25893#comment-343862</guid>
		<description>Just came across this post and check out Quartz Debug. HiDPI was enabled already on my 15in MacBook Pro with the high-res BTO screen option from June 2011. (1680 x 1050) It isn&#039;t doing anything different from what I could tell from zooming in and comparing the shots with my menubar but maybe some update in the future will change it. I ended up just leaving the setting on as it was.</description>
		<content:encoded><![CDATA[<p>Just came across this post and check out Quartz Debug. HiDPI was enabled already on my 15in MacBook Pro with the high-res BTO screen option from June 2011. (1680 x 1050) It isn&#8217;t doing anything different from what I could tell from zooming in and comparing the shots with my menubar but maybe some update in the future will change it. I ended up just leaving the setting on as it was.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/#comment-315975</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 15 Jan 2012 01:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=25893#comment-315975</guid>
		<description>How much extra load will enabling this put on the graphics hardware even if the screen can&#039;t handle it?? The practical reason for enabling it at the moment (if it works like this) is when you use the OSX zoom to zoom in on an area it should be less pixelated and easier to read / see. It could also mean screen shots are captured at a higher res.</description>
		<content:encoded><![CDATA[<p>How much extra load will enabling this put on the graphics hardware even if the screen can&#8217;t handle it?? The practical reason for enabling it at the moment (if it works like this) is when you use the OSX zoom to zoom in on an area it should be less pixelated and easier to read / see. It could also mean screen shots are captured at a higher res.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hm</title>
		<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/#comment-315080</link>
		<dc:creator>Hm</dc:creator>
		<pubDate>Fri, 13 Jan 2012 15:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=25893#comment-315080</guid>
		<description>The strong rumours suggest that Apple are going to significantly update all of their hardware this year, so I would guess very soon...</description>
		<content:encoded><![CDATA[<p>The strong rumours suggest that Apple are going to significantly update all of their hardware this year, so I would guess very soon&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan K.</title>
		<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/#comment-314741</link>
		<dc:creator>Ivan K.</dc:creator>
		<pubDate>Fri, 13 Jan 2012 05:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=25893#comment-314741</guid>
		<description>Looking forward the new retina iMacs. Agreed, this is not useful at the moment and more than likely HiDPI will be enabled by default. Cheers for the heads up.</description>
		<content:encoded><![CDATA[<p>Looking forward the new retina iMacs. Agreed, this is not useful at the moment and more than likely HiDPI will be enabled by default. Cheers for the heads up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/#comment-314436</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 12 Jan 2012 18:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=25893#comment-314436</guid>
		<description>Did you bother to try it? It&#039;s not very practical at the moment.</description>
		<content:encoded><![CDATA[<p>Did you bother to try it? It&#8217;s not very practical at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://osxdaily.com/2012/01/12/enable-hidpi-mode-in-mac-os-x-lion/#comment-314435</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 12 Jan 2012 18:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=25893#comment-314435</guid>
		<description>It won&#039;t be necessary when retina displays are available, the HiDPI mode will be enabled by default. I think these HiDPI options are going to be left for developers who don&#039;t yet have a retina display but need to test their graphics on the HiDPI mode.</description>
		<content:encoded><![CDATA[<p>It won&#8217;t be necessary when retina displays are available, the HiDPI mode will be enabled by default. I think these HiDPI options are going to be left for developers who don&#8217;t yet have a retina display but need to test their graphics on the HiDPI mode.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic
Object Caching 343/344 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-21 12:56:31 -->