A Computer Prepares

There are a number of programs, processes, and tasks that your Mac runs either periodically or all the time in the background by default. Many of these programs are essential, but many are not and disabling them will increase the total percentage of your computer’s resources which are available to QLab.

What follows here is a list of these programs or processes which we recommend disabling, and instructions for doing so. This section presupposes a basic understanding of the Mac OS and at least a passing familiarity with the Terminal.

Note: A version of this information was published on our blog in an article entitled Prepare, Execute, Troubleshoot.

A Computer Prepares

Disable Spotlight

Spotlight periodically updates its index of all files on all attached disks, and this updating can cause the disk to be momentarily unavailable to QLab. This can cause late cues or stuttering in playback. To prevent Spotlight from updating its index, open a Terminal window and enter this command:

sudo mdutil -a -i off

Disable Display Sleep, Disk Spindown, and System Sleep

Obviously we don’t want our computer going to sleep during a show. The Mac OS has independent sleep intervals for the display, the hard disk, and the whole system. To prevent all three kinds of sleeping, open a Terminal window and enter this command:

sudo pmset -a displaysleep 0 disksleep 0 sleep 0

Disable Screen Saver

Likewise, we don’t want the screensaver coming up, particularly if QLab is running video. To prevent that from happening, open a Terminal window and enter this command:

defaults -currentHost write com.apple.screensaver idleTime 0

Disable Time Machine

Backups are wonderful. You should back up everything, all the time. But on a computer used for your show, backups should only be done manually. Time Machine, much like Spotlight, uses indexing and background processes which can take hold of the disk at inopportune moments. To shut off Time Machine, open a Terminal window and enter this command:

sudo tmutil disable

Disable Software Update

You don’t want your computer trying to update software in the middle of a run, let alone in the middle of a performance. To disable Software Update, open a Terminal window and enter this command:

sudo softwareupdate --schedule off

Disable Dashboard

Dashboard, largely neglected by Apple these days, is a pernicious little vampire of CPU time and network access. Also, if accidentally invoked, it takes over the screen of your Mac entirely, which can be surprising and confusing and lead to missed cues. To disable Dashboard entirely, open a Terminal window and enter this command:

defaults write com.apple.dashboard mcx-disabled -boolean YES

Stay Off The Internet

Many individual applications, including QLab, have their own internal scheme to check for updates. You can turn them off manually, and we recommend that. But the best way to guarantee that automatic software updates or any other network traffic won’t bother your show is to disconnect the show computer from the Internet. We strongly encourage this. If you use a network to connect your QLab computer to other hardware, and your show doesn’t require Internet access, make sure that network is a closed LAN (local area network) and has no path to the Internet.

Log Out of iCloud

Even when your Mac is offline, iCloud is surprisingly assertive about checking in and trying to phone home. Logging out of iCloud ensures that this check-in process doesn’t claim processor power when you need it.

Open System Preferences;
Choose iCloud;
Click "Sign Out".

Minimize Internet Accounts

Similarly, any accounts used to sync Mail, Contacts, and Calendars can potentially try to access the Internet and take up processing power while doing so, even while network access is disabled.

Open System Preferences;
Choose Internet Accounts;
Choose an account;
Uncheck each service type;
Repeat for each account.

Disable Hot Corners

Perhaps a lesser danger to a smooth running show, hot corners are nevertheless potentially problematic and we like to disable them, particularly when using screen sharing or VNC. To disable all four hot corners, open a Terminal window and enter these four commands, one at a time:

defaults write com.apple.dock wvous-tl-corner -int 1
defaults write com.apple.dock wvous-bl-corner -int 1
defaults write com.apple.dock wvous-tr-corner -int 1
defaults write com.apple.dock wvous-br-corner -int 1

Disable Notification Center

Depending on the way that you’re using QLab, the iOS-style notifications system in Mac OS 10.8 and newer can be anything between a minor nuisance to a seriously embarrassing accidental component of your projection design. To prevent those charming little pop-up bubbles in the top right corner of your screen, open a Terminal window and enter this command:

launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist

Disable Mission Control

Mission Control is the feature that shows you all the open windows of all the open applications on your Mac, and makes it easy to move between them. On most laptops, the keyboard shortcut for this is F3, which is marked with three little rectangles. Needless to say, accidentally invoking Mission Control, particularly in a show with projections, can be a problem. To keep your own control of your theatrical mission, open a Terminal window and enter this command:

defaults write com.apple.dock mcx-expose-disabled -bool TRUE

Restart the Dock

Oddly, the Dock is in control of several of the system components that we just adjusted. Restarting the Dock allows these changes to take effect. Open a Terminal window and enter this command:

killall Dock

And If You’re Doing Video…

If you’re using QLab for video, there are two more critical settings:

Disable Mirror Displays

When you have more than one display connected to a Mac (including the built-in display on a laptop or iMac), you can either have the displays mirroring each other, showing the same thing, or turn off mirroring, which lets each display show its own image. That’s how you want it set for QLab, so that you can see QLab on your display, and the audience sees your cues on the other display or displays. Amazingly, there is no Terminal command for this! To turn off display mirroring:

Open System Preferences;
Choose Displays;
Choose Arrangement;
Uncheck Mirror Displays.

Disable Displays have separate Spaces

Spaces is Apple’s name for virtual desktops (if you don’t know what this means, don’t worry about it.) If your displays are set to have separate spaces, the Menu bar also appears on all Displays, and that is visible to your audience when no cues are playing through QLab. To set your displays to share Spaces, and thus keep the menu bar out of your picture, open a Terminal window and enter this command:

defaults write com.apple.spaces spans-displays -bool TRUE

Important: you’ll need to log out, then back in again for this to take effect.

Blackout the Desktop

When QLab is playing a Video cue, it places a black “backdrop” over any screen that the Video cue is playing on. When no video is playing, however, QLab does not display this backdrop. Therefore, in order to prevent your audience from seeing anything when no Video cue is playing, you’ll need to set the desktop background on your projector (or other audience-visible display) to black. You can do that in two ways. Either:

Open System Preferences;
Choose Desktop & Screen Saver;
Choose Desktop;
On your projector (or other display), choose "Solid Colors";
Click "Custom Color...";
Set the color to black.

Alternately, QLab provides a quick and easy way to do the same thing. Simply choose Black out desktop backgrounds from the Tools menu, and all desktop backgrounds will be set to black. You can later choose Restore saved desktop backgrounds, also from the Tools menu, to restore the desktop backgrounds you had previously.

Still have a question?

Our support team is always happy to help.

Business Hours
M-F 9am-7pm (ET)
Current time at our headquarters