[Bug 41150] New: Add GUI component with preselection of display size to winecfg
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(a)winehq.org Reporter: krichter(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41150 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Component|-unknown |programs Version|1.8 |1.9.6 Keywords| |download, source -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41150 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #1 from winetest(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41150 --- Comment #2 from winetest(a)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.... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41150 --- Comment #3 from Nikolay Sivov <bunglehead(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org