Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I know the lmnst command, but what I want to look for is a command that shows what version the graphics card is, like the command that shows the bios version (!sysinfo machineid)The lmnst command will list all the drivers at the time of the crash and lmvm will give you some basic details of a given driver.
I just want to know about the graphics card version. I won't go into physical details.Do you want the graphics card driver version or the physical details about the graphics card? You can't get the latter information using the standard WinDbg commands as far as I know, unless !sysinfo smbios -devices does.
I will try, by the way, sorry I forgot to thank you. Thank you for your help.I would recommend that you use lmvm or !lmi then, however, there is no guarantee that the driver version will be avaliable.
I don't want to look at the version of my graphics card, I want to look at it when I read the BSoD files. You know, to find out other people's graphics card versions.Video card info like from DirectX?
Win+R type dxdiag hit enter
You'll get this
View attachment 90786
I thought about that, but I wondered if there was a more practical way.You must have the symbols of the given driver in the form of pdb files. I'm not sure if Intel provides these pdb's for their graphics card drivers, you'll have to google the answer to that question
1: kd> lmDvmigdkmdn64
Browse full module list
start end module name
fffff803`433d0000 fffff803`44dd2000 igdkmdn64 (deferred)
Image path: \SystemRoot\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_94778f6a7bb7882e\igdkmdn64.sys
Image name: igdkmdn64.sys
Browse all global symbols functions data
Timestamp: Thu Feb 18 13:38:25 2021 (602EB421)
CheckSum: 01A0D17F
ImageSize: 01A02000
File version: 27.20.100.9316
Product version: 27.20.100.9316
File flags: 0 (Mask 3F)
File OS: 40004 NT Win32
File type: 3.4 Driver
File date: 00000000.00000000
Translations: 0409.04b0
Information from resource tables:
CompanyName: Intel Corporation
ProductName: Intel HD Graphics Drivers for Windows(R)
InternalName: igdkmdn64.sys
OriginalFilename: igdkmdn64.sys
ProductVersion: 27.20.100.9316
FileVersion: 27.20.100.9316
FileDescription: Intel Graphics Kernel Mode New Driver
LegalCopyright: Copyright (c) 1998-2018 Intel Corporation.
That's exactly what I was looking for.Info like this?
Code:1: kd> lmDvmigdkmdn64 Browse full module list start end module name fffff803`433d0000 fffff803`44dd2000 igdkmdn64 (deferred) Image path: \SystemRoot\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_94778f6a7bb7882e\igdkmdn64.sys Image name: igdkmdn64.sys Browse all global symbols functions data Timestamp: Thu Feb 18 13:38:25 2021 (602EB421) CheckSum: 01A0D17F ImageSize: 01A02000 File version: 27.20.100.9316 Product version: 27.20.100.9316 File flags: 0 (Mask 3F) File OS: 40004 NT Win32 File type: 3.4 Driver File date: 00000000.00000000 Translations: 0409.04b0 Information from resource tables: CompanyName: Intel Corporation ProductName: Intel HD Graphics Drivers for Windows(R) InternalName: igdkmdn64.sys OriginalFilename: igdkmdn64.sys ProductVersion: 27.20.100.9316 FileVersion: 27.20.100.9316 FileDescription: Intel Graphics Kernel Mode New Driver LegalCopyright: Copyright (c) 1998-2018 Intel Corporation.
Regards. . .
jcgriff2
That's exactly what I was looking for.
1: kd> lmDvmigdkmdn64
Thank you @jcgriff2 ! I asked a different question under a new thread to avoid confusion. You can take a look when you can.Great. As you saw, the Windbg command is lmDvm followed by the module name with no prefix.
Rich (BB code):1: kd> lmDvmigdkmdn64
Any other questions? Please feel free to post.
Regards. . .
jcgriff2
p.s. Please keep in mind that I knew the selected module is a video driver written by Intel as I've seen it or a variation of it for well over a decade now.
Has Sysnative Forums helped you? Please consider donating to help us support the site!