Summary: | mouse hide causes screen blank with multiple monitors | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kwidgetsaddons | Reporter: | Jani Poikela <poppis.poikela> |
Component: | general | Assignee: | Christoph Feck <cfeck> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | kdelibs-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jani Poikela
2016-05-19 08:40:22 UTC
Konsole uses KCursor. Reassigning. KCursor simply does a "setCursor(QCursor(Qt::BlankCursor))". If this causes screens to flicker, I would say the bug is in the video drivers. Can you reproduce it on another system with different video drivers? Since KCursor sets the blank cursor using Qt's QCursor class, the bug would be either in the video drivers, or in the Qt libary. I suggest to report it to the developers of your video drivers. Please ask for help in a forum of your distribution. (In reply to Christoph Feck from comment #3) > Since KCursor sets the blank cursor using Qt's QCursor class, the bug would > be either in the video drivers, or in the Qt libary. > > I suggest to report it to the developers of your video drivers. Please ask > for help in a forum of your distribution. thanks for the information! |