Lutris: Add screen resolution variable to the installers

Created on 19 Mar 2019  路  3Comments  路  Source: lutris/lutris

So that instead of enabling Virtual desktop (which is absolutely needed for a lot of Unity games) like this:

winesteam:
  Desktop: true
  WineDesktop: 1920x1080

I could just do this:

winesteam:
  Desktop: true
  WineDesktop: $RESOLUTION

where in place of $RESOLUTION actual resolution of the machine's main display would be parsed.

feature request

All 3 comments

I think an auto option would be better than using a variable, which would write the actual resolution into the config, because then lutris would be able to dynamically choose the resolution depending on the monitor that's currently used (So the user wouldn't have to change the config when getting a new monitor or something)

@Medath this is not possible. What @tannisroot suggests is correct.

@tannisroot I added the variables but I also added a note in the docs about not using them for virtual desktops.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

adojck picture adojck  路  4Comments

SrBrahma picture SrBrahma  路  3Comments

life8853 picture life8853  路  4Comments

toni0491 picture toni0491  路  4Comments

raulcraveiro picture raulcraveiro  路  4Comments