[Bug 2025662] [NEW] mutter pauses for multiple seconds at random times

2023-07-03 Thread Ryan C. Underwood
Public bug reported:

Hi, I have this weird bug in mutter (44.2-0ubuntu1) which seems to
correlate with uptime - if I kill mutter the problem seems to go away
for a few days, although killing mutter is very inconvenient because all
applications are also killed even with session persistence.

Upon strace analysis it can be seen that when the pauses are happening
there is a specific trace involving GEM operations happening immediately
after a ~1 second epoll expires.

During this state the entire UI is paused - video does not update, mouse
cursor does not move, keypresses have no response.  However, input
events are "queued" so that when the pause ends, the mouse instantly
warps across the screen, and if a key was down at the time the pause
began, the key is repeated hundreds of times since it seems that the
key-up event is only processed when the "pause" ends.

The system is up to date 23.04 and mutter is using the Intel HD 530
integrated graphics.  I do not believe this issue happened before 23.04
was released, although it has been intermittent and persistent since
that time.

Attached a strace with timestamps which provides an example of a multi-
second pause.  Using grep -A1 epoll_wait you can see the instances of
the GEM operations during the pause.  Eventually at around 09:40:57
local time in the trace the "pause" ended.

Example of an instance of the GEM operation trace after a ~1 second
epoll timeout:

[pid 686436] 09:40:54.750468 poll([{fd=3, events=POLLOUT}], 1, 5) = 1 ([{fd=3, 
revents=POLLOUT}])
[pid 686436] 09:40:54.750719 epoll_wait(8, [], 256, 671) = 0
[pid 686436] 09:40:55.422886 ioctl(11, DRM_IOCTL_SYNCOBJ_DESTROY, 
0x7ffce0975140) = 0
[pid 686436] 09:40:55.423213 ioctl(11, DRM_IOCTL_I915_GEM_EXECBUFFER2, 
0x7ffce09751d0) = 0
[pid 686436] 09:40:55.423525 ioctl(11, DRM_IOCTL_I915_GEM_MADVISE, 
0x7ffce0975098) = 0
[pid 686436] 09:40:55.423642 ioctl(11, DRM_IOCTL_SYNCOBJ_WAIT, 0x7ffce0974ef0) 
= 0
[pid 686436] 09:40:55.423876 ioctl(11, DRM_IOCTL_I915_GEM_MADVISE, 
0x7ffce0974fec) = 0
[pid 686436] 09:40:55.423971 ioctl(11, DRM_IOCTL_SYNCOBJ_CREATE, 
0x7ffce0975100) = 0
[pid 686436] 09:40:55.424218 writev(45, 
[{iov_base="#\221\360s\0\0\0\0\2\0\0\0\204\v \4\3\0\200\3s\213\0\0\243\v 
\4\244\v \4", iov_len=32}], 1) = 32
[pid 686436] 09:40:55.424471 writev(45, 
[{iov_base="#\221\360s\2\0\0\0\1\0\0\2\204\v 
\4\3\0\200\3r\213\0\0\376S\340\252\37\2\0\0\311uf\0\0\0\0\0", iov_len=40}], 1) 
= 40
[pid 686436] 09:40:55.424810 poll([{fd=3, events=POLLOUT}], 1, 5) = 1 ([{fd=3, 
revents=POLLOUT}])
[pid 686436] 09:40:55.425150 epoll_wait(8, [], 256, 0) = 0

These pauses are often 10-15 seconds in length but can also be much
longer.  I have observed it happening even with the screen locked
(screen lock unresponsive until pause ends).

FD 8 in the trace is anon_inode:[eventpoll] and FD 11 is
/dev/dri/renderD129, the Intel HD 530 DRI device.

Kernel is 6.2.0-24-generic from the distribution.

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

** Attachment added: "strace.txt"
   https://bugs.launchpad.net/bugs/2025662/+attachment/5683579/+files/strace.txt

** Description changed:

  Hi, I have this weird bug in mutter which seems to correlate with uptime
  - if I kill mutter the problem seems to go away for a few days, although
  killing mutter is very inconvenient because all applications are also
  killed even with session persistence.
  
  Upon strace analysis it can be seen that when the pauses are happening
  there is a specific trace involving GEM operations happening immediately
- after a 1 second epoll expires.
+ after a ~1 second epoll expires.
  
  During this state the entire UI is paused - video does not update, mouse
  cursor does not move, keypresses have no response.  However, input
  events are "queued" so that when the pause ends, the mouse instantly
  warps across the screen, and if a key was down at the time the pause
  began, the key is repeated hundreds of times since it seems that the
  key-up event is only processed when the "pause" ends.
  
  The system is up to date 23.04 and mutter is using the Intel HD 530
  integrated graphics.  I do not believe this issue happened before 23.04
  was released, although it has been intermittent and persistent since
  that time.
  
  Attached a strace with timestamps which provides an example of a multi-
  second pause.  Using grep -A1 epoll_wait you can see the instances of
  the GEM operations during the pause.  Eventually at around 09:40:57
  local time in the trace the "pause" ended.
  
- Example of an instance of the GEM operation trace after a 1 second epoll
- timeout:
+ Example of an instance of the GEM operation trace after a ~1 second
+ epoll timeout:
  
  [pid 686436] 09:40:54.750468 poll([{fd=3, events=POLLOUT}], 1, 5) = 1 
([{fd=3, revents=POLLOUT}])
  [pid 686436] 09:40:54.750719 epoll_wait(8, [], 256, 671) = 0
  [pid 686436] 09:40:55.422886 ioctl(11, DRM_IOCTL_SYNCOBJ_DESTROY, 
0x7ffce0975140) = 0
  [pid 686436] 09:

[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2019-11-22 Thread Ryan C. Underwood
Still a problem on Eoan.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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

[Bug 302179] Re: gimp-remote not included

2009-12-05 Thread Ryan C. Underwood
It's gone missing again in Karmic

** Changed in: gimp (Ubuntu)
   Status: Fix Released => New

-- 
gimp-remote not included
https://bugs.launchpad.net/bugs/302179
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 320527] [NEW] gamin: new upstream version

2009-01-23 Thread Ryan C. Underwood
Public bug reported:

Binary package hint: gamin

As of 11/24/2008 there is a new upstream version 0.1.10

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

-- 
gamin: new upstream version
https://bugs.launchpad.net/bugs/320527
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gamin in ubuntu.

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


[Bug 44058] Re: suspend when closing laptop lid doesn't work

2009-11-04 Thread Ryan C. Underwood
I just wanted to note that I have a HP DV2910US and I'm having this
problem, but I have more information.  Under Jaunty, suspend on lid
closure worked fine.  Also, I had to upgrade some multimedia packages to
Karmic versions to resolve some other problems, which included pulling
in the 2.6.31-14 kernel.  Everything worked fine for a few weeks under
this new kernel.  Today, I fully upgraded to Karmic, and the problem has
appeared for me.  So this does not appear to be a problem in the Karmic
kernel, but rather somewhere in userspace.

-- 
suspend when closing laptop lid doesn't work
https://bugs.launchpad.net/bugs/44058
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 44058] Re: suspend when closing laptop lid doesn't work

2009-11-04 Thread Ryan C. Underwood
Also, suspending from the desktop menu works fine.  It's only the lid-
switch suspend that doesn't work on my machine.

-- 
suspend when closing laptop lid doesn't work
https://bugs.launchpad.net/bugs/44058
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 44058] Re: suspend when closing laptop lid doesn't work

2009-11-04 Thread Ryan C. Underwood
Looks like my lid is getting to HAL at least, I wonder where it gets
lost from there:

Start monitoring devicelist:
-
21:31:58.761: computer_logicaldev_input_3 property button.state.value = true
21:31:58.763: computer_logicaldev_input_3 condition ButtonPressed = lid
21:31:59.916: platform_i8042_i8042_KBD_port_logicaldev_input condition 
ButtonPressed = wake-up
21:31:59.917: computer_logicaldev_input_3 property button.state.value = false
21:31:59.925: computer_logicaldev_input_3 condition ButtonPressed = lid

-- 
suspend when closing laptop lid doesn't work
https://bugs.launchpad.net/bugs/44058
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 44058] Re: suspend when closing laptop lid doesn't work

2009-11-05 Thread Ryan C. Underwood
Fresh boot and after suspend, doesn't matter.

-- 
suspend when closing laptop lid doesn't work
https://bugs.launchpad.net/bugs/44058
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 2093278] [NEW] LCD-equipped laptop backlight left on when screen locked/blanked in 24.10

2025-01-08 Thread Ryan C. Underwood
Public bug reported:

I upgraded an old HP laptop with Intel 965GM (X3100) graphics from a
previous non-Wayland Ubuntu version to 24.10 which is using
GNOME/Wayland.  The display is correctly blanked and locked according to
the timeout set in gnome-power-manager but is not turned off completely
- the backlight is left on, both wasting power and accumulating hours
which degrades the backlight.

XWayland does not offer a DPMS extension so there's no way to use
traditional settings and tools to turn off power to the display, or any
apparent alternative to gnome-power-manager for this purpose.

gnome-power-manager version is 3.32.0-2build2 according to dpkg.

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

** Summary changed:

- Laptop LCD backlight left on when screen turns off in 24.10
+ LCD-equipped laptop backlight left on when screen locked/blanked in 24.10

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu.
https://bugs.launchpad.net/bugs/2093278

Title:
  LCD-equipped laptop backlight left on when screen locked/blanked in
  24.10

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


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