[kwin] [Bug 426464] Transparent Plasma themes are missing transparency in Wayland session with proprietary NVIDIA driver

2021-06-08 Thread Kyle K
https://bugs.kde.org/show_bug.cgi?id=426464

Kyle K  changed:

   What|Removed |Added

 CC||kylek...@gmail.com

--- Comment #8 from Kyle K  ---
Created attachment 139126
  --> https://bugs.kde.org/attachment.cgi?id=139126&action=edit
broken transparency with nvidia 465.31 in wayland session via eglstreams

I'm getting "grey" bars/rectangles instead of transparency with latest Plasma
5.22 and nvidia 465.31 driver in wayland session via eglstreams. Tested on
stock Archlinux-testing with KWIN_DRM_USE_EGL_STREAMS=1 environment variable
set.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kscreenlocker] [Bug 404192] kscreenlocker_greet 100% cpu and BSOD with cursor on wakeup from suspend with NVIDIA

2019-03-09 Thread Kyle K
https://bugs.kde.org/show_bug.cgi?id=404192

Kyle K  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #8 from Kyle K  ---
I don't have the problem anymore with last 2 nvidia driver releases except
typical visual glitches on wakeup: https://my.mixtape.moe/uibotu.webm, I'm on
418.43 now and also have newer KDE Frameworks and Plasma.


Nvidia 418.43 driver, GTX 980
Operating System: Kubuntu 18.10
KDE Plasma Version: 5.15.2
KDE Frameworks Version: 5.54.0
Qt Version: 5.11.1
Kernel Version: 4.18.0-15-generic

-- 
You are receiving this mail because:
You are watching all bug changes.

[kscreenlocker] [Bug 404192] kscreenlocker_greet 100% cpu and BSOD with cursor on wakeup from suspend with NVIDIA

2019-02-16 Thread Kyle K
https://bugs.kde.org/show_bug.cgi?id=404192

--- Comment #5 from Kyle K  ---
I updated to nvidia 415.27 driver but problem is still there, I ran OProfile on
kscreenlocker_greet's PID while it was consuming 100% cpu and here's the
result:

CPU: Intel Haswell microarchitecture, speed 4900 MHz (estimated)
Counted CPU_CLK_UNHALTED events (Clock cycles when not halted) with a unit mask
of 0x00 (No unit mask) count 9
CPU_CLK_UNHALT...|
  samples|  %|
--
   783102 100.000 kscreenlocker_greet
CPU_CLK_UNHALT...|
  samples|  %|
--
   469543 59.9594 [vdso] (tgid:15389
range:0x7fff6c57e000-0x7fff6c57)
   184799 23.5983 libnvidia-glcore.so.415.27
94478 12.0646 libGLX_nvidia.so.415.27
29395  3.7537 libc-2.28.so
 3110  0.3971 libQt5Gui.so.5.11.1
 1538  0.1964 libGLdispatch.so.0.0.0
  234  0.0299 kallsyms
5 6.4e-04 kvm

nvidia to blame?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kscreenlocker] [Bug 404192] kscreenlocker_greet 100% cpu and BSOD with cursor on wakeup from suspend with NVIDIA

2019-02-11 Thread Kyle K
https://bugs.kde.org/show_bug.cgi?id=404192

--- Comment #4 from Kyle K  ---
(In reply to David Edmundson from comment #1)
> can you get a backtrace with 
> 
> "thread apply all bt"
> 
> thread 0 is just blocked waiting on others
> Also can I see your ~/.config/kdeglobals

Done, sorry I haven't debugged with gdb in ages. I'm not sure if the gdb
backtrace is useful at all. I saw that Thread 7 did get inside of
libGLX_nvidia.so routines, I wonder if this is the thread that's consuming 100%
of a core? I will research if there's a way to tell which Thread is spinning,
seems like rest of the threads are sleeping or waiting.

1 other interesting thing that happens is that my PC fails to suspend whenever
kscreenlocker_greet 100% cpu wakeup incident gets triggered, upon suspend the
PC turns off HDDs/keyboard/mouse but the still continues running and monitor
switches to tty1 and displays this error: Freezing of tasks failed after 20.005
seconds (1 tasks refusing to freeze, wq_busy=0)

In kernel log I see something regarding "QQuickPixmapRea" and 16963, I looked
for 16963 and it happens to be PID of /usr/bin/ksmserver

Feb 11 06:28:43 ROG kernel: Freezing user space processes ... 
Feb 11 06:28:43 ROG kernel: Freezing of tasks failed after 20.005 seconds (1
tasks refusing to freeze, wq_busy=0):
Feb 11 06:28:43 ROG kernel: QQuickPixmapRea D0 16963  30621 0x0124
Feb 11 06:28:43 ROG kernel: Call Trace:
Feb 11 06:28:43 ROG kernel:  __schedule+0x29e/0x840
Feb 11 06:28:43 ROG kernel:  schedule+0x2c/0x80
Feb 11 06:28:43 ROG kernel:  request_wait_answer+0xa3/0x210
Feb 11 06:28:43 ROG kernel:  ? wait_woken+0x80/0x80
Feb 11 06:28:43 ROG kernel:  __fuse_request_send+0x69/0x90
Feb 11 06:28:43 ROG kernel:  fuse_request_send+0x29/0x30
Feb 11 06:28:43 ROG kernel:  fuse_simple_request+0xdd/0x1a0
Feb 11 06:28:43 ROG kernel:  fuse_dentry_revalidate+0x1a1/0x330
Feb 11 06:28:43 ROG kernel:  d_revalidate.part.26+0x10/0x20
Feb 11 06:28:43 ROG kernel:  lookup_fast+0x30e/0x330
Feb 11 06:28:43 ROG kernel:  walk_component+0x49/0x4b0
Feb 11 06:28:43 ROG kernel:  ? inode_permission+0x63/0x1a0
Feb 11 06:28:43 ROG kernel:  link_path_walk+0x2c6/0x540
Feb 11 06:28:43 ROG kernel:  path_openat+0x87/0xdd0
Feb 11 06:28:43 ROG kernel:  ? seccomp_run_filters+0x5d/0xc0
Feb 11 06:28:43 ROG kernel:  do_filp_open+0x93/0x100
Feb 11 06:28:43 ROG kernel:  ? __alloc_fd+0x46/0x140
Feb 11 06:28:43 ROG kernel:  do_sys_open+0x177/0x270
Feb 11 06:28:43 ROG kernel:  __x64_sys_openat+0x20/0x30
Feb 11 06:28:43 ROG kernel:  do_syscall_64+0x5a/0x110
Feb 11 06:28:43 ROG kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
Feb 11 06:28:43 ROG kernel: RIP: 0033:0x7fb8b1bb1d09
Feb 11 06:28:43 ROG kernel: Code: Bad RIP value.
Feb 11 06:28:43 ROG kernel: RSP: 002b:7fb89329e660 EFLAGS: 0293
ORIG_RAX: 0101
Feb 11 06:28:43 ROG kernel: RAX: ffda RBX: 7fb88c021f48 RCX:
7fb8b1bb1d09
Feb 11 06:28:43 ROG kernel: RDX: 0008 RSI: 7fb88c021f48 RDI:
ff9c
Feb 11 06:28:43 ROG kernel: RBP: 7fb88c004e20 R08:  R09:

Feb 11 06:28:43 ROG kernel: R10:  R11: 0293 R12:
0008
Feb 11 06:28:43 ROG kernel: R13: 7fb89329e6e8 R14: 7fb88c004e40 R15:
7fb89329e988
Feb 11 06:28:43 ROG kernel: OOM killer enabled.
Feb 11 06:28:43 ROG kernel: Restarting tasks ... done.

TO summarize, if PC is cold booted the 1st suspend will go OK, then on wakeup I
will see kscreenlocker_greet eating 100% of cpu core, so I kill it and get back
to DE, on next suspend I cannot suspend the PC due to ksmserver refusing to
freeze its tasks.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kscreenlocker] [Bug 404192] kscreenlocker_greet 100% cpu and BSOD with cursor on wakeup from suspend with NVIDIA

2019-02-11 Thread Kyle K
https://bugs.kde.org/show_bug.cgi?id=404192

--- Comment #3 from Kyle K  ---
Created attachment 117987
  --> https://bugs.kde.org/attachment.cgi?id=117987&action=edit
~/.config/kdeglobals

-- 
You are receiving this mail because:
You are watching all bug changes.

[kscreenlocker] [Bug 404192] kscreenlocker_greet 100% cpu and BSOD with cursor on wakeup from suspend with NVIDIA

2019-02-11 Thread Kyle K
https://bugs.kde.org/show_bug.cgi?id=404192

--- Comment #2 from Kyle K  ---
Created attachment 117986
  --> https://bugs.kde.org/attachment.cgi?id=117986&action=edit
thread apply all

-- 
You are receiving this mail because:
You are watching all bug changes.

[kscreenlocker] [Bug 404192] New: kscreenlocker_greet 100% cpu and BSOD with cursor on wakeup from suspend with NVIDIA

2019-02-10 Thread Kyle K
https://bugs.kde.org/show_bug.cgi?id=404192

Bug ID: 404192
   Summary: kscreenlocker_greet 100% cpu and BSOD with cursor on
wakeup from suspend with NVIDIA
   Product: kscreenlocker
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: greeter
  Assignee: plasma-b...@kde.org
  Reporter: kylek...@gmail.com
CC: bhus...@gmail.com
  Target Milestone: ---

SUMMARY
kscreenlocker_greet is consuming 100% of a core sitting on Blank Screen Of
Death after a wakeup with only mouse cursor visible, I have to switch to tty2
and kill kscreenlocker_greet, after that usual login/greet shows up and
allowing me to login and get back to DE

[code]Thread 1 "kscreenlocker_g" received signal SIGINT, Interrupt.
futex_wait_cancelable (private=, expected=0,
futex_word=0x5583fc92d524)
at ../sysdeps/unix/sysv/linux/futex-internal.h:88
88  in ../sysdeps/unix/sysv/linux/futex-internal.h
#0  futex_wait_cancelable (private=, expected=0,
futex_word=0x5583fc92d524)
at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x5583fc92d4d0,
cond=0x5583fc92d4f8) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x5583fc92d4f8, mutex=0x5583fc92d4d0) at
pthread_cond_wait.c:655
#3  0x7f11d90d143b in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f11da2333d7 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#5  0x7f11da2358c0 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#6  0x7f11da235ef3 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#7  0x7f11d968ab05 in QWindow::event(QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#8  0x7f11da29787b in QQuickWindow::event(QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#9  0x7f11d9279499 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
()
   from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x7f11d967f7e3 in
QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*)
()
   from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#11 0x7f11d96804bd in
QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)
() from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#12 0x7f11d965ab6b in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
()
   from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#13 0x7f11d2a9de5b in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#14 0x7f11d927816b in
QEventLoop::exec(QFlags) ()
   from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x7f11d92802e2 in QCoreApplication::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x5583fa4c2c0e in ?? ()
#17 0x7f11d8cbe09b in __libc_start_main (main=0x5583fa4c24a0, argc=6,
argv=0x7ffcbe3ac9f8, init=, 
fini=, rtld_fini=, stack_end=0x7ffcbe3ac9e8)
at ../csu/libc-start.c:308
#18 0x5583fa4c2eea in _start ()
Detaching from program: /usr/lib/x86_64-linux-gnu/libexec/kscreenlocker_greet,
process 15745
[Inferior 1 (process 15745) detached][/code]


STEPS TO REPRODUCE
1. Suspend
2. Wakeup

OBSERVED RESULT
BSOD, can't login, can only move mouse cursor around

EXPECTED RESULT
Login and continue doing work

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 18.10 with kubuntu-ppa
KDE Plasma Version: 5.14.5
Qt Version: 5.11.1
KDE Frameworks Version: 5.52.0
Kernel Version: 4.18.0-14-generic
Nvidia 410.78 driver
GeForce GTX 980


ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[kiofuse] [Bug 75324] Integrate KIO Slaves into file system using FUSE gateway

2018-12-19 Thread Kyle K
https://bugs.kde.org/show_bug.cgi?id=75324

Kyle K  changed:

   What|Removed |Added

 CC||kylek...@gmail.com

--- Comment #71 from Kyle K  ---
I'm writing because I was wondering whether there was any more progress made?


My typical daily burden coming from average KDE user/consumer:

- manually connect to smb://foo in Dolphin because of course Network->Network
nor Network->Samba shares doesn't work in 18.10 even with NT1 smb.conf. ok.
drag & drop file from Dolphin to e.g. media player, either nothing happens
(when trying mpv) or I get spammed with unwanted 'smb authentication' dialog
(in case of vlc). Excuse me, but I have just authenticated a minute ago in
dolphin, wth?
- decide to open audacious with meticulously curated playlists that I have
saved over the years, that on its own works fine in other gvfs aware DE's, KDE
on the other hand won't play any mp3 because it doesn't understand
file:///run/user/1000/gvfs/smb-share* pathnames or the audacious player has
problem playing from smb:// path.
- alright I have to manually drop to terminal and run `gvfs-mount
smb://192.168.1.13/dōjin` and make audacious work again, finding this
workaround on its own took me hours.

- it is 2018, why do we still have to manually write out smb:// mount points in
/etc/fstab?
- Current implementation of handling network shares is very subpar and
borderline embarrassing compared to other DE's. It makes KDE totally unusable..

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 379018] KMail bringing system down to its knees

2017-05-02 Thread Kyle K
https://bugs.kde.org/show_bug.cgi?id=379018

--- Comment #1 from Kyle K  ---
To the KDE.

Can you do gnu/linux users a favor and remove kmail from the existence of
internet so this garbage never again reaches any distro so users can actually
settle on software that works? Thank you.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 376725] Global menu doesn't respond to mouse hover

2017-04-20 Thread Kyle K
https://bugs.kde.org/show_bug.cgi?id=376725

Kyle K  changed:

   What|Removed |Added

 CC||kylek...@gmail.com

--- Comment #5 from Kyle K  ---
I can confirm the same bug (bug or a feature?)

Also I see another bug...my Global Menu doesn't persist between reboots,
instead I'm left with empty white panel. :(   (I'm so sad.)

Plasma 5.9.4
KF5 5.33.0
Qt 5.8.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 379018] New: KMail bringing system down to its knees

2017-04-20 Thread Kyle K
https://bugs.kde.org/show_bug.cgi?id=379018

Bug ID: 379018
   Summary: KMail bringing system down to its knees
   Product: kmail2
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: kylek...@gmail.com
  Target Milestone: ---

Created attachment 105121
  --> https://bugs.kde.org/attachment.cgi?id=105121&action=edit
Screenshot of 100% CPU

I have been trying to view an email in past 2 hours without a success.

I'm trying to see my gmail Inbox via IMAP. I'm using kmail 16.12.3, I can
barely finish throught the account wizard before my system becomes very
sluggish and akonadi & mysql are pegging my CPU at 100%. My computer has been
running very slow for past 2 hours producing wasteful heat and annoying noise.

I have 134 emails in my inbox and 50,000 emails from mesa/xorg/dri maillists
residing in their own folder in gmail.

Why is KMail deciding to jump the ship and keep downloading all messages
without my consent? Why can't I decide on my own and tell KMail Y/N whether to
download all messages after I finish the account creation. KMail's UI is very
unresponsive, I'm hitting the Inbox label but nowthing heppens, I don't know
what it is really doing and when it will finish (if ever).

I don't know whether I'm doing something wrong or not. I don't know any other
way to use KMail.

Thank you.

-- 
You are receiving this mail because:
You are watching all bug changes.