ubuntu:gpu:drivers:get_the_currently_used_graphics_driver
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:gpu:drivers:get_the_currently_used_graphics_driver [2023/06/25 10:16] – peter | ubuntu:gpu:drivers:get_the_currently_used_graphics_driver [2023/06/27 08:14] (current) – [Determine the PCI Bus] peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - GPU - Drivers - Get the currently used graphics driver ====== | ====== Ubuntu - GPU - Drivers - Get the currently used graphics driver ====== | ||
+ | |||
+ | ===== Using lspci ===== | ||
+ | |||
+ | <code bash> | ||
+ | lspci -k | grep -A 3 -E " | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | 0c:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 744c (rev c8) | ||
+ | Subsystem: Gigabyte Technology Co., Ltd Device 240e | ||
+ | Kernel driver in use: amdgpu | ||
+ | Kernel modules: amdgpu | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * This indicates an AMD GPU. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Using lshw ===== | ||
<code bash> | <code bash> | ||
Line 19: | Line 45: | ||
| | ||
| | ||
- | | + | |
- | | + | |
</ | </ | ||
<WRAP info> | <WRAP info> | ||
- | **NOTE: | + | **NOTE: |
- | * It also shows an AMD Radeon RX 7900 XT/7900 XTX GPU is being used. | + | * This shows that the kernel driver |
</ | </ | ||
Line 47: | Line 73: | ||
<WRAP info> | <WRAP info> | ||
- | **NOTE: | + | **NOTE: |
</ | </ | ||
---- | ---- | ||
- | ==== Use the PCI bus to check what kernel modules are being used ==== | + | ==== Use the PCI Bus to check what kernel modules are being used ==== |
<code bash> | <code bash> | ||
Line 73: | Line 99: | ||
Kernel modules: amdgpu | Kernel modules: amdgpu | ||
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * This indicates an AMD GPU. | ||
+ | |||
+ | </ | ||
---- | ---- | ||
ubuntu/gpu/drivers/get_the_currently_used_graphics_driver.1687688202.txt.gz · Last modified: 2023/06/25 10:16 by peter