https://bugs.winehq.org/show_bug.cgi?id=41150
Bug ID: 41150 Summary: Add GUI component with preselection of display size to winecfg Product: Wine Version: 1.8 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: krichter@posteo.de Distribution: ---
The option to emulate a screen in the graphics section of `winecfg` only allows to specify the size by number input. It'd be helpful to have a GUI component, e.g. a combo box, with default screen sizes (800x600, 1024x768, etc.) to select from.
experienced with 1.9.6 on Ubuntu 16.04
https://bugs.winehq.org/show_bug.cgi?id=41150
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Component|-unknown |programs Version|1.8 |1.9.6 Keywords| |download, source
https://bugs.winehq.org/show_bug.cgi?id=41150
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #1 from winetest@luukku.com --- I have been thinking the same. Also the default value 800x600 is really low for modern hardware.
Maybe the values could be formed reading xrandr output and putting them into content some .cfg or .xml file and showing in winecfg.
https://bugs.winehq.org/show_bug.cgi?id=41150
--- Comment #2 from winetest@luukku.com --- I think the wine source code where to start digging is here
http://source.winehq.org/git/wine.git/blob/HEAD:/programs/winecfg/x11drvdlg....
https://bugs.winehq.org/show_bug.cgi?id=41150
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Kalle Richter from comment #0)
The option to emulate a screen in the graphics section of `winecfg` only allows to specify the size by number input. It'd be helpful to have a GUI component, e.g. a combo box, with default screen sizes (800x600, 1024x768, etc.) to select from.
If we want the ability to specify arbitrary sizes, which I believe we do, we'll have to keep using input boxes one way or another anyway.
(In reply to winetest from comment #1)
I have been thinking the same. Also the default value 800x600 is really low for modern hardware.
Maybe the values could be formed reading xrandr output and putting them into content some .cfg or .xml file and showing in winecfg.
Why would supported modes affect available virtual desktop sizes?