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

2024-03-27 Thread Juerg Haefliger
This should go into a raspi specific package/config.


** Also affects: ubuntu-raspi-settings (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-raspi (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  mantic on raspberry5: x and/or lightdm problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/sddm/+bug/2044718/+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 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 "kms"
Driver "modesetting"
Option "AccelMethod" "msdri3"
Option "UseGammaLUT" "off"
EndSection
EOF
fi
else
if [ -e /usr/share/X11/xorg.conf.d/20-noglamor.conf ] ; then
rm /usr/share/X11/xorg.conf.d/20-noglamor.conf
fi
fi

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

Title:
  mantic on raspberry5: x and/or lightdm problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/sddm/+bug/2044718/+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 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 /dev/dri/by-path/ | grep -q '\(vec\|dsi\|dpi\)-card' ; then
IDENTIFIER=rp1
MATCHDRIVER='rp1-vec|rp1-dsi|rp1-dpi'
  fi
fi

sed -e "s/XXX/${IDENTIFIER}/" << EOF | sed -e "s/YYY/${MATCHDRIVER}/" > 
/etc/X11/xorg.conf.d/99-v3d.conf.tmp
Section "OutputClass"
  Identifier "XXX"
  MatchDriver "YYY"
  Driver "modesetting"
  Option "PrimaryGPU" "true"
EndSection
EOF

mv -f /etc/X11/xorg.conf.d/99-v3d.conf.tmp
/etc/X11/xorg.conf.d/99-v3d.conf

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

Title:
  mantic on raspberry5: x and/or lightdm problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/sddm/+bug/2044718/+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 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 member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/2044718

Title:
  mantic on raspberry5: x and/or lightdm problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/sddm/+bug/2044718/+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 2044718] Re: mantic on raspberry5: x and/or lightdm problems

2023-12-04 Thread Juerg Haefliger
Ok. Thanks for the clarification regarding X support. In that case we
need to understand what gldriver_test is doing that fixes things.

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

Title:
  mantic on raspberry5: x and/or lightdm problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/2044718/+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 2044718] Re: mantic on raspberry5: x and/or lightdm problems

2023-12-02 Thread Juerg Haefliger
If this is an X specific package then I'd say adding it to Ubuntu won't
fly. X is dead and Wayland is the future. But I've been proven to be
wrong in the past :-)

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

Title:
  mantic on raspberry5: x and/or lightdm problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/2044718/+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 2037642] Re: [FFe] Raspberry Pi 5 support

2023-11-01 Thread Juerg Haefliger
** No longer affects: libcamera (Ubuntu Noble)

** No longer affects: linux-meta-raspi (Ubuntu Noble)

** No longer affects: linux-raspi (Ubuntu Noble)

** No longer affects: mesa (Ubuntu Noble)

** No longer affects: pipewire (Ubuntu Noble)

** No longer affects: rpi-eeprom (Ubuntu Noble)

** No longer affects: ubuntu-settings (Ubuntu Noble)

-- 
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/2037642

Title:
  [FFe] Raspberry Pi 5 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/2037642/+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 2037642] Re: [FFe] Raspberry Pi 5 support

2023-10-03 Thread Juerg Haefliger
** Changed in: linux-meta-raspi (Ubuntu)
   Status: Triaged => Fix Released

** Changed in: linux-raspi (Ubuntu)
   Status: Triaged => Fix Released

-- 
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/2037642

Title:
  [FFe] Raspberry Pi 5 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcamera/+bug/2037642/+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 2037642] Re: [FFe] Raspberry Pi 5 support

2023-09-29 Thread Juerg Haefliger
Debdiff with squash of
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25450

Briefly tested on Pi 5, 4 and 400. Desktop comes up and glx and vulkan
are accelerated.

** Patch added: "mesa_23.2.1-1ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/2037642/+attachment/5705304/+files/mesa_23.2.1-1ubuntu2.debdiff

-- 
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/2037642

Title:
  [FFe] Raspberry Pi 5 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcamera/+bug/2037642/+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 2037642] Re: [FFe] Raspberry Pi 5 support

2023-09-29 Thread Juerg Haefliger
** Changed in: libcamera (Ubuntu)
 Assignee: (unassigned) => Juerg Haefliger (juergh)

** Changed in: linux-meta-raspi (Ubuntu)
 Assignee: (unassigned) => Juerg Haefliger (juergh)

** Changed in: linux-raspi (Ubuntu)
 Assignee: (unassigned) => Juerg Haefliger (juergh)

** Changed in: mesa (Ubuntu)
 Assignee: (unassigned) => Juerg Haefliger (juergh)

** Changed in: pipewire (Ubuntu)
 Assignee: (unassigned) => Juerg Haefliger (juergh)

-- 
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/2037642

Title:
  [FFe] Raspberry Pi 5 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcamera/+bug/2037642/+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 2037635] [NEW] Add support for Pi 5

2023-09-28 Thread Juerg Haefliger
*** This bug is a duplicate of bug 2037642 ***
https://bugs.launchpad.net/bugs/2037642

Public bug reported:

Backport support for new BCM2712 HW (used on Pi 5) to Mantic mesa.

Upstream MR:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25450

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

** Affects: mesa (Ubuntu Mantic)
 Importance: Undecided
 Status: New

** Also affects: mesa (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Description changed:

- Placeholder
+ Backport support for new bcm2712 HW (used on Pi 5) to Mantic mesa.
+ Upstream MR: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25450

** Description changed:

- Backport support for new bcm2712 HW (used on Pi 5) to Mantic mesa.
- Upstream MR: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25450
+ Backport support for new BCM2712 HW (used on Pi 5) to Mantic mesa.
+ 
+ Upstream MR:
+ https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25450

** This bug has been marked a duplicate of bug 2037642
   [FFe] Raspberry Pi 5 support

-- 
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/2037635

Title:
  Add support for Pi 5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2037635/+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 2015182] Re: Add support for Adreno a690

2023-04-04 Thread Juerg Haefliger
Test packages: https://launchpad.net/~juergh/+archive/ubuntu/mesa

** Description changed:

- The Lenovo X13s ARM laptop contains an Ardeno a690 GPU. Please add Mesa
+ The Lenovo X13s ARM laptop contains an Adreno a690 GPU. Please add Mesa
  support for this GPU. This landed in upstream Mesa here:
  
  https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21573

-- 
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/2015182

Title:
  Add support for Adreno a690

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2015182/+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 2015182] Re: Add support for Adreno a690

2023-04-04 Thread Juerg Haefliger
** Attachment added: "mesa_23.0.1-1ubuntu1_23.0.1-1ubuntu2.diff.gz"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2015182/+attachment/5660728/+files/mesa_23.0.1-1ubuntu1_23.0.1-1ubuntu2.diff.gz

-- 
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/2015182

Title:
  Add support for Adreno a690

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2015182/+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 2015182] [NEW] Add support for Adreno a690

2023-04-04 Thread Juerg Haefliger
Public bug reported:

The Lenovo X13s ARM laptop contains an Adreno a690 GPU. Please add Mesa
support for this GPU. This landed in upstream Mesa here:

https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21573

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

-- 
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/2015182

Title:
  Add support for Adreno a690

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2015182/+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 1971712] Re: Add support for Intel DG2

2022-10-17 Thread Juerg Haefliger
** Tags added: kern-4615

-- 
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/1971712

Title:
  Add support for Intel DG2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1971712/+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 1992734] Re: nvidia-graphics-drivers-390/390.154-0ubuntu1 ADT test failure with linux-raspi/5.19.0-1003.7

2022-10-13 Thread Juerg Haefliger
arm_heavy_mb() does not exist on the BCM2835 platform.

-- 
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/1992734

Title:
  nvidia-graphics-drivers-390/390.154-0ubuntu1 ADT test failure with
  linux-raspi/5.19.0-1003.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1992734/+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 1992734] Re: nvidia-graphics-drivers-390/390.154-0ubuntu1 ADT test failure with linux-raspi/5.19.0-1003.7

2022-10-13 Thread Juerg Haefliger
kernel doesn't provide function that the driver calls:

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

-- 
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/1992734

Title:
  nvidia-graphics-drivers-390/390.154-0ubuntu1 ADT test failure with
  linux-raspi/5.19.0-1003.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1992734/+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 1992734] [NEW] nvidia-graphics-drivers-390/390.154-0ubuntu1 ADT test failure with linux-raspi/5.19.0-1003.7

2022-10-13 Thread Juerg Haefliger
Public bug reported:

This is a scripted bug report about ADT failures while running nvidia-
graphics-drivers-390 tests for linux-raspi/5.19.0-1003.7 on kinetic.
Whether this is caused by the dep8 tests of the tested source or the
kernel has yet to be determined.

Testing failed on:
armhf: 
https://autopkgtest.ubuntu.com/results/autopkgtest-kinetic/kinetic/armhf/n/nvidia-graphics-drivers-390/20221013_013754_9419f@/log.gz

** Affects: linux-raspi (Ubuntu)
 Importance: Undecided
 Status: Invalid

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

** Affects: linux-raspi (Ubuntu Kinetic)
 Importance: Undecided
 Status: Invalid

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


** Tags: kernel-adt-failure

** Tags added: kernel-adt-failure

** Also affects: nvidia-graphics-drivers-390 (Ubuntu Kinetic)
   Importance: Undecided
   Status: New

** Also affects: linux-raspi (Ubuntu Kinetic)
   Importance: Undecided
   Status: New

** Changed in: linux-raspi (Ubuntu Kinetic)
   Status: New => Invalid

-- 
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/1992734

Title:
  nvidia-graphics-drivers-390/390.154-0ubuntu1 ADT test failure with
  linux-raspi/5.19.0-1003.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1992734/+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 1928393] Re: linux-firmware 1.197 causes kernel to report error "amdgpu: [gfxhub0] retry page fault"

2022-02-15 Thread Juerg Haefliger
Hirsute is EOL so closing this bug. Please open a new one if the problem
still persists with one of the supported series.

** Changed in: linux-firmware (Ubuntu Hirsute)
   Status: Incomplete => Won't Fix

-- 
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/1928393

Title:
  linux-firmware 1.197 causes kernel to report error "amdgpu: [gfxhub0]
  retry page fault"

To manage notifications about this bug go to:
https://bugs.launchpad.net/amd/+bug/1928393/+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 1928393] Re: linux-firmware 1.197 causes kernel to report error "amdgpu: [gfxhub0] retry page fault"

2022-01-20 Thread Juerg Haefliger
If you want this fixed in Ubuntu I need to know what series are
affected. Hirsute goes EOL at the end of the month. Are Impish and/or
Jammy working or affected as well?

** Changed in: linux-firmware (Ubuntu Hirsute)
   Status: Confirmed => Incomplete

-- 
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/1928393

Title:
  linux-firmware 1.197 causes kernel to report error "amdgpu: [gfxhub0]
  retry page fault"

To manage notifications about this bug go to:
https://bugs.launchpad.net/amd/+bug/1928393/+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 1928393] Re: linux-firmware 1.197 causes kernel to report error "amdgpu: [gfxhub0] retry page fault"

2021-11-29 Thread Juerg Haefliger
@antonio-petricca, What series? What kernel?

I can produce a hirsute linux-firmware package with the reverted sdma
firmware but need someone to verify it on hirsute with the hirsute
kernel. Any takers? Or have you all moved on to impish?

-- 
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/1928393

Title:
  linux-firmware 1.197 causes kernel to report error "amdgpu: [gfxhub0]
  retry page fault"

To manage notifications about this bug go to:
https://bugs.launchpad.net/amd/+bug/1928393/+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 1928393] Re: linux-firmware 1.197 causes kernel to report error "amdgpu: [gfxhub0] retry page fault"

2021-11-29 Thread Juerg Haefliger
** Also affects: mesa (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: linux-firmware (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** No longer affects: mesa (Ubuntu Hirsute)

** Changed in: mesa (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: linux-firmware (Ubuntu Hirsute)
   Status: New => Confirmed

** Changed in: linux-firmware (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: linux-firmware (Ubuntu Hirsute)
 Assignee: (unassigned) => Juerg Haefliger (juergh)

-- 
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/1928393

Title:
  linux-firmware 1.197 causes kernel to report error "amdgpu: [gfxhub0]
  retry page fault"

To manage notifications about this bug go to:
https://bugs.launchpad.net/amd/+bug/1928393/+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 1928393] Re: linux-firmware 1.197 causes kernel to report error "amdgpu: [gfxhub0] retry page fault"

2021-11-29 Thread Juerg Haefliger
@antonio-petricca, sorry but 5.15.2 is not a supported Ubuntu kernel and
especially not on Bionic with (old) Bionic firmware.

-- 
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/1928393

Title:
  linux-firmware 1.197 causes kernel to report error "amdgpu: [gfxhub0]
  retry page fault"

To manage notifications about this bug go to:
https://bugs.launchpad.net/amd/+bug/1928393/+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 1928393] Re: linux-firmware 1.197 causes kernel to report error "amdgpu: [gfxhub0] retry page fault"

2021-10-27 Thread Juerg Haefliger
Hi. I'm picking up this ticket from Seth. Reading through the history it
seems it's still an open issue? My understanding is that upstream
'fixed' this by reverting fw blobs in version 20210818. I can produce a
linux-firmware test package for hirsute 20.04 with these reverts if
necessary. Just let me know.


** Changed in: linux-firmware (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1928393

Title:
  linux-firmware 1.197 causes kernel to report error "amdgpu: [gfxhub0]
  retry page fault"

To manage notifications about this bug go to:
https://bugs.launchpad.net/amd/+bug/1928393/+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 1865379] Re: Raspberry Pi 4 fails to wake at login prompt

2021-04-12 Thread Juerg Haefliger
No response to my question in #34 from April of last year so setting
'linux (Ubuntu)' to 'Invalid'.

** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Raspberry Pi 4 fails to wake at login prompt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1865379/+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 1909678] Re: Ubuntu 20.10 Desktop on Pi4B - screen-freeze after idling at login-screen

2021-03-25 Thread Juerg Haefliger
Confirmed that the screen freezes after the timeout on first boot.
Xwayland is running and gnome-shell is at 100% CPU usage.

I don't believe it's a kernel problem. There are no suspicous kernel
messages and keyboard or mouse activity does turn the screen back on.

** Also affects: xwayland (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-raspi (Ubuntu Groovy)
   Status: Confirmed => Invalid

** Changed in: linux-raspi (Ubuntu Hirsute)
   Status: Confirmed => Invalid

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

Title:
  Ubuntu 20.10 Desktop on Pi4B - screen-freeze after idling at login-
  screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1909678/+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 1865379] Re: Raspberry Pi 4 fails to wake at login prompt

2020-04-28 Thread Juerg Haefliger
I've noticed that the kernel you're running is quite old. Are you still
able to reproduce this issue with a current image from
http://cdimage.ubuntu.com/ubuntu-server/daily-preinstalled/current/?

Also, how did you install xfce? Can you please detail the steps so we
can try to reproduce the issue? Lastly, when your display goes off, does
it turn off (go into standby) or is it just blanked?

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

Title:
  Raspberry Pi 4 fails to wake at login prompt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1865379/+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 1865379] Re: Raspberry Pi 4 fails to wake at login prompt

2020-04-28 Thread Juerg Haefliger
** Also affects: xorg-server (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Focal)
   Importance: Undecided
   Status: New

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

Title:
  Raspberry Pi 4 fails to wake at login prompt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1865379/+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