Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

We're very excited to announce that DisplayFusion 9.7 is now available for download! This version fixes issues with loading Monitor Profiles, and also improves Window Snapping, Functions, Monitor Splitting, and more!

Important Notes!

  • The first time you open the Settings > Screen Saver tab after installing this update, it will be very slow to open, due to Windows Defender locking the .scr files for a long time during the initial scan.
  • Some anti-virus apps are blocking the installer from running automatically. If the auto-updater fails to run, please try disabling your anti-virus before running the updater, or manually download the update. We will be working on this for the next version.
  • This version updates some values in Window Position Profiles. It will automatically backup the settings before doing so, and if you run into any trouble, please let us know.

DisplayFusion 9.7 Highlights

  • Change: Auto-Updater now uses a different method to launch the installer
  • Change: Removed the Aero Colour Mode option, as it causes performance issues in Windows 10
  • Change: New wallpaper source: Google Earth View
  • Change: Google Photos login is now done in external browser, you'll need to re-login after updating to this version
  • Change: WallHaven wallpaper source will now choose from most recent 100 (instead of 25) when loading a new image
  • Change: You can now right-click a monitor in Monitor Config to manually enter position values
  • Change: New "if-and-only-if" operator for BFTextQuery, used for Match Conditions in Trigger rules (e.g. ==Downloads in the Window Text condition will only match the window title if it has the word Downloads and no other text)
  • Change: New Functions (see full change log)
  • Change: New Scripting Functions (see full change log)
  • Change: New Advanced Settings (see full change log)
  • Fix: Resolved a monitor order issue for functions on some machines
  • Fix: Resolved many "Error 87" failures with Monitor Configuration/Profiles (if you still get them after updating to this version, try re-saving the affected Monitor Profile)
  • Fix: NVIDIA helper processes now disabled correctly with DCH drivers when using monitor splitting
  • Fix: Resolved an issue where some monitors were not being detected
  • Fix: Citrix Virtual App (XenApp) windows now constrain to splits
  • Fix: Questrade app now works with Monitor Splitting
  • Fix: Monitor Selector now works correctly with scaling + many Monitor Splits
  • Fix: Windows now maximize fully when split monitor taskbar is disabled with "Position > Disabled"
  • Fix: Monitor selector overlay no longer turns black when dragging a window
  • Fix: Auto-Update dialog will no longer show if a full screen window is detected
  • Fix: Titlebar Button app compatibility improvements
  • Fix: TitleBar Buttons now correctly hide behind context menus and on Chrome on setups that had many TitleBar Buttons enabled
  • Fix: "Windows Key Opens Secondary Start Menu" Advanced Setting now works correctly in Windows 10
  • Fix: Start menu now moves to correct monitor in latest Windows 10 Insider build
  • Fix: Start menu now moves to correct monitor in non-English Windows
  • Fix: Windows 10 Task View no longer hangs when DisplayFusion is running
  • Fix: Taskbar icons for UWP apps are now correct in the latest Windows 10 updates
  • Fix: Taskbar no longer blinks in front of Monitor Fading overlay
  • Fix: Chrome "app" windows now pin correctly to the DisplayFusion taskbar
  • Fix: Resolved an issue where taskbars on other monitors were forced to the bottom if there was a full screen window on a different monitor
  • Fix: Microsoft Teams taskbar button now gets removed when it's closed to the tray
  • Fix: Clicking Process Hacker tray icon now shows the popup correctly
  • Fix: Hovering Show Desktop on the DF taskbar no longer causes Aero Peek to fade in/out every second
  • Fix: API update for Digital Blasphemy wallpaper source
  • Fix: Resolved an issue with Unsplash, Facebook, Reddit, and Dropbox wallpaper providers
  • Fix: Functions are no longer delayed when run
  • Fix: Window Position Profiles and Trigger rules now work correctly with Citrix Published Apps
  • Fix: Window Position Profiles now restore windows correctly when they're restored to a monitor with a different scaling level
  • Fix: Window Position Profile values are now consistent with Triggers and Custom Functions when saving, DF will auto-adjust existing profiles
  • Fix: Restore Window Positions from Last Save function now remembers windows that are maximized to the full monitor in splitting setups
  • Fix: Resolved many issues with window positioning when using Functions
  • Fix: Windows no longer have gaps around the edges when using Functions or monitor splitting on multi-DPI systems
  • Fix: Drop-down menus on websites in Chrome no longer get moved by Trigger rules
  • Fix: Window Snapping should now be smoother and more reliable
  • Fix: Resolved an issue preventing you from switching from the trial key to free version before the trial is expired
  • Fix: Resolved a micro-stutter issue that was happening approximately every 5 seconds on some systems

Updating DisplayFusion

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased DisplayFusion, it's a lifetime license, so you can upgrade to this version at no cost! If you would like to see a complete list of all the changes, please visit the DisplayFusion Change Log. We'd like to send out a big thanks to the dozens of people who helped with the DisplayFusion translations, and the thousands of people that helped test the Beta versions. Thanks everyone!

DisplayFusion 9.7 Screenshots

DisplayFusion Desktop Wallpaper
DisplayFusion Desktop Wallpaper
DisplayFusion Monitor Configuration
DisplayFusion Monitor Configuration
Jun 24, 2020 (modified Dec 21, 2020)  • #1
User Image
Gaetan48724
1 discussion post
Since this version, i must resave all my monitor profile. Otherwise when i switch to a monitor profile my screen doesn't manage well the resolution.
(See the picture)

Moreover for every switch of monitor profile, my screen goes black during 3/4seconds, this is annoying.

Finally, i must confirm my choice of monitor profile everytime now !

So 3 problems very annoying:
- Broke resolution
- Black screen during 3/4 seconds
- Confirm the monitor profile everytime

I will download a previous version throught the help section.
• Attachment: DFproblemUpdate.jpg [181,788 bytes]
DFproblemUpdate.jpg
DFproblemUpdate.jpg
• Attachment: IMG_20200627_124525.jpg [3,482,756 bytes]
IMG_20200627_124525.jpg
IMG_20200627_124525.jpg
Jun 27, 2020 (modified Jun 27, 2020)  • #2
User Image
Eptik2k
3 discussion posts
im no longer able to drag my game to 2nd monitor please fix? it was working before i updated

i can drag other things as google chrome etc perfectly fine
but im not able to do it with my game anymore
Jun 28, 2020 (modified Jun 28, 2020)  • #3
User Image
glances
1 discussion post
After updating, my function is no longer working:

Code

using System;
using System.Drawing;

public static class DisplayFusionFunction
{
    public static void Run(IntPtr windowHandle)
    {
        // Send Win + D
        BFS.Input.SendKeys("{WIN}({VK_68})");

        // Load the Profile
        BFS.DisplayFusion.RunFunction("Load Window Position Profiles: normal");
    }
}


Really just calling
BFS.DisplayFusion.RunFunction("Load Window Position Profiles: normal")
is the problem.

Edit: Never mind, guess I'm using an old method. I updated it to the following:

BFS.DisplayFusion.LoadWindowPositionProfile("normal")
Jun 29, 2020 (modified Jun 29, 2020)  • #4
Keith Lammers (BFS)'s profile on WallpaperFusion.com
@Gaetan48724: I've responded to your email from a couple of days ago, so we'll continue troubleshooting there.

@Eptik2k: DisplayFusion shouldn't affect that, we don't have any special code or features for dragging games to other monitors. If you exit DisplayFusion does it work?
Jul 2, 2020  • #5
User Image
Eptik2k
3 discussion posts
it used to work before i updated also tested it while closed and still dident work is there a way for me to downgrade the version to see if it works?
i got displayfusion from steam

i downloaded the 9.5 version from some sketchy site but it now works
Jul 8, 2020 (modified Jul 8, 2020)  • #6
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Interesting! Which game is it? And is it running in windowed mode?
Jul 10, 2020  • #7
User Image
Eptik2k
3 discussion posts
its a old game fiesta online but it allows you to move mouse to 2nd/3rd
monitor while playing the game
maybe this feature works for all games that allows you to move mouse into 2nd/3rd monitor without alt tabbing
something changed with this new patch that no longer allows it
i have not tested any other games but its a very good feature if it works on every game thats not locking the mouse to the monitor
Jul 10, 2020  • #8
User Image
DarceeM
3 discussion posts
I'm also having monitor order issues: see image below. Even though I've changed the monitor profile to display in the order of my choice, the monitors, obviously, are not displaying properly. Unfortunately, my mouse thinks they are displaying that way and now I have to move my mouse to the right (when on the right-hand monitor) in order to get to the left hand monitor.
Suggestions?
Thanks, Darcee
• Attachment: Monitor.JPG [459,474 bytes]
Monitor.JPG
Monitor.JPG
Jul 20, 2020  • #9
Jon Tackabury (BFS)'s profile on WallpaperFusion.com
Can you drag the monitors around in the Monitor Configuration window so that they are aligned correctly and in the correct order?
Jul 20, 2020  • #10
User Image
DarceeM
3 discussion posts
Yes, as is shown on the screen shot of the open monitor configuration screen.
But once the changes are accepted, nothing happens.
Jul 21, 2020 (modified Jul 21, 2020)  • #11
Jon Tackabury (BFS)'s profile on WallpaperFusion.com
Just to confirm, you can drag the monitors around and try to apply the settings but the settings don't apply correctly? Are you able to apply the settings using the Windows display properties? Thanks!
Jul 21, 2020  • #12
User Image
DarceeM
3 discussion posts
Great thought! I tried using the Windows 'display' settings, but noted that the monitors were attached to the NVidea GForce graphics display. I was able to reset the monitors properly within that software.
Thanks so much for the wonderful and timely attention to this issue. I hope this might help you, and others.
Darcee
Jul 22, 2020  • #13
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)