Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#13243 closed Bug Report - General (fixed)

Make OpenGL the default ThemePainter on Appropriate Systems

Reported by: gigem Owned by: gigem
Priority: minor Milestone: 30.0
Component: Ports - Android Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The default ThemePainter? is Qt, however, video does not work with that setting on some systems. Specifically, Linux PCs with Intel graphics and Android need ThemePainter? set to OpenGL. This patch does the following.

  • Change the default ThemePainter? to Auto.
  • Change Auto to use OpenGL first on appropriate systems.
  • Change the ThemePainter? configuration to list the preferred values first.

Attachments (1)

themepainter.patch (2.6 KB) - added by gigem 6 years ago.

Download all attachments as: .zip

Change History (7)

Changed 6 years ago by gigem

Attachment: themepainter.patch added

comment:1 Changed 6 years ago by gigem

Owner: changed from Mark Spieth to gigem
Status: newassigned

comment:2 Changed 6 years ago by Mark Spieth

Looks logical. Shouldn't break anything. SHIPIT

comment:3 Changed 6 years ago by Peter Bennett

I tested on Linux and Raspberry pi. Also xrdp and x tunnelled through ssh. All work perfectly, selecting QT when OpenGL is unavailable.

comment:4 Changed 6 years ago by gigem

Thanks for testing, Peter.

comment:5 Changed 6 years ago by David Engel <dengel@…>

Resolution: fixed
Status: assignedclosed

In e9b420248bdc2f2161883c5ca50f014c407b6a36/mythtv:

Make OpenGL the default ThemePainter? on Appropriate Systems

Change the default ThemePainter? to Auto. Change Auto to use OpenGL
first on appropriate systems. Change the ThemePainter? configuration
to list the preferred values first.

Fixes #13243

comment:6 Changed 6 years ago by Stuart Auchterlonie

Milestone: needs_triage30.0
Note: See TracTickets for help on using tickets.