Skip to content

Commit e75312f

Browse files
committed
Improve README
1 parent 258b956 commit e75312f

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ Once you either uninstall the tool or quit after running it using `run.bat`, it
6161
is recommended to reboot your machine to ensure that control is handed back to
6262
either BIOS or Gigabyte's Control Center.
6363

64+
## Troubleshooting
65+
66+
On Windows, there is a `service.log` file in the alfc root directory that might contain useful information.
67+
6468
### Getting rid of Gigabyte Control Center
6569

6670
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,
8488
WMI uses named arguments and it is easier to strip this info and convert to a
8589
hex string for Linux.
8690

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-
9691
## Todo/Wishlist
9792

9893
Contributions welcome, as always. 🙂
9994

100-
- To support more recent node versions, the `nan` dependency in `os-version` would have to be upgraded.
10195
- 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.
10296
- Refactor styles so there aren't as many inline ones.
103-
- Make ramping up/down times configurable.
10497
- Prettier status UI.
10598
- 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)
10699
- 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.)
109101
- ~~Make charge stop work. Based on `SmartManager.dll`, it's quite simple:
110102
`cwmi.CallMethod("ROOT\\WMI", "GB_WMIACPI_Set", "SetChargeStop", array);`
111103
Yet, `GetChargeStop` shows that the value set with `SetChargeStop` doesn't stick.

0 commit comments

Comments
 (0)