User Tools

Site Tools


ubuntu:gpu:check_which_kernel_driver_is_loaded

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:gpu:check_which_kernel_driver_is_loaded [2023/06/27 07:50] peterubuntu:gpu:check_which_kernel_driver_is_loaded [2023/06/27 08:08] (current) – removed peter
Line 1: Line 1:
-====== Ubuntu - GPU - Check which kernel driver is loaded ====== 
- 
-===== Using lspci ===== 
- 
-<code bash> 
-lspci -k | grep -A 3 -E "(VGA|3D)" 
-</code> 
- 
-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 
-</code> 
- 
-<WRAP info> 
-**NOTE:**  This shows that the kernel driver is **amdgpu**. 
- 
-  * This indicates an AMD GPU. 
- 
-</WRAP> 
- 
----- 
- 
-===== Using lshw ===== 
- 
-<code bash> 
-sudo lshw -c video 
-</code> 
- 
-returns: 
- 
-<code bash> 
-  *-display                  
-       description: VGA compatible controller 
-       product: Navi 31 [Radeon RX 7900 XT/7900 XTX] 
-       vendor: Advanced Micro Devices, Inc. [AMD/ATI] 
-       physical id: 0 
-       bus info: pci@0000:0c:00.0 
-       logical name: /dev/fb0 
-       version: c8 
-       width: 64 bits 
-       clock: 33MHz 
-       capabilities: pm pciexpress msi vga_controller bus_master cap_list rom fb 
-       configuration: depth=32 driver=amdgpu latency=0 resolution=3440,1440 
-       resources: irq:128 memory:e0000000-efffffff memory:f0000000-f01fffff ioport:e000(size=256) memory:f7b00000-f7bfffff memory:c0000-dffff 
-</code> 
- 
-<WRAP info> 
-**NOTE:**  This shows that the kernel driver is **amdgpu**. 
-</WRAP> 
- 
----- 
  
ubuntu/gpu/check_which_kernel_driver_is_loaded.1687852217.txt.gz · Last modified: 2023/06/27 07:50 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki