[Kernel-packages] [Bug 2007734] Re: Black screen on boot and tearing on resume on HP Envy x360

2023-03-23 Thread jtlb
I tried to install linux-oem-22.04c as suggested, unfortunately, I get
the following error message:

E: Couldn't find any package by glob 'linux-oem-22.04c'

I'm running kinetic with “proposed” updates enabled

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

Title:
  Black screen on boot and tearing on resume on HP Envy x360

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I installed Ubuntu about 1 week ago on a new machine, after testing
  with a Live USB 22.10 that it was working reasonably well. While the
  live USB was working pretty well, including 3D acceleration, the
  installed system failed to display anything after the first mode
  setting.

  I was able to work around this first issue with:

  echo 'FRAMEBUFFER=y' | sudo tee /etc/initramfs-tools/conf.d/hp-envy-x360-quirk
  sudo update-initramfs -c -k all

  With this, the system starts correctly, with 3D acceleration. I
  noticed that, after enabling this option, the initrd image now
  contained i915 driver and firmware. However, just declaring "i915"
  /etc/initramfs-tools/modules did not appear to fix the issue.

  A second, possibly related issue, is that after resume, the screen was
  displaying random pixels of increasing intensity (tearing ?).

  I was able to work around this other issue with:

  echo 'GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_psr=0 
i915.enable_fbc=1"' | sudo tee /etc/default/grub.d/hp-envy-x360-quirk.cfg
  sudo update-grub

  With this second workaround in place, suspend/resumes has been working
  fine for at least the past couple of days.

  Let me know if this bug should be split into 2 dedicated bugs or if I
  can help with any test.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: linux-image-5.19.0-31-generic 5.19.0-31.32
  ProcVersionSignature: Ubuntu 5.19.0-31.32-generic 5.19.17
  Uname: Linux 5.19.0-31-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jean-tiare  111982 F pipewire
jean-tiare  111986 F wireplumber
   /dev/snd/pcmC0D0p:   jean-tiare  111982 F...m pipewire
   /dev/snd/seq:jean-tiare  111982 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Feb 17 23:35:44 2023
  InstallationDate: Installed on 2023-02-10 (6 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  MachineType: HP HP ENVY x360 2-in-1 Laptop 15-ew0xxx
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.19.0-31-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash i915.enable_psr=0 
i915.enable_fbc=1 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.19.0-31-generic N/A
   linux-backports-modules-5.19.0-31-generic  N/A
   linux-firmware 20220923.gitf09bebf3-0ubuntu1.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/23/2022
  dmi.bios.release: 15.13
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.13
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8A29
  dmi.board.vendor: HP
  dmi.board.version: 22.41
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.ec.firmware.release: 22.41
  dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd12/23/2022:br15.13:efr22.41:svnHP:pnHPENVYx3602-in-1Laptop15-ew0xxx:pvrType1ProductConfigId:rvnHP:rn8A29:rvr22.41:cvnHP:ct31:cvrChassisVersion:sku6R3F4EA#ABF:
  dmi.product.family: 103C_5335M8 HP ENVY
  dmi.product.name: HP ENVY x360 2-in-1 Laptop 15-ew0xxx
  dmi.product.sku: 6R3F4EA#ABF
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2007734] Re: Black screen on boot and tearing on resume on HP Envy x360

2023-03-19 Thread Kai-Heng Feng
Please see if linux oem kernel 6.1 solves your issue:
$ sudo apt install linux-oem-22.04c

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

Title:
  Black screen on boot and tearing on resume on HP Envy x360

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I installed Ubuntu about 1 week ago on a new machine, after testing
  with a Live USB 22.10 that it was working reasonably well. While the
  live USB was working pretty well, including 3D acceleration, the
  installed system failed to display anything after the first mode
  setting.

  I was able to work around this first issue with:

  echo 'FRAMEBUFFER=y' | sudo tee /etc/initramfs-tools/conf.d/hp-envy-x360-quirk
  sudo update-initramfs -c -k all

  With this, the system starts correctly, with 3D acceleration. I
  noticed that, after enabling this option, the initrd image now
  contained i915 driver and firmware. However, just declaring "i915"
  /etc/initramfs-tools/modules did not appear to fix the issue.

  A second, possibly related issue, is that after resume, the screen was
  displaying random pixels of increasing intensity (tearing ?).

  I was able to work around this other issue with:

  echo 'GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_psr=0 
i915.enable_fbc=1"' | sudo tee /etc/default/grub.d/hp-envy-x360-quirk.cfg
  sudo update-grub

  With this second workaround in place, suspend/resumes has been working
  fine for at least the past couple of days.

  Let me know if this bug should be split into 2 dedicated bugs or if I
  can help with any test.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: linux-image-5.19.0-31-generic 5.19.0-31.32
  ProcVersionSignature: Ubuntu 5.19.0-31.32-generic 5.19.17
  Uname: Linux 5.19.0-31-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jean-tiare  111982 F pipewire
jean-tiare  111986 F wireplumber
   /dev/snd/pcmC0D0p:   jean-tiare  111982 F...m pipewire
   /dev/snd/seq:jean-tiare  111982 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Feb 17 23:35:44 2023
  InstallationDate: Installed on 2023-02-10 (6 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  MachineType: HP HP ENVY x360 2-in-1 Laptop 15-ew0xxx
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.19.0-31-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash i915.enable_psr=0 
i915.enable_fbc=1 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.19.0-31-generic N/A
   linux-backports-modules-5.19.0-31-generic  N/A
   linux-firmware 20220923.gitf09bebf3-0ubuntu1.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/23/2022
  dmi.bios.release: 15.13
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.13
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8A29
  dmi.board.vendor: HP
  dmi.board.version: 22.41
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.ec.firmware.release: 22.41
  dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd12/23/2022:br15.13:efr22.41:svnHP:pnHPENVYx3602-in-1Laptop15-ew0xxx:pvrType1ProductConfigId:rvnHP:rn8A29:rvr22.41:cvnHP:ct31:cvrChassisVersion:sku6R3F4EA#ABF:
  dmi.product.family: 103C_5335M8 HP ENVY
  dmi.product.name: HP ENVY x360 2-in-1 Laptop 15-ew0xxx
  dmi.product.sku: 6R3F4EA#ABF
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2007734] Re: Black screen on boot and tearing on resume on HP Envy x360

2023-02-23 Thread jtlb
Sorry, it took me some time to realize that "adlp" might be firmware
related.

In the kernel log, I have the following lines:

> sudo dmesg | grep adlp
> [2.429107] i915 :00:02.0: [drm] Finished loading DMC firmware 
> i915/adlp_dmc_ver2_16.bin (v2.16)
> [2.557289] i915 :00:02.0: [drm] GuC firmware i915/adlp_guc_70.1.1.bin 
> version 70.1

These look to match the latest versions available here:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git/tree/i915.

I also gave a try to Linux 6.2:
* The "FRAMEBUFFER=y" hack on the initramfs no longer seems needed. 
Interestingly, it does not see need on 5.19 anymore either for me :/
* The "i915.enable_psr=0 i915.enable_fbc=1" flags are still needed to avoid 
tearing. Without these, the tearing also appears after the initial modeset, in 
addition to sleep exit. With 5.19, the initial modeset yields to a plain black 
screen. Not sure if this is an improvment :)

Thanks for having a look !

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

Title:
  Black screen on boot and tearing on resume on HP Envy x360

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I installed Ubuntu about 1 week ago on a new machine, after testing
  with a Live USB 22.10 that it was working reasonably well. While the
  live USB was working pretty well, including 3D acceleration, the
  installed system failed to display anything after the first mode
  setting.

  I was able to work around this first issue with:

  echo 'FRAMEBUFFER=y' | sudo tee /etc/initramfs-tools/conf.d/hp-envy-x360-quirk
  sudo update-initramfs -c -k all

  With this, the system starts correctly, with 3D acceleration. I
  noticed that, after enabling this option, the initrd image now
  contained i915 driver and firmware. However, just declaring "i915"
  /etc/initramfs-tools/modules did not appear to fix the issue.

  A second, possibly related issue, is that after resume, the screen was
  displaying random pixels of increasing intensity (tearing ?).

  I was able to work around this other issue with:

  echo 'GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_psr=0 
i915.enable_fbc=1"' | sudo tee /etc/default/grub.d/hp-envy-x360-quirk.cfg
  sudo update-grub

  With this second workaround in place, suspend/resumes has been working
  fine for at least the past couple of days.

  Let me know if this bug should be split into 2 dedicated bugs or if I
  can help with any test.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: linux-image-5.19.0-31-generic 5.19.0-31.32
  ProcVersionSignature: Ubuntu 5.19.0-31.32-generic 5.19.17
  Uname: Linux 5.19.0-31-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jean-tiare  111982 F pipewire
jean-tiare  111986 F wireplumber
   /dev/snd/pcmC0D0p:   jean-tiare  111982 F...m pipewire
   /dev/snd/seq:jean-tiare  111982 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Feb 17 23:35:44 2023
  InstallationDate: Installed on 2023-02-10 (6 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  MachineType: HP HP ENVY x360 2-in-1 Laptop 15-ew0xxx
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.19.0-31-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash i915.enable_psr=0 
i915.enable_fbc=1 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.19.0-31-generic N/A
   linux-backports-modules-5.19.0-31-generic  N/A
   linux-firmware 20220923.gitf09bebf3-0ubuntu1.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/23/2022
  dmi.bios.release: 15.13
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.13
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8A29
  dmi.board.vendor: HP
  dmi.board.version: 22.41
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.ec.firmware.release: 22.41
  dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd12/23/2022:br15.13:efr22.41:svnHP:pnHPENVYx3602-in-1Laptop15-ew0xxx:pvrType1ProductConfigId:rvnHP:rn8A29:rvr22.41:cvnHP:ct31:cvrChassisVersion:sku6R3F4EA#ABF:
  dmi.product.family: 103C_5335M8 HP ENVY
  dmi.product.name: HP ENVY x360 2-in-1 Laptop 15-ew0xxx
  dmi.product.sku: 6R3F4EA#ABF
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : 

Re: [Kernel-packages] [Bug 2007734] Re: Black screen on boot and tearing on resume on HP Envy x360

2023-02-23 Thread jtlb
Indeed, I forgot to mention to I tried using a vanilla 6.1 and it did not
help.

Le jeu. 23 févr. 2023 à 01:55, Kai-Heng Feng <2007...@bugs.launchpad.net> a
écrit :

> ADLP may be too new for 5.19. Please try some newer kernels.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2007734
>
> Title:
>   Black screen on boot and tearing on resume on HP Envy x360
>
> Status in linux package in Ubuntu:
>   Confirmed
>
> Bug description:
>   I installed Ubuntu about 1 week ago on a new machine, after testing
>   with a Live USB 22.10 that it was working reasonably well. While the
>   live USB was working pretty well, including 3D acceleration, the
>   installed system failed to display anything after the first mode
>   setting.
>
>   I was able to work around this first issue with:
>
>   echo 'FRAMEBUFFER=y' | sudo tee
> /etc/initramfs-tools/conf.d/hp-envy-x360-quirk
>   sudo update-initramfs -c -k all
>
>   With this, the system starts correctly, with 3D acceleration. I
>   noticed that, after enabling this option, the initrd image now
>   contained i915 driver and firmware. However, just declaring "i915"
>   /etc/initramfs-tools/modules did not appear to fix the issue.
>
>   A second, possibly related issue, is that after resume, the screen was
>   displaying random pixels of increasing intensity (tearing ?).
>
>   I was able to work around this other issue with:
>
>   echo 'GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_psr=0
> i915.enable_fbc=1"' | sudo tee /etc/default/grub.d/hp-envy-x360-quirk.cfg
>   sudo update-grub
>
>   With this second workaround in place, suspend/resumes has been working
>   fine for at least the past couple of days.
>
>   Let me know if this bug should be split into 2 dedicated bugs or if I
>   can help with any test.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 22.10
>   Package: linux-image-5.19.0-31-generic 5.19.0-31.32
>   ProcVersionSignature: Ubuntu 5.19.0-31.32-generic 5.19.17
>   Uname: Linux 5.19.0-31-generic x86_64
>   ApportVersion: 2.23.1-0ubuntu3
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC0:  jean-tiare  111982 F pipewire
> jean-tiare  111986 F wireplumber
>/dev/snd/pcmC0D0p:   jean-tiare  111982 F...m pipewire
>/dev/snd/seq:jean-tiare  111982 F pipewire
>   CRDA: N/A
>   CasperMD5CheckResult: pass
>   CurrentDesktop: ubuntu:GNOME
>   Date: Fri Feb 17 23:35:44 2023
>   InstallationDate: Installed on 2023-02-10 (6 days ago)
>   InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
>   MachineType: HP HP ENVY x360 2-in-1 Laptop 15-ew0xxx
>   ProcFB: 0 i915drmfb
>   ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.19.0-31-generic
> root=/dev/mapper/vgubuntu-root ro quiet splash i915.enable_psr=0
> i915.enable_fbc=1 vt.handoff=7
>   RelatedPackageVersions:
>linux-restricted-modules-5.19.0-31-generic N/A
>linux-backports-modules-5.19.0-31-generic  N/A
>linux-firmware
>  20220923.gitf09bebf3-0ubuntu1.3
>   SourcePackage: linux
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 12/23/2022
>   dmi.bios.release: 15.13
>   dmi.bios.vendor: Insyde
>   dmi.bios.version: F.13
>   dmi.board.asset.tag: Type2 - Board Asset Tag
>   dmi.board.name: 8A29
>   dmi.board.vendor: HP
>   dmi.board.version: 22.41
>   dmi.chassis.asset.tag: Chassis Asset Tag
>   dmi.chassis.type: 31
>   dmi.chassis.vendor: HP
>   dmi.chassis.version: Chassis Version
>   dmi.ec.firmware.release: 22.41
>   dmi.modalias:
> dmi:bvnInsyde:bvrF.13:bd12/23/2022:br15.13:efr22.41:svnHP:pnHPENVYx3602-in-1Laptop15-ew0xxx:pvrType1ProductConfigId:rvnHP:rn8A29:rvr22.41:cvnHP:ct31:cvrChassisVersion:sku6R3F4EA#ABF:
>   dmi.product.family: 103C_5335M8 HP ENVY
>   dmi.product.name: HP ENVY x360 2-in-1 Laptop 15-ew0xxx
>   dmi.product.sku: 6R3F4EA#ABF
>   dmi.product.version: Type1ProductConfigId
>   dmi.sys.vendor: HP
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2007734/+subscriptions
>
>

-- 
Jean-Tiare

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

Title:
  Black screen on boot and tearing on resume on HP Envy x360

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I installed Ubuntu about 1 week ago on a new machine, after testing
  with a Live USB 22.10 that it was working reasonably well. While the
  live USB was working pretty well, including 3D acceleration, the
  installed system failed to display anything after the first mode
  setting.

  I was able to work around this first issue with:

  echo 'FRAMEBUFFER=y' | sudo tee /etc/initramfs-tools/conf.d/hp-envy-x360-quirk
  sudo update-initramfs -c -k all

  With this, the system starts correctly, with 3D acceleration. I
  

[Kernel-packages] [Bug 2007734] Re: Black screen on boot and tearing on resume on HP Envy x360

2023-02-22 Thread Kai-Heng Feng
ADLP may be too new for 5.19. Please try some newer kernels.

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

Title:
  Black screen on boot and tearing on resume on HP Envy x360

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I installed Ubuntu about 1 week ago on a new machine, after testing
  with a Live USB 22.10 that it was working reasonably well. While the
  live USB was working pretty well, including 3D acceleration, the
  installed system failed to display anything after the first mode
  setting.

  I was able to work around this first issue with:

  echo 'FRAMEBUFFER=y' | sudo tee /etc/initramfs-tools/conf.d/hp-envy-x360-quirk
  sudo update-initramfs -c -k all

  With this, the system starts correctly, with 3D acceleration. I
  noticed that, after enabling this option, the initrd image now
  contained i915 driver and firmware. However, just declaring "i915"
  /etc/initramfs-tools/modules did not appear to fix the issue.

  A second, possibly related issue, is that after resume, the screen was
  displaying random pixels of increasing intensity (tearing ?).

  I was able to work around this other issue with:

  echo 'GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_psr=0 
i915.enable_fbc=1"' | sudo tee /etc/default/grub.d/hp-envy-x360-quirk.cfg
  sudo update-grub

  With this second workaround in place, suspend/resumes has been working
  fine for at least the past couple of days.

  Let me know if this bug should be split into 2 dedicated bugs or if I
  can help with any test.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.10
  Package: linux-image-5.19.0-31-generic 5.19.0-31.32
  ProcVersionSignature: Ubuntu 5.19.0-31.32-generic 5.19.17
  Uname: Linux 5.19.0-31-generic x86_64
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jean-tiare  111982 F pipewire
jean-tiare  111986 F wireplumber
   /dev/snd/pcmC0D0p:   jean-tiare  111982 F...m pipewire
   /dev/snd/seq:jean-tiare  111982 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Feb 17 23:35:44 2023
  InstallationDate: Installed on 2023-02-10 (6 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  MachineType: HP HP ENVY x360 2-in-1 Laptop 15-ew0xxx
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.19.0-31-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash i915.enable_psr=0 
i915.enable_fbc=1 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.19.0-31-generic N/A
   linux-backports-modules-5.19.0-31-generic  N/A
   linux-firmware 20220923.gitf09bebf3-0ubuntu1.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/23/2022
  dmi.bios.release: 15.13
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.13
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8A29
  dmi.board.vendor: HP
  dmi.board.version: 22.41
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.ec.firmware.release: 22.41
  dmi.modalias: 
dmi:bvnInsyde:bvrF.13:bd12/23/2022:br15.13:efr22.41:svnHP:pnHPENVYx3602-in-1Laptop15-ew0xxx:pvrType1ProductConfigId:rvnHP:rn8A29:rvr22.41:cvnHP:ct31:cvrChassisVersion:sku6R3F4EA#ABF:
  dmi.product.family: 103C_5335M8 HP ENVY
  dmi.product.name: HP ENVY x360 2-in-1 Laptop 15-ew0xxx
  dmi.product.sku: 6R3F4EA#ABF
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp