[Ubuntu-x-swat] [Bug 1946642] [NEW] nvidia-graphics-drivers-390 ftbfs on armhf

2021-10-11 Thread Dimitri John Ledkov
Public bug reported:

nvidia-graphics-drivers-390 ftbfs on armhf

In file included from 
/var/lib/dkms/nvidia/390.144/build/nvidia/os-interface.c:16:
/var/lib/dkms/nvidia/390.144/build/nvidia/os-interface.c: In function 
‘os_flush_cpu_write_combine_buffer’:
/var/lib/dkms/nvidia/390.144/build/common/inc/nv-linux.h:467:43: error: 
implicit declaration of function ‘outer_sync’ 
[-Werror=implicit-function-declaration]
  467 | #define WRITE_COMBINE_FLUSH(){ dsb(); outer_sync(); }
  |   ^~
/var/lib/dkms/nvidia/390.144/build/nvidia/os-interface.c:951:5: note: in 
expansion of macro ‘WRITE_COMBINE_FLUSH’
  951 | WRITE_COMBINE_FLUSH();
  | ^~~

https://autopkgtest.ubuntu.com/results/autopkgtest-
impish/impish/armhf/n/nvidia-graphics-
drivers-390/20211011_104931_6a71c@/log.gz

** Affects: nvidia-graphics-drivers-390 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1946642

Title:
  nvidia-graphics-drivers-390 ftbfs on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1946642/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1946642] Re: nvidia-graphics-drivers-390 ftbfs on armhf

2021-10-11 Thread Dimitri John Ledkov
** Patch added: "lp1946642.patch"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1946642/+attachment/5531904/+files/lp1946642.patch

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1946642

Title:
  nvidia-graphics-drivers-390 ftbfs on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1946642/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1946642] Re: nvidia-graphics-drivers-390 ftbfs on armhf

2021-10-11 Thread Dimitri John Ledkov
Testing patch in https://launchpad.net/~ci-train-ppa-
service/+archive/ubuntu/4680

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1946642

Title:
  nvidia-graphics-drivers-390 ftbfs on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1946642/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1946643] [NEW] Error on prime-supported not being installed

2021-10-11 Thread Sebastien Bacher
Public bug reported:

- install impish daily on a thinkpad P15 with nvidia
- log into a wayland session
- install and try to start nvidia-settings, you get that warning

** (nvidia-settings:82581): WARNING **: 13:46:03.769: PRIME: Failed to
execute child process ?/usr/bin/prime-supported? (No such file or
directory)

should nvidia-settings recommends at least nvidia-prime?

** Affects: nvidia-settings (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-settings in Ubuntu.
https://bugs.launchpad.net/bugs/1946643

Title:
  Error on prime-supported not being installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-settings/+bug/1946643/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1946642] Re: nvidia-graphics-drivers-390 ftbfs on armhf

2021-10-11 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1946642

Title:
  nvidia-graphics-drivers-390 ftbfs on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1946642/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1946621] Re: Crash in libegl-mesa0 (eglReleaseThread)

2021-10-11 Thread Maniraj D
The crash happens only when calling eglReleaseThread() from destructor
of the process. Please find the attached simple app which can be used to
repro the issue.

With valgrind, I see there is some invalid memory access during the
eglReleaseThread() call. Find the logs below:

==5059== Invalid read of size 8
==5059==at 0x70480EC: eglReleaseThread (eglapi.c:1706)
==5059==by 0x48825B7: eglReleaseThread (in 
/usr/lib/aarch64-linux-gnu/libEGL.so.1.1.0)
==5059==by 0x1089FB: deinit (in /home/ubuntu/egl_sample/egl_sample)
==5059==by 0x400EBFF: _dl_fini (dl-fini.c:138)
==5059==by 0x48DC84B: __run_exit_handlers (exit.c:108)
==5059==by 0x48DC9DB: exit (exit.c:139)
==5059==by 0x48C7093: (below main) (libc-start.c:342)
==5059==  Address 0x4c6f8c8 is 8 bytes inside a block of size 48 free'd
==5059==at 0x484AF20: free (in 
/usr/lib/aarch64-linux-gnu/valgrind/vgpreload_memcheck-arm64-linux.so)
==5059==by 0x7051FE3: _eglDestroyThreadInfo (eglcurrent.c:134)
==5059==by 0x7051FE3: _eglFiniTSD (eglcurrent.c:76)
==5059==by 0x70539CF: _eglAtExit (eglglobals.c:112)
==5059==by 0x48DC84B: __run_exit_handlers (exit.c:108)
==5059==by 0x48DC9DB: exit (exit.c:139)
==5059==by 0x48C7093: (below main) (libc-start.c:342)  

So eglReleaseThread() in this case, tries to access the _EGLThreadInfo
memory already freed by _eglFiniTSD() ? But it is expected that a new
instance of _EGLThreadInfo has to be created when eglReleaseThread() is
called from the app in this case.

** Attachment added: "egl_sample.tar"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1946621/+attachment/5531907/+files/egl_sample.tar

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1946621

Title:
  Crash in libegl-mesa0 (eglReleaseThread)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1946621/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1946642] Re: nvidia-graphics-drivers-390 ftbfs on armhf

2021-10-11 Thread Dimitri John Ledkov
That failed, missed one more place. Retesting.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1946642

Title:
  nvidia-graphics-drivers-390 ftbfs on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1946642/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1946642] Re: nvidia-graphics-drivers-390 ftbfs on armhf

2021-10-11 Thread Dimitri John Ledkov
Testing in https://bileto.ubuntu.com/#/ticket/4681

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1946642

Title:
  nvidia-graphics-drivers-390 ftbfs on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1946642/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1946642] Re: nvidia-graphics-drivers-390 ftbfs on armhf

2021-10-11 Thread Dimitri John Ledkov
** Patch added: "lp1946642.patch"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1946642/+attachment/5531917/+files/lp1946642.patch

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-390 in Ubuntu.
https://bugs.launchpad.net/bugs/1946642

Title:
  nvidia-graphics-drivers-390 ftbfs on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1946642/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1946541] Re: Changed the language to India(malayalam) and calender doesnt show up correctly.

2021-10-11 Thread Sebastien Bacher
Thank you for your bug report. Could you add the screenshot directly to
the bug report on launchpad where it's not going to expire? Also what
software is the screenshot showing?

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1946541

Title:
  Changed the language to India(malayalam) and calender doesnt show up
  correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1946541/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1946541] Re: Changed the language to India(malayalam) and calender doesnt show up correctly.

2021-10-11 Thread GIBCEN
Hi thanks for the reply. This is screenshot of my desktop and the
calendar which is available in the top bar.

** Attachment added: "Hi thanks for the reply. This is screenshot of my desktop 
and the calendar which is available in the top bar."
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1946541/+attachment/5531943/+files/2021-10-11%2022-08-34%20%E0%B4%8E%E0%B4%A8%E0%B5%8D%E0%B4%A8%E0%B4%A4%E0%B4%BF%E0%B5%BD%20%E0%B4%A8%E0%B4%BF%E0%B4%A8%E0%B5%8D%E0%B4%A8%E0%B5%8D%20%E0%B4%B8%E0%B5%8D%E0%B4%95%E0%B5%8D%E0%B4%B0%E0%B5%80%E0%B5%BB%E0%B4%B7%E0%B5%8B%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B5%8D.png

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1946541

Title:
  Changed the language to India(malayalam) and calender doesnt show up
  correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1946541/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2021-10-11 Thread Qianqian Fang
Had this issue occasionally last year on Ubuntu 20.04, but now every
single time in the past week after my laptop wakes up from sleep.

Laptop is an Asus TUF F15 gaming laptop, with an NVIDIA 2060 GPU (hybrid
graphics with Radeon Renoir GPU). CPU is an AMD Ryzen 7 4800H. NVIDIA
driver 460.91.03. Ubuntu 20.04.3 LTS with Xfce 4.14.

Kernel version 5.6.14-050614-generic, dual monitors, one connected to
the HDMI port from the USB-C adaptor (DP-0, connected directly to the
NVIDIA GPU), and the other one connected to the HDMI port on the laptop
(HDMI-1-1, graphics "pass-through" AMD Radeon GPU). see
https://forums.developer.nvidia.com/t/ubuntu-19-04-doesnt-detect-my-
hdmi-display/79577/80

When waking up, the DP-0 port (via USB-C, driven by NVIDIA GPU) does not
have this issue, but the HDMI-1-1 port (via AMD GPU pass-through) loses
cursor.

The workaround Ctrl+Alt+F1 followed by Alt+F7, as provided in #1573454
works. Looking for a permanent fix.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1568604

Title:
  Mouse cursor lost when unlocking with Intel graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/elementaryos/+bug/1568604/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1946664] [NEW] account setup window becomes unconfigured

2021-10-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I installed ubuntu desktop on my Raspberrypi 4b. I set up the ubuntu
sign-one account, but to set up the Google and Microsoft account, the
window to enter the account data gets misconfigured on the screen and
does not read the fields to enter the data and set up access to my
accounts.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: xorg 1:7.7+22ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-1019.20-raspi 5.11.22
Uname: Linux 5.11.0-1019-raspi aarch64
ApportVersion: 2.20.11-0ubuntu65.3
Architecture: arm64
BootLog: Error: [Errno 13] Permissão negada: '/var/log/boot.log'
CasperMD5CheckResult: unknown
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Oct 11 12:12:33 2021
DistUpgraded: Fresh install
DistroCodename: hirsute
DistroVariant: ubuntu
GraphicsCard:
 
ImageMediaBuild: 20210421
Lspci-vt: -[:00]---00.0-[01]00.0  VIA Technologies, Inc. VL805 USB 3.0 
Host Controller
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: coherent_pool=1M 8250.nr_uarts=0 
snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 
video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:BB:4B:64 
vc_mem.mem_base=0x3eb0 vc_mem.mem_size=0x3ff0  dwc_otg.lpm_enable=0 
console=tty1 root=LABEL=writable rootfstype=ext4 elevator=deadline rootwait 
fixrtc quiet splash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
acpidump:
 
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.105-3~21.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug arm64 arm64-image corruption hirsute raspi-image ubuntu 
wayland-session
-- 
account setup window becomes unconfigured
https://bugs.launchpad.net/bugs/1946664
You received this bug notification because you are a member of Ubuntu-X, which 
is subscribed to xorg in Ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1946664] Re: account setup window becomes unconfigured

2021-10-11 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => xorg (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1946664

Title:
  account setup window becomes unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1946664/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1946621] Re: Crash in libegl-mesa0 (eglReleaseThread)

2021-10-11 Thread Maniraj D
Root caused the issue with Mesa-EGL, created a PR for the same:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13302

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1946621

Title:
  Crash in libegl-mesa0 (eglReleaseThread)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1946621/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp