https://bugs.winehq.org/show_bug.cgi?id=41163
Bug ID: 41163 Summary: Minimum memory for Nvidia GTX 1060 should be 3GB Product: Wine Version: 1.9.16 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: markk@clara.co.uk Distribution: ---
In dlls/wined3d/directx.c a comment says "The amount of video memory stored in the gpu description table is the minimum amount of video memory "found on a board containing a specific GPU."
The line for Nvidia GTX 1060: {HW_VENDOR_NVIDIA, CARD_NVIDIA_GEFORCE_GTX1060, "NVIDIA GeForce GTX 1060", DRIVER_NVIDIA_GEFORCE8, 6144},
6144 should probably be changed to 3072, since a 3GB version of the GTX 1060 (with slightly cut-down GPU) has been announced: http://www.eurogamer.net/articles/digitalfoundry-2016-nvidia-unveils-cut-dow...
Either that, or a separate entry for the 3GB model should be added.
Also, in dlls/wined3d/wined3d_private.h is the PCI ID for the GTX 1060: CARD_NVIDIA_GEFORCE_GTX1060 = 0x1c03,
Nvidia uses 0x1C02 for the 3GB GTX 1060, according to the Windows driver INF file: NVIDIA_DEV.1C02.8438.19DA = "NVIDIA GeForce GTX 1060 3GB" NVIDIA_DEV.1C03.9438.19DA = "NVIDIA GeForce GTX 1060 6GB"
https://bugs.winehq.org/show_bug.cgi?id=41163
--- Comment #1 from Henri Verbeet hverbeet@gmail.com --- (In reply to Mark K from comment #0)
In dlls/wined3d/directx.c a comment says "The amount of video memory stored in the gpu description table is the minimum amount of video memory "found on a board containing a specific GPU."
The line for Nvidia GTX 1060: {HW_VENDOR_NVIDIA, CARD_NVIDIA_GEFORCE_GTX1060, "NVIDIA GeForce GTX 1060", DRIVER_NVIDIA_GEFORCE8, 6144},
6144 should probably be changed to 3072, since a 3GB version of the GTX 1060 (with slightly cut-down GPU) has been announced: http://www.eurogamer.net/articles/digitalfoundry-2016-nvidia-unveils-cut- down-gtx-1060-3gb
Either that, or a separate entry for the 3GB model should be added.
Adding a separate entry is probably better. Do you know if these can be distinguished from the OpenGL renderer string?
https://bugs.winehq.org/show_bug.cgi?id=41163
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #2 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur vanilla with wine-7.10?
https://bugs.winehq.org/show_bug.cgi?id=41163
--- Comment #3 from Andrey Gusev andrey.goosev@gmail.com --- Think should be fine since https://source.winehq.org/git/wine.git/commit/32712b4bd7b4c173923f8c7c3987fb...