Ubuntu/Gnome 48 Beta + X11 + Nvidia 470: Black border obscuring edges of terminal window only when in X11 and not full screen. #5990
-
I'm not sure if this is a duplicate of #5660 I'm using the closed-source Nvidia 470 driver and ghostty 1.1.2, and my terminal edges are obscured by a black border. I have not touched the default configuration. The borders stop obscuring the edges of the terminal when I go full screen. Anything else I can share to help debug this? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
Can you try building a debug version from source? It looks like you've installed a version that was compiled with older GTK/libadwaita versions than are in the 48 beta. |
Beta Was this translation helpful? Give feedback.
-
Shot in the dark, but does putting window-padding-x = 0
window-padding-y = 0 in your Ghostty configuration change anything? |
Beta Was this translation helpful? Give feedback.
-
Here's another data point: Setting |
Beta Was this translation helpful? Give feedback.
-
Ok here's another data point. window.csd {
border-radius: 0px;
box-shadow: none;
} So is this a gtk or libadwaita bug then? Which project should I file a bug against? |
Beta Was this translation helpful? Give feedback.
I opened an upstream gtk issue: https://gitlab.gnome.org/GNOME/gtk/-/issues/7365