Closed awesomebytes closed 5 months ago
I had the same issue. it turns out my y_offset is not correct. I changed it to 1800 and it worked. I got the number from doing bustle recording. I have the 3k version btw
Awesome! I'll try tomorrow, thanks!
On Thu, May 2, 2024, 22:44 Aziiz1989 @.***> wrote:
I had the same issue. it turns out my y_offset is not correct. I changed it to 1800 and it worked. I got the number from doing bustle recording. I have the 3k version btw
— Reply to this email directly, view it on GitHub https://github.com/alesya-h/zenbook-duo-2024-ux8406ma-linux/issues/4#issuecomment-2091521675, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANEK5FNPNOB4KXZKGYGEB3ZAKQR5AVCNFSM6AAAAABGXYQL2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJRGUZDCNRXGU . You are receiving this because you authored the thread.Message ID: @.***>
I also have a 3k version. The problem for both of you seems to be that you don't have the fractional scaling feature enabled (you need to add 'scale-monitor-framebuffer'
into the array at /org/gnome/mutter/experimental-features
in dconf), so instead of using a proper fractional scaling factor at 1.74 it falls back to 2.0 and with that the offset is different.
@alesya-h that did work! thank you
That worked, indeed! Thank you @alesya-h
I have 2 different installations (both Ubuntu 24.04). With one of them, it works with this mutter experimental feature activated, with the other one, it doesn't (no effect, still the same errors like @awesomebytes). Any idea what else can be done to bypass these errors?
// Edit The installation the mutter experimental feature activation did not help for could be repaired by the hint of @Aziiz1989. Strange thing, that 2 different installations of the same OS do behave so differently.
Hello!
Thanks a lot for your work, it is extremely appreciated that I could start using such modern hardware and someone did all this hard work already!
I am trying to get the toggle to work (when attaching/detaching the keyboard), however, it is not currently working. If I try to do
duo both
orduo toggle
it does not work (nothing happens) and I get the following errors:I can, however, do
duo bottom
andduo top
and they work. Any help on debugging this would be greatly appreciated.Edit: in case it matters, my kernel is: Linux lzas 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Update: I can still enable the display via the settings GUI, however, it does lose the relative position of the screen configuration. Maybe this is a bit of a hint that can help?