Luke D. Jones
600d0ae3d9
Clippy run
2022-09-30 15:10:56 +13:00
Luke D. Jones
cde1b4f252
Shift all deps to workspace versioning
2022-09-29 17:08:28 +13:00
Luke D. Jones
7939b00aa3
Check inotify paths are valid. Add dgu/egpu/ac_online checks
2022-09-24 14:34:15 +12:00
Luke D. Jones
30550aaa91
Further improve the daemon controller pattern and reduce cloned code
2022-09-23 20:07:43 +12:00
Luke D. Jones
5d87747d96
Is smol blocking or inotify blocking it?
2022-09-21 22:17:55 +12:00
Luke D. Jones
24fa075a44
Extend GpuMode to include other modes
2022-08-12 22:10:49 +12:00
Luke D. Jones
a0f7cf3acd
Rename RogBios bits to Platform. Better GPU MUX support.
2022-08-12 21:51:04 +12:00
Luke D. Jones
d35707f2e4
Merge rog-supported in to rog-platform
2022-08-12 17:45:29 +12:00
Luke D. Jones
822438e0d2
Version bumps
2022-06-06 14:53:30 +12:00
Luke D. Jones
de43a37e9e
Use smol async for daemon and daemon-user
2022-06-06 14:34:59 +12:00
Luke D. Jones
d4b2d2f403
Use smol async for asus-notify
2022-06-06 13:57:03 +12:00
Luke D. Jones
a85e2f6130
Finalise zbus3 conversion
2022-06-06 00:08:59 +12:00
Luke D. Jones
678505811d
Add additional anime cli commands for image types
2021-10-28 23:43:50 +13:00
Luke D. Jones
3aa6eee306
Bugfixes
...
- Spawn tasks on individual threads
- Don't force a default of fan-curve on reload
- Add missing profile commands
- Begin obsoleting the graphics switch command in favour of supergfxctl
- Slim down the notification daemon to pure ASUS notifications
Bad behaviour in fan-curve new function that was forcing a re-init
to default on reload. Remove this and only save config again after
loading the config file and writing a curve (hidden side effect of
write is that a zeroed array is defaulted to read-from-system - this
needs to be changed too).
Closes #140 , #139
2021-10-02 20:31:14 +13:00
Janghyub Seo
ef973f676b
Add kde logout prompt as fallback to gnome-session-quit
2021-09-19 02:13:11 +09:00
Luke D. Jones
6f14c85287
Revert supergfxctl deps to git
2021-09-16 16:03:41 +12:00
Luke D. Jones
e3d192412e
Bugfixes
2021-09-16 11:19:05 +12:00
Luke D. Jones
2431dd9e93
Remove supergfxctl to own repo
2021-08-26 16:06:57 +12:00
Luke D. Jones
453d3091c1
Bump major versions
2021-08-26 14:23:28 +12:00
Luke D. Jones
326ca37847
rog-supported crate
2021-08-26 13:17:17 +12:00
Luke D. Jones
498e604531
Major update to supergfx and others
2021-08-26 11:44:11 +12:00
Luke D. Jones
6ceb5cf939
Major restructure to move gfx control out to crate
2021-08-25 11:16:23 +12:00
Luke D. Jones
0ed97db4c1
Temporary checkpoint
2021-08-24 12:35:57 +12:00
Luke D. Jones
226620eb53
Fix up modes and icons
2021-06-07 19:19:49 +12:00
Luke D. Jones
1dd543ddf3
Simplify the notifier
2021-05-27 13:22:08 +12:00
Luke D. Jones
2b58e259de
Update config & dbus parts, cleanup deps, device power states
...
- Add extra config options and dbus methods
- Add power state signals for anime and led
- Refactor to use channels for dbus signal handler send/recv
- Split out profiles independant parts to a rog-profiles crate
- Cleanup dependencies
- Fix some dbus Supported issues
2021-05-24 18:56:21 +12:00
Luke D Jones
e515741efa
anime: add zbus methods
2021-04-10 21:54:08 +12:00
Luke D Jones
7ff01f12e9
Add extra models to ledmodes
...
- Configurable anime example
- Gfx power states as enum
Closes #72
2021-04-03 21:42:39 +13:00
Luke D Jones
5a7d31fdf6
Bugfixes to session handler. Add extra profile commands
...
- Better handling of session tracking
- List all profile data
- Get active profile name
- Get active profile data
2021-03-24 16:30:13 +13:00
Luke D Jones
538e111e78
VFIO mode enabled
2021-03-21 21:50:03 +13:00
Luke D Jones
6528ec95c2
Massive refactor of led control
...
- Write brightness to kernel LED class path
Closes #63 , #53
2021-03-20 11:58:47 +13:00
Luke
50756046cf
Cleanup fan+cpu+config
2021-02-07 00:25:40 +13:00
Luke
629bdc2213
Large code cleanup
2021-02-06 23:18:01 +13:00
Luke
0af68baf7b
split out types, dbus
2021-02-03 23:06:54 +13:00
Luke
4720af2cb8
Migrate to use zbus for all dbus requirements
2021-02-03 16:46:48 +13:00
Luke
81645d0777
Update deps and fmt
2021-01-09 13:42:46 +13:00
Luke D Jones
622cd9d943
Fix timeout for GFX switching
2020-09-24 08:00:37 +12:00
Luke D Jones
2daa7f0811
Git internal version from crate version
2020-09-23 22:12:47 +12:00
Luke D Jones
a7419cbc4c
Remove many unwraps or change to maps
2020-09-23 20:47:33 +12:00
Luke D Jones
4e4ea0035e
Add missing gfx dbus signal
2020-09-21 20:41:28 +12:00
Luke D Jones
fe6231ad4e
GFX control, no-tokio, no-async, dbus client refactor
...
- Working gfx modes <iGPU only, dGPU only, or hybrid>
- Add signal for gfx vendor change and make CLI wait for signal
- Add polling for led brightness to save to config
- Move daemon to zbus crate
- dbus client refactor
- Further dbus methods and updates
- Add basic notification user daemon and systemd service
2020-09-21 10:36:22 +12:00