How i found VideoPciDeviceID & VideoPciVendorID ? lspci -n

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Gamecard
Level 1
Level 1
Posts: 6
Joined: Mon Jun 25, 2012 6:42 am

How i found VideoPciDeviceID & VideoPciVendorID ? lspci -n

Post by Gamecard »

hello community i have big prblem how can i found my VideoPciDeviceID & VideoPciVendorID ?
i use the command lspci -n and i got

Code: Select all

00:00.0 0600: 8086:0150 (rev 09)
00:01.0 0604: 8086:0151 (rev 09)
00:14.0 0c03: 8086:1e31 (rev 04)
00:16.0 0780: 8086:1e3a (rev 04)
00:1a.0 0c03: 8086:1e2d (rev 04)
00:1b.0 0403: 8086:1e20 (rev 04)
00:1c.0 0604: 8086:1e10 (rev c4)
00:1c.1 0604: 8086:1e12 (rev c4)
00:1c.3 0604: 8086:244e (rev c4)
00:1d.0 0c03: 8086:1e26 (rev 04)
00:1f.0 0601: 8086:1e44 (rev 04)
00:1f.2 0106: 8086:1e02 (rev 04)
00:1f.3 0c05: 8086:1e22 (rev 04)
01:00.0 0300: 1002:6899
01:00.1 0403: 1002:aa50
03:00.0 0200: 10ec:8168 (rev 06)
04:00.0 0604: 1b21:1080 (rev 03)
but i dont know what my VideoPciDeviceID & VideoPciVendorID is -.-


ok i found :)

01:00.0 0300: 1002:6899
GPU
VideoPciDeviceID = 0x6899
VideoPciVendorID = 0x1002
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How i found VideoPciDeviceID & VideoPciVendorID ? lspci

Post by dimesio »

What does this have to do with Wine?
Gamecard
Level 1
Level 1
Posts: 6
Joined: Mon Jun 25, 2012 6:42 am

Guild Wars 2 optimize

Post by Gamecard »

To optimize wine for games :)

what now i have is

REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"="opengl"
"FixedVShaderLimit"="1440"
"SafeVsConsts"="disabled"
"UseGLSL"="enable"
"VideoDriver"="ati2dvag.dll"
"VideoMemorySize"="1024"
"VideoPCIDeviceID"="0x6899"
"VideoPCIVendorID"="0x1002"
Locked