Speed Up Your PC 2 – Metacafe Video

March 24, 2008


Speedup Your PC 2 – video powered by Metacafe

 

Besides the horrible spelling on the intro title of the video, this short but sweet tutorial video does actually show some neat little ways to boost performance on your Windows XP machine without actually boosting performance! You don’t understand? Well then watch the video.



Rejuvenation of things to come.

March 24, 2008

Hello, I’m Matt Ford.  I spend many hours a day on reading, watching, and playing with technology and art.  I have a feeling that I can find something of interest for you.

I used to use this blog specifically for OSx86 information, which I have abandoned for now.  Please check back often since I plan to add many posts a day, whether it be video, links, or just general discussion.  And please feel free to leave comments!

Have fun, tech safe.

-Matt


Applications to Install

October 3, 2006

Flock – Personal Internet Browser.

Mozilla FireFox 2 (beta) – Internet Browser, version 2 has some enhancements for OS X.

Transmission – Very light bit torrent program.

Google Notifier – Gmail and Google Calendar Notifier for the Mac.

Adium X – Great Multi-protocol Chat Client.

Pacifist – Great for opening resources from applications.


Manually Change Screen Resolution

October 3, 2006

You will need to locate the file: /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

Copy it to your desktop.

Open it with TextEdit…it should look like this:

<?xml version=”1.0″ encoding=”UTF-8″?>
<!DOCTYPE plist PUBLIC “-//Apple Computer//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd”>
<plist version=”1.0″>
<dict>
    <key>Kernel</key>
    <string>mach_kernel</string>
    <key>Kernel Flags</key>
    <string>-v</string>
    <key>Boot Graphics</key>
    <string>Yes</string>
    <key>Timeout</key>
    <string>10</string>
</dict>
</plist>

Add above Boot Graphics:

<key>Graphics Mode</key>
<string>1280×1024x32</string>

Then put the file back into the folder…reboot.


No More Mouse Tearing – Mac OS x86 10.4.6

October 3, 2006

Ok, the first thing is the advanced patches and configurations AFTER install….

Since I have pretty bad mouse tearing on my ATI X300, I’m going to try JaS’s ATI fixer…

Instructions(from insanelymac forum):

download the archive

unzip the file
open terminal
do the following
sudo -s
enter your password
rm -r /System/Library/Extensions/ATI*
cp -r /Users/YOUR USER NAME HERE/Desktop/Ati/build/Debug/Ati.kext /System/Library/Extensions/
chown -R root:wheel /System/Library/Extensions/Ati.kext
kextcache -k /System/Library/Extensions/
then you’re done!!!
reboot system