Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dimming screen saver doesn't work properly with front-to-back rendering when using GL #25098

Open
1 of 7 tasks
neo1973 opened this issue Apr 30, 2024 · 0 comments
Open
1 of 7 tasks

Comments

@neo1973
Copy link
Member

neo1973 commented Apr 30, 2024

Bug report

Describe the bug

With front-to-back rendering enabled via advanced setting, the dimming screen saver doesn't dim the highlighted control. This happens only with GL, not GLES.

Expected Behavior

The full application is dimmed.

Actual Behavior

The currently highlighted control stays bright.

Possible Fix

To Reproduce

Steps to reproduce the behavior:

  1. Enable front-to-back rendering in advancedsettings.xml
<advancedsettings version="1.0">
  <gui>    
    <fronttobackrendering>true</fronttobackrendering>
    <geometryclear>false</geometryclear>
  </gui>
</advancedsettings>
  1. Enable dimming screen saver
  2. Highlight a control
  3. Wait

Debuglog

The debuglog can be found here: https://paste.kodi.tv/eqekujaqir.kodi

Screenshots

Screenshot_20240430_220711
Screenshot_20240430_221211

Your Environment

Used Operating system:

  • Android

  • iOS

  • tvOS

  • Linux

  • macOS

  • Windows

  • Windows UWP

  • Operating system version/name: Arch Linux

  • Kodi version: master (36fb885) on Wayland

note: Once the issue is made we require you to update it with new information or Kodi versions should that be required.
Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants