Bug 345563 - Assert in QGLXContext::init when OpenGL drivers are not installed
Summary: Assert in QGLXContext::init when OpenGL drivers are not installed
Status: RESOLVED NOT A BUG
Alias: None
Product: plasmashell
Classification: Plasma
Component: Desktop Containment (show other bugs)
Version: 5.2.0
Platform: openSUSE Linux
: NOR crash
Target Milestone: 1.0
Assignee: Sebastian Kügler
URL:
Keywords:
: 347061 348183 348335 348518 348552 348570 348743 349051 349082 349217 349275 349759 349774 350074 350090 350127 350352 350483 350666 350818 350820 350852 350860 350873 350950 351276 353161 353197 353255 353523 353846 353990 353991 354685 354703 354783 355054 355102 355203 355917 356744 356821 356915 356918 357119 357131 357805 358229 358243 358333 358354 358463 358564 358604 358642 358645 358762 359498 359638 360397 360451 360584 361300 361498 361529 361806 362225 362261 362643 364468 369471 369473 369512 370308 370322 370351 370540 372229 372567 375052 378634 380503 384273 384358 387606 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-03-26 23:18 UTC by michaud.sonny
Modified: 2017-12-05 07:24 UTC (History)
72 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Crash log (7.97 KB, text/plain)
2015-05-16 22:37 UTC, michaud.sonny
Details
Xorg log (26.59 KB, text/x-log)
2015-05-16 22:46 UTC, michaud.sonny
Details
attachment-6753-0.html (1.66 KB, text/html)
2015-06-15 11:47 UTC, Nkateko
Details
attachment-20570-0.html (1.36 KB, text/html)
2015-06-17 12:53 UTC, Nkateko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michaud.sonny 2015-03-26 23:18:57 UTC
I originally posted about this on the opensuse-factory@opensuse.org mailing list, and was recommended to report the issue here.

I tried to install plasma5 today and ran into some problems getting it to start.  I've seen similar problems caused by the fact that I have an optimus enabled nvidia graphics card, and I use bumblebee to control the graphics card (most recently vlc wouldn't start, so I had to start with optirun so it could find the glx drivers, then I still had to disable hardware decoding, because it wasn't working).  Either way, my assumption is that this is the root of the problem.

Here is my installation log:  http://pastebin.com/JBGCVqnB
Here is the crash log: http://pastebin.com/5VDmS58q 

I can try again with debugging symbols if this is entirely useless, but it is a rather painful process to install a desktop environment that doesn't start and have to go through the rigamorale of downgrading again!  But I'll do it, if I have to!

Reproducible: Always

Steps to Reproduce:
1.  Install plasma5 from opensuse tumbleweed repositories.
2.  Restart computer.
3.  Observe crash.

Actual Results:  
Crash.

Expected Results:  
Desktop.
Comment 1 Marco Martin 2015-03-27 17:14:26 UTC
pasting inline the bt:
Thread 1 (Thread 0x7f27676b1800 (LWP 4130)):

[KCrash Handler]

#5  0x00007f27613543c7 in raise () from /lib64/libc.so.6

#6  0x00007f276135579a in abort () from /lib64/libc.so.6

#7  0x00007f2761a5eff0 in QMessageLogger::fatal(char const*, ...) const () from /usr/lib64/libQt5Core.so.5

#8  0x00007f27527c82fe in ?? () from /usr/lib64/qt5/plugins/platforms/libqxcb.so

#9  0x00007f27527a224b in ?? () from /usr/lib64/qt5/plugins/platforms/libqxcb.so

#10 0x00007f27621bea5b in QOpenGLContext::create() () from /usr/lib64/libQt5Gui.so.5

#11 0x00007f27527c868d in ?? () from /usr/lib64/qt5/plugins/platforms/libqxcb.so

#12 0x00007f27527c8801 in ?? () from /usr/lib64/qt5/plugins/platforms/libqxcb.so

#13 0x00007f276518b713 in QSGRenderLoop::instance() () from /usr/lib64/libQt5Quick.so.5

#14 0x00007f27651bac20 in QQuickWindowPrivate::init(QQuickWindow*, QQuickRenderControl*) () from /usr/lib64/libQt5Quick.so.5

#15 0x00007f27670fa5be in PlasmaQuick::Dialog::Dialog(QQuickItem*) () from /usr/lib64/libKF5PlasmaQuick.so.5

#16 0x00007f2747dc3190 in ?? () from /usr/lib64/qt5/qml/org/kde/plasma/core/libcorebindingsplugin.so

#17 0x00007f2764c67379 in QQmlType::create() const () from /usr/lib64/libQt5Qml.so.5

#18 0x00007f2764cc7abf in ?? () from /usr/lib64/libQt5Qml.so.5

#19 0x00007f2764cc8384 in ?? () from /usr/lib64/libQt5Qml.so.5

#20 0x00007f2764c56c87 in ?? () from /usr/lib64/libQt5Qml.so.5

#21 0x00007f2764c573ab in ?? () from /usr/lib64/libQt5Qml.so.5

#22 0x00007f2764c573ec in QQmlIncubator::forceCompletion() () from /usr/lib64/libQt5Qml.so.5

#23 0x00007f2765b048c0 in KDeclarative::QmlObject::completeInitialization(QHash<QString, QVariant> const&) () from /usr/lib64/libKF5Declarative.so.5

#24 0x00007f2765b0495c in ?? () from /usr/lib64/libKF5Declarative.so.5

#25 0x0000000000460e99 in Osd::Osd(ShellCorona*) ()

#26 0x000000000045521e in ShellCorona::ShellCorona(QObject*) ()

#27 0x000000000045e159 in ShellManager::loadHandlers() ()

#28 0x0000000000479f4d in ?? ()

#29 0x00007f2761c7b5c6 in QObject::event(QEvent*) () from /usr/lib64/libQt5Core.so.5

#30 0x00007f2762fa0b5c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5

#31 0x00007f2762fa5a26 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5

#32 0x00007f2761c4af45 in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/libQt5Core.so.5

#33 0x00007f2761c4cddf in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib64/libQt5Core.so.5

#34 0x00007f2761ca2e13 in ?? () from /usr/lib64/libQt5Core.so.5

#35 0x00007f275d8e9a04 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0

#36 0x00007f275d8e9c48 in ?? () from /usr/lib64/libglib-2.0.so.0

#37 0x00007f275d8e9cec in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0

#38 0x00007f2761ca228c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5

#39 0x00007f2761c48e9b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5

#40 0x00007f2761c50526 in QCoreApplication::exec() () from /usr/lib64/libQt5Core.so.5

#41 0x00000000004323b0 in main ()
Comment 2 Marco Martin 2015-03-27 17:15:29 UTC
the bt doesn't look really complete, but the assert may be due to the opengl context not being correctly created?
Comment 3 michaud.sonny 2015-03-27 17:41:33 UTC
That is usually what happens, running bumblebee.  I start X on the intel card, but things usually try to load the NVIDIA glx stuff, which, of course, doesn't work at all!
Comment 4 Bhushan Shah 2015-03-28 16:37:03 UTC

*** This bug has been marked as a duplicate of bug 345123 ***
Comment 5 michaud.sonny 2015-03-28 16:45:11 UTC
My situation appears to be somewhat different from that bug this was marked as a duplicate of.

In my case, my Nvidia card is not active by default (I'm using bumblebee), and it looks like KDE is incorrectly attempting to use the nvidia drivers rather than the xorg ones.  Obviously, without a better stack trace, it is impossible to be certain, but it sounds extremely reasonable to me that my problem and the resolution of that other bug are one in the same: that KDE prefers the nvidia drivers.
Comment 6 michaud.sonny 2015-05-16 22:37:37 UTC
Created attachment 92645 [details]
Crash log

This is still an issue, and since openSUSE Tumbleweed just switched to using plasma 5 as the default desktop, my system is basically unusable.  Hopefully this is enough information to get this fixed!  Please let me know if I can provide any additional details.  Thanks!
Comment 7 michaud.sonny 2015-05-16 22:46:40 UTC
Created attachment 92646 [details]
Xorg log

Since the bug this was initially marked as a duplicate of had problems with inconsistent drivers being loaded, here is a copy of my Xorg.0.log.  It looks like everything is correct.  In this case, I have disabled the bumblebeed service, so it is using my primary nvidia graphics card.  I would, however, prefer to be able to use the power saving features, so I can also post copies of these logs with bumblebeed enabled and booting on the Intel chip, in case they are different.
Comment 8 Marco Martin 2015-05-26 16:58:34 UTC
Thread 1 (Thread 0x7f37697ea8c0 (LWP 2209)):
[KCrash Handler]
#5  0x00007f37632143c7 in raise () from /lib64/libc.so.6
#6  0x00007f376321579a in abort () from /lib64/libc.so.6
#7  0x00007f376391f060 in qt_message_fatal (context=..., message=...) at global/qlogging.cpp:1415
#8  QMessageLogger::fatal (this=this@entry=0x7ffe317f1060, msg=msg@entry=0x7f3753f7c024 "Could not initialize GLX") at global/qlogging.cpp:636
#9  0x00007f3753f3f2fe in QGLXContext::init (this=0x28c7ed0, screen=0x2573070, share=0x0) at qglxintegration.cpp:303
#10 0x00007f3753f1924b in QXcbIntegration::createPlatformOpenGLContext (this=<optimized out>, context=0x7ffe317f1140) at qxcbintegration.cpp:254
#11 0x00007f376407ea5b in QOpenGLContext::create (this=0x7ffe317f1140) at kernel/qopenglcontext.cpp:596
#12 0x00007f3753f3f68d in QGLXContext::queryDummyContext () at qglxintegration.cpp:657
#13 0x00007f3753f3f801 in QGLXContext::supportsThreading () at qglxintegration.cpp:688
#14 0x00007f37672716a3 in QSGRenderLoop::instance () at /usr/src/debug/qtdeclarative-opensource-src-5.4.1/src/quick/scenegraph/qsgrenderloop.cpp:174
#15 0x00007f37672a0bb0 in QQuickWindowPrivate::init (this=0x28c4390, c=0x28c20c0, control=0x0) at /usr/src/debug/qtdeclarative-opensource-src-5.4.1/src/quick/items/qquickwindow.cpp:443
#16 0x00007f37691f2a5e in PlasmaQuick::Dialog::Dialog (this=0x28c20c0, parent=<optimized out>) at /usr/src/debug/plasma-framework-5.10.0/src/plasmaquick/dialog.cpp:654
#17 0x00007f374973c480 in QQmlElement (this=0x28c20c0) at /usr/include/qt5/QtQml/qqmlprivate.h:93
#18 QQmlPrivate::createInto<PlasmaQuick::Dialog> (memory=0x28c20c0) at /usr/include/qt5/QtQml/qqmlprivate.h:102
#19 0x00007f3766b29379 in QQmlType::create (this=this@entry=0x7f374403fcf0) at /usr/src/debug/qtdeclarative-opensource-src-5.4.1/src/qml/qml/qqmlmetatype.cpp:713
#20 0x00007f3766b89abf in QQmlObjectCreator::createInstance (this=this@entry=0x28bf8c0, index=index@entry=0, parent=parent@entry=0x0, isContextObject=isContextObject@entry=true) at /usr/src/debug/qtdeclarative-opensource-src-5.4.1/src/qml/qml/qqmlobjectcreator.cpp:1061
#21 0x00007f3766b8a384 in QQmlObjectCreator::create (this=0x28bf8c0, subComponentIndex=-1, parent=parent@entry=0x0, interrupt=interrupt@entry=0x7ffe317f1660) at /usr/src/debug/qtdeclarative-opensource-src-5.4.1/src/qml/qml/qqmlobjectcreator.cpp:222
#22 0x00007f3766b18c87 in QQmlIncubatorPrivate::incubate (this=0x263f870, i=...) at /usr/src/debug/qtdeclarative-opensource-src-5.4.1/src/qml/qml/qqmlincubator.cpp:302
#23 0x00007f3766b1948e in QQmlIncubationController::incubateFor (this=this@entry=0x2771c30, msecs=<optimized out>) at /usr/src/debug/qtdeclarative-opensource-src-5.4.1/src/qml/qml/qqmlincubator.cpp:395
#24 0x00007f37676f438c in incubate (this=0x2771c20) at /usr/src/debug/kdeclarative-5.10.0/src/kdeclarative/private/qmlobject_p.h:63
#25 KDeclarative::QmlObjectIncubationController::incubatingObjectCountChanged (this=0x2771c20, count=1) at /usr/src/debug/kdeclarative-5.10.0/src/kdeclarative/private/qmlobject_p.h:79
#26 0x00007f3766b19125 in QQmlEnginePrivate::incubate (this=this@entry=0x263ef00, i=..., forContext=forContext@entry=0x277a360) at /usr/src/debug/qtdeclarative-opensource-src-5.4.1/src/qml/qml/qqmlincubator.cpp:97
#27 0x00007f3766b14e3c in QQmlComponent::create (this=<optimized out>, incubator=..., context=<optimized out>, context@entry=0x0, forContext=forContext@entry=0x0) at /usr/src/debug/qtdeclarative-opensource-src-5.4.1/src/qml/qml/qqmlcomponent.cpp:1068
#28 0x00007f37676e492d in KDeclarative::QmlObject::completeInitialization (this=0x26396d0, initialProperties=...) at /usr/src/debug/kdeclarative-5.10.0/src/kdeclarative/qmlobject.cpp:270
#29 0x00007f37676e49dc in KDeclarative::QmlObjectPrivate::scheduleExecutionEnd (this=0x26360c0) at /usr/src/debug/kdeclarative-5.10.0/src/kdeclarative/qmlobject.cpp:136
#30 0x0000000000461dff in Osd::Osd (this=0x2640180, corona=<optimized out>) at /usr/src/debug/plasma-workspace-5.3.0/shell/osd.cpp:42
#31 0x000000000045559d in ShellCorona::ShellCorona (this=0x2626870, parent=<optimized out>) at /usr/src/debug/plasma-workspace-5.3.0/shell/shellcorona.cpp:176
#32 0x000000000045e759 in ShellManager::loadHandlers (this=0x25fab60) at /usr/src/debug/plasma-workspace-5.3.0/shell/shellmanager.cpp:101
#33 0x000000000047aa0d in ShellManager::qt_static_metacall (_o=<optimized out>, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at /usr/src/debug/plasma-workspace-5.3.0/build/shell/moc_shellmanager.cpp:100
#34 0x00007f3763b3b656 in QObject::event (this=0x25fab60, e=<optimized out>) at kernel/qobject.cpp:1245
#35 0x00007f3764e60b5c in QApplicationPrivate::notify_helper (this=this@entry=0x2545180, receiver=receiver@entry=0x25fab60, e=e@entry=0x2631490) at kernel/qapplication.cpp:3720
#36 0x00007f3764e65a26 in QApplication::notify (this=0x7ffe317f2370, receiver=0x25fab60, e=0x2631490) at kernel/qapplication.cpp:3503
#37 0x00007f3763b0afd5 in QCoreApplication::notifyInternal (this=0x7ffe317f2370, receiver=0x25fab60, event=event@entry=0x2631490) at kernel/qcoreapplication.cpp:935
#38 0x00007f3763b0ce6f in sendEvent (event=0x2631490, receiver=<optimized out>) at kernel/qcoreapplication.h:228
#39 QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0, data=0x253a2b0) at kernel/qcoreapplication.cpp:1552
#40 0x00007f3763b0d4a8 in QCoreApplication::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0) at kernel/qcoreapplication.cpp:1410
#41 0x00007f3763b62ea3 in postEventSourceDispatch (s=0x258f310) at kernel/qeventdispatcher_glib.cpp:271
#42 0x00007f375f7adc74 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
#43 0x00007f375f7adec8 in ?? () from /usr/lib64/libglib-2.0.so.0
#44 0x00007f375f7adf6c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#45 0x00007f3763b6231c in QEventDispatcherGlib::processEvents (this=0x2592dd0, flags=...) at kernel/qeventdispatcher_glib.cpp:418
#46 0x00007f3763b08f2b in QEventLoop::exec (this=this@entry=0x7ffe317f21e0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#47 0x00007f3763b105b6 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1188
#48 0x00007f376403923c in QGuiApplication::exec () at kernel/qguiapplication.cpp:1507
#49 0x00007f3764e5d235 in QApplication::exec () at kernel/qapplication.cpp:2956
#50 0x0000000000432878 in main (argc=4, argv=<optimized out>) at /usr/src/debug/plasma-workspace-5.3.0/shell/main.cpp:154
Comment 9 Marco Martin 2015-05-28 08:18:57 UTC
*** Bug 348335 has been marked as a duplicate of this bug. ***
Comment 10 Bhushan Shah 2015-06-02 12:57:15 UTC
*** Bug 348570 has been marked as a duplicate of this bug. ***
Comment 11 Martin Klapetek 2015-06-03 10:31:19 UTC
*** Bug 348552 has been marked as a duplicate of this bug. ***
Comment 12 Martin Klapetek 2015-06-03 10:46:23 UTC
*** Bug 348518 has been marked as a duplicate of this bug. ***
Comment 13 Martin Klapetek 2015-06-03 14:30:09 UTC
*** Bug 348183 has been marked as a duplicate of this bug. ***
Comment 14 Martin Klapetek 2015-06-12 11:03:59 UTC
*** Bug 349051 has been marked as a duplicate of this bug. ***
Comment 15 Martin Klapetek 2015-06-12 11:04:53 UTC
*** Bug 348743 has been marked as a duplicate of this bug. ***
Comment 16 Bhushan Shah 2015-06-13 03:22:28 UTC
*** Bug 349082 has been marked as a duplicate of this bug. ***
Comment 17 Nkateko 2015-06-15 11:47:01 UTC
Created attachment 93182 [details]
attachment-6753-0.html

Hi Bhushan

Thanks for your reply but please can you assist with the way forward on
this issue, how can I installt he missing opengl because I am not an
advanced user though I have some basic understanding in Linux. I realise
that I can switch to the command prompt by pressing Ctrl+Alt+F2 and I am
able to log on to my account and also change to SU mode. What can i do from
there, please help. I do not want to reinstall. Please man.

On Sat, Jun 13, 2015 at 5:22 AM, Bhushan Shah <bhush94@gmail.com> wrote:

> https://bugs.kde.org/show_bug.cgi?id=345563
>
> Bhushan Shah <bhush94@gmail.com> changed:
>
>            What    |Removed                     |Added
>
> ----------------------------------------------------------------------------
>                  CC|                            |jppoet@gmail.com
>
> --- Comment #16 from Bhushan Shah <bhush94@gmail.com> ---
> *** Bug 349082 has been marked as a duplicate of this bug. ***
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
>
Comment 18 Henry 2015-06-15 11:50:52 UTC
Hi,

thank you very much.

I had changed to tumbleweed a few days before.
I forgot to reinstall the nvidia graphics driver after last kernel update.
I reinstalled the nvidia driver and now I am able to login again.

A further problem was that I could not start kwallet per kwalletmanager 
because the manager forced an authentification which was not successfull.
I saw in /etc/dbus-1/system.d/org.kde.kcontrol.kcmkwallet.conf a policy for 
root. Therefore I added a policy for my user account. Is that the correct way?

Best regards
Heinrich Kieneke



Am Samstag, 13. Juni 2015, 03:22:28 schrieben Sie:
> https://bugs.kde.org/show_bug.cgi?id=345563
> 
> Bhushan Shah <bhush94@gmail.com> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
> CC|                            |jppoet@gmail.com
> 
> --- Comment #16 from Bhushan Shah <bhush94@gmail.com> ---
> *** Bug 349082 has been marked as a duplicate of this bug. ***
Comment 19 David Edmundson 2015-06-16 15:00:33 UTC
*** Bug 349217 has been marked as a duplicate of this bug. ***
Comment 20 Bhushan Shah 2015-06-17 07:53:17 UTC
*** Bug 349275 has been marked as a duplicate of this bug. ***
Comment 21 Nkateko 2015-06-17 12:53:14 UTC
Created attachment 93208 [details]
attachment-20570-0.html

hi there

I seem to have resolved the issue by uninstalling the NVIDIA drivers from
this forum

https://forums.opensuse.org/content.php/38-Swerdna-Nvidia-openSUSE-Tumbleweed-Hard-Way

I have not gone to step 3 yet, still enjoying the revived Desktop and will
need to readup on this first before continuing to be more prepared.

Thanks for you help

On Wed, Jun 17, 2015 at 9:53 AM, Bhushan Shah <bhush94@gmail.com> wrote:

> https://bugs.kde.org/show_bug.cgi?id=345563
>
> --- Comment #20 from Bhushan Shah <bhush94@gmail.com> ---
> *** Bug 349275 has been marked as a duplicate of this bug. ***
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
>
Comment 22 Henry 2015-06-18 07:18:18 UTC
Hi,

I solved my problem by exactly executing the 5 steps from 
https://forums.opensuse.org/content.php/38-Swerdna-Nvidia-openSUSE-Tumbleweed-Hard-Way.

Before I had to init runlevel 3 (init 3).

Steps 1 to 3 are to be executed one time.
Step 4 has to repeated every time when a new nvidia driver is available.
Step 5 is neccessary after every kernel update per tumbleweed.

Best regards
Heinrich Kieneke

Am Mittwoch, 17. Juni 2015, 12:53:14 schrieben Sie:
> https://bugs.kde.org/show_bug.cgi?id=345563
> 
> --- Comment #21 from Nkateko <nkatekoss@gmail.com> ---
> hi there
> 
> I seem to have resolved the issue by uninstalling the NVIDIA drivers from
> this forum
> 
> https://forums.opensuse.org/content.php/38-Swerdna-Nvidia-openSUSE-Tumblewee
> d-Hard-Way
> 
> I have not gone to step 3 yet, still enjoying the revived Desktop and will
> need to readup on this first before continuing to be more prepared.
> 
> Thanks for you help
> 
> On Wed, Jun 17, 2015 at 9:53 AM, Bhushan Shah <bhush94@gmail.com> wrote:
> > https://bugs.kde.org/show_bug.cgi?id=345563
> > 
> > --- Comment #20 from Bhushan Shah <bhush94@gmail.com> ---
> > *** Bug 349275 has been marked as a duplicate of this bug. ***
> > 
> > --
> > You are receiving this mail because:
> > You are on the CC list for the bug.
Comment 23 David Edmundson 2015-06-18 15:29:07 UTC
Thanks for reporting back
Comment 24 David Edmundson 2015-07-01 11:16:22 UTC
*** Bug 349759 has been marked as a duplicate of this bug. ***
Comment 25 David Edmundson 2015-07-10 10:22:00 UTC
*** Bug 350074 has been marked as a duplicate of this bug. ***
Comment 26 David Edmundson 2015-07-10 12:30:07 UTC
*** Bug 350090 has been marked as a duplicate of this bug. ***
Comment 27 David Edmundson 2015-07-12 10:32:09 UTC
*** Bug 350127 has been marked as a duplicate of this bug. ***
Comment 28 David Edmundson 2015-07-18 00:00:39 UTC
*** Bug 349774 has been marked as a duplicate of this bug. ***
Comment 29 David Edmundson 2015-07-18 23:43:44 UTC
*** Bug 350352 has been marked as a duplicate of this bug. ***
Comment 30 David Edmundson 2015-07-31 09:56:12 UTC
*** Bug 350818 has been marked as a duplicate of this bug. ***
Comment 31 Martin Klapetek 2015-07-31 14:46:21 UTC
*** Bug 350666 has been marked as a duplicate of this bug. ***
Comment 32 Martin Klapetek 2015-07-31 14:46:51 UTC
*** Bug 350820 has been marked as a duplicate of this bug. ***
Comment 33 Martin Klapetek 2015-07-31 14:47:57 UTC
*** Bug 350483 has been marked as a duplicate of this bug. ***
Comment 34 David Edmundson 2015-08-01 08:14:55 UTC
*** Bug 350852 has been marked as a duplicate of this bug. ***
Comment 35 Bhushan Shah 2015-08-02 05:20:17 UTC
*** Bug 350873 has been marked as a duplicate of this bug. ***
Comment 36 David Edmundson 2015-08-04 08:42:10 UTC
*** Bug 350950 has been marked as a duplicate of this bug. ***
Comment 37 David Edmundson 2015-08-14 18:35:27 UTC
*** Bug 351276 has been marked as a duplicate of this bug. ***
Comment 38 David Edmundson 2015-09-04 22:34:46 UTC
*** Bug 351596 has been marked as a duplicate of this bug. ***
Comment 39 David Edmundson 2015-09-25 10:10:22 UTC
*** Bug 353161 has been marked as a duplicate of this bug. ***
Comment 40 David Edmundson 2015-09-26 00:03:13 UTC
*** Bug 353197 has been marked as a duplicate of this bug. ***
Comment 41 David Edmundson 2015-09-29 12:18:56 UTC
*** Bug 353255 has been marked as a duplicate of this bug. ***
Comment 42 David Edmundson 2015-10-04 14:03:23 UTC
*** Bug 353523 has been marked as a duplicate of this bug. ***
Comment 43 David Edmundson 2015-10-09 08:46:23 UTC
*** Bug 353703 has been marked as a duplicate of this bug. ***
Comment 44 David Edmundson 2015-10-16 09:17:01 UTC
*** Bug 353846 has been marked as a duplicate of this bug. ***
Comment 45 David Edmundson 2015-10-16 09:17:39 UTC
Another another cause is apparently the user not being in the "video" group which is needed for DMA.
Comment 46 David Edmundson 2015-11-02 12:12:33 UTC
*** Bug 354685 has been marked as a duplicate of this bug. ***
Comment 47 David Edmundson 2015-11-08 23:52:15 UTC
*** Bug 355054 has been marked as a duplicate of this bug. ***
Comment 48 David Edmundson 2015-11-09 22:00:51 UTC
*** Bug 354783 has been marked as a duplicate of this bug. ***
Comment 49 David Edmundson 2015-11-09 22:00:58 UTC
*** Bug 355102 has been marked as a duplicate of this bug. ***
Comment 50 David Edmundson 2015-11-09 22:55:54 UTC
*** Bug 354703 has been marked as a duplicate of this bug. ***
Comment 51 David Edmundson 2015-11-11 22:53:53 UTC
*** Bug 355203 has been marked as a duplicate of this bug. ***
Comment 52 Martin Klapetek 2015-11-26 18:03:25 UTC
*** Bug 355917 has been marked as a duplicate of this bug. ***
Comment 53 Martin Klapetek 2015-11-26 18:04:50 UTC
*** Bug 353991 has been marked as a duplicate of this bug. ***
Comment 54 Martin Klapetek 2015-11-26 18:05:23 UTC
*** Bug 353990 has been marked as a duplicate of this bug. ***
Comment 55 David Edmundson 2015-12-17 13:24:44 UTC
*** Bug 356821 has been marked as a duplicate of this bug. ***
Comment 56 David Edmundson 2015-12-20 20:46:15 UTC
*** Bug 356915 has been marked as a duplicate of this bug. ***
Comment 57 David Edmundson 2015-12-20 20:56:18 UTC
*** Bug 356918 has been marked as a duplicate of this bug. ***
Comment 58 David Edmundson 2015-12-21 13:41:59 UTC
*** Bug 356744 has been marked as a duplicate of this bug. ***
Comment 59 David Edmundson 2015-12-27 16:56:50 UTC
*** Bug 357119 has been marked as a duplicate of this bug. ***
Comment 60 David Edmundson 2015-12-27 19:29:35 UTC
*** Bug 357131 has been marked as a duplicate of this bug. ***
Comment 61 David Edmundson 2016-01-10 18:58:12 UTC
*** Bug 357805 has been marked as a duplicate of this bug. ***
Comment 62 David Edmundson 2016-01-19 23:15:46 UTC
*** Bug 358229 has been marked as a duplicate of this bug. ***
Comment 63 David Edmundson 2016-01-20 08:57:23 UTC
*** Bug 358243 has been marked as a duplicate of this bug. ***
Comment 64 David Edmundson 2016-01-21 22:08:22 UTC
*** Bug 358333 has been marked as a duplicate of this bug. ***
Comment 65 David Edmundson 2016-01-22 09:07:11 UTC
*** Bug 358354 has been marked as a duplicate of this bug. ***
Comment 66 David Edmundson 2016-01-25 00:23:09 UTC
*** Bug 358463 has been marked as a duplicate of this bug. ***
Comment 67 David Edmundson 2016-01-26 16:38:03 UTC
*** Bug 358564 has been marked as a duplicate of this bug. ***
Comment 68 David Edmundson 2016-01-26 21:48:26 UTC
*** Bug 358604 has been marked as a duplicate of this bug. ***
Comment 69 David Edmundson 2016-01-27 15:41:09 UTC
*** Bug 358642 has been marked as a duplicate of this bug. ***
Comment 70 David Edmundson 2016-01-27 17:46:15 UTC
*** Bug 358647 has been marked as a duplicate of this bug. ***
Comment 71 David Edmundson 2016-01-27 17:48:30 UTC
*** Bug 358645 has been marked as a duplicate of this bug. ***
Comment 72 gfletcher 2016-01-27 19:33:14 UTC
Hi David, 

After a bit of time I uninstalled and reinstalled my NVidia driver and now the system works well.

Thank you

Sent from my iPad

> On 27 Jan 2016, at 19:48, David Edmundson via KDE Bugzilla <bugzilla_noreply@kde.org> wrote:
> 
> https://bugs.kde.org/show_bug.cgi?id=345563
> 
> David Edmundson <kde@davidedmundson.co.uk> changed:
> 
>           What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                 CC|                            |manzek@gmail.com
> 
> --- Comment #71 from David Edmundson <kde@davidedmundson.co.uk> ---
> *** Bug 358645 has been marked as a duplicate of this bug. ***
> 
> -- 
> You are receiving this mail because:
> You are on the CC list for the bug.
Comment 73 Wladimir 2016-01-27 23:12:32 UTC
I did the same before reading this note, and now is working fine.

Thanks.

On 01/27/2016 05:33 PM, via KDE Bugzilla wrote:
> https://bugs.kde.org/show_bug.cgi?id=345563
>
> --- Comment #72 from gfletcher@eject.co.za ---
> Hi David,
>
> After a bit of time I uninstalled and reinstalled my NVidia driver and now the
> system works well.
>
> Thank you
>
> Sent from my iPad
>
>> On 27 Jan 2016, at 19:48, David Edmundson via KDE Bugzilla <bugzilla_noreply@kde.org> wrote:
>>
>> https://bugs.kde.org/show_bug.cgi?id=345563
>>
>> David Edmundson <kde@davidedmundson.co.uk> changed:
>>
>>            What    |Removed                     |Added
>> ----------------------------------------------------------------------------
>>                  CC|                            |manzek@gmail.com
>>
>> --- Comment #71 from David Edmundson <kde@davidedmundson.co.uk> ---
>> *** Bug 358645 has been marked as a duplicate of this bug. ***
>>
>> -- 
>> You are receiving this mail because:
>> You are on the CC list for the bug.
Comment 74 David Edmundson 2016-02-01 18:32:25 UTC
*** Bug 358869 has been marked as a duplicate of this bug. ***
Comment 75 David Edmundson 2016-02-01 18:56:32 UTC
*** Bug 358762 has been marked as a duplicate of this bug. ***
Comment 76 Martin Klapetek 2016-02-03 20:25:19 UTC
*** Bug 347061 has been marked as a duplicate of this bug. ***
Comment 77 David Edmundson 2016-02-20 18:37:42 UTC
*** Bug 359498 has been marked as a duplicate of this bug. ***
Comment 78 David Edmundson 2016-02-22 13:40:03 UTC
*** Bug 359638 has been marked as a duplicate of this bug. ***
Comment 79 Martin Klapetek 2016-03-11 18:16:28 UTC
*** Bug 360397 has been marked as a duplicate of this bug. ***
Comment 80 Martin Klapetek 2016-03-11 18:53:58 UTC
*** Bug 350860 has been marked as a duplicate of this bug. ***
Comment 81 David Edmundson 2016-03-16 00:57:37 UTC
*** Bug 360584 has been marked as a duplicate of this bug. ***
Comment 82 David Edmundson 2016-04-02 06:41:38 UTC
*** Bug 361300 has been marked as a duplicate of this bug. ***
Comment 83 David Edmundson 2016-04-07 23:48:22 UTC
*** Bug 361498 has been marked as a duplicate of this bug. ***
Comment 84 David Edmundson 2016-04-07 23:55:54 UTC
*** Bug 360451 has been marked as a duplicate of this bug. ***
Comment 85 David Edmundson 2016-04-13 01:09:24 UTC
*** Bug 361529 has been marked as a duplicate of this bug. ***
Comment 86 David Edmundson 2016-04-20 10:59:20 UTC
*** Bug 361806 has been marked as a duplicate of this bug. ***
Comment 87 David Edmundson 2016-04-29 13:59:46 UTC
*** Bug 362225 has been marked as a duplicate of this bug. ***
Comment 88 David Edmundson 2016-04-29 14:04:28 UTC
*** Bug 362261 has been marked as a duplicate of this bug. ***
Comment 89 David Edmundson 2016-04-29 14:04:49 UTC
*** Bug 362123 has been marked as a duplicate of this bug. ***
Comment 90 David Edmundson 2016-05-04 12:42:09 UTC
*** Bug 362643 has been marked as a duplicate of this bug. ***
Comment 91 David Edmundson 2016-06-18 20:19:31 UTC
*** Bug 364468 has been marked as a duplicate of this bug. ***
Comment 92 David Edmundson 2016-09-28 13:38:22 UTC
*** Bug 369473 has been marked as a duplicate of this bug. ***
Comment 93 David Edmundson 2016-09-28 13:38:36 UTC
*** Bug 369471 has been marked as a duplicate of this bug. ***
Comment 94 David Edmundson 2016-09-29 14:27:57 UTC
*** Bug 369512 has been marked as a duplicate of this bug. ***
Comment 95 David Edmundson 2016-10-09 19:05:37 UTC
*** Bug 370322 has been marked as a duplicate of this bug. ***
Comment 96 David Edmundson 2016-10-09 19:05:46 UTC
*** Bug 370351 has been marked as a duplicate of this bug. ***
Comment 97 David Edmundson 2016-10-09 22:57:35 UTC
*** Bug 370308 has been marked as a duplicate of this bug. ***
Comment 98 David Edmundson 2016-10-12 14:15:13 UTC
*** Bug 370540 has been marked as a duplicate of this bug. ***
Comment 99 harshad.sane 2016-10-12 18:14:23 UTC
How do I stop getting these updates.?
Comment 100 Christoph Feck 2016-10-14 01:54:08 UTC
I removed you from the CC list.
Comment 101 David Edmundson 2016-11-08 13:22:16 UTC
*** Bug 372213 has been marked as a duplicate of this bug. ***
Comment 102 David Edmundson 2016-11-09 20:29:24 UTC
*** Bug 372229 has been marked as a duplicate of this bug. ***
Comment 103 Marco Martin 2016-11-17 09:50:51 UTC
*** Bug 372567 has been marked as a duplicate of this bug. ***
Comment 104 Christoph Feck 2017-03-21 13:24:56 UTC
*** Bug 375052 has been marked as a duplicate of this bug. ***
Comment 105 David Edmundson 2017-04-12 13:01:22 UTC
*** Bug 378634 has been marked as a duplicate of this bug. ***
Comment 106 Marco Martin 2017-06-09 11:32:42 UTC
*** Bug 380503 has been marked as a duplicate of this bug. ***
Comment 107 Nate Graham 2017-09-02 18:31:41 UTC
*** Bug 384273 has been marked as a duplicate of this bug. ***
Comment 108 David Edmundson 2017-09-04 17:05:16 UTC
*** Bug 384358 has been marked as a duplicate of this bug. ***
Comment 109 David Edmundson 2017-12-05 07:24:39 UTC
*** Bug 387606 has been marked as a duplicate of this bug. ***