Text is renderer properly
vim-X11-9.1.158-1.fc39.x86_64
No response
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
can you please share a screen shot of the issue?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Screenshot showing light rows and columns which are in fact my GNOME background since the gvim windows became partially transparent!
Capture.d.ecran.du.2024-03-19.16-54-05.png (view on web)
After a few edits + resize, gvim becomes completely unusuable, I cannot read text anymore :-(
Capture.d.ecran.du.2024-03-19.16-55-38.png (view on web)
Note: on my screen, it's rendered differently. Photo with my phone camera:
Sorry for the bad photo quality. It's just to show that it's very different on screen than using GNOME screenshot tool.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Is this wayland or X11 environment? Does it happen in the other one?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Is this wayland or X11 environment? Does it happen in the other one?
gvim is using X11, GNOME and all other applications are using Wayland. That's why I mentioned Xwayland which is started to run gvim.
Is there a way to run gvim with Wayland?
I started to have this issue after a Fedora update, but I don't know when exactly. "In February". I know for sure that I had this issue at February 20, 2024 since I posted my bug on my Mastodon profile :-)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Oh, to check if gvim or another app is used X11 or not, I run import screenshot
in a terminal: if the mouse cursor changes on an app, it uses X11, since import
is a X11 app :-)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Closed #14233 as completed.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Sorry, the bug is not in gvim but somewhere lower, such as Mesa.
GVIM_ENABLE_WAYLAND=1
, I cannot reproduce the bug anymore (gvim using Wayland).XWAYLAND_NO_GLAMOR=1
in /etc/environment
, I cannot reproduce the bug anymore (gvim using X11, Xwayland no longer uses hardware optimizations).I downgraded my Linux kernel from 6.7.9-200.fc39.x86_64 to kernel-6.7.1-200.fc39.x86_64, I can still reproduce the bug. So the kernel should not be in the kernel driver on my "Intel Comet Lake GT2" GPU (IGP?).
It may be a Mesa regression. Anyway, I close this vim bug report.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
That seems to be a regression in GLAMOR, see https://gitlab.freedesktop.org/xorg/xserver/-/issues/1655
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
thansk for updating here!
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Workarounds:
GVIM_ENABLE_WAYLAND=1
environmenet variable.XWAYLAND_NO_GLAMOR=1
in /etc/environment
.—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Run gvim with GVIM_ENABLE_WAYLAND=1 environmenet variable.
Unfortunately this doesn't help.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
I suppose GVIM_ENABLE_WAYLAND=1
doesn't work with Ubuntu 24.04, since it was introduced with 9.1.0064 and Ubuntu 24.04 ships with 9.1.0016 (9.1.0016-1ubuntu7.7).
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
well, compile your own version then
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
I tried building vim - making it build for gui is a reckoning of its own. Even if you figure out the magic incantations, there's a high change installing the various X dev packages will hose your existing working desktop env which is what exactly happened to me. Perhaps need to do this in a sandbox.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Hi!
Any workaround?
I'm on Ubuntu 24.04.3 LTS and XDG_SESSION_TYPE=wayland
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.