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
When using Bonzomatic from a laptop using a 4K display I have notice various issues :
laptop without monitor : Bonzomatic takes 1/4 of the screen (lower left quadrant)
lapopt with a plugged (not 4k) monitor
Bonzomatic started from the laptop screen : Bonzomatic uses the external monitor and seems to be properly displayed. Hower moving the mouse to the extra right part of the screen makes it scroll until seing only the right part of bonzomatric screen; moving the mouse to the left of the screen do fix the issue
Bonzomatic started from the external monitor : top part of Bonzomatic is hidden (the 20th first lines of text)
The configuration is:
ubuntu 18.04
GNOME Shell 3.28.3
Quadro M2200
No idea of which additional information could help to solve this issue. But I can provide more if needed
The text was updated successfully, but these errors were encountered:
I don't have a 4K monitor to test things, but as for the rest...
laptop without monitor : Bonzomatic takes 1/4 of the screen (lower left quadrant)
Did you set the window to the correct size (see config.json)? Sounds like it's initialized as 1920x1080 or so. The ~exact same thing happens for me when similar things happen.
I tested this both on i3 (i3-gaps, git version, X11) and sway (git version, Wayland, supposed to be an i3 clone), and on i3, it works as expected because GLFW is able to detect the monitor size, while on sway, when launching from my 1920x1080 external monitor (laptop is 1366x768), it's shown on the correct screen, but always using the size configured in config.json.
Bonzomatic started from the laptop screen : Bonzomatic uses the external monitor and seems to be properly displayed.
This behavior depends on the window manager/Wayland compositor used. It can kinda be configured using GLFW, but doing this in a 'universally' satisfactory way is very hard, so it should be left to the user instead, to configure the wm/compositor.
Hower moving the mouse to the extra right part of the screen makes it scroll until seing only the right part of bonzomatric screen; moving the mouse to the left of the screen do fix the issue
Can't reproduce using Sway, so I guess it's a bug in Gnome? (Wouldn't surprise me, because Gnome... isn't my favourite DE for multiple reasons :p)
Bonzomatic started from the external monitor : top part of Bonzomatic is hidden (the 20th first lines of text)
Anyway, issues like these are hard to debug/solve because they depend on hardware configuration and interactions between lots of complex pieces of software.
I'm going to Cookie next week, so if you're going too, I'd like to take a look at the issue on your hardware.
When using Bonzomatic from a laptop using a 4K display I have notice various issues :
laptop without monitor : Bonzomatic takes 1/4 of the screen (lower left quadrant)
lapopt with a plugged (not 4k) monitor
The configuration is:
No idea of which additional information could help to solve this issue. But I can provide more if needed
The text was updated successfully, but these errors were encountered: