[Touch-packages] [Bug 1975865] Re: Hash and size mismatch with http://ddebs.ubuntu.com/dists/bionic-updates/main/binary-amd64/Packages.gz

2024-04-13 Thread Bram Stolk
This now happens for noble: ``` Err:12 http://ddebs.ubuntu.com noble/universe amd64 Packages File has unexpected size (5097972 != 5076444). Mirror sync in progress? [IP: 185.125.190.18 80] Hashes of expected file: - Filesize:5076444 [weak] -

[Bug 1975865] Re: Hash and size mismatch with http://ddebs.ubuntu.com/dists/bionic-updates/main/binary-amd64/Packages.gz

2024-04-13 Thread Bram Stolk
This now happens for noble: ``` Err:12 http://ddebs.ubuntu.com noble/universe amd64 Packages File has unexpected size (5097972 != 5076444). Mirror sync in progress? [IP: 185.125.190.18 80] Hashes of expected file: - Filesize:5076444 [weak] -

Bug#1051946: libsdl2-dev: sdl2-config --static-libs will fail with clang-16 and above.

2023-09-14 Thread Bram Stolk
Package: libsdl2-dev Version: 2.28.3+dfsg-2 Justification: sdl2-config can fail to get the proper link flags. This used to work with both gcc and clang, but now when using clang, it fails: $ CC=clang-16 sdl2-config --static-libs clang: error: unsupported option '-print-multiarch' clang: error:

[Desktop-packages] [Bug 2009739] Re: hwacc build crashes on direct scanout.

2023-03-09 Thread Bram Stolk
Does not crash when using AMD gpu, instead of Alderlake iGPU. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/2009739 Title: hwacc build crashes on direct scanout. Status in

[Desktop-packages] [Bug 2009739] Re: hwacc build crashes on direct scanout.

2023-03-08 Thread Bram Stolk
Unfortunately, removing the --enable-hardware-overlays flag does not help. Still crashes when full screen: Chromium111.0.5563.19 (Official Build) snap (64-bit) Revision 378a38865270d286695aeb86f190564911ef7bc2-refs/branch-heads/5563@{#251} OS Linux JavaScript V8

[Desktop-packages] [Bug 2009739] [NEW] hwacc build crashes on direct scanout.

2023-03-08 Thread Bram Stolk
Public bug reported: This pertains to the HWACC branches of the chromium snap. When launched full-screen on an Intel iGPU, the hardware overlay use will result in a core dump. This could be related to direct-scanout and overlay planes? To reproduce: $ chromium --start-fullscreen OS: Ubuntu

[Desktop-packages] [Bug 2004586] Re: Chromium's minigbm uses incorrect path for loading radeonsi_dri driver.

2023-02-22 Thread Bram Stolk
Note that when logging into build VM after building the chromium-hwacc snap: multipass shell snapcraft-chromium I see: # pkg-config --variable=dridriverdir dri /usr/lib/x86_64-linux-gnu/dri And not the expected /snap/gnome-3-38-2004/current/usr/lib/x86_64-linux-gnu/dri this value is from

[Desktop-packages] [Bug 2006646] Re: hwacc branch builds that use minigbm will switch to software compositor on amd.

2023-02-21 Thread Bram Stolk
Hard-coding the dri directory to point to the snap's dri dir fixes this, as I now see: Graphics Feature Status Canvas: Hardware accelerated Canvas out-of-process rasterization: Disabled Direct Rendering Display Compositor: Disabled Compositing: Hardware accelerated Multiple Raster Threads:

[Desktop-packages] [Bug 2006646] Re: hwacc branch builds that use minigbm will switch to software compositor on amd.

2023-02-21 Thread Bram Stolk
I've added logging to third_party/minigbm/src/amdgpu.c third_party/minigbm/src/drv.c This yielded: drm_version->name: amdgpu backend_list[0] = amdgpu drv_get_backend(13) returned 0x55bf084e4338 dri_init() failed for path /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so driver radeonsi: No such

[Desktop-packages] [Bug 2006646] Re: hwacc branch builds with minigbm switch to software compositor on amd.

2023-02-17 Thread Bram Stolk
I have reproduced this with a chromium that I built manually, from source, not going via snapcraft. So that rules out snap as the culprit, I think. reproduced with: 112.0.5572.0 Built with: use_system_minigbm = false use_intel_minigbm = true use_amdgpu_minigbm = true

[Desktop-packages] [Bug 2006646] Re: hwacc branch builds with minigbm switch to software compositor on amd.

2023-02-17 Thread Bram Stolk
With the DRI_DRIVER_DIR issue out of the way, I see: WARNING:ozone_platform_wayland.cc(273)] Failed to find drm render node path. WARNING:wayland_buffer_manager_gpu.cc(437)] Failed to initialize drm render node handle. render node is present: $ ls -al /dev/dri/ total 0 drwxr-xr-x 3 root root

[Desktop-packages] [Bug 2004586] Re: Chromium's minigbm uses incorrect path for loading radeonsi_dri driver.

2023-02-17 Thread Bram Stolk
MR for snap-from-source is here: https://code.launchpad.net/~b-stolk/chromium-browser/+git/snap-from-source/+merge/437529 ** Changed in: chromium-browser (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 2004586] Re: Chromium's minigbm uses incorrect path for loading radeonsi_dri driver.

2023-02-17 Thread Bram Stolk
I've sent an up-stream fix to Gerrit: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/4263398 Fix to snap-from-source will follow. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 2004586] Re: Chromium's minigbm uses incorrect path for loading radeonsi_dri driver.

2023-02-16 Thread Bram Stolk
This part is missing from the compiler command line -DDRI_DRIVER_DIR=\"/usr/lib/x86_64-linux-gnu/dri\" I've verified that this can be fixed by adding a configuration to minigbm's BUILD.gn I will create a patch that addresses this. -- You received this bug notification because you are a member

[Desktop-packages] [Bug 2006646] Re: hwacc branch builds with minigbm switch to software compositor on amd.

2023-02-13 Thread Bram Stolk
This could be a hint on why: WARNING:ozone_platform_wayland.cc(273)] Failed to find drm render node path. WARNING:wayland_buffer_manager_gpu.cc(424)] Failed to initialize drm render node handle. -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 2006966] Re: Missing flag causing lack of hardware encoding in hwacc build.

2023-02-10 Thread Bram Stolk
** Changed in: chromium-browser (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/2006966 Title: Missing flag causing lack of

[Desktop-packages] [Bug 2006966] [NEW] Missing flag causing lack of hardware encoding in hwacc build.

2023-02-10 Thread Bram Stolk
Assignee: Bram Stolk (b-stolk) Status: New ** Tags: kivu ** Changed in: chromium-browser (Ubuntu) Assignee: (unassigned) => Bram Stolk (b-stolk) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubu

[Desktop-packages] [Bug 2006641] Re: hwacc branches fail to build

2023-02-09 Thread Bram Stolk
>One-copy patch does not apply to 111. That is regrettable. I'll do a quick test to see if a higher --fuzz helps, by any chance. Which would be a trivial fix. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 2006646] Re: hwacc branch builds with minigbm switch to software compositor on amd.

2023-02-09 Thread Bram Stolk
** Changed in: chromium-browser (Ubuntu) Assignee: (unassigned) => Bram Stolk (b-stolk) ** Changed in: chromium-browser (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-b

[Desktop-packages] [Bug 2006646] Re: hwacc branch builds with minigbm switch to software compositor on amd.

2023-02-08 Thread Bram Stolk
The previous test was on a chromium 107 build. I re-tested it on a chromium 110 build with minigbm, and it shows the same result on rx580 gpu: software compositing. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in

[Desktop-packages] [Bug 2006646] [NEW] hwacc branch builds with minigbm switch to software compositor on amd.

2023-02-08 Thread Bram Stolk
Public bug reported: This pertains to the hwacc branches of snap_from_source chromium builds. Following the guide-0.9.1, we switched from system gbm to minigbm. (These switches are in args.gn) use_system_minigbm = false use_intel_minigbm = true use_amdgpu_minigbm = true This enables us to

[Desktop-packages] [Bug 2006641] Re: hwacc branches fail to build

2023-02-08 Thread Bram Stolk
** Changed in: chromium-browser (Ubuntu) Assignee: (unassigned) => Bram Stolk (b-stolk) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/2006641 Title: hwacc branc

[Desktop-packages] [Bug 2006641] [NEW] hwacc branches fail to build

2023-02-08 Thread Bram Stolk
Public bug reported: Currently the hwacc branches of snap_from_source fail to build. This is caused by the fact that the guide-0.9.1 patches are against 107 chromium, and no longer apply cleanly. build logs here: https://launchpad.net/~chromium-team/+snap/chromium-snap-from-source-hwacc-beta

[Desktop-packages] [Bug 2004586] Re: Chromium's minigbm uses incorrect path for loading radeonsi_dri driver.

2023-02-08 Thread Bram Stolk
I confirmed that DRI_DRIVER_DIR never makes it to the compiler flags. I added an error pragma to catch an empty definition and no definition in attached patch. The result when building w that patch (on 107 chromium): FAILED: obj/third_party/minigbm/minigbm/amdgpu.o

[Desktop-packages] [Bug 2004586] Re: Chromium's minigbm uses incorrect path for loading radeonsi_dri driver.

2023-02-08 Thread Bram Stolk
Thanks for testing. So, your first log contains this error, though: ``` /build/chromium/parts/chromium/build ERROR at //build/config/linux/dri/BUILD.gn:11:20: Script returned non-zero exit code. dri_driver_dir = exec_script(pkg_config_script, ^-- Current dir:

[Desktop-packages] [Bug 2004586] [NEW] Chromium's minigbm uses incorrect path for loading radeonsi_dri driver.

2023-02-02 Thread Bram Stolk
Public bug reported: [NOTE] This is for the HWACC build of chromium, from snap channel latest/candidate/hwacc $ snap info chromium | grep installed installed: 107.0.5304.68-hwacc(2301) 172MB - This hwacc branch uses minigbm over the Ubuntu-supplied libgbm from Mesa origin.

[Desktop-packages] [Bug 1968610] Re: Chromium snap doesn't launch correctly Ubuntu 22.04 on Wayland, Nvidia

2023-01-23 Thread Bram Stolk
I am hitting this too. Unlike OP, I am on 22.10 Like OP, I am on nvidia 510 proprietary drivers. Adding --ozone-platform=wayland fixes the issue for me. $ chromium Gtk-Message: 10:43:34.433: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load

[Kernel-packages] [Bug 2003111] Re: ASAN catches bug in v4l kernel module.

2023-01-17 Thread Bram Stolk
lunar running on VM, kernel version 5.19.0-21-generic is not affected. kinetic running on HW, kernel version 5.19.0-29-generic is affected. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 2003111] [NEW] ASAN catches bug in v4l kernel module.

2023-01-17 Thread Bram Stolk
Public bug reported: The package linux-modules-extra-5.19.0-29-generic has a kernel module named vivid.ko for artificial v4l streams. When I modprobe the vivid.ko module, an invalid operation is detected by ASAN, and the created of /dev/video0 device file fails. The offending call is

[Desktop-packages] [Bug 1999924] Re: Unsupported buffer format 842094158

2023-01-13 Thread Bram Stolk
Ugh, this may need revisiting. Even though it stops the crash, it also seems to stop hardware decode support for me. I would have sworn I tested with intel_gpu_top, but on the current edge build, I see no HW acceleration anymore. -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 2000175] Re: [snap] latest/candidate/hwacc channel cause lots of Apparmor noise

2023-01-06 Thread Bram Stolk
I have made a Pull Request for upstream. https://github.com/intel/media-driver/pull/1588 Once this is merged and released, we should pick this up in our snap build. By setting GFX_FEATURE_FILE and GFX_FEATURE_FILE_NEXT we can then prevent access to /etc/ dir. ** Changed in: chromium-browser

[Desktop-packages] [Bug 1999487] Re: Webcam does not work with v107.0.5304.121-hwacc

2023-01-06 Thread Bram Stolk
Intel provided guidance on how to address this. I will make a merge request. ** Changed in: chromium-browser (Ubuntu) Assignee: Nathan Teodosio (nteodosio) => Bram Stolk (b-stolk) -- You received this bug notification because you are a member of Desktop Packages, which is subscri

[Desktop-packages] [Bug 1999487] Re: Webcam does not work with v107.0.5304.121-hwacc

2023-01-05 Thread Bram Stolk
My current theory is that we broke video input for non Intel platforms. On my machine with AMD GPU, I get: ERROR:gpu_memory_buffer_support_x11.cc(134)] Can't create buffer -- gbm device is missing $ inxi -G Graphics: Device-1: AMD Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]

[Desktop-packages] [Bug 1999487] Re: Webcam does not work with v107.0.5304.121-hwacc

2023-01-05 Thread Bram Stolk
@ikepanhc Which GPU do you have? Intel, AMD or nVidia? $ sudo apt install inxi $ inxi -G Thanks. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/1999487 Title: Webcam does

[Desktop-packages] [Bug 2000175] Re: [snap] latest/candidate/hwacc channel cause lots of Apparmor noise

2023-01-04 Thread Bram Stolk
Just logging this here: I tried solving this with the `GFX_FEATURE_FILE` environment variable: `GFX_FEATURE_FILE=$SNAP_USER_COMMON/igfx_user_feature.txt` But unfortunately that did not prevent the media driver from using `/etc/` I think the file name override gets taken out by the precompiler.

[Desktop-packages] [Bug 1999487] Re: Webcam does not work with v107.0.5304.121-hwacc

2023-01-04 Thread Bram Stolk
Note: the `content chromium:va-driver-non-free` connection is completely harmless. We just added an extra path to get drivers from an alternate snap if so required, in the future, for patent reasons. This is a currently unused provision, and no free drivers are built or used. -- You received

[Desktop-packages] [Bug 2000175] Re: [snap] latest/candidate/hwacc channel cause lots of Apparmor noise

2023-01-04 Thread Bram Stolk
I've traced it down to the Intel Media Driver's profiling: https://github.com/intel/media- driver/tree/master/Tools/MediaDriverTools/UMDPerfProfiler UMD Performance Profiler (I am pretty sure that here, UMD stands for User Mode Driver.) I will try to find a way to disable the profiling

[Desktop-packages] [Bug 2000175] Re: [snap] latest/candidate/hwacc channel cause lots of Apparmor noise

2023-01-04 Thread Bram Stolk
I confirm that I see the same. I will try a non-hwacc build to see if this is specific to hwacc. NOTE: It wants to create that file. It uses mknod() but to create a normal file, not a special file. On systems that have this file, it wants to open it for reading. We should find out what is

[Desktop-packages] [Bug 1999924] Re: Unsupported buffer format 842094158

2023-01-03 Thread Bram Stolk
https://code.launchpad.net/~b-stolk/chromium-browser/+git/snap-from- source/+merge/435082 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/124 Title: Unsupported buffer

[Desktop-packages] [Bug 1999924] Re: Unsupported buffer format 842094158

2022-12-16 Thread Bram Stolk
** Description changed: This is with 107.0.5304.121-hwacc from latest/candidate/hwacc on Ubuntu 22.10 Wayland. When playing a h264 video, or a youtube video, I get: ``` $ snap info chromium | grep installed installed: 107.0.5304.121-hwacc(2224) 171MB - $

[Desktop-packages] [Bug 1999924] Re: Unsupported buffer format 842094158

2022-12-16 Thread Bram Stolk
108.0.5359.124 from latest/candidate plays video without crashing. 109.0.5414.36-hwacc from latest/beta/hwacc has the same crash. Adding --ozone-platform=x11 stops the crash. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1999924] [NEW] Unsupported buffer format 842094158

2022-12-16 Thread Bram Stolk
Public bug reported: This is with 107.0.5304.121-hwacc from latest/candidate/hwacc on Ubuntu 22.10 Wayland. When playing a h264 video, or a youtube video, I get: ``` $ snap info chromium | grep installed installed: 107.0.5304.121-hwacc(2224) 171MB - $ chromium ~/sample.mp4

[Touch-packages] [Bug 1999698] [NEW] Dodgy looking patch applied to our build.

2022-12-14 Thread Bram Stolk
Public bug reported: When building accountsservice we apply patches, among of which is `0010-set-language.patch` which raises concerns. It will not compile without warnings: At the very least contains misleading indentation. ``` [92/99] Compiling C object src/accounts-daemon.p/user.c.o

[Desktop-packages] [Bug 1999698] [NEW] Dodgy looking patch applied to our build.

2022-12-14 Thread Bram Stolk
Public bug reported: When building accountsservice we apply patches, among of which is `0010-set-language.patch` which raises concerns. It will not compile without warnings: At the very least contains misleading indentation. ``` [92/99] Compiling C object src/accounts-daemon.p/user.c.o

[Dx-packages] [Bug 1999698] [NEW] Dodgy looking patch applied to our build.

2022-12-14 Thread Bram Stolk
Public bug reported: When building accountsservice we apply patches, among of which is `0010-set-language.patch` which raises concerns. It will not compile without warnings: At the very least contains misleading indentation. ``` [92/99] Compiling C object src/accounts-daemon.p/user.c.o

[Bug 1999698] [NEW] Dodgy looking patch applied to our build.

2022-12-14 Thread Bram Stolk
Public bug reported: When building accountsservice we apply patches, among of which is `0010-set-language.patch` which raises concerns. It will not compile without warnings: At the very least contains misleading indentation. ``` [92/99] Compiling C object src/accounts-daemon.p/user.c.o

[Desktop-packages] [Bug 1999487] Re: Webcam does not work with v107.0.5304.121-hwacc

2022-12-14 Thread Bram Stolk
I have tried to repro this. chromium: 107.0.5304.121-hwacc on Ubuntu 22.10 Logitech, Inc. QuickCam Vision Pro [WORKS] IMC Networks USB2.0 HD UVC WebCam [WORKS] Could it be that this issue happens with MIPI cameras only? My tests were with USB based cams. -- You received this bug notification

[Desktop-packages] [Bug 1999487] Re: Webcam does not work with v107.0.5304.121-hwacc

2022-12-14 Thread Bram Stolk
@ikepanhc Thanks. What model webcam do you have? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu. https://bugs.launchpad.net/bugs/1999487 Title: Webcam does not work with v107.0.5304.121-hwacc Status in

[Kernel-packages] [Bug 1837326] Re: platform eisa.0: EISA: Cannot allocate resource for mainboard

2022-12-12 Thread Bram Stolk
@thedoctar Add it to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub file. $ sudo dmesg | grep "Command line" [0.00] Command line: BOOT_IMAGE=/vmlinuz-5.19.0-26-generic root=/dev/mapper/vgubuntu-root ro quiet splash intel_pstate=passive eisa_bus.disable_dev=1,2,3,4,5,6,7,8 vt.handoff=7

[Linux-traipu] [Bug 1569601] Re: Audio/Video sync

2022-12-12 Thread Bram Stolk
Should be closed, as it pertains to a very old version. ** Changed in: openshot Status: New => Incomplete -- You received this bug notification because you are a member of UBUNTU - AL - BR, which is subscribed to OpenShot Video Editor. https://bugs.launchpad.net/bugs/1569601 Title:

[Openshot.bugs] [Bug 1569601] Re: Audio/Video sync

2022-12-12 Thread Bram Stolk
Should be closed, as it pertains to a very old version. ** Changed in: openshot Status: New => Incomplete -- You received this bug notification because you are a member of OpenShot Bugs, which is subscribed to OpenShot Video Editor. https://bugs.launchpad.net/bugs/1569601 Title:

[Touch-packages] [Bug 1998414] Re: libdrm-dev missing man pages

2022-11-30 Thread Bram Stolk
Debian also is missing the same pages: https://manpages.debian.org/bullseye/libdrm- dev/drmModeGetResources.3.en.html -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libdrm in Ubuntu. https://bugs.launchpad.net/bugs/1998414

[Ubuntu-x-swat] [Bug 1998414] Re: libdrm-dev missing man pages

2022-11-30 Thread Bram Stolk
Debian also is missing the same pages: https://manpages.debian.org/bullseye/libdrm- dev/drmModeGetResources.3.en.html -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libdrm in Ubuntu. https://bugs.launchpad.net/bugs/1998414 Title: libdrm-dev

[Ubuntu-x-swat] [Bug 1998414] [NEW] libdrm-dev missing man pages

2022-11-30 Thread Bram Stolk
Public bug reported: When I access the man-page for drmModeGetResources I am referred to other pages in "SEE ALSO" ``` SEE ALSO drm(7), drm-kms(7), drmModeGetFB(3), drmModeAddFB(3), drmMod‐ eAddFB2(3), drmModeRmFB(3),drmModeDirtyFB(3),drmMod‐ eGetCrtc(3),

[Touch-packages] [Bug 1998414] [NEW] libdrm-dev missing man pages

2022-11-30 Thread Bram Stolk
Public bug reported: When I access the man-page for drmModeGetResources I am referred to other pages in "SEE ALSO" ``` SEE ALSO drm(7), drm-kms(7), drmModeGetFB(3), drmModeAddFB(3), drmMod‐ eAddFB2(3), drmModeRmFB(3),drmModeDirtyFB(3),drmMod‐ eGetCrtc(3),

[Ubuntu-x-swat] [Bug 1998001] [NEW] Missing tests from libdrm-tests

2022-11-25 Thread Bram Stolk
Public bug reported: It is advertised by the OS that kms-universal-planes can be installed via libdrm-tests but this is false: $ kms-universal-planes Command 'kms-universal-planes' not found, but can be installed with: sudo apt install libdrm-tests $ sudo apt install libdrm-tests [sudo]

[Touch-packages] [Bug 1998001] [NEW] Missing tests from libdrm-tests

2022-11-25 Thread Bram Stolk
Public bug reported: It is advertised by the OS that kms-universal-planes can be installed via libdrm-tests but this is false: $ kms-universal-planes Command 'kms-universal-planes' not found, but can be installed with: sudo apt install libdrm-tests $ sudo apt install libdrm-tests [sudo]

[Desktop-packages] [Bug 1996217] acpidump.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "acpidump.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630407/+files/acpidump.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1996217] ProcInterrupts.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630403/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1996217] WifiSyslog.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630406/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1996217] UdevDb.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630405/+files/UdevDb.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1996217] ProcModules.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630404/+files/ProcModules.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Kernel-packages] [Bug 1996217] acpidump.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "acpidump.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630407/+files/acpidump.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1996217] ProcCpuinfo.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630400/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1996217] ProcEnviron.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630402/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1996217] Lsusb-v.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630399/+files/Lsusb-v.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1996217] Lsusb.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630397/+files/Lsusb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1996217

[Kernel-packages] [Bug 1996217] Lsusb-t.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "Lsusb-t.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630398/+files/Lsusb-t.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1996217] WifiSyslog.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630406/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1996217] ProcInterrupts.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630403/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1996217] ProcModules.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630404/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1996217] UdevDb.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630405/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1996217] ProcCpuinfoMinimal.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630401/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Desktop-packages] [Bug 1996217] ProcEnviron.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630402/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1996217] ProcCpuinfo.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630400/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1996217] ProcCpuinfoMinimal.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630401/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1996217] Lspci.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630395/+files/Lspci.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1996217] Lspci-vt.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630396/+files/Lspci-vt.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1996217] Lsusb-v.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630399/+files/Lsusb-v.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1996217] Lsusb-t.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "Lsusb-t.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630398/+files/Lsusb-t.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1996217] Lsusb.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630397/+files/Lsusb.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Kernel-packages] [Bug 1996217] Lspci-vt.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630396/+files/Lspci-vt.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1996217] Lspci.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630395/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1996217

[Kernel-packages] [Bug 1996217] CurrentDmesg.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630393/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1996217] IwConfig.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630394/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Desktop-packages] [Bug 1996217] IwConfig.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630394/+files/IwConfig.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1996217] CurrentDmesg.txt

2022-11-10 Thread Bram Stolk
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1996217/+attachment/5630393/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Kernel-packages] [Bug 1996217] Re: SIGTRAP on launch 109.0.5396.2-2184

2022-11-10 Thread Bram Stolk
apport information ** Description changed: I installed chromium snap from edge channel: $ snap refresh --amend --channel edge chromium chromium (edge) 109.0.5396.2 from Canonical✓ refreshed $ chromium Trace/breakpoint trap (core dumped) == STRACE == - When I

[Desktop-packages] [Bug 1996217] Re: SIGTRAP on launch 109.0.5396.2-2184

2022-11-10 Thread Bram Stolk
apport information ** Description changed: I installed chromium snap from edge channel: $ snap refresh --amend --channel edge chromium chromium (edge) 109.0.5396.2 from Canonical✓ refreshed $ chromium Trace/breakpoint trap (core dumped) == STRACE == - When I

[Desktop-packages] [Bug 1996217] [NEW] SIGTRAP on launch 109.0.5396.2-2184

2022-11-10 Thread Bram Stolk
Public bug reported: I installed chromium snap from edge channel: $ snap refresh --amend --channel edge chromium chromium (edge) 109.0.5396.2 from Canonical✓ refreshed $ chromium Trace/breakpoint trap (core dumped) == STRACE == When I run it through strace, the last system calls are:

Re: [Desktop-packages] [Bug 1990010] Re: VA error: resource allocation failed

2022-10-20 Thread Bram Stolk
Ah... that explains a lot! Please send me the revised build guide! Mine is v0.5 from june! Thanks! On Thu, Oct 20, 2022 at 3:00 PM Qinling Wang <1990...@bugs.launchpad.net> wrote: > Which build guide do you have? Is that Revision 0.7? There are 7 patches > rather than 3. > > -- > You received

[Desktop-packages] [Bug 1990010] Re: VA error: resource allocation failed

2022-10-20 Thread Bram Stolk
Yes, your r105 debian package works on my machine, with HW-decode under Wayland. Are there any patches applied, other than the 3 mentioned in the building guide? ** Attachment added: "Screenshot from 2022-10-20 11-11-45.png"

[Desktop-packages] [Bug 1990010] Re: VA error: resource allocation failed

2022-10-03 Thread Bram Stolk
I tried building a snap with 104.0.5112.101 version of chromium, and that gives me working HW-decode on Wayland. A later change in chromium must have broken vaapi playback. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1990010] Re: VA error: resource allocation failed

2022-09-29 Thread Bram Stolk
The deb does indeed vaapi hw decode for me on Alderlake. $ LIBVA_TRACE=$HOME/va.log /usr/bin/chromium-browser-unstable --enable- logging=stderr ~/Downloads/*mp4 ** Attachment added: "va trace"

[Desktop-packages] [Bug 1990010] Re: VA error: resource allocation failed

2022-09-29 Thread Bram Stolk
@helainewang I can confirm that your .deb file indeed plays with HW decoding on my Alderlake machine, but not via VAAPI. If I pass: ``` --enable-logging=stderr --enable-features=VaapiVideoDecoder,VaapiVideoEncoder --disable-features=UseChromeOSDirectVideoDecoder ``` Then the decoding is in

Re: [Desktop-packages] [Bug 1990010] Re: VA error: resource allocation failed

2022-09-28 Thread Bram Stolk
I get this both on dev, and edge-hwacc, and snaps I build myself. It consistently gives me a VA error on wayland, but works on X11. On Wed, Sep 28, 2022 at 2:30 PM Nathan Teodosio <1990...@bugs.launchpad.net> wrote: > > Which build guide did you follow to build your chromium browser? Could > >

[Desktop-packages] [Bug 1990010] Re: VA error: resource allocation failed

2022-09-28 Thread Bram Stolk
The chromium version and vainfo output are in the upstream issue: https://github.com/intel/media-driver/issues/1498 The chromium build is via our snap, that integrates your patches. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1990677] Re: Update fonts-noto-color-emoji for Unicode 15

2022-09-23 Thread Bram Stolk
** Tags added: jammy ** Tags added: upgrade-software-version -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to fonts-noto-color-emoji in Ubuntu. https://bugs.launchpad.net/bugs/1990677 Title: Update fonts-noto-color-emoji for Unicode

[Desktop-packages] [Bug 1990677] Re: Update fonts-noto-color-emoji for Unicode 15

2022-09-23 Thread Bram Stolk
** Description changed: - Ubuntu LTS should be capable of display all current color emojis. + [Impact] - For instance, these new emojis in unicode 15.0 + Ubuntu has included Google's color emoji font by default for years. + Annually, the Unicode Consortium releases a new Unicode standard with

[Desktop-packages] [Bug 1990677] [NEW] Update fonts-noto-color-emoji for Unicode 15

2022-09-23 Thread Bram Stolk
Public bug reported: Ubuntu LTS should be capable of display all current color emojis. For instance, these new emojis in unicode 15.0 https://emojipedia.org/google/15.0/ ** Affects: fonts-noto-color-emoji (Ubuntu) Importance: Medium Status: Fix Released ** Affects:

  1   2   3   4   >