Commit Graph

33 Commits

Author SHA1 Message Date
wheaney 02d39e3835 Remove unused import adapter 2024-08-14 08:52:01 -07:00
wheaney 65282f670b Merge branch 'main' into gnome-44-max 2024-08-13 11:54:12 -07:00
Wayne Heaney 3a7d5feb88
Add Rokid support (#42) 2024-08-13 10:10:10 -07:00
wheaney 416c92f220 Add Rokid Max monitor awareness 2024-08-11 15:03:36 -07:00
wheaney f10862114a Merge branch 'main' into gnome-44-max 2024-08-01 13:20:00 -07:00
wheaney bf8598675b Add detection of monitor for XREAL Air 2 Ultra 2024-08-01 12:56:18 -07:00
wheaney 3393317016 Merge branch 'main' into gnome-44-max 2024-07-29 18:00:33 -07:00
wheaney 1b14468d86 Update optimal config logic to shift other monitors that would be affected by a change in screen resolution 2024-07-29 14:39:15 -07:00
wheaney 260f3b1398 Merge branch 'main' into gnome-44-max 2024-07-27 22:05:01 -07:00
wheaney 41240d93af Pull in VITURE AARCH64 support 2024-07-27 21:49:35 -07:00
wheaney 10268f638d Merge branch 'main' into gnome-44-max 2024-07-25 15:01:34 -07:00
wheaney f8886970f5 Fix issue with tracking of async requests 2024-07-25 13:27:06 -07:00
wheaney d1c5e9fc4d Add messaging if no running driver is detected 2024-07-25 13:04:18 -07:00
wheaney 56a7d41ec6 Fix issue changing scale when all logical monitors require the same scale. Pull in driver setup update. 2024-07-25 10:03:05 -07:00
wheaney 6d6a658353 Merge branch 'main' into gnome-44-max 2024-07-24 11:56:24 -07:00
wheaney 150f183aad Fix async request handling 2024-07-24 11:09:33 -07:00
wheaney 702692f386 Add handling of rapid monitor updates, prevent concurrent config updates and effect/sbs mode changes 2024-07-23 22:07:58 -07:00
wheaney f28ba2639f Update nested mode monitor so it uses "dummy monitor" flag 2024-07-23 12:45:29 -07:00
wheaney 22ef564500 Pull in updated driver IPC package, add nested monitor detection back in 2024-07-23 12:09:35 -07:00
wheaney 04edf2eecc Add refresh rate and fast SBS mode switching settings 2024-07-17 22:58:45 -07:00
wheaney c5db96ec41 Attempt to fix a couple things that were breaking in GNOME 42 2024-07-11 22:33:56 -07:00
wheaney 6ced16ffc6 Add GNOME 42 to the supported versions 2024-07-11 13:24:06 -07:00
wheaney 048b98ec99 Backport to GNOME versions 44 and 43
Works in gnome-shell nested
2024-07-11 13:01:01 -07:00
wheaney 4ab2b59657 Revert change to switch to widescreen mode quicker, allow extension to run on the session unlock view
Switching to widescreen mode too quickly caused some problems
2024-07-08 16:15:49 -07:00
Wayne Heaney 7843d4d385
Widescreen/SBS support (#28)
Squashed 28 commits
2024-07-08 15:02:04 -07:00
wheaney c1ec13c2ef Merge in RayNeo support 2024-06-11 11:55:32 -07:00
wheaney 2aac5a6504 Add Air 2 monitor "products" to the supported monitor list 2024-05-24 12:10:37 -07:00
wheaney 0d3f9ff757 Add the follow threshold control 2024-05-23 21:57:55 -07:00
wheaney 9619acdc88 Use logging module 2024-05-22 23:01:46 -07:00
wheaney 3498910758 Add XDG_BIN_HOME permissions/ownership check and fix, and top-level error logging to the extension 2024-05-19 13:07:10 -07:00
wheaney 5936230a57 Add GNOME extension logging to file 2024-05-17 12:14:56 -07:00
wheaney c689978e85 Fix some cleanup issues, adjust the trim_width/height values to remove the border 2024-05-16 16:16:23 -07:00
Wayne Heaney e9b10838ba
Breezy GNOME support (#22)
* Adds a gnome subdirectory with the Breezy GNOME extension source
* Adds a 'ui' subdirectory with the Gtk UI app source, currently with the Breezy GNOME view implemented, eventually will support Breezy Vulkan
* Adds all the necessary package and setup scripts for the full GNOME build
* Pulls in the latest driver with the BREEZY_DESKTOP build support
2024-05-16 12:26:59 -07:00