Summary: | KDE should rely on Xorg telling wether DRI is possible | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Frank Niethardt <frank> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | wstephenson |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | NetBSD pkgsrc | ||
OS: | NetBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Frank Niethardt
2010-01-14 23:46:55 UTC
with 4.4 the behaviour was slightly changed and kwin will only crash once when OpenGL is not available, for successife starts it will not be tried. The problem is, that we have to initialize OpenGL to test if OpenGL is available. It is definately not an option to ask the user for enabling effects, as it just works in 99.9 % of the cases and distros would change that anyway. I would kindly ask you to try if the way of 4.4 is good enough for you. In general I think it's not KDE's fault if it fails due to broken dependencies and we should be able to rely on the presence of DRI. (In reply to comment #1) > I would kindly ask you to try if the way of 4.4 is good enough for you. In > general I think it's not KDE's fault if it fails due to broken dependencies and > we should be able to rely on the presence of DRI. I'm wondering why KDE has to test for DRI again, as I told Xorg not to use DRI? I mean I can understand, that you want to use OpenGL if it is available, but if Xorg tells (can it?) that there is no DRI available, so KDE shoul just accept it and not try to know it better... Because, and there you are right, DRI will be there in most cases. And when it is not there, then there will be a reason, that KDE won't fix, IMHO. Anyway, as I don't use NetBSD on this machine anymore, it is not important for me. Maybe for others... An easy workaround would have been to disable compositing in the xorg.conf. This is honoured. |