Public bug reported:
When upgrading from Ubuntu 18.04 to 20.04, the root user does not
receive the file ~/.config/user-dirs.dirs and thus the locale names are
not translated.
Example:
$ sudo bash
[sudo] password for gga:
# xdg-user-dir DESKTOP
/root/Desktop
With the proper (Spanish) .config/us
On 28/4/20 17:34, Sebastien Bacher wrote:
> Thank you for your bug report, are you sure it was working before
> upgrading?
Yes, it was working, albeit it was behaving also differently. Instead
of:
gga $ sudo bash
(password)
root # xdg-user-dirs DESKTOP
/root/Escritorio
it would return:
gga $
Public bug reported:
This movie shows the problem:
https://github.com/user-
attachments/assets/941a1a6c-cea9-40ee-930a-4d0bb3f56a4f
The thread about the issue in FLTK can be found at:
https://github.com/fltk/fltk/issues/1061
According to FLTK's Wayland mantainer it is a bug in Mutter (GNOME'
Reported to GNOME mutter. GNOME mutter issue is now:
#3652
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078984
Title:
Dropdown menus have incorrect offset when window is full screen
To manage no
Public bug reported:
After the most recent upgrade to Ubuntu 22.04.4 LTS which also upgraded
the nvidia drivers, Xorg and GNOME are showing some intermittent slow
downs. Xfce4 and XWayland seem fine.
The most notable application showing the slow down is my own application
(mrv2), but after a whi
@vanvugt
I can confirm that the ppa solves the input lag on my system:
Ubuntu 22.04.4 LTS, using X11/GNOME and NVIDIA Driver Version:
535.147.05
Thank you.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/b
Public bug reported:
This seems to be a bug with the Display Manager (GDM) that handles the
login process. The problem shows up in both Ubuntu 24.04.4 LTS and
Rocky Linux 8.10. Windows 11 Pro does not suffer from this. I have
them all installed on the same machine and connected to two monitors.
Public bug reported:
This seems to be a bug with the Display Manager (GDM) that handles the
login process. The problem shows up in both Ubuntu 24.04.4 LTS and
Rocky Linux 8.10. Windows 11 Pro does not suffer from this. I have
them all installed on the same machine and connected to two monitors.
El 14/12/21 a las 11:40, Sebastien Bacher escribió:
> checking the bug again, the admin user would read the configuration from
> its own directory and not the standard user one, do you have a
> configuration for the admin?
>
> ** Changed in: xdg-user-dirs (Ubuntu)
> Status: Confirmed => Inc
Public bug reported:
I apologize if this is in the wrong category. I reported this bug to
NVidia, but thought I should report it with you guys too, as the Wayland
version in Ubuntu 24.04.4 LTS has changed.
$ lsb_release -rd
No LSB modules are available.
Description:Ubuntu 24.04 LTS
Release:
1. Tried it with the official 535 NVidia driver from the Ubuntu repositories
and added libnvidia-egl-wayland1 for HW acceleration.
Results are the same.
Works fine on X11.
Does not work on Wayland.
2 the FLTK cube demo hangs on Wayland.
My application, which is more verbose, reports
Here are the journal.txt as requested:
** Attachment added: "journal.txt"
https://bugs.launchpad.net/ubuntu/+bug/2070084/+attachment/5791790/+files/journal.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpa
And the prevjournal.txt:
** Attachment added: "prevjournal.txt"
https://bugs.launchpad.net/ubuntu/+bug/2070084/+attachment/5791792/+files/prevjournal.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/b
And the prevjournal.txt:
** Attachment added: "prevjournal.txt"
https://bugs.launchpad.net/ubuntu/+bug/2070084/+attachment/5791791/+files/prevjournal.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/b
This is a fresh install taken from the official download of Ubuntu
24.04.4 LTS, not an upgrade from 22.04.4 LTS which broke everything.
First, I removed the unofficial ppa graphics repository with Software and
Update graphically.
Then I did:
$ sudo bash
# apt --purge remove nvidia-driver-555
# a
Thanks. Applying the grub work-around got rid of the two monitor
configurations.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2070084
Title:
[nvidia][wayland] OpenGL applications that use textures
No, it did not. Also, applying the grub work-around removed the splash
screen of Ubuntu upon booting.
I really cannot understand it. Ubuntu 22.04.4 LTS was working
beautifully with an older Wayland and NVidia drivers (535). But Ubuntu
24.04.4 LTS's Wayland is all broken.
On Ubuntu 22.04.4 LTS,
I feel ashamed. I found out the cause for **my** program for
misbehaving on Wayland. It had to do with a new version of glfw3 that
broke Wayland support.
I still don't know with the FLTK demo application hangs, thou.
--
You received this bug notification because you are a member of Ubuntu
Bugs
Public bug reported:
This was already reported and a bug fix was placed (bug #2061137 and bug
#2059847). However, the latest upgrade to Ubuntu once again shows the
problem.
The problem does not show with the Terminal, but it shows on Emacs (slow
to type characters) and on my own application (slo
Here's a movie showing the behavior on my program when clicking on an
FLTK tree and the slowdown on emacs when typing on a long emacs C++
file. The problem is not on FLTK or Emacs as the code was working fine
before (and Wayland or XWayland has no issues):
https://mega.nz/file/qPoV2S5A#qdytFYmZth
Public bug reported:
My C++ application using FLTK on Wayland (a video player and review
program):
https://www.github.com/ggarra13/mrv2
sometimes stops playback randomly.
The problem occurs with:
- Wayland (XWayland and X11 is fine)
- libndivia-egl-wayland1 installed for OpenGL acceleration (M
libnvidia-egl-wayland.so.1.1.13 seems to have solved the freezes for me.
However it has problems when maximizing the window to fullscreen,
leaving the title bar sometimes still redrawing it.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubun
Public bug reported:
I build my Wayland C++ viewer (mrv2) on Rocky Linux 8.9 to make it compatible
with the largest set of distros (and to be in sync with the VFX platform
recommendations).
When the binary is run under Ubuntu 22.04.4 LTS Wayland, it crashes due to a
Gnome incompatibility settin
I apologize for calling it an *UBUNTU* bug. Ubuntu is not to blame
specifically as the problem also appears under Rocky Linux. Both running under
Gnome/Mutter, which is really what I meant by calling it an Ubuntu bug. What I
meant about Ubuntu, thou, is that you guys are now bundling a driver
El 16/6/25 a las 06:17, Daniel van Vugt escribió:
> Looks good. Next I think it needs to be tested with either Intel or AMD
> graphics. If the frame rate is perfect there then it would seem to be an
> Nvidia driver bug. If the frame rate is not perfect on Intel or AMD then
> it might instead be a b
Like I said:
weston performed just as bad or worse, usually playing at 15 fps.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2114234
Title:
Vulkan performance under Wayland/X11 and NVidia drivers
vk570_wayland.txt
** Attachment added: "vkinfo_570_wayland.txt"
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-570/+bug/2114234/+attachment/5884150/+files/vkinfo_570_wayland.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscr
vkinfo_570_x11.txt
** Attachment added: "vkinfo_570_x11.txt"
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-570/+bug/2114234/+attachment/5884151/+files/vkinfo_570_x11.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
The full VK_LAYER_DEBUG=all vulkan debug information of my program upon
running:
** Attachment added: "VK_LAYER_DEBUG.txt"
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-570/+bug/2114234/+attachment/5884154/+files/VK_LAYER_DEBUG.txt
--
You received this bug notification b
El 17/6/25 a las 00:42, Daniel van Vugt escribió:
> Sorry, I completely failed to identify a big known issue here. Nvidia
> support for Wayland is known to be broken in 24.04. That is why we
> didn't move Nvidia systems to Wayland by default until 24.10.
In what way is it broken in v24.04.2? It wo
weston performed just as bad or worse, usually playing at 15 fps.
I tried installing with 'Additional Drivers' app and trying 570-open
(privative), got:
(software-properties-gtk:47004): Gtk-WARNING **: 07:12:39.763: Failed to
set text 'Error al aplicar los cambios
pk-client-error-quark: The foll
Public bug reported:
I've reported this to NVidia, but I don't think it is just an NVidia
issue.
Using Ubuntu's 24.04.2 LTS official 550 drivers, under X11, performance
(FPS - frames per second) of my player is 60 FPS at 4K. Under Wayland,
performance suffers a drop to 48 FPS at 4K. OpenGL perf
My fault, not the driver's fault.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2117382
Title:
Upgrade of ubuntu 570.133 to 570.169 results in hit in Vulkan
performance
To manage notifications ab
Please close this bug.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2117382
Title:
Upgrade of ubuntu 570.133 to 570.169 results in hit in Vulkan
performance
To manage notifications about this bu
Public bug reported:
A recent upgrade of nvidia-driver-570 (from its original 25.04 version,
I believe it was 570.133) to nvidia-driver-570 (version 570.169)
resulted in a hit in performance on my Vulkan video player. Please
advise how can I revert to version 570.133.
ProblemType: Bug
DistroRele
35 matches
Mail list logo