Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?

User Image
Roxy3
1 discussion post
We started using displayfusion at work for some of the employees with multiple monitor setups and going through the configuration/options I noticed the hotkey binding option for profiles.

Is there a way to have profiles load when an application is run or started? Various end users are running fullscreen programs that may be using different refresh rates. We'd like them to not have to manually change monitor profiles and let the system handle it upon starting their desired software program.

Some other questions :

A) Is there an override command for the 'Do you want to keep this monitor configuration?' after switching profiles? Therefore the user does not have to choose to keep or discard the changes?

B) Can the the displayfusioncommand.exe tool be set to a state that closes the program automatically after it fulfills your request? e.g. displayfusioncommand.exe -monitorprofile xxx
Then after it switches the profile, it closes displayfusion.

Thanks
Oct 22, 2016  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
You can try creating a rule on the Triggers tab for that application, and in the Actions pane, click Add > Run Function > Load Monitor Profile: Profile Name. However, by the time the application window is detected, it may be too late to change the refresh rate, as some full screen applications don't take kindly to having display settings changed after they've launched. In that case, you could create a Scripted Function that changes the Monitor Profile first, then launches the application.

You can disable the confirmation prompt using the "Monitor Configuration > Don't show confirmation prompt" option in the Settings > Advanced Settings window.

Regarding DisplayFusionCommand, you can definitely do that. You would do it like this:

Code

displayfusioncommand.exe -monitorloadprofile "profile name"
displayfusioncommand.exe -closeall


Hope that helps!
Oct 26, 2016  • #2
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)