Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

30.05.2010 00:42:35
Enabling/Disabling display with switchresx
View

This posting is older than 6 months and can contain outdated information.
Hi,

Is there any way to bind switchresx function to enable and disable (second) display with switchresx to RemoteBuddy? Any (custom) apple script or built-in feature?

Last edited: 02.06.2010 20:40:19 

These entries from the FAQ may be relevant to this topic:

Behaviours - Support for iTunes® & AirPlay®
Hardware - Apple® Remote
User

23.06.2010 10:47:46
Re: Enabling/Disablig display with switchresx
View

This posting is older than 6 months and can contain outdated information.
Thanks for asking.

Can you control this SwitchResX feature with a hotkey or via AppleScript? If yes, you can create a custom action to control this feature of SwitchResX.

Remote Buddy itself also has built-in screen settings control. If you use the default menu, you can find them at System > Screen settings.

Best regards, 
Felix Schwarz 

User

23.06.2010 13:18:30
Re: Enabling/Disablig display with switchresx
View

This posting is older than 6 months and can contain outdated information.
SwitchResX can be controlled by Apple Script, but it comes with almost no documentation about it and i'm not familiar with Apple Script at all. From what i read script record should work, but for some reason it doesn't record any action done with SwitchResX. I hoped that someone had any experience with that before.

I know that Remote Buddy have some built-in screen settings features, but it doesn't support enabling or disabling screen. From what i found, on Snow Leopard SwitchResX is the only easy software method to do that. 

User

08.11.2010 19:38:13
Re: Enabling/Disablig display with switchresx
View

This posting is older than 6 months and can contain outdated information.
If you are using SwitchResX, you can use this Applescript to enable/disable a display

tell application "SwitchResX Daemon" 
if enabled of display 2 is false then 
set enabled of display 2 to true 
else 
set enabled of display 2 to false 
end if 
end tell

you need to change the number of the display to that appropriate.

I use this in combination with a very small other script

Tell Application "Plex" 
activate 
end tell

to start and activate plex.