21 Aug
2022
21 Aug
'22
21:52
http://bugzilla.opensuse.org/show_bug.cgi?id=1200544 http://bugzilla.opensuse.org/show_bug.cgi?id=1200544#c18 --- Comment #18 from GDPR Deletion <agesen@cs.stanford.edu> --- Power-savings mode is a great clue! I noticed this loop produces _one_ beep when it is the only sound stream on the laptop: for (int i = 0; i < 4; i++) { Toolkit.getDefaultToolkit().beep(); try { Thread.sleep(200); } catch (InterruptedException e) {} } If I play a song (ABBA's Dancing Queen :-) I hear all four beebs every time. Can power savings be disabled as a further experiment? Ole -- You are receiving this mail because: You are on the CC list for the bug.