[Bug 13919] New: directx.c NVIDIA GPUs memory detection can be vastly improved
http://bugs.winehq.org/show_bug.cgi?id=13919 Summary: directx.c NVIDIA GPUs memory detection can be vastly improved Product: Wine Version: CVS/GIT Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: directx-d3d AssignedTo: wine-bugs(a)winehq.org ReportedBy: t.artem(a)mailcity.com There is a nice utility named nvclock, which allows overclocking of NVIDIA GPUs. This utility also shows very detailed information about the installed NVIDIA GPUs. I suppose Wine could 1) use nvclock utility directly by running `nvclock -i | awk '/Amount/{print $2}'` which directly yields the required number: 256 2) use nvclock as a shared static library (nvclock/src/backend/* -> nvclock.a) 3) incorporate a piece of nvclock code which detects the amount of GPU memory (nvclock/src/backend/info.c) cvs -z3 -d:pserver:anonymous(a)nvclock.cvs.sourceforge.net:/cvsroot/nvclock co -P nvclock -- 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=13919 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-06-14 21:35:44 --- Neither one will work. That program is GPL. Wine is LGPL. License aside the biggest problem - this won't work on anything bug nVidia cars on Linux. Wine needs general solution for all hardware, not just one card make. -- 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=13919 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from James Hawkins <truiken(a)gmail.com> 2008-06-14 21:40:50 --- 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=13919 --- Comment #3 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2008-06-15 04:44:06 --- I cannot imagine how 1) cannot work. And license has nothing to do with _externally_ called application. Yes, it won't work on anything except NVIDIA cards but people who play heavy news games use only NVIDIA and DAAMIT GPU's so but incorporating nvclock you could easily cover over 55% of hardcore players. Just my thoughts. -- 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=13919 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- 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=13919 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:22:42 CST --- Removing deprecated 'All' Platform. -- 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