-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello author, I have made some extensions to your project #2
Conversation
Hi, and thanks! I don't mind at all. I appreciate the interest. First of all, let's have the I have my reservations about having a GUI. Here's why: The first objective of this project was to reproduce all the calls made by the Omen Hub (now basically done). Omen Hub runs on a lot of different platforms (laptop & desktop), and includes a lot of legacy code (even dating back to ATi, acquired by AMD 15 years ago). Only some of these calls work on any given platform, and I can only verify it on the particular laptop I have. For example:
So for now, here's my idea of what next:
|
Thank you for your reply. I think we can delve deeper into your project together, as there are many users like me in China who are interested in your project. |
I agree. It's a piece of garbage. Takes longer than a game to load, and then occupies 1.5GB RAM just sitting in the background while extracting all kinds of data and sending it somewhere.
Of course. This is what HP needs to monetize the users even further. 😃
Great! Let's do it!
I looked into unlocking the BIOS too. The mod to show the menu is definitely doable (maybe just changing In my case there's access to all the settings, even on the latest BIOS version (F.15, 2023-05). It's not very convenient but I can edit the Setup variables from EFI shell. I like using this utility myself: https://github.com/datasone/setup_var.efi instead of RU (if that's the one you have in mind). If you can't edit UEFI variables anymore, then it still should be possible to downgrade the BIOS to a previous version where it worked. To enable maximum performance |
That sounds good. |
Continuing the discussion, I've written a C# application called OmenMon as a successor to the OmenHwCtl script. It opens up a whole lot of possibilities as to what can be done. Maybe we could cooperate on this somehow if you're interested? In any case, I tried to make it easy to translate: all it should take is editing an XML file: https://github.com/OmenMon/Localization |
The expanded content is as follows:
I hope you don't mind my modifications, thank you!