-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Archived Topics
- Desktops (Archived)
- Power button and reboot changes brightness

Create an account on the HP Community to personalize your profile and ask a question

05-02-2017 06:59 PM
I have just purchased a HP Envy Curve 34-a090.
When the PC and display is turned on, upon pressing the power button on the monitor goes into sleep mode. When the power button is pressed again the monitor is awoken.
Each time the monitor is awoken, if the brightness was at 100% it becomes 0% and if it was at 0% it becomes 100%. Sometimes it stops at around 50% and 70% and 30% too for no apparent reason.
When I reboot the machine, the brightness always changes.
The monitor brightness seems in sync with Windows once it has been changed back to how I want it, but pressing the power button on the monitor or rebooting the machine always puts it out of sync again.
I've tried installing all drivers as listed on the following page:
https://support.hp.com/us-en/drivers/selfservice/hp-envy-curved-34-a000-all-in-one-desktop-pc-series...
The HDMI-In Scalar Board Firmware Update did not install, and the application crashed, looking at what downloaded I;m not sure it would even work to start with.
I've even installed the latest Intel graphics drivers.
I then attempted to experiement by installing the colour profiles for the following:
https://support.hp.com/us-en/drivers/selfservice/hp-envy-34-inch-displays/7308754
The HP My Display software installed but crashed all the time.
As an application developer I've done above and beyond what I can to try and resolve the issue.
The PC was puchased new 2 days ago from PC World and the HP support website claims my warranty expired last year?
Unless someone at HP wants to sort my warranty out I've got to do what I can to fix this myself.
I believe the issue is with the firmware or drivers, I don't believe this to be a hardware issue.
Could someone please advise on how to fix this issue or when some firmware/drivers will be released to fix this issue?
05-03-2017 01:47 PM - edited 05-03-2017 01:48 PM
Getting somewhere on why the firmware won't install.
This is the code causing the exe to crash:
if (WinIOLib._hMod == IntPtr.Zero)
{
WinIOLib._lastErrCode |= 1;
MessageBox.Show("Can't find WinIo dll.\nMake sure the WinIo library files are located in the same directory as your executable file.", "DumpPhys", MessageBoxButtons.OK, MessageBoxIcon.Hand);
return false;
}
As I can write C# I should be able to rewrite this but does anyone know of why the WinIO DLL's can't be loaded? They are in the correct directory and I have admin rights.
MSTAR written the application so I could go to them for support but I'm really going out of my way here when support should really be coming from HP.
