Xander Frangos

Results 206 comments of Xander Frangos

@WesselKroos I'm having issues recreating the bug. Could you go to the Debug menu (in Settings) and paste your Raw Monitor Data here? Here's a visual of how to find...

Very strange. It sounds like the monitor doesn't handle DDC/CI signals correctly, or there could be a bug with the display driver. I've put together a build of Twinkle Tray...

Glad to hear it's working better now 👍 I need to rewrite some of the DDC/CI code to not ask for as much info at once, and I'll probably add...

Hi @kirilloffs, Twinkle Tray already has the ability to match brightness across all displays at once. You'll want to use two features: "Link Levels" and "Normalize Brightness". You can adjust...

The only app I'm aware of that does this is [ModernFlyouts](https://github.com/ModernFlyouts-Community/ModernFlyouts). They hook into WMI events using C#: https://github.com/ModernFlyouts-Community/ModernFlyouts/blob/main/ModernFlyouts.Core/Utilities/BrightnessWatcher.cs This is functionality that I can't replicate with NodeJS and don't...

@kirilloffs Currently, Twinkle Tray only reads the WMI brightness at startup, when opening the brightness flyout, when using hotkeys, and when Time of Day adjustments kick in. In order for...

So, this is expected behavior (sort of). After a resolution or refresh rate change, the brightness usually resets to the last manually-set brightness (meaning it was set with the hardware...

If you're on the most recent version of Twinkle Tray, try turning on the following option from the Settings window: `General -> Troubleshooting -> Disable overlay` Let me know if...

@stevenya97 Could you try this version and see if it helps? https://1drv.ms/u/s!AiWKFpjcSKRQhtgncC0ZyobEia2uXA?e=hI2R2P

@stevenya97 After detected display changes (hardware or software), I would have the brightness flyout process restart. This helped with issues related to DPI changes. Unfortunately, restarting the flyout was grabbing...