https://bugs.winehq.org/show_bug.cgi?id=39438
Bug ID: 39438 Summary: Add support to Nvidia GTX 980 Product: Wine Version: 1.7.52 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: astroty.br@gmail.com Distribution: ---
Created attachment 52553 --> https://bugs.winehq.org/attachment.cgi?id=52553 Patch I created for trying to add GTX 980 card
Currently, this video card is not added on Wine. Instead, I am using the fallback card 470. (Tests made using Steam System Information)
I tried to create a patch manually for it. But, even though I got Steam to report the right model of card, it reported it as having 0 VRAM
Patch I tried creating attached.
lspci entry bellow _________________________________________________
01:00.0 0300: 10de:13c0 (rev a1) (prog-if 00 [VGA controller]) Subsystem: 19da:2368 Physical Slot: 4 Flags: bus master, fast devsel, latency 0, IRQ 47 Memory at fa000000 (32-bit, non-prefetchable) [size=16M] Memory at c0000000 (64-bit, prefetchable) [size=256M] Memory at d0000000 (64-bit, prefetchable) [size=32M] I/O ports at e000 [size=128] [virtual] Expansion ROM at fb000000 [disabled] [size=512K] Capabilities: [60] Power Management version 3 Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [78] Express Legacy Endpoint, MSI 00 Capabilities: [100] Virtual Channel Capabilities: [250] Latency Tolerance Reporting Capabilities: [258] L1 PM Substates Capabilities: [128] Power Budgeting <?> Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?> Capabilities: [900] #19 Kernel driver in use: nvidia Kernel modules: nouveau, nvidia _________________________________________________
The card has 4GB of memory as reported by nvidia-settings and in their website
https://bugs.winehq.org/show_bug.cgi?id=39438
--- Comment #1 from astroty.br@gmail.com --- Created attachment 52554 --> https://bugs.winehq.org/attachment.cgi?id=52554 glxinfo output
https://bugs.winehq.org/show_bug.cgi?id=39438
--- Comment #2 from astroty.br@gmail.com --- Currently using a 64 bits system with 32 bits libs and Wine 32 bits included.
https://bugs.winehq.org/show_bug.cgi?id=39438
astroty.br@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Distribution|--- |Other Severity|normal |enhancement
https://bugs.winehq.org/show_bug.cgi?id=39438
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |hardware Component|-unknown |directx-d3d
https://bugs.winehq.org/show_bug.cgi?id=39438
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=39438
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #3 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
Steam is a 32 bit app and uses a signed integer to compute the amount of VRAM available for display.
Any VRAM size over 2GB will display incorrectly.
3GB is shown as -1024MB and 4GB as 0MB.
This is a an upstream bug in Steam.
https://bugs.winehq.org/show_bug.cgi?id=39438
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com, | |dimesio@earthlink.net, | |super_man@post.com
--- Comment #4 from super_man@post.com --- This bug is actually a dupe and its fixed now.
10de:13c0 matches with wine bug 40286
https://bugs.winehq.org/show_bug.cgi?id=39438
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED
--- Comment #5 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to super_man from comment #4)
This bug is actually a dupe and its fixed now.
10de:13c0 matches with wine bug 40286
Indeed, and the patches are identical.
*** This bug has been marked as a duplicate of bug 40286 ***
https://bugs.winehq.org/show_bug.cgi?id=39438
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com --- Closing duplicate bugs.