Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Jcee
205 discussion posts
Im recieving this error, when I try to load a monitor profile that I JUST created.

An error has occurred while applying your new Monitor configuration.
Please check your settings and try again.
Error: CurrentMonitor is NULL. [2]

I Believe the issue is caused by the vga to hdmi adapter. reporting a maximum resolution of 1024x768, when the TV is disabled.
Causing it to be unable to apply my 1920x1080 resolution properly, and throwing the error.
I can however, load the profile, if I set the TV in questions resolution to 1024x768. then manually apply the 1920x1080p setting afterwards.

Im pretty sure my case is fringe enough that you guys can overlook it for display fusion (however If you do wish to implement it, it could probably be done quite easily)

If anyone else runs into this error however, here is the scripted function I created to bypass this error. (with one hotkey, rather than 2)

Code

using System;
using System.Drawing;

//Upstairs(prep) Simply loads a monitor profile that enables the Display in question (you need to set it to 1024x768, or whatever is being reported as the maximum resolution), so it can then report the proper maximum resolution to windows
// This way "Upstairs" can run properly at 1920x1080
public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)
{

BFS.DisplayFusion.LoadMonitorProfile("Upstairs(prep)");
BFS.General.Sleep(1000);
BFS.DisplayFusion.LoadMonitorProfile("Upstairs");

}
}
}
Dec 6, 2015  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Interesting, thanks for sharing the script! If you enable the TV using the Windows Screen Resolution settings instead of DF, does it get set to 1024x768 or 1920x1080?
Dec 10, 2015  • #2
User Image
Jcee
205 discussion posts
If the screen is off, and then disabled. it disappears completely, and even clicking 'detect' doesn't show the display. I suspect the (active) adapter pulls its power from the hdmi

If The screen is on, it defaults to 1024x768 when i re-enable the monitor. but the 1920x1080 option is basically immediately available.
When I restart my pc it remains in 1920x1080 resolution.
Dec 12, 2015  • #3
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)