Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Graphics
(Moderator:
Ask
) »
Get GPU name
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
[SOLVED] Formating an int...
by
torbente
[
Today
at 03:43:25 am]
String consts from HTML o...
by
ydd
[
Today
at 03:18:09 am]
Creating descendants of T...
by
Blaazen
[
Today
at 03:12:49 am]
Fpcupdeluxe
by
trev
[
Today
at 03:03:00 am]
TSpeedButton in front of ...
by
torbente
[
Today
at 02:53:15 am]
Brook - Beginner trying t...
by
RedOctober
[
Today
at 01:58:59 am]
Turtle Graphics
by
Fred vS
[
Today
at 01:38:15 am]
Copy File to MTP
by
dbannon
[
Today
at 01:24:07 am]
Application Not starting ...
by
dseligo
[
Today
at 12:54:07 am]
Win-10 64-bit, installed ...
by
JohnHerbster
[
Today
at 12:25:03 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Get GPU name (Read 663 times)
cpalx
Hero Member
Posts: 647
Get GPU name
«
on:
February 06, 2020, 05:09:34 pm »
Hello i need to know the GPU of the graphic card name (colud be only windows)
thanks
«
Last Edit: February 06, 2020, 06:38:59 pm by cpalx
»
Logged
Thaddy
Hero Member
Posts: 10684
Re: Get GPU name
«
Reply #1 on:
February 06, 2020, 05:36:13 pm »
It is in the registry, but I forgot the key.
Logged
JernejL
Jr. Member
Posts: 90
Re: Get GPU name
«
Reply #2 on:
February 06, 2020, 05:41:38 pm »
You can initialize a opengl context and call info.
glGetString(GL_RENDERER);
In my case it will return 'Device: Radeon RX 550 Series'
Logged
winni
Hero Member
Posts: 2116
Re: Get GPU name
«
Reply #3 on:
February 06, 2020, 05:49:32 pm »
Hi!
With the help of WMIC = Windows Management Interface Command
At the commandline enter:
wmic path win32_VideoController get name
You get model name, company and path of the driver.
From fpc: start wmic from a process and read the output.
Winni
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Graphics
(Moderator:
Ask
) »
Get GPU name
TinyPortal
© 2005-2018