[Ubuntu-x-swat] [Bug 830949] Re: [Intel N10 Graphics] Need Compiz' "Copy to Texture" plugin so can display on multi-head layouts bigger than the max GL texture size

2024-03-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: compiz (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu.

[Ubuntu-x-swat] [Bug 2054851] Re: [radeon] gnome-shell and Xorg both crash with SIGSEGV in radeon_bo_reference()

2024-03-19 Thread Daniel van Vugt
** Tags added: fixed-in-mesa-24.1 fixed-upstream -- 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/2054851 Title: [radeon] gnome-shell and Xorg both crash with SIGSEGV in radeon_bo_reference()

[Ubuntu-x-swat] [Bug 2058143] Re: Decoding glitchy on GM45 - MR has been pending since 2020

2024-03-19 Thread Daniel van Vugt
** Changed in: intel-vaapi-driver (Ubuntu) Assignee: (unassigned) => Daniel van Vugt (vanvugt) ** Changed in: intel-vaapi-driver (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to

[Ubuntu-x-swat] [Bug 2044718] Re: mantic on raspberry5: x and/or lightdm problems

2024-03-19 Thread Juerg Haefliger
And: #!/bin/bash # Glamor should not run on platforms prior to Pi 4. if ! raspi-config nonint gpu_has_mmu ; then if ! [ -e /usr/share/X11/xorg.conf.d/20-noglamor.conf ] ; then cat > /usr/share/X11/xorg.conf.d/20-noglamor.conf << EOF Section "Device" Identifier

[Ubuntu-x-swat] [Bug 2044718] Re: mantic on raspberry5: x and/or lightdm problems

2024-03-19 Thread Juerg Haefliger
OK, it's an X config. It runs this script: #!/bin/bash # Choose an appropriate "Primary GPU" for Xorg # This should normally be vc4 (not v3d) but when some # other display is enabled on Pi5, it should match that. IDENTIFIER=vc4 MATCHDRIVER=vc4 if raspi-config nonint is_pifive; then if ls

[Ubuntu-x-swat] [Bug 2044718] Re: mantic on raspberry5: x and/or lightdm problems

2024-03-19 Thread Juerg Haefliger
gldriver_test: Description: Various graphics-related config services Installs systemd services to manage various aspects of configuration of video drivers on Raspberry Pi. http://archive.raspberrypi.org/debian/pool/main/g/gldriver-test/ -- You received this bug notification because you are a