[Bug 41163] New: Minimum memory for Nvidia GTX 1060 should be 3GB

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 18 13:13:02 CDT 2016


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 at winehq.org
          Reporter: markk at 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-down-gtx-1060-3gb

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"

-- 
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.



More information about the wine-bugs mailing list