Change Use Prime option to Use discrete graphics

This commit is contained in:
Alexandr 2019-03-22 18:55:17 +03:00 committed by Mathieu Comandon
parent 01e9c407fb
commit 762a6ea1a2
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View file

@ -11,7 +11,7 @@ lutris (0.5.1) cosmic; urgency=medium
* Fix GOG games not being installable without being connected to GOG
* Improve performance of log handling
* Remove winecfg if Proton is used
* Enable Prime by default for compatible systems
* Use discrete graphics by default with compatible systems
* Various fixes
-- Mathieu Comandon <strycore@gmail.com> Wed, 20 Mar 2019 00:24:27 -0700

View file

@ -156,7 +156,7 @@ system_options = [ # pylint: disable=invalid-name
"type": "bool",
"default": display.USE_DRI_PRIME,
"condition": display.USE_DRI_PRIME,
"label": "Use PRIME (hybrid graphics on laptops)",
"label": "Use discrete graphics",
"advanced": True,
"help": (
"If you have open source graphic drivers (Mesa), selecting this "