[kwin] [Bug 378663] KWin won't draw Aurorae themes

2017-04-14 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=378663

Martin Gräßlin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #12 from Martin Gräßlin  ---
We dropped EGL support on X11 as it just was not working reliable.

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

[kwin] [Bug 378663] KWin won't draw Aurorae themes

2017-04-14 Thread Mircea Kitsune
https://bugs.kde.org/show_bug.cgi?id=378663

--- Comment #11 from Mircea Kitsune  ---
(In reply to Martin Gräßlin from comment #10)

Thank you very much for your suggestion! Switching back from egl to glx has
indeed solved the problem, now my KWin theme draws once more. This sucks as egl
was visibly faster and better, but it's something I can live without for now.

I am going to leave this bug report open however: There is a real issue present
and it's breaking egl support, whether the fault lies with KDE or a video
driver. If the KDE developers believe there's nothing on their end to
investigate, I'm fine with this being closed now that there's a workaround.

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

[kwin] [Bug 378663] KWin won't draw Aurorae themes

2017-04-13 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=378663

--- Comment #10 from Martin Gräßlin  ---
You need to edit ~/.config/kwinrc and delete the line mentioning egl. And no
tumbleweed quite certainly did not change that.

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

[kwin] [Bug 378663] KWin won't draw Aurorae themes

2017-04-13 Thread Mircea Kitsune
https://bugs.kde.org/show_bug.cgi?id=378663

--- Comment #9 from Mircea Kitsune  ---
(In reply to Martin Gräßlin from comment #8)

How do I do that? I haven't manually changed any of these settings, so I assume
Tumbleweed did. They don't seem to be present in Configure Desktop.

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

[kwin] [Bug 378663] KWin won't draw Aurorae themes

2017-04-13 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=378663

--- Comment #8 from Martin Gräßlin  ---
Just noticed in the debug output that you use egl and core profile. Please try
switching back to glx and to OpenGL 2.

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

[kwin] [Bug 378663] KWin won't draw Aurorae themes

2017-04-12 Thread Mircea Kitsune
https://bugs.kde.org/show_bug.cgi?id=378663

--- Comment #7 from Mircea Kitsune  ---
The first part of the above comment is incorrect, please ignore it! For some
reason an old version I wrote up got posted here, before I did an additional
test and modified it. Updated statement:

First of all, I attempted to log in with the following environment variables
exported at system level, which I did by adding them to my ~/.profile:

export LIBGL_ALWAYS_SOFTWARE=1
export LIBGL_DEBUG=verbose

This has indeed fixed the issue, and caused KWin to render window decorations
again! However certain desktop effects would not work, such as blur.

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

[kwin] [Bug 378663] KWin won't draw Aurorae themes

2017-04-12 Thread Mircea Kitsune
https://bugs.kde.org/show_bug.cgi?id=378663

--- Comment #6 from Mircea Kitsune  ---
Created attachment 105000
  --> https://bugs.kde.org/attachment.cgi?id=105000&action=edit
kwin_x11.txt

First of all, I attempted to log in with the following environment variables
exported at system level, which I did by adding them to my ~/.profile file:

LIBGL_ALWAYS_SOFTWARE=1
LIBGL_DEBUG=verbose

This has not affected the problem in any way: The issue occurred just like
before and KWin would render no window decorations.

While testing this however, I uncovered a strange side effect: If I kill
kwin_x11 then start the process back up while the system is running, the
problem goes away and the window elements show again, however I can no longer
enable desktop effects until I log out and in again. KDE doesn't complain about
anything in their regard, but pressing "alt + shift + f12" or trying to enable
them from the Desktop Settings menu does nothing.

Lastly I've attached the log generated by running kwin_x11 from bash. There
seem to be numerous complaints regarding all of the window elements, as well as
a message about a module identifier directive not being protected from external
registrations.

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

[kwin] [Bug 378663] KWin won't draw Aurorae themes

2017-04-12 Thread Mircea Kitsune
https://bugs.kde.org/show_bug.cgi?id=378663

--- Comment #5 from Mircea Kitsune  ---
An important note: The exact same bug is also happening on my mother's
computer! It also has the latest packages of openSUSE Tumbleweed, as well as an
AMD card. However hers is a much older model, and likely not RadeonSI (possibly
R600). This means it might be a general Radeon issue.

This is what lspci says on her machine:

VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV635 [Radeon
HD 3650/3750/4570/4580]

For that matter, this is what lspci says on mine:

VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO
[Radeon R7 370 / R9 270/370 OEM] (rev 81)

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

[kwin] [Bug 378663] KWin won't draw Aurorae themes

2017-04-12 Thread Mircea Kitsune
https://bugs.kde.org/show_bug.cgi?id=378663

--- Comment #4 from Mircea Kitsune  ---
Created attachment 104986
  --> https://bugs.kde.org/attachment.cgi?id=104986&action=edit
Xorg.0.log

Sorry for forgetting to mention this: My video card is a Radeon R7 370 from
Gigabyte, and as such GCN 1.0 / RadeonSI / Pitcairn GPU. Here's also my
Xorg.0.log.

(In reply to Martin Gräßlin from comment #3)

I will try this a bit later. Need to make a few preparations first, as shutting
down KWin causes all windows to pop up on the screen and overlap with no way of
reordering them again, which sometimes makes it tricky to start it up again.

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

[kwin] [Bug 378663] KWin won't draw Aurorae themes

2017-04-11 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=378663

--- Comment #3 from Martin Gräßlin  ---
can you try running kwin from a Konsole and watch the debug output?

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

[kwin] [Bug 378663] KWin won't draw Aurorae themes

2017-04-11 Thread Mircea Kitsune
https://bugs.kde.org/show_bug.cgi?id=378663

--- Comment #2 from Mircea Kitsune  ---
Created attachment 104973
  --> https://bugs.kde.org/attachment.cgi?id=104973&action=edit
Output of "qdbus org.kde.KWin /KWin supportInformation"

(In reply to Martin Gräßlin from comment #1)

Here you go.

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

[kwin] [Bug 378663] KWin won't draw Aurorae themes

2017-04-11 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=378663

--- Comment #1 from Martin Gräßlin  ---
please provide the output of:
qdbus org.kde.KWin /KWin supportInformation

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

[kwin] [Bug 378663] KWin won't draw Aurorae themes

2017-04-11 Thread Mircea Kitsune
https://bugs.kde.org/show_bug.cgi?id=378663

Mircea Kitsune  changed:

   What|Removed |Added

 CC||sonichedgehog_hyperblast00@
   ||yahoo.com

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