<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>Turning a $200 Dell into something less offensive.</description><title>Mini 9 Hackint0sh</title><generator>Tumblr (3.0; @mini9)</generator><link>http://mini9.labsix.net/</link><item><title>Shrinking System Preferences</title><description>&lt;p&gt;&lt;img alt="SysPref75%" src="http://labsix.net/mini9/files/syspref.gif" height="150" width="490"/&gt;&lt;/p&gt;
&lt;p&gt;The Mini 9’s short/odd screen resolution (1024x600) means that tall System Preferences panes (e.g. Spaces, above) won’t fit on  screen, making some settings inaccessible. A solution is to set an option to ‘shrink’ the application window, in Terminal:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;defaults write com.apple.SystemPreferences AppleDisplayScaleFactor .75&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In our ongoing mission to make everything &lt;strike&gt;One-Click™&lt;/strike&gt; easier, here are two little apps that will change the scale factor and restart System Preferences automatically:&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;b&gt;&lt;a title="Download" href="http://labsix.net/mini9/files/SysPref-Apps.zip"&gt;SysPref75 &amp; SysPref100%&lt;/a&gt;&lt;/b&gt; &lt;i&gt;67kb&lt;/i&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img src="http://labsix.net/mini9/files/syspref-apps.jpg" align="right" height="130" width="120"/&gt;Launch one of the apps and it will: Quit System Preferences (if running) &gt; apply Scale Factor &gt; Restart System Preferences with the chosen scale factor. The scale factor setting persists until you relaunch one of the SysPref utilities. Keep these on your Dock or Desktop for easy access. [You might see some display artifacts/errors when windows are scaled, they will still function correctly]&lt;/p&gt;
&lt;h4&gt;Shrinking Other Applications&lt;/h4&gt;
&lt;p&gt;If you know the name of the preference file you can set the scale factor for individual applications with a Terminal command. For example, Google Earth has a minimum window height of 768px, you would need to shrink the window by 78% to make it fit the Mini 9’s 600px screen. Quit GE, run this command in Terminal and relaunch GE:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;defaults write com.google.GoogleEarthPlus AppleDisplayScaleFactor .78&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Shrinking Everything&lt;/h4&gt;
&lt;p&gt;MyDellMini forum user bmaltais posted an application called ‘&lt;a target="_blank" title="MyDellMini forum" href="http://mydellmini.com/forum/virtually-increase-your-dell-mini-screen-resolution-t2179.html#p17545"&gt;Scale Resolution&lt;/a&gt;’ that sets the scale factor system-wide to either 80% or 100%. As this doesn’t scale application that are already open, you need to relaunch them — to make the Finder scale relaunch via &lt;i&gt;Force Quit…&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;Feedback and questions in the comments, please.&lt;/p&gt;</description><link>http://mini9.labsix.net/post/105820792</link><guid>http://mini9.labsix.net/post/105820792</guid><pubDate>Sun, 10 May 2009 14:24:00 +0100</pubDate><category>Mini 9</category><category>resolution</category><category>screen</category><category>syspref100</category><category>syspref75</category><category>system preferences</category><category>Applications</category><category>Utility</category></item><item><title>Bluetooth</title><description>&lt;p&gt;&lt;img alt="Bluetooth" src="http://labsix.net/mini9/files/bluetooth.gif" height="120" width="490"/&gt;&lt;/p&gt;
&lt;h4&gt;UPDATE&lt;/h4&gt;
&lt;p&gt;The forums have solved the missing on/off menu items, requires &lt;a target="_blank" title="MyDellMini forum" href="http://www.mydellmini.com/forum/mac-os-x/7215-bluetooth-terminal-mod.html"&gt;some terminal hacking &lt;/a&gt;(or there is a script available in the post) - interestingly after this modification, BTOff works!&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;b&gt;&lt;a title="Download BTOn &amp; BTOff" href="http://labsix.net/mini9/files/BT-Apps.zip"&gt;BTOn &amp; BTOff&lt;/a&gt;&lt;/b&gt; &lt;i&gt;86kb&lt;/i&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;—&lt;/p&gt;
&lt;p&gt;I found that the Bluetooth would sometimes turn off when pairing with mobile phones or waking from sleep. The odd thing is that the BT menubar icon doesn’t have the usual &lt;i&gt;‘Turn Bluetooth On’ &lt;/i&gt;option and the Preference Pane’s &lt;i&gt;On&lt;/i&gt; option is greyed out, meaning you have to restart to get BT back.&lt;/p&gt;
&lt;p&gt;The &lt;a target="_blank" title="MyDellMini forum" href="http://mydellmini.com/forum/bluetooth-turned-off-and-i-can%CA%B9t-turn-if-back-on%C7%83%C7%83%C7%83-t5765s25.html#p50769"&gt;forums&lt;/a&gt; mention re-activating BT using &lt;i&gt;Bluetooth Setup Assistant&lt;/i&gt;, but that takes a few clicks. Looking for a one-step solution, I found a command-line utility that can control (on, off, status) BT called &lt;a target="_blank" title="blueutil" href="http://www.frederikseiffert.de/blueutil"&gt;blueutil&lt;/a&gt;. Taking that and wrapping it in an Applescript gives us a one-click solution: &lt;b&gt;BTOn&lt;/b&gt; — leave it on your Dock or Desktop for easy access:&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;b&gt;&lt;a title="Download BTOn" href="http://labsix.net/mini9/files/BTOn-v1.0.zip"&gt;BTOn v1.0&lt;/a&gt;&lt;/b&gt; &lt;i&gt;43kb&lt;/i&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;* There’s a companion app for switching Bluetooth off, &lt;b&gt;&lt;a title="Download BTOff" href="http://labsix.net/mini9/files/BTOff-v1.0.zip"&gt;BTOff&lt;/a&gt;&lt;/b&gt;, but it doesn’t seem to work consistently on the Mini9 - feedback is appreciated.&lt;/p&gt;</description><link>http://mini9.labsix.net/post/105578913</link><guid>http://mini9.labsix.net/post/105578913</guid><pubDate>Sat, 09 May 2009 22:57:00 +0100</pubDate><category>bluetooth</category><category>Application</category><category>Utility</category><category>Mini 9</category></item><item><title>Unboxing Photos</title><description>&lt;img src="http://26.media.tumblr.com/UCg4RmMaCnbgqpebqzOhULiLo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;h3&gt;&lt;a target="_blank" title="Unboxing Photos" href="http://labsix.net/mini9"&gt;Unboxing Photos&lt;/a&gt;&lt;/h3&gt;&lt;/p&gt;</description><link>http://mini9.labsix.net/post/105861058</link><guid>http://mini9.labsix.net/post/105861058</guid><pubDate>Wed, 06 May 2009 12:00:00 +0100</pubDate><category>Mini 9</category><category>unboxing</category><category>gallery</category></item></channel></rss>
