This AppleScript is for use with the Xenarc 700TSV LCD display. It allows you to easily change your Mac mini’s resolution to 800 x 480 upon startup. The script requires the cscreen application (see instructions below). Additionally, an 800 x 480 resolution must also be already configured via DisplayConfigX – see this post for more info on how to do this.
Instructions…
- Download the cscreen application here
- Mount the cscreen disk image by double-clicking on the “cscreen.dmg” file that you just downloaded
- Open the Terminal (located in Applications/Utilities) and enter the following command:
sudo cp /Volumes/cscreen/cscreen /usr/local/bin/
then hit return
(you will be prompted for the administrators password)
If you get the message “directory /usr/local/bin does not exist” enter the following commands:
sudo mkdir /usr/local/bin/
then…
sudo cp /Volumes/cscreen/cscreen /usr/local/bin/ - Download the “chres800×480.sit” StuffIt file here
- Expand the Stuffit file and copy the “chres800×480″ AppleScript file into your Applications folder
- Open the System Preferences and choose “Accounts”
- Select the “Startup Items” tab and then hit the “+” button
- Locate and highlight the chres800×480 AppleScript located in the Applications folder, then hit the “Add” button.
- Quit out of System Preferences
Everything should be installed now. The next time you reboot your computer the chres800×480 AppleScript will run, and your monitor will be automatically set to 800 x 480!
If you are comfortable using the Script Editor, you can easily create other resolutions. Here’s the single line of AppleScript code….
do shell script “/usr/local/bin/cscreen -x 800 -y 480″









Leave a Comment