[Bug 2078984] Re: Dropdown menus have incorrect offset when window is full screen

2024-09-05 Thread Gonzalo Garramuno
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

[Bug 2078984] [NEW] FLTK's menus show below menu on Mutter (KDE/Plasma and Weston fine)

2024-09-04 Thread Gonzalo Garramuno
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'

[Bug 2076006] [NEW] login screen on two monitors appears on secondary display

2024-08-03 Thread Gonzalo Garramuno
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.

[Bug 2076007] [NEW] login screen on two monitors appears on secondary display

2024-08-03 Thread Gonzalo Garramuno
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.

[Bug 2070084] Re: [nvidia][wayland] OpenGL applications that use textures don't work (hang) or report errors

2024-06-24 Thread Gonzalo Garramuno
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

[Bug 2070084] Re: [nvidia][wayland] OpenGL applications that use textures don't work (hang) or report errors

2024-06-24 Thread Gonzalo Garramuno
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,

[Bug 2070084] Re: [nvidia][wayland] OpenGL applications that use textures don't work (hang) or report errors

2024-06-24 Thread Gonzalo Garramuno
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

[Bug 2070084] Re: [nvidia][wayland] OpenGL applications that use textures don't work (hang) or report errors

2024-06-24 Thread Gonzalo Garramuno
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

[Bug 2070084] Re: [nvidia][wayland] OpenGL applications that use textures don't work (hang) or report errors

2024-06-24 Thread Gonzalo Garramuno
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

[Bug 2070084] Re: [nvidia][wayland] OpenGL applications that use textures don't work (hang) or report errors

2024-06-24 Thread Gonzalo Garramuno
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

[Bug 2070084] Re: [nvidia][wayland] OpenGL applications that use textures don't work (hang) or report errors

2024-06-24 Thread Gonzalo Garramuno
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

[Bug 2070084] Re: [nvidia][wayland] OpenGL applications that use textures don't work (hang) or report errors

2024-06-23 Thread Gonzalo Garramuno
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

[Bug 2070084] [NEW] Ubuntu 24.04.4 LTS Wayland regression from Ubuntu 22.04.4 LTS

2024-06-21 Thread Gonzalo Garramuno
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:

[Bug 2066237] [NEW] Older Gnome Wayland application crash on Ubuntu 22.04.4 LTS

2024-05-21 Thread Gonzalo Garramuno
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

[Bug 2065943] Re: Wayland freeze with libnvidia-egl-wayland1 package installed

2024-05-19 Thread Gonzalo Garramuno
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

[Bug 2065943] [NEW] Wayland freeze with libnvidia-egl-wayland1 package installed

2024-05-16 Thread Gonzalo Garramuno
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

[Bug 2065797] Re: Xorg/GNOME applications slow after upgrade (intermittent)

2024-05-15 Thread Gonzalo Garramuno
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

[Bug 2065797] [NEW] Xorg/GNOME applications slow after upgrade (intermittent)

2024-05-15 Thread Gonzalo Garramuno
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

[Bug 2059847] Re: Input lag or freezes on Nvidia desktops with X11 after logging "MetaSyncRing: Sync object is not ready -- were events handled properly?"

2024-04-15 Thread Gonzalo Garramuno
@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

[Bug 2061137] [NEW] Xorg/GNOME applications slow after upgrade (intermittent)

2024-04-12 Thread Gonzalo Garramuno
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

Re: [Bug 1875744] Re: xdg-user-dir does for root does not return the locale names of the directories

2021-12-14 Thread Gonzalo Garramuno
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

Re: [Bug 1875744] Re: xdg-user-dir does for root does not return the locale names of the directories

2020-04-28 Thread Gonzalo Garramuno
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 $

[Bug 1875744] [NEW] xdg-user-dir does for root does not return the locale names of the directories

2020-04-28 Thread Gonzalo Garramuno
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