[Bug 2062951] Re: Random flickering with Intel i915 on Linux 6.8 (Ubuntu 24.04)

2024-05-23 Thread Eugene San
@vartee

This bug is Intel i915 specific.

I am afraid you are experiencing AMDGPU related issue and should look
for related open bug or open one by your self.

P.S.
I remember having similar flickering issues with AMDGPU and adding 
"amdgpu.dcdebugmask=0x10" helped. Note, it was completely different hardware 
and kernel.

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

Title:
  Random flickering with Intel i915 on Linux 6.8 (Ubuntu 24.04)

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062951] Re: Random flickering with Intel i915 on Linux 6.8 (Ubuntu 24.04)

2024-05-22 Thread Eugene San
Proper fix might come in future releases of Linux kernel.

For now adding "intel_idle.max_cstate=4" to the kernel command line should work 
at expense of a minor power consumption.
See 
https://wiki.ubuntu.com/Kernel/KernelBootParameters#Permanently_Add_a_Kernel_Boot_Parameter
 for instructions.

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

Title:
  Random flickering with Intel i915 on Linux 6.8 (Ubuntu 24.04)

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055805] Re: touchpad not working with kernel 6.8

2024-05-22 Thread Eugene Lazutkin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055805

Title:
  touchpad not working with kernel 6.8

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064189] Re: Screen flickers after installing Ubuntu 24.04

2024-05-18 Thread Eugene San
*** This bug is a duplicate of bug 2062951 ***
https://bugs.launchpad.net/bugs/2062951

** This bug has been marked a duplicate of bug 2062951
   Random flickering with Intel i915 on Linux 6.8 (Ubuntu 24.04)

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

Title:
  Screen flickers after installing Ubuntu 24.04

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062951] Re: Random flickering with Intel i915 on Linux 6.8 (Ubuntu 24.04)

2024-05-18 Thread Eugene San
** Summary changed:

- Random flickering with i915 on Linux 6.8
+ Random flickering with Intel i915 on Linux 6.8 (Ubuntu 24.04)

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

Title:
  Random flickering with Intel i915 on Linux 6.8 (Ubuntu 24.04)

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2063150] Re: No sound, stutters and clicks after upgrade to 24.04

2024-05-10 Thread Eugene San
In addition, if the sound does work (on intel-hda Sunrise Point-LP HD
Audio) it stutters badly and under heavy load sound quits working
completely.

To fix 'alsa force-reload' or reboot are required.

Blacklisting snd_soc_avs seems to work for now and time will tell since
the issue usually appears after some time and heavy io/cpu loads.

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

Title:
  No sound, stutters and clicks after upgrade to 24.04

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2063150] Re: No sound, stutters and clicks after upgrade to 24.04

2024-05-10 Thread Eugene San
** Summary changed:

- No sound after upgrade to 24.04
+ No sound, stutters and clicks after upgrade to 24.04

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

Title:
  No sound, stutters and clicks after upgrade to 24.04

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065465] [NEW] broken sub-menus on some "systray" indicators

2024-05-10 Thread Eugene San
Public bug reported:

Some indicators like Dropbox etc can't show submenus out of the box.
The issue seems to be incorrect dependency.

Kubuntu-Meta still depends on libappindicator3-1 while nowadays it is
common to link against libayatana-appindicator3-1 hence the issue.

Not sure how to do the transition smoothly but it has to be done at some
point before 24.04.1.

Aside of some apps not being unable to show sub-menus, apps like Spotify
can't be installed without manual intervention to swap
libappindicator3-1 with libayatana-appindicator3-1 (including
dependencies).

** Affects: kubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- broken submenus on many "systary" indicators
+ broken sub-menus on some "systray" indicators

** Description changed:

- Many indicators like Dropbox etc can't show submenus out of the box.
+ Some indicators like Dropbox etc can't show submenus out of the box.
  The issue is incorrect dependency.
  
  Kubuntu-Meta still depends on libappindicator3-1 while nowadays it is
  common to link against libayatana-appindicator3-1 hence the issue.
  
  Not sure how to do the transition smoothly but it has to be done at some
  point before 24.04.1.
  
  Aside of some apps not being unable to show sub-menus, apps like Spotify
  can't be installed without manual intervention to swap
  libappindicator3-1 with libayatana-appindicator3-1 (including
  dependencies).

** Description changed:

  Some indicators like Dropbox etc can't show submenus out of the box.
- The issue is incorrect dependency.
+ The issue seems to be incorrect dependency.
  
  Kubuntu-Meta still depends on libappindicator3-1 while nowadays it is
  common to link against libayatana-appindicator3-1 hence the issue.
  
  Not sure how to do the transition smoothly but it has to be done at some
  point before 24.04.1.
  
  Aside of some apps not being unable to show sub-menus, apps like Spotify
  can't be installed without manual intervention to swap
  libappindicator3-1 with libayatana-appindicator3-1 (including
  dependencies).

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

Title:
  broken sub-menus on some "systray" indicators

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/2065465/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062951] Re: Random flickering with i915 on Linux 6.8

2024-05-06 Thread Eugene San
Update:
Still happens on Kubuntu 24.04 with Linux 6.8.0-32 (6.8.4).

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

Title:
  Random flickering with i915 on Linux 6.8

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062951] Re: Random flickering with i915 on Linux 6.8

2024-04-21 Thread Eugene San
** Tags added: kernel-bug regression-release

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

Title:
  Random flickering with i915 on Linux 6.8

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062951] Re: Random flickering with i915 on Linux 6.8

2024-04-21 Thread Eugene San
Update:
I did some preliminary testing and it seems like adding 
"intel_idle.max_cstate=4" to cmdline resolves the issue but probably at the 
power efficiency cost.

I also tried "i915.enable_psr=0" but it didn't help just made the
flickering a slightly different.

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

Title:
  Random flickering with i915 on Linux 6.8

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062951] [NEW] Random flickering with i915 on Linux 6.8

2024-04-20 Thread Eugene San
Public bug reported:

After migrating Mantic 23.10 install to Linux 6.8.0, I am experiencing heavy 
flickering at random.
It happens after a moderate to heavy on screen activity like window switching, 
scrolling etc.
It never happens when playing video or when there is no interaction using 
keyboard/pointer.

It tend to happen when the mouse cursor is in the bottom quarter of the screen 
and stops immediately when the cursor leaves that screen region.
Around the same time the following appears in kernel log:
kernel: i915 :00:02.0: [drm] *ERROR* CPU pipe A FIFO underrun

Happens on both X11 and Wayland on both KDE plasma and Mate (though
less).

I first encountered the issue with Linux 6.8.0-11 and it still happens with 
Ubunutu's 6.8.0-28 and Mainline 6.8.7.
Kernels 6.6, 6.5, 6.1 and older did not have that issue.

Hardware is: Dell XPS 9350, Vendor Intel, Driver i915, Skylake GT2 [HD Graphics 
520]
Software: Ubuntu 23.10, KDE Plasma 5.27.10 / Mate 1.26

Attaching kernel log for 6.8.0-28

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

** Attachment added: "linux-6.8.0-28-i915_.log"
   
https://bugs.launchpad.net/bugs/2062951/+attachment/5768458/+files/linux-6.8.0-28-i915_.log

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

Title:
  Random flickering with i915 on Linux 6.8

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062428] Re: Kubuntu 24.04 daily builds - Install randomly hangs/fails/crashes on systems with less than ~3GB of RAM

2024-04-19 Thread Eugene San
@wxl
People on #kubuntu-dev decided to skip zram for now since they wanted for issue 
to be recognized as "release critical " for that change.

You can see more details at the end of
https://irclogs.ubuntu.com/2024/04/18/%23kubuntu-devel.html

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

Title:
  Kubuntu 24.04 daily builds - Install randomly hangs/fails/crashes on
  systems with less than ~3GB of RAM

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062428] Re: Kubuntu 24.04 daily builds - Install randomly hangs/fails/crashes on systems with less than ~3GB of RAM

2024-04-19 Thread Eugene San
@wxl
I am not sure if the Kernel change is the sole reason, but I first encountered 
the issue when Kernel switched from 6.6 to 6.8.

Maybe it was just a tipping point when memory consumption became too
high for 2GB systems and later for 2.5GB.

Also I am not sure when zram-config was removed from manifest but it for
sure didn't help.

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

Title:
  Kubuntu 24.04 daily builds - Install randomly hangs/fails/crashes on
  systems with less than ~3GB of RAM

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062428] Re: Kubuntu 24.04 daily builds - Install randomly hangs/fails/crashes on systems with less than ~3GB of RAM

2024-04-19 Thread Eugene San
** Description changed:

  Since around introduction of Kernel 6.8 to Daily builds, installation of
  Kubuntu / Ubuntu / Ubuntu-Mate builds randomly hangs(mostly), crashes or
  fails on systems with less than 3GB of RAM.
  
  When the system hangs, VM indicates heavy CPU and CDROM usage. My bet is
  on Kernel killing itself trying to "juggle" data between OverlayFS and
  Filesystem cache without a way to swap-out since someone decided that
  removing zram-config from livefs was a good idea.
  
  When the system doesn't hang, I can see kernel OOM killing random
  processes like calamares, cryptsetup etc.
  
  I had 100% success of installing Kubuntu 24.04 daily on VMs with 3GB, 75% 
with 2.5GB and almost 0% on 2GB VMs.
  Lvecd installers prior to Linux 6.8 had no issues with 2GB VMs.
  
  Once the system is installed it functions satisfactory with 2GB.
  
  I believe adding zram-config to livefs/casper would allow installation
  on systems with only 2GB of RAM.
  
  Tested over a couple of months with many snapshots of 24.04 Daily builds
  for Ubuntu, Kubutu and Ubuntu-Mate on VirtualBox and KVM/Qemu with
  default settings except enabled EFI.
  
  PS,
  The issue is not unique to calamares but I am filing it here since that's 
what I was asked to do by people on #kubuntu-devel and to be honest at the 
moment I don't care about anything but being able to test Kubuntu images on 
small VMs.
+ 
+ P.P.S
+ Specific example #1 (bad):
+ * Kubuntu snapshot from 
http://cdimage.ubuntu.com/kubuntu/daily-live/20240418.1/
+ * VirtualBox 7.1.16 - VM - Default Ubuntu Profile, Enable EFI, Adjust RAM to 
2.5GB
+ * Boot LiveCD, Choose Try option
+ * Start Install with default settings
+ * Observe Calamares existing mid install without any visual indication
+ * Logs show OOM-Killer killing cryptsetup and Calamares
+ 
+ Specific example #2 (Good):
+ * Kubuntu snapshot from 
http://cdimage.ubuntu.com/kubuntu/daily-live/20240418.1/
+ * VirtualBox 7.1.16 - VM - Default Ubuntu Profile, Enable EFI, Adjust RAM to 
2.5GB
+ * Boot LiveCD, Choose Try option
+ * >> Install zram-config, start zram-config service <<
+ * Start Install with default settings
+ * Observe Calamares finishing install

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

Title:
  Kubuntu 24.04 daily builds - Install randomly hangs/fails/crashes on
  systems with less than ~3GB of RAM

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062428] Re: Kubuntu 24.04 daily builds - Install randomly hangs/fails/crashes on systems with less than ~3GB of RAM

2024-04-19 Thread Eugene San
@guiverc

Thank you for pointing deficiencies in my reporting.
I've added additional context.

Unfortunately, I probably won't be able to provide apport reporting
since (1) Most of the times the system hard locks. (2) Since I've seen
it fail dozens of times, in order to save time I either increase VM's
RAM or install Zram before starting install.

** Description changed:

  Since around introduction of Kernel 6.8 to Daily builds, installation of
  Kubuntu / Ubuntu / Ubuntu-Mate builds randomly hangs(mostly), crashes or
- fails on systems with 3GB or less.
+ fails on systems with less than 3GB of RAM.
  
  When the system hangs, VM indicates heavy CPU and CDROM usage. My bet is
  on Kernel killing itself trying to "juggle" data between OverlayFS and
  Filesystem cache without a way to swap-out since someone decided that
  removing zram-config from livefs was a good idea.
  
  When the system doesn't hang, I can see kernel OOM killing random
  processes like calamares, cryptsetup etc.
  
  I had 100% success of installing Kubuntu 24.04 daily on VMs with 3GB, 75% 
with 2.5GB and almost 0% on 2GB VMs.
- Lvecd installers prioir to Linux 6.8 had no issues with 2GB VMs.
+ Lvecd installers prior to Linux 6.8 had no issues with 2GB VMs.
  
  Once the system is installed it functions satisfactory with 2GB.
  
  I believe adding zram-config to livefs/casper would allow installation
  on systems with only 2GB of RAM.
  
- Tested over a coulpe of months with many snapshots of 24.04 Daily builds
+ Tested over a couple of months with many snapshots of 24.04 Daily builds
  for Ubuntu, Kubutu and Ubuntu-Mate on VirtualBox and KVM/Qemu with
  default settings except enabled EFI.
  
  PS,
  The issue is not unique to calamares but I am filing it here since that's 
what I was asked to do by people on #kubuntu-devel and to be honest at the 
moment I don't care about anything but being able to test Kubuntu images on 
small VMs.

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

Title:
  Kubuntu 24.04 daily builds - Install randomly hangs/fails/crashes on
  systems with less than ~3GB of RAM

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062428] Re: Kubuntu 24.04 daily builds - Install randomly crashes/fails/hangs on systems with 3GB or less

2024-04-19 Thread Eugene San
** Description changed:

- Install randomly crashes/fails/hangs on systems with 3GB or less
- When the system doesn't hang, I can see kernel OOM killing random processes 
like calamares, cryptsetup etc.
+ Since around introduction of Kernel 6.8 to Daily builds, installation of
+ Kubuntu / Ubuntu / Ubuntu-Mate builds randomly hangs(mostly), crashes or
+ fails on systems with 3GB or less.
  
- I had ~75% success of installing Kubuntu 24.04 daily on VMs with less then 
3GB and almost 0% on 2GB VMs.
- Previous livecd installers had no issues with 2GB VMs and
+ When the system hangs, VM indicates heavy CPU and CDROM usage. My bet is
+ on Kernel killing itself trying to "juggle" data between OverlayFS and
+ Filesystem cache without a way to swap-out since someone decided that
+ removing zram-config from livefs was a good idea.
+ 
+ When the system doesn't hang, I can see kernel OOM killing random
+ processes like calamares, cryptsetup etc.
+ 
+ I had 100% success of installing Kubuntu 24.04 daily on VMs with 3GB, 75% 
with 2.5GB and almost 0% on 2GB VMs.
+ Lvecd installers prioir to Linux 6.8 had no issues with 2GB VMs.
  
  Once the system is installed it functions satisfactory with 2GB.
  
  I believe adding zram-config to livefs/casper would allow installation
  on systems with only 2GB of RAM.
  
- Note,
- Similar issue also affects other Ubuntu images so the issue is not calamares 
specific.
- The problem first appeared around the time of switching to Kernel 6.8.
- I believe the issue is overlayfs related since that's the main difference 
between livefs and installed system and there were a lot of changes related to 
overlayfs.
+ Tested over a coulpe of months with many snapshots of 24.04 Daily builds
+ for Ubuntu, Kubutu and Ubuntu-Mate on VirtualBox and KVM/Qemu with
+ default settings except enabled EFI.
+ 
+ PS,
+ The issue is not unique to calamares but I am filing it here since that's 
what I was asked to do by people on #kubuntu-devel and to be honest at the 
moment I don't care about anything but being able to test Kubuntu images on 
small VMs.

** Summary changed:

- Kubuntu 24.04 daily builds - Install randomly crashes/fails/hangs on systems 
with 3GB or less
+ Kubuntu 24.04 daily builds - Install randomly hangs/fails/crashes on systems 
with less than ~3GB of RAM

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

Title:
  Kubuntu 24.04 daily builds - Install randomly hangs/fails/crashes on
  systems with less than ~3GB of RAM

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062428] Re: Ubuntu 24.04 daily builds - Install randomly crashes/fails/hangs on systems with 3GB or less

2024-04-19 Thread Eugene San
** Summary changed:

- Install randomly crashes/fails/hangs on systems with 3GB or less
+ Ubuntu 24.04 daily builds - Install randomly crashes/fails/hangs on systems 
with 3GB or less

** Summary changed:

- Ubuntu 24.04 daily builds - Install randomly crashes/fails/hangs on systems 
with 3GB or less
+ Kubuntu 24.04 daily builds - Install randomly crashes/fails/hangs on systems 
with 3GB or less

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

Title:
  Kubuntu 24.04 daily builds - Install randomly crashes/fails/hangs on
  systems with 3GB or less

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062428] Re: Install randomly crashes/fails/hangs on systems with 3GB or less

2024-04-18 Thread Eugene San
** Summary changed:

- Install randomely crashes/fails/hangs on systems with 3GB or less
+ Install randomly crashes/fails/hangs on systems with 3GB or less

** Description changed:

- Install randomely crashes/fails/hangs on systems with 3GB or less
+ Install randomly crashes/fails/hangs on systems with 3GB or less
  When the system doesn't hang, I can see kernel OOM killing random processes 
like calamares, cryptsetup etc.
  
  I had ~75% success of installing Kubuntu 24.04 daily on VMs with less then 
3GB and almost 0% on 2GB VMs.
  Previous livecd installers had no issues with 2GB VMs and
  
  Once the system is installed it functions satisfactory with 2GB.
  
  I believe adding zram-config to livefs/casper would allow installation
  on systems with only 2GB of RAM.
  
  Note,
  Similar issue also affects other Ubuntu images so the issue is not calamares 
specific.
  The problem first appeared around the time of switching to Kernel 6.8.
  I believe the issue is overlayfs related since that's the main difference 
between livefs and installed system and there were a lot of changes related to 
overlayfs.

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

Title:
  Install randomly crashes/fails/hangs on systems with 3GB or less

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2062428] [NEW] Install randomely crashes/fails/hangs on systems with 3GB or less

2024-04-18 Thread Eugene San
Public bug reported:

Install randomely crashes/fails/hangs on systems with 3GB or less
When the system doesn't hang, I can see kernel OOM killing random processes 
like calamares, cryptsetup etc.

I had ~75% success of installing Kubuntu 24.04 daily on VMs with less then 3GB 
and almost 0% on 2GB VMs.
Previous livecd installers had no issues with 2GB VMs and

Once the system is installed it functions satisfactory with 2GB.

I believe adding zram-config to livefs/casper would allow installation
on systems with only 2GB of RAM.

Note,
Similar issue also affects other Ubuntu images so the issue is not calamares 
specific.
The problem first appeared around the time of switching to Kernel 6.8.
I believe the issue is overlayfs related since that's the main difference 
between livefs and installed system and there were a lot of changes related to 
overlayfs.

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

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

Title:
  Install randomely crashes/fails/hangs on systems with 3GB or less

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061676] Re: plymouth luks input prompt fails to display current locale and

2024-04-15 Thread Eugene San
Update:
I tried switching to BGRT theme and it fixed the issue.
Both start and shutdown splashe screen display correctly and encryption input 
prompt displays correct locale.

Trying any other non-text splash screen results in full or partial
(shutdown only) activation of kubuntu-logo which breaks the prompt.

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

Title:
  plymouth luks input prompt fails to display current locale and

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061681] [NEW] On kubuntu 24.04, after_bootloader_context claims to fail to remove installaton icon

2024-04-15 Thread Eugene San
Public bug reported:

On Kubuntu 24.04 daily (up to 24.04.2)
kubuntu/modules/after_bootloader_context.conf claims to fail to remove
installation .desktop file:

2024-04-11 - 23:38:46 [6]: Starting job "Performing contextual processes' 
job…" ( 32 / 41 )
2024-04-11 - 23:38:46 [6]: .. Running ("/bin/sh", "-c", "rm 
//home/user/Desktop/kubuntu-calamares.desktop")
2024-04-11 - 23:38:46 [6]: .. Target cmd: ("/bin/sh", "-c", "rm 
//home/user/Desktop/kubuntu-calamares.desktop") Exit code: 1 output:
rm: cannot remove '//home/user/Desktop/kubuntu-calamares.desktop': No such file 
or directory
2024-04-11 - 23:38:46 [6]: Calamares::JobResult Calamares::CommandList::run()
2024-04-11 - 23:38:46 [6]: Error code 1 ignored by CommandList 
configuration.

It seems to try to remove it from live system instead of chroot.
But, since I don't see the icon on the target system I believe this module is 
redundant and can be removed.

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

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

Title:
  On kubuntu 24.04, after_bootloader_context claims to fail to remove
  installaton icon

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061676] [NEW] plymouth luks input prompt fails to display current locale and

2024-04-15 Thread Eugene San
Public bug reported:

After fresh install of Kubuntu 24.04 daily, plymouth luks input prompt fails to 
display current locale.
It displays 'no' instead 'en' and I couldn't find a way to switch to alternate 
locale.

Also after changing plymouth theme, it applies only to the shutdown
sequence. The boot sequence stays default 'kubuntu' spinner and the
issues persists.

The same works fine on Kubuntu 23.10 and Ubuntu 24.04 daily (with
default 'spinner' theme).

I did rebuild initramfs after each attempt and also tried switching from
GRUB to systemd-boot without success.

I compared /etc of Kubuntu and Ubuntu and didn't see any obvious related
differences, so the issue is probably unrelated to how Calamares
configures the system but someone more experienced should take a look.

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

** Description changed:

  After fresh install of Kubuntu 24.04 daily, plymouth luks input prompt fails 
to display current locale.
  It displays 'no' instead 'en' and I couldn't find a way to switch to 
alternate locale.
  
  Also after changing plymouth theme, it applies only to the shutdown
  sequence. The boot sequence stays default 'kubuntu' spinner and the
  issues persists.
  
- The same works fine on Kubuntu 23.10 and Ubuntu 24.04 daily (with defult
- 'spinner' theme).
+ The same works fine on Kubuntu 23.10 and Ubuntu 24.04 daily (with
+ default 'spinner' theme).
  
  I did rebuild initramfs after each attempt and also tried switching from
  GRUB to systemd-boot without success.
  
  I compared /etc of Kubuntu and Ubuntu and didn't see any obvious related
  differences, so the issue is probably unrelated to how Calamares
  configures the system but someone more experienced should take a look.

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

Title:
  plymouth luks input prompt fails to display current locale and

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1806242] Re: kernel: [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A/B/C

2024-03-26 Thread Eugene San
Seems like the bug is back.

It pops up occasionally (one error line every ~2 hours) on Linux 6.5.0-14, 
6.6.0-14 and 6.8.0-20.
Appears on both Jammy: Xorg (Mate) and Mantic: Xorg/Wayland (Mate/KDE).
Default kernel cmdline.
On Xorg the graphics is fine, but on Wayland it can a bit "flickery" at times 
but it's barely noticeable.
Machine is XPS13 9350.

```
kernel: i915 :00:02.0: [drm] *ERROR* Atomic update failure on pipe A 
(start=582395 end=582396) time 9696 us, min 1073, max 1079, scanline start 733, 
end 268
```

Please let me know if there is any additional information you need.

P.S.
Not necessarily related, but I also see:
```
kernel: workqueue: engine_retire [i915] hogged CPU for >1us 8 times, 
consider switching to WQ_UNBOUND
among others like:
kernel: [130525.417342] workqueue: set_brightness_delayed hogged CPU for 
>1us 32 times, consider switching to WQ_UNBOUND
kernel: [153420.843667] workqueue: smp_call_on_cpu_callback hogged CPU for 
>1us 2048 times, consider switching to WQ_UNBOUND
kernel: [168386.280902] workqueue: delayed_fput hogged CPU for >1us 512 
times, consider switching to WQ_UNBOUND
kernel: [192582.937788] workqueue: intel_atomic_cleanup_work [i915] hogged CPU 
for >1us 4 times, consider switching to WQ_UNBOUND
```
But that might be the scheduler getting confused on this aging and overloaded 
machine...

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

Title:
  kernel: [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update
  failure on pipe A/B/C

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056706] Re: System unstable, kernel ring buffer flooded with "BUG: Bad page state in process swapper/0"

2024-03-23 Thread Eugene San
Update:
Since release of 6.8.0-20.20 real machine (XPS13) seems to be working fine.
VMs are still hanging.

Short testing showed that the issue is caused by RAM starvation.
Booting LiveCD or Desktop should consume ~1.2GB but under 6.8, it starts with 
~2GB usage and keeps going up.
Maybe it is related to filesystem subsystem while using ISO9660/OverlayFS. Once 
the system hangs it keeps reading from optical device.

The issue with LiveCD install can be mitigated by increasing VM's memory
to at least 3GB or more.

P.S.
The issue might have been fixed with 6.8.0-20.20 but we'll have to wait and see 
since ISOs with this kernel are still not available.

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

Title:
  System unstable, kernel ring buffer flooded with "BUG: Bad page state
  in process swapper/0"

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2021956] Re: crash cups-proxyd

2024-03-22 Thread Eugene San
I can confirm the issue on 23.10 with no printers configured

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

Title:
  crash cups-proxyd

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2049991] Re: zswap is not working with Linux Kernel 6.5.x

2024-03-12 Thread Eugene San
** Package changed: linux (Ubuntu) => hwe-next

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

Title:
  zswap is not working with Linux Kernel 6.5.x

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2049991/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056706] Re: System unstable, kernel ring buffer flooded with "BUG: Bad page state in process swapper/0"

2024-03-12 Thread Eugene San
I did not have the chance to see the logs but I can confirm that 6.8.0-11 is 
extremely unstable.
It randomly but surely hangs under load.

It usually hangs at the beginning of default Ubuntu 24.04 ISO install on both 
KVM and Virtual box.
On real H/W (Dell XPS13) it hangs under load (nothing in the logs).

Sometime the UI freezes and mouse cursor continues to react, sometimes
it hardlocks with 100% CPU usage on Hypervisors.


I am still baffled why Canonical decided to go with 6.8 for LTS...

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

Title:
  System unstable, kernel ring buffer flooded with "BUG: Bad page state
  in process swapper/0"

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2054795] Re: Calamares - Installation failed - Bad main script file

2024-03-12 Thread Eugene San
Still exists as of build 20240311 and workaround from
https://bugs.launchpad.net/ubuntu/+source/calamares/+bug/2054795/comments/4
works.

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

Title:
  Calamares -  Installation failed - Bad main script file

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1904270] Re: ubiquity does not support existing LUKS encrypted partitions

2024-03-01 Thread Eugene San
Nearing 2nd LTS release after the bug was reported and still no solution
or even acknowledgement of how serious the problem is.

To make it worse, in main desktop image they completely removed
encryption option from manual disk partitioning screen.

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

Title:
  ubiquity does not support existing LUKS encrypted partitions

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055477] Re: csysdig is broken asking for ./chiseles/ in current directory

2024-02-29 Thread Eugene San
Also, two versions of libfalcosecurity0-0.14.1-3ubuntu1 and
libfalcosecurity0t64-0.14.1-5ubuntu1 are available in archive and sysdig
pulls the older version by default.

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

Title:
  csysdig is broken asking for ./chiseles/ in current directory

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055477] [NEW] csysdig is broken asking for ./chiseles/ in current directory

2024-02-29 Thread Eugene San
Public bug reported:

csysdig in Noble (0.35.0+repack-1build2) refuses to start with the following 
error:
```
filesystem error: directory iterator cannot open directory: No such file or 
directory [./chisels/].
```

strace confirms that csysdig looking for chisels/ in current directory
instead of /usr/share/sysdig/chisels

As a workaround, symlinking the folder to current directory (cd /root;
ln -s /usr/share/sysdig/chisels) fixes the issue but package build
should be fixed regardless.

Thanks.

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


** Tags: regression-release

** Description changed:

- csysdig refuses to start with the following error:
+ csysdig in Noble (0.35.0+repack-1build2) refuses to start with the following 
error:
  ```
  filesystem error: directory iterator cannot open directory: No such file or 
directory [./chisels/].
  ```
  
  strace confirms that csysdig looking for chisels/ in current directory
  instead of /usr/share/sysdig/chisels
  
  As a workaround, symlinking the folder to current directory (cd /root;
  ln -s /usr/share/sysdig/chisels) fixes the issue but package build
  should be fixed regardless.
  
  Thanks.

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

Title:
  csysdig is broken asking for ./chiseles/ in current directory

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1975522] [NEW] package nvidia-driver-470 470.129.06-0ubuntu0.20.04.1 failed to install/upgrade: проблемы зависимостей — оставляем не настроенным

2022-05-23 Thread Eugene
Public bug reported:

!

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: nvidia-driver-470 470.129.06-0ubuntu0.20.04.1
ProcVersionSignature: Ubuntu 5.13.0-40.45~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-40-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon May 23 21:11:51 2022
ErrorMessage: проблемы зависимостей — оставляем не настроенным
InstallationDate: Installed on 2022-02-17 (95 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: nvidia-graphics-drivers-470
Title: package nvidia-driver-470 470.129.06-0ubuntu0.20.04.1 failed to 
install/upgrade: проблемы зависимостей — оставляем не настроенным
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  package nvidia-driver-470 470.129.06-0ubuntu0.20.04.1 failed to
  install/upgrade: проблемы зависимостей — оставляем не настроенным

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1973386] Re: 22.04 Jammy: Lockscreen (but not login) on-screen keyboard touch keys do not work

2022-05-15 Thread Eugene Hartke Debs
Same problem with Surface 1 after upgrading from 20 to 22. The Screen
Keyboard mostly works unless the physical keyboard is attached. When I'm
typing in passwords for pop-up windows i.e. Wi-Fi password it never
works. It just displays the keyboard but doesn't register any inputs.
Other times it just seems to not work at random, meaning not showing the
Keyboard or not registering inputs. I am running the Surface Linux
Kernel. Also it seems to be more stable with x11 than Wayland.

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

Title:
  22.04 Jammy: Lockscreen (but not login) on-screen keyboard touch keys
  do not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1973386/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: [amdgpu] wayland black screen with white flashes, display corruption, kernel 5.13

2022-05-10 Thread Eugene Savelov
** Changed in: linux (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [amdgpu] wayland black screen with white flashes, display corruption,
  kernel 5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: [amdgpu] wayland black screen with white flashes, display corruption, kernel 5.13

2022-05-10 Thread Eugene Savelov
a workaround could be updating to mainline kernel

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

Title:
  [amdgpu] wayland black screen with white flashes, display corruption,
  kernel 5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969896] Re: Evince Document Viewer(42.0) does not remember last page in 22.04

2022-05-03 Thread Eugene
In my case Evince also does not remember the window size. Documents are
opened in a small window each time.

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

Title:
  Evince Document Viewer(42.0) does not remember last page in 22.04

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1548424] Re: Utilize zram built-in multi-threading, config file and /tmp mounting

2022-05-03 Thread Eugene San
@oibaf
ZRAM driver now supports multi-threading automatically so if all you are 
interested in is multi-threading , you can use official version.

For those who want additional features like /tmp and performance
optimizations feel free to use my version of zram-config (
https://git.launchpad.net/~eugenesan/+git/zram-config ) available at
https://code.launchpad.net/~eugenesan/+recipe/zram-config-ppa or by
adding ppa:eugenesan/ppa.

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

Title:
  Utilize zram built-in multi-threading, config file and /tmp mounting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/1548424/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969140] Re: Window minimize animation flickers and appears in the wrong place in Xorg sessions

2022-05-03 Thread Eugene
With the extension disabled, there are no problems on both kernels
(5.15.0-27-generic and 5.17.5-051705-generic) in the case of the wayland
session.

After enabling and updating (I'm not sure if the extension has been
updated, but I tried updating it on the page extensions.gnome.org) the
extension, the problem disappeared also on the 5.15.0-27-generic kernel.

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

Title:
  Window minimize animation flickers and appears in the wrong place in
  Xorg sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1969140/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969140] Re: Window minimize animation flickers and appears in the wrong place in Xorg sessions

2022-05-02 Thread Eugene
In my case, the animation problem was in both the xorg session and the wayland 
session.
Ubuntu 22.04
AMD rx-460 card.

Here is a screen recording showing the problem 
https://disk.yandex.ru/i/GdSWT1-LO2i7kA
The monitor runs at 60Hz, the video frame rate is also 60.

Installing the kernel 5.17.5-051705-generic solves the problem in case
of use wayland session. With xorg problem still exist for me.

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

Title:
  Window minimize animation flickers and appears in the wrong place in
  Xorg sessions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1969140/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1971051] Re: Minimize window animation artefacts

2022-05-01 Thread Eugene
Installing the kernel 5.17.5-051705-generic solves the problem.

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

Title:
  Minimize window animation artefacts

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1971051] [NEW] Minimize window animation artefacts

2022-04-30 Thread Eugene
Public bug reported:

Ubuntu 22.04
AMD rx-460 card.
Minimize window animation artefacts. Occurs in about 70% of cases when the 
application window is minimized.
A demonstration of the problem is on the screencast - 
https://disk.yandex.ru/i/GdSWT1-LO2i7kA

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
Uname: Linux 5.15.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
BootLog: Error: [Errno 13] Отказано в доступе: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr 30 21:40:13 2022
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Radeon RX 460/560D / Pro 
450/455/460/555/555X/560/560X] [1002:67ef] (rev cf) (prog-if 00 [VGA 
controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] Baffin [Radeon RX 
460/560D / Pro 450/455/460/555/555X/560/560X] [1462:809d]
InstallationDate: Installed on 2022-04-30 (0 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
MachineType: Micro-Star International Co., Ltd. MS-7A38
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=185613a0-8b25-4d40-9d32-b0dbac7e4bf1 ro quiet splash amdgpu.dc=0 
vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/14/2021
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: B.C0
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: B450M PRO-VDH MAX (MS-7A38)
dmi.board.vendor: Micro-Star International Co., Ltd.
dmi.board.version: 8.0
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Micro-Star International Co., Ltd.
dmi.chassis.version: 8.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrB.C0:bd05/14/2021:br5.17:svnMicro-StarInternationalCo.,Ltd.:pnMS-7A38:pvr8.0:rvnMicro-StarInternationalCo.,Ltd.:rnB450MPRO-VDHMAX(MS-7A38):rvr8.0:cvnMicro-StarInternationalCo.,Ltd.:ct3:cvr8.0:skuTobefilledbyO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: MS-7A38
dmi.product.sku: To be filled by O.E.M.
dmi.product.version: 8.0
dmi.sys.vendor: Micro-Star International Co., Ltd.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.110-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 22.0.1-1ubuntu2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.3-2ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy ubuntu

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

Title:
  Minimize window animation artefacts

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970800] Re: Clicking a calendar date in the bottom row of the panel calendar causes a graphical glitch

2022-04-30 Thread Eugene
I found that the problem happens every time if you click on the day of
the month following the current one. If you first click on the previous
day, and then on the next, then the calendar looks fine.

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

Title:
  Clicking a calendar date in the bottom row of the panel calendar
  causes a graphical glitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1970800/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970921] Re: Drag and drop does not work

2022-04-29 Thread Eugene
In wayland session also don't work drag and drop files from file-roller
to nautilus. It work only on xorg session.

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

Title:
  Drag and drop does not work

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969243] Re: gdm 42.0-1ubuntu4 no longer shows Wayland option

2022-04-16 Thread Eugene Savitsky
I am on an AMD A4-5400K, so it is not only some nvidia problem.

PS If you create a new user for the first login the gear with
Wayland/X11 option is available. On the second login it disappears.

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

Title:
  gdm 42.0-1ubuntu4 no longer shows Wayland option

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1967165] Re: package linux-image-5.13.0-39-generic 5.13.0-39.44~20.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2022-04-02 Thread Weymeth Eugene Hatley Jr
In my case the error message was "could not write compressed host" /boot
partition as per installed default may be a bit small-ish. Tried running
update-upgrade command again, same result. ran "sudo apt autoremove
--purge" to remove old kernels; update-upgrade worked fine after that.

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

Title:
  package linux-image-5.13.0-39-generic 5.13.0-39.44~20.04.1 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1967165/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1967165] Re: package linux-image-5.13.0-39-generic 5.13.0-39.44~20.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2022-04-02 Thread Weymeth Eugene Hatley Jr
In my case the error message was "could not write compressed host" /boot
partition as per installed default may be a bit small-ish. Tried running
update-upgrade command again, same result. ran "sudo apt autoremove
--purge" to remove old kernels; update-upgrade worked fine after that.

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

Title:
  package linux-image-5.13.0-39-generic 5.13.0-39.44~20.04.1 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1967165/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1961976] Re: python-b2sdk: FTBFS with Python 3.10

2022-03-21 Thread Eugene Crosser
Backblaze sdk is compatible with Python 3.10 since release 1.13, 21 Oct 2021.
https://github.com/Backblaze/b2-sdk-python/commit/cd64eafdcf60e6f19d90e7d6fafeff4234850b8d
Thank you for breaking my backup...

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

Title:
  python-b2sdk: FTBFS with Python 3.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-b2sdk/+bug/1961976/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964593] Re: Object xxxx is not a subclass of GObject_Object, it's a Object

2022-03-16 Thread Eugene Crosser
There is a patchset in a comment in the upstream bug report that makes it work 
for me:
https://github.com/home-sweet-gnome/dash-to-panel/issues/1581#issuecomment-1068981549

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

Title:
  Object  is not a subclass of GObject_Object, it's a Object

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-dash-to-panel/+bug/1964593/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964593] [NEW] Object xxxx is not a subclass of GObject_Object, it's a Object

2022-03-11 Thread Eugene Crosser
Public bug reported:

After upgrade of gjs to 1.71.90-1, `dash-to-panel` extension cannot be
enabled. Error message reads

Object 0x3adcf2e07098 is not a subclass of GObject_Object, it's a Object

There is an upstream bug report about this issue:

https://github.com/home-sweet-gnome/dash-to-panel/issues/1581

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell-extension-dash-to-panel 45-1
ProcVersionSignature: Ubuntu 5.15.0-22.22-generic 5.15.19
Uname: Linux 5.15.0-22-generic x86_64
ApportVersion: 2.20.11-0ubuntu78
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Fri Mar 11 13:37:21 2022
PackageArchitecture: all
SourcePackage: gnome-shell-extension-dash-to-panel
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell-extension-dash-to-panel
 Importance: Unknown
 Status: Unknown

** Affects: gnome-shell-extension-dash-to-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy jammy-regression wayland-session

** Bug watch added: github.com/home-sweet-gnome/dash-to-panel/issues #1581
   https://github.com/home-sweet-gnome/dash-to-panel/issues/1581

** Also affects: gnome-shell-extension-dash-to-panel via
   https://github.com/home-sweet-gnome/dash-to-panel/issues/1581
   Importance: Unknown
   Status: Unknown

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

Title:
  Object  is not a subclass of GObject_Object, it's a Object

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-dash-to-panel/+bug/1964593/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1961456] [NEW] [iMac7, 1, Realtek ALC889A, Speaker, Internal] Sound is distorted

2022-02-18 Thread Eugene Golovin
Public bug reported:

Sound quality is poor. Like I am listening to very low bitrate audio.
Changing levels in alsa doesnt help. Deaf sound like under water.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-30-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  beatleman757 F pulseaudio
  beatleman   7666 F qashctl
 /dev/snd/pcmC0D0p:   beatleman757 F...m pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Feb 19 03:36:30 2022
InstallationDate: Installed on 2022-02-18 (0 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
Symptom_Card: Встроенное аудио - HDA Intel
Symptom_Jack: Speaker, Internal
Symptom_PulsePlaybackTest: PulseAudio playback test successful
Symptom_Type: Digital clip or distortion, or "overdriven" sound
Title: [iMac7,1, Realtek ALC889A, Speaker, Internal] Sound is distorted
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/05/08
dmi.bios.release: 0.1
dmi.bios.vendor: Apple Inc.
dmi.bios.version: IM71.88Z.007A.B03.0803051705
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Mac-F42386C8
dmi.board.vendor: Apple Inc.
dmi.board.version: PVT
dmi.chassis.asset.tag: Asset Tag#
dmi.chassis.type: 13
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F42386C8
dmi.modalias: 
dmi:bvnAppleInc.:bvrIM71.88Z.007A.B03.0803051705:bd03/05/08:br0.1:svnAppleInc.:pniMac7,1:pvr1.0:rvnAppleInc.:rnMac-F42386C8:rvrPVT:cvnAppleInc.:ct13:cvrMac-F42386C8:skuSystemSKU#:
dmi.product.family: Mac
dmi.product.name: iMac7,1
dmi.product.sku: System SKU#
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  [iMac7,1, Realtek ALC889A, Speaker, Internal] Sound is distorted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1961456/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: [amdgpu] wayland black screen with white flashes, display corruption, kernel 5.13

2022-01-20 Thread Eugene Savelov
assuming fixed by this patchset
-https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1955180


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

** Changed in: linux (Ubuntu)
   Status: Fix Released => Fix Committed

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

Title:
  [amdgpu] wayland black screen with white flashes, display corruption,
  kernel 5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: [amdgpu] wayland black screen with white flashes, display corruption, kernel 5.13

2022-01-20 Thread Eugene Savelov
seems to be resolved with 5.13.0-28-generic release

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

Title:
  [amdgpu] wayland black screen with white flashes, display corruption,
  kernel 5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1952719] [NEW] hard disk swapping on continuously since Ubuntu 21.10

2021-11-30 Thread Eugene Hickey
Public bug reported:

CPU usage up at ~80% even though nothing running

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: gnome-shell 40.5-1ubuntu2
ProcVersionSignature: Ubuntu 5.13.0-22.22-generic 5.13.19
Uname: Linux 5.13.0-22-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Tue Nov 30 08:46:23 2021
DisplayManager: gdm3
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-xenial-amd64-20160624-2
InstallationDate: Installed on 2017-12-12 (1449 days ago)
InstallationMedia: Ubuntu 16.04 "Xenial" - Build amd64 LIVE Binary 
20160624-10:47
RelatedPackageVersions: mutter-common 40.5-1ubuntu3~21.10.1
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to impish on 2021-11-10 (20 days ago)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug impish wayland-session

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

Title:
  hard disk swapping on continuously since Ubuntu 21.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1952719/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: [amdgpu] wayland black screen with white flashes, display corruption, kernel 5.13

2021-11-10 Thread Eugene Savelov
** Changed in: linux (Ubuntu)
   Status: Fix Released => Confirmed

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

Title:
  [amdgpu] wayland black screen with white flashes, display corruption,
  kernel 5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: [amdgpu] wayland black screen with white flashes, display corruption, kernel 5.13

2021-11-09 Thread Eugene Savelov
** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  [amdgpu] wayland black screen with white flashes, display corruption,
  kernel 5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: [amdgpu] wayland black screen with white flashes, display corruption, kernel 5.13

2021-11-09 Thread Eugene Savelov
resolved with latest proposed kernel - 5.13.0.22.33

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

Title:
  [amdgpu] wayland black screen with white flashes, display corruption,
  kernel 5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1915449] Re: XWayland hangs at 100% of CPU causing gnome-shell to hang

2021-11-05 Thread Eugene Crosser
Started to happen to me on impish, possibly after firefox upgrade to
94.0

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

Title:
  XWayland hangs at 100% of CPU causing gnome-shell to hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1915449/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: [amdgpu] wayland black screen with white flashes, display corruption, kernel 5.13

2021-10-22 Thread Eugene Savelov
still reproduced with latest proposed kernel (5.13.0-21-generic)
test case:
turn secure boot on
cold boot ubuntu
authenticate and launch wayland session
result - display goes black


** Bug watch added: Linux Kernel Bug Tracker #213779
   https://bugzilla.kernel.org/show_bug.cgi?id=213779

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=213779
   Importance: Unknown
   Status: Unknown

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

Title:
  [amdgpu] wayland black screen with white flashes, display corruption,
  kernel 5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: [amdgpu] wayland black screen with white flashes, display corruption, kernel 5.13

2021-10-22 Thread Eugene Savelov
https://launchpadlibrarian.net/564434654/linux_5.13.0-21.21_source.changes

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

Title:
  [amdgpu] wayland black screen with white flashes, display corruption,
  kernel 5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: [amdgpu] wayland black screen with white flashes, display corruption, kernel 5.13

2021-10-22 Thread Eugene Savelov
issue resolved with proposed kernel updated 5.13.0-21-generic
Linux eugene-X505BA 5.13.0-21-generic #21-Ubuntu SMP Tue Oct 19 08:59:28 UTC 
2021 x86_64 x86_64 x86_64 GNU/Linux
test case - cold boot laptop, authenticate and enter wayland session
result - works correctly

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

Title:
  [amdgpu] wayland black screen with white flashes, display corruption,
  kernel 5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1931725] Re: initramfs-tools & kernel: use zstd as the default compression method

2021-10-19 Thread Eugene Romanenko
How to revert to old compression method for initramfs? Generating image
with zstd is extremely slow and takes long time on slow CPU.

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

Title:
  initramfs-tools & kernel: use zstd as the default compression method

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1931725/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: [amdgpu] wayland black screen with white flashes, display corruption, kernel 5.13

2021-10-19 Thread Eugene Savelov
issue still reproduced with latest proposed kernel update
(5.13.0-20.20)

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

Title:
  [amdgpu] wayland black screen with white flashes, display corruption,
  kernel 5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: wayland black screen with white flashes, display corruption, kernel 5.13

2021-10-17 Thread Eugene Savelov
I could not apply patches from freedesktop bugtracker as kernel revision
in ubuntu is quite different from mainline

resolved after I disabled secure boot and  installed latest 5.14
mainline builds - https://kernel.ubuntu.com/~kernel-
ppa/mainline/v5.14.12/

also bug with brightness is gone in this build

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: wayland black screen with white flashes, display corruption, kernel 5.13

2021-10-16 Thread Eugene Savelov
https://gitlab.freedesktop.org/drm/amd/-/issues/1644

** Bug watch added: gitlab.freedesktop.org/drm/amd/-/issues #1644
   https://gitlab.freedesktop.org/drm/amd/-/issues/1644

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: wayland black screen with white flashes, display corruption, kernel 5.13

2021-10-16 Thread Eugene Savelov
linux kernel log with drm.debug=14 log_buf_len=16M  added to cmd line

issue is with eDP display, which should be 1366*768

[drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] 
[CONNECTOR:49:eDP-1] probed modes :
[drm:drm_mode_debug_printmodeline [drm]] Modeline "1366x768": 60 76300 1366 
1414 1446 1592 768 771 777 798 0x48 0x9

** Attachment added: "kern.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1947453/+attachment/5533532/+files/kern.log

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: wayland black screen with white flashes, display corruption, kernel 5.13

2021-10-16 Thread Eugene Savelov
issue affects only main integrated display of notebook, external HDMI
display worked fine

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: wayland black screen with white flashes, display corruption, kernel 5.13, when returning from sleep

2021-10-16 Thread Eugene Savelov
reproduced again with fresh notebook boot, dm prompt display fine, but after 
choosing login and session type(wayland) and password, display goes black with 
white flashes (either horizontal or vertical). 
after booting old 5.11 kernel, which works fine in wayland session, restart 
with 5.13 kernel, also works fine. Apparently some display initialization is 
missing
 

** Summary changed:

- wayland black screen with white flashes, display corruption, kernel 5.13, 
when returning from sleep
+ wayland black screen with white flashes, display corruption, kernel 5.13

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: wayland black screen with white flashes, display corruption, kernel 5.13, when returning from sleep

2021-10-16 Thread Eugene Savelov
** Summary changed:

- wayland black screen with white flashes, display corruption, kernel 5.13
+ wayland black screen with white flashes, display corruption, kernel 5.13, 
when returning from sleep

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13, when returning from sleep

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] acpidump.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1947453/+attachment/5533483/+files/acpidump.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] UdevDb.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1947453/+attachment/5533481/+files/UdevDb.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] WifiSyslog.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1947453/+attachment/5533482/+files/WifiSyslog.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] PulseList.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1947453/+attachment/5533479/+files/PulseList.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] RfKill.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1947453/+attachment/5533480/+files/RfKill.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] ProcModules.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1947453/+attachment/5533478/+files/ProcModules.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] ProcInterrupts.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1947453/+attachment/5533477/+files/ProcInterrupts.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] ProcCpuinfoMinimal.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1947453/+attachment/5533476/+files/ProcCpuinfoMinimal.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] ProcCpuinfo.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1947453/+attachment/5533475/+files/ProcCpuinfo.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] PaInfo.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/1947453/+attachment/5533474/+files/PaInfo.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Lsusb-v.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1947453/+attachment/5533473/+files/Lsusb-v.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Lsusb-t.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1947453/+attachment/5533472/+files/Lsusb-t.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Lsusb.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1947453/+attachment/5533471/+files/Lsusb.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Lspci.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1947453/+attachment/5533469/+files/Lspci.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Lspci-vt.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1947453/+attachment/5533470/+files/Lspci-vt.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] IwConfig.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1947453/+attachment/5533468/+files/IwConfig.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] CRDA.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1947453/+attachment/5533466/+files/CRDA.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] CurrentDmesg.txt

2021-10-16 Thread Eugene Savelov
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1947453/+attachment/5533467/+files/CurrentDmesg.txt

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: wayland black screen with white flashes, display corruption, kernel 5.13

2021-10-16 Thread Eugene Savelov
apport information

** Package changed: wayland (Ubuntu) => linux (Ubuntu)

** Tags added: apport-collected wayland-session

** Description changed:

  After upgrade from ubuntu 21.04 to ubuntu 21.10 I am seeing black screen
  in wayland session and screen corruption in Xorg session
  
  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: xorg 1:7.7+22ubuntu2
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  BootLog: Error: [Errno 13] Отказано в доступе: '/var/log/boot.log'
  CasperMD5CheckResult: unknown
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Oct 16 15:49:45 2021
  DistUpgraded: 2021-10-16 08:19:20,349 DEBUG Running PostInstallScript: 
'/usr/lib/ubuntu-advantage/upgrade_lts_contract.py'
  DistroCodename: impish
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Stoney [Radeon R2/R3/R4/R5 Graphics] 
[1002:98e4] (rev da) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Stoney [Radeon R2/R3/R4/R5 Graphics] 
[1043:1b70]
  InstallationDate: Installed on 2020-11-20 (329 days ago)
  InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
  MachineType: ASUSTeK COMPUTER INC. X505BA
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-19-generic 
root=UUID=40f47434-863f-48cf-9af2-41e67323cb0c ro iommu=soft quiet splash 
vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to impish on 2021-10-16 (0 days ago)
  dmi.bios.date: 04/02/2020
  dmi.bios.release: 5.12
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X505BA.317
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X505BA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX505BA.317:bd04/02/2020:br5.12:svnASUSTeKCOMPUTERINC.:pnX505BA:pvr1.0:sku:rvnASUSTeKCOMPUTERINC.:rnX505BA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: VivoBook
  dmi.product.name: X505BA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.107-8ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.2-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 21.2.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.17-1build1
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu70
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  eugene 2026 F pulseaudio
+  /dev/snd/controlC0:  eugene 2026 F pulseaudio
+ CasperMD5CheckResult: unknown
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 21.10
+ InstallationDate: Installed on 2020-11-20 (329 days ago)
+ InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
+ MachineType: ASUSTeK COMPUTER INC. X505BA
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=ru_RU.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 amdgpudrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-19-generic 
root=UUID=40f47434-863f-48cf-9af2-41e67323cb0c ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
+ RelatedPackageVersions:
+  linux-restricted-modules-5.13.0-19-generic N/A
+  linux-backports-modules-5.13.0-19-generic  N/A
+  linux-firmware 1.201
+ Tags:  impish wayland-session
+ Uname: Linux 5.13.0-19-generic x86_64
+ UpgradeStatus: Upgraded to impish on 2021-10-16 (0 days ago)
+ UserGroups: adm cdrom dip kvm libvirt lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 04/02/2020
+ dmi.bios.release: 5.12
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: X505BA.317
+ dmi.board.asset.tag: ATN12345678901234567
+ dmi.board.name: X505BA
+ dmi.board.vendor: ASUSTeK COMPUTER INC.
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: ASUSTeK COMPUTER INC.
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX505BA.317:bd04/02/2020:br5.12:svnASUSTeKCOMPUTERINC.:pnX505BA:pvr1.0:sku:rvnASUSTeKCOMPUTERINC.:rnX505BA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
+ dmi.p

[Bug 1947453] Re: wayland black screen with white flashes, display corruption, kernel 5.13

2021-10-16 Thread Eugene Savelov
issue can be reproduced when notebook is returning from sleep - black screen 
with white flashes.
was able to press Ctrl-Alt-F2 + Ctrl+Alt-Del - it restarted successfully, 
however no errors seen in kernel logs - besides below:

ERROR: apport (pid 16076) Sat Oct 16 17:46:05 2021: host pid 3575 crashed in a 
separate mount namespace, ignoring
ERROR: apport (pid 16078) Sat Oct 16 17:46:05 2021: host pid 4345 crashed in a 
separate mount namespace, ignoring
ERROR: apport (pid 16077) Sat Oct 16 17:46:05 2021: host pid 3467 crashed in a 
separate mount namespace, ignoring
ERROR: apport (pid 16079) Sat Oct 16 17:46:05 2021: host pid 3876 crashed in a 
separate mount namespace, ignoring
ERROR: apport (pid 16085) Sat Oct 16 17:46:06 2021: host pid 1 crashed in a 
separate mount namespace, ignoring

(crashes from firefox) -
ct 16 17:46:04 eugene-X505BA kernel: [ 5029.860472] WebExtensions[3575]: 
segfault at 0 ip 7fe5c63d7e24 sp 7fff52c6fb08 error 6 in lib
xkbcommon.so.0.0.0[7fe5c63c1000+1c000]
Oct 16 17:46:04 eugene-X505BA kernel: [ 5029.860491] Code: 45 48 48 8b 04 d8 48 
83 c4 08 5b 5d c3 66 0f 1f 84 00 00 00 00 00 48 83 c4 08 31 c0
 5b 5d c3 0f 1f 80 00 00 00 00 f3 0f 1e fa <83> 07 01 48 89 f8 c3 0f 1f 44 00 
00 f3 0f 1e fa 48 85 ff 74 37 55
Oct 16 17:46:05 eugene-X505BA kernel: [ 5029.933516] audit: type=1400 
audit(1634395565.034:99): apparmor="DENIED" operation="open" profile="sn
ap.firefox.firefox" name="/proc/3467/environ" pid=2642 
comm=427265616B70616420536572766572 requested_mask="r" denied_mask="r" 
fsuid=1000 ouid=
1000


** Package changed: xorg (Ubuntu) => wayland (Ubuntu)

** Changed in: wayland (Ubuntu)
   Status: Invalid => New

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: wayland black screen with white flashes, display corruption, kernel 5.13

2021-10-16 Thread Eugene Savelov
resolved by removing iommu=soft option which was preserved from workaround of 
bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1921995
now kernel boots fine and wayland session and amdgpu works fine


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

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: wayland black screen with white flashes, display corruption, kernel 5.13

2021-10-16 Thread Eugene Savelov
workaround is to use amdgpu.dc=0 boot kernel option

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947450] Re: wayland black screen with white flashes - kernel 5.13

2021-10-16 Thread Eugene Savelov
*** This bug is a duplicate of bug 1947453 ***
https://bugs.launchpad.net/bugs/1947453

** This bug has been marked a duplicate of bug 1947453
   wayland black screen with white flashes, display corruption, kernel 5.13

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

Title:
  wayland black screen with white flashes - kernel 5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] Re: wayland black screen with white flashes, display corruption, kernel 5.13

2021-10-16 Thread Eugene Savelov
Issue seems related to amggpu changes, and similar to this fedora bug - 
https://bugzilla.redhat.com/show_bug.cgi?id=1984686.
Workaround - running old 5.11 kernel in ubuntu 21.10

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947453] [NEW] wayland black screen with white flashes, display corruption, kernel 5.13

2021-10-16 Thread Eugene Savelov
Public bug reported:

After upgrade from ubuntu 21.04 to ubuntu 21.10 I am seeing black screen
in wayland session and screen corruption in Xorg session

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: xorg 1:7.7+22ubuntu2
ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
Uname: Linux 5.13.0-19-generic x86_64
ApportVersion: 2.20.11-0ubuntu70
Architecture: amd64
BootLog: Error: [Errno 13] Отказано в доступе: '/var/log/boot.log'
CasperMD5CheckResult: unknown
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sat Oct 16 15:49:45 2021
DistUpgraded: 2021-10-16 08:19:20,349 DEBUG Running PostInstallScript: 
'/usr/lib/ubuntu-advantage/upgrade_lts_contract.py'
DistroCodename: impish
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Stoney [Radeon R2/R3/R4/R5 Graphics] 
[1002:98e4] (rev da) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Stoney [Radeon R2/R3/R4/R5 Graphics] 
[1043:1b70]
InstallationDate: Installed on 2020-11-20 (329 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
MachineType: ASUSTeK COMPUTER INC. X505BA
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-19-generic 
root=UUID=40f47434-863f-48cf-9af2-41e67323cb0c ro iommu=soft quiet splash 
vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to impish on 2021-10-16 (0 days ago)
dmi.bios.date: 04/02/2020
dmi.bios.release: 5.12
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X505BA.317
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X505BA
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX505BA.317:bd04/02/2020:br5.12:svnASUSTeKCOMPUTERINC.:pnX505BA:pvr1.0:sku:rvnASUSTeKCOMPUTERINC.:rnX505BA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: VivoBook
dmi.product.name: X505BA
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.107-8ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.2-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 21.2.2-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1build1

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


** Tags: amd64 apport-bug corruption impish ubuntu

** Bug watch added: Red Hat Bugzilla #1984686
   https://bugzilla.redhat.com/show_bug.cgi?id=1984686

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

Title:
  wayland black screen with white flashes, display corruption, kernel
  5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947450] [NEW] wayland black screen with white flashes - kernel 5.13

2021-10-16 Thread Eugene Savelov
Public bug reported:


after upgrade from ubuntu 21.04 to 21.10 I am getting black screen with white 
flashes in wayland session. In Xorg session strange display issues, but desktop 
is initially rendered and possible to generate debug information. Issue seems 
related to amggpu changes, and similar to this fedora bug - 
https://bugzilla.redhat.com/show_bug.cgi?id=1984686.
Workaround -  running old 5.11 kernel in ubuntu 21.10 

lsb_release -rd
Description:Ubuntu 21.10
Release:21.10

AMD video - 
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Stoney [Radeon R2/R3/R4/R5 Graphics] (rev da)

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  wayland black screen with white flashes - kernel 5.13

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933027] Re: Gdm3 with smartcard asks for login/smartcard pin even if there is no smartcard authentication enabled

2021-08-27 Thread Eugene Mirotin
I'm hit by this issue and for me the suggested workaround doesn't work.

My previous setup:
- had the fingerprint auth enabled
- have the Yubikey attached and **required** for auth (initial login as well as 
sudo)

Previous behavior since this issue appearance: I wouldn't be able to log
in with the key attached, but when not attached I would be able to log
in with just a swipe of the finger (so, yubikey auth would be bypassed)

Yesterday I have disabled fingerprints. Now I'm completely unable to login from 
the graphic login screen:
- if the key is attached, the screen enforces the smartcard auth (I've tried 
changing the alternative, as suggested above). This doesn't work
- if the key is not attached, I'm able to enter my password. Then the spinner 
is shown for some time (because the system tries to detect the key) and the 
error is displayed. If I plugged in the key at this stage (something that 
helped me before, albeit being inconvenient), the screen would jump again to 
the smartcrd auth

The only way I can use my machine now is to go to the terminal session,
login there (it works fine), then startx from there.

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

Title:
  Gdm3 with smartcard asks for login/smartcard pin even if there is no
  smartcard authentication enabled

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930733] Re: Kernel oops with the 460.80 and 465.27 drivers when using DP, but not with HDMI

2021-07-22 Thread Eugene Cormier
I can confirm that nvidia 470.57.02 and linux 5.11.0-25-generic is
working with displayport on my system, all monitors, one on hdmi, two on
displayport and the internal lcd on the laptop, come up correctly
without crash

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

Title:
  Kernel oops with the 460.80 and 465.27 drivers when using DP, but not
  with HDMI

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1929471] Re: Shim apparently fails to run fwupd64 (hirsute regression?)

2021-07-16 Thread Eugene Crosser
** Tags removed: verification-needed-hirsute
** Tags added: verification-done-hirsute

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

Title:
  Shim apparently fails to run fwupd64 (hirsute regression?)

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1929471] Re: Shim apparently fails to run fwupd64 (hirsute regression?)

2021-07-15 Thread Eugene Crosser
Installed shim-signed_1.49+15.4-0ubuntu7_amd64.deb from impish on
hirsute,

Verified that it works, I was able to install all pending firmware
updates.

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

Title:
  Shim apparently fails to run fwupd64 (hirsute regression?)

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930980] Re: Hang on loading initial ramdisk on kernels 5.4.0-72+, 5.11.0-16+ with nvidia drivers 440+

2021-06-10 Thread Eugene Cormier
I'm not sure I have the same bug, but since early June every time I plug
my display port stuff in my computer freezes... I also have a lot going
on in my dmesg

** Attachment added: "dmesg errors"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460/+bug/1930980/+attachment/5503869/+files/display%20port%20plugged

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

Title:
  Hang on loading initial ramdisk on kernels 5.4.0-72+, 5.11.0-16+ with
  nvidia drivers 440+

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   7   8   9   10   >