[Bug 14776] New: Winecfg should have option to configure Direct3D options
http://bugs.winehq.org/show_bug.cgi?id=14776 Summary: Winecfg should have option to configure Direct3D options Product: Wine Version: CVS/GIT Platform: All OS/Version: All Status: NEW Keywords: source Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com Direct3D registry keys are some of the most commonly (re)configured (see the AppDB for most games). We should have a radio/pull down menu in winecfg to set these settings as well. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=14776 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs(a)winehq.org |austinenglish(a)gmail.com Status|NEW |ASSIGNED --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-08-05 19:04:19 --- Created an attachment (id=15311) --> (http://bugs.winehq.org/attachment.cgi?id=15311) 1st patch attempt Here's my first attempt at a patch, comments welcome. Currently, it crashes winecfg, my guess is because of this: LTEXT "&Offscreen Rendering Mode: ",IDC_STATIC,15,110,80,32 COMBOBOX IDC_D3D_OSHADER_MODE,100,108,145,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP I know those numbers are wrong, but unfortunately I don't know what they should be or how to find them out. Maybe I need a GUI programming environment... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=14776 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-08-05 19:05:35 --- Created an attachment (id=15312) --> (http://bugs.winehq.org/attachment.cgi?id=15312) backtrace of crash Here's the backtrace of the crash you get if the patch is applied and the graphics tab is activated. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=14776 --- Comment #3 from H. Verbeet <hverbeet(a)gmail.com> 2008-08-06 01:57:56 --- No, we don't. We should have working defaults. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=14776 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-08-06 21:40:32 --- (In reply to comment #3)
No, we don't. We should have working defaults.
Agreed, but until that happens, configuring other options should be easy. While we should never _need_ unmanaged windows, virtual desktops, changing sound drivers, etc., it sometimes is necessary and we have winecfg to make adjusting that easier. Doing so for graphics stuff is an easy extension of this. Furthermore, adding an extra drop down box isn't nearly as difficult as all the graphics work you, Roderick, Stefan and others are doing. While your work is obviously much harder and more appreciated, that doesn't mean we should dismiss simple patches to make adjusting and using your hard work more available and usable... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=14776 --- Comment #5 from H. Verbeet <hverbeet(a)gmail.com> 2008-08-07 02:19:48 --- (In reply to comment #4)
Furthermore, adding an extra drop down box isn't nearly as difficult as all the graphics work you, Roderick, Stefan and others are doing. While your work is obviously much harder and more appreciated, that doesn't mean we should dismiss simple patches to make adjusting and using your hard work more available and usable...
I won't say you can't write such a patch, of course, but you'll have to convince Alexandre to merge it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=14776 Jan Buecken <jb.faq(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jb.faq(a)gmx.de --- Comment #6 from Jan Buecken <jb.faq(a)gmx.de> 2008-10-16 12:20:11 --- Hi, voting for this, since the "defaults" are not the best options for every game or software and we testing broken games with different settings for debugging. By the way: Often I which a feedback if I set my registry entries correctly, for example if I set ORM as fbo, because of write errors. (other example: UseGLSL=disabled was UseGLSL=disbaled for me...) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=14776 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2009-01-20 02:39:47 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=14776 --- Comment #8 from Jan Buecken <jb.faq(a)gmx.de> 2009-01-22 12:06:53 --- still present in current git,
please update version field to earliest known version of wine that had the bug. Thanks!
I'm not the bug owner... it is yours, Austin... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=14776 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.2 --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2009-01-22 12:29:00 --- (In reply to comment #8)
still present in current git,
please update version field to earliest known version of wine that had the bug. Thanks!
I'm not the bug owner... it is yours, Austin...
I didn't check for my own bugs, I moved ALL git versions to unspecified. You received the e-mail because you're cc'ed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=14776 Julian Rüger <jr98(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jr98(a)gmx.net -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=14776 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |ABANDONED --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2010-03-11 15:59:32 --- I don't think this patch will get in, the defaults now are much better, and winetricks has options to override most of these things, so I'm abandoning this. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=14776 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2010-03-11 17:26:02 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=14776 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other OS/Version|All |other --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:03:44 CST --- Removing deprecated 'All' Platform/OS. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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