You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,10 @@ Once you either uninstall the tool or quit after running it using `run.bat`, it
61
61
is recommended to reboot your machine to ensure that control is handed back to
62
62
either BIOS or Gigabyte's Control Center.
63
63
64
+
## Troubleshooting
65
+
66
+
On Windows, there is a `service.log` file in the alfc root directory that might contain useful information.
67
+
64
68
### Getting rid of Gigabyte Control Center
65
69
66
70
If that is something you're interested in, you need to do this:
@@ -84,28 +88,16 @@ In the direction frontend -> server, arguments are not provided as hex strings,
84
88
WMI uses named arguments and it is easier to strip this info and convert to a
85
89
hex string for Linux.
86
90
87
-
## Troubleshooting
88
-
89
-
On Windows, there is a `service.log` file in the alfc root directory that might contain useful information.
90
-
91
-
A websocket went rogue once and kept sending status requests even though the UI wasn't open
92
-
any more. Probably due to dev stuff with hot reload. Still - if a user ever experiences this,
93
-
it can be resolved through running Resource Monitor as admin, finding what is connected
94
-
to port 5522 and killing it.
95
-
96
91
## Todo/Wishlist
97
92
98
93
Contributions welcome, as always. 🙂
99
94
100
-
- To support more recent node versions, the `nan` dependency in `os-version` would have to be upgraded.
101
95
- It would be nice to be able to move to ESM at some point. Unfortunately, dependencies with native aspects don't play well. At least not out of the box and it's not worthwhile to invest a lot of time into workarounds.
102
96
- Refactor styles so there aren't as many inline ones.
103
-
- Make ramping up/down times configurable.
104
97
- Prettier status UI.
105
98
- Using RGB lighting to highlight caps/num lock. There's something [here](https://gitlab.com/wtwrp/aeroctl/-/tree/master/Samples/AeroCtl.Rgb.LockKeys) for the Gigabyte Aero that could potentially be reused. (This should actually probably be a seperate little tool, like the Gigabyte-Aorus-Battery-Manager)
106
99
- Make it possible to supply decent service Name and Description, especially on Windows, where it
107
-
sticks out like a sore thumb. (Requires modifying `os-service`, since it currently uses the name one
108
-
can supply also as the file name for Linux services, so spaces might be problematic.)
100
+
sticks out like a sore thumb. (Requires modifying `os-service`, since it currently uses the name one can supply also as the file name for Linux services, so spaces might be problematic.)
109
101
-~~Make charge stop work. Based on `SmartManager.dll`, it's quite simple:
0 commit comments