Skip to content

Latest commit

 

History

History
89 lines (60 loc) · 2.58 KB

File metadata and controls

89 lines (60 loc) · 2.58 KB

GPU Driver and Software Stack Configuration Report

System Overview

  • Session Type: X11
  • Dual GPU System: Yes (AMD Radeon RX 6600 + NVIDIA GeForce RTX 3050)

AMD ROCm Stack

ROCm Components Installed

  • ROCm SMI Version: 2.2.0+unknown
  • ROCm SMI Library Version: 7.2.0
  • libamdhip64-5: 5.7.1-6 (HIP runtime for AMD GPUs)
  • librocm-smi64-1: 6.1.2-1
  • rocm-smi: 6.1.2-1

AMD GPU Driver

  • Kernel Module: amdgpu (loaded)
  • DRM Library: libdrm-amdgpu1 2.4.124-2
  • X.Org Driver: xserver-xorg-video-amdgpu 23.0.0-1
  • Firmware: firmware-amd-graphics 20250410-2

Current OpenGL Configuration

  • Vendor: AMD
  • Renderer: AMD Radeon RX 6600 (radeonsi, navi23, LLVM 19.1.7, DRM 3.61, 6.12.33+kali-amd64)
  • Direct Rendering: Yes

NVIDIA Driver Stack

NVIDIA Driver Version

  • Driver Version: 550.163.01
  • NVML Version: 550.163
  • CUDA Version: 12.4
  • Kernel Module Version: 550.163.01 (Compiled with gcc 14.2.0)

NVIDIA GPU

  • Model: NVIDIA GeForce RTX 3050
  • UUID: GPU-fc3f1455-b852-fcf4-53d3-4d0fd70ee725

NVIDIA Components Installed

  • Multiple NVIDIA libraries including:
    • libegl-nvidia0 550.163.01-1
    • libgl1-nvidia-glvnd-glx 550.163.01-1
    • libglx-nvidia0 550.163.01-1
    • libnvidia-ml1 550.163.01-1
    • nvidia-cuda-dev 12.3.101~12.3.2-1
    • nvidia-cuda-toolkit 12.3.101~12.3.2-1

Kernel Modules Loaded

  • nvidia_uvm
  • nvidia_drm
  • nvidia_modeset
  • nvidia

GPU Management Configuration

PRIME

  • Status: Not available (prime-select not installed)

Switcheroo Control

  • Package: switcheroo-control 2.6-3 (installed)
  • Service Status: Active and running
  • Purpose: D-Bus service for dual-GPU switching

X.Org Configuration

  • No custom xorg.conf found in /etc/X11/
  • Default configurations in /usr/share/X11/xorg.conf.d/:
    1. 10-amdgpu.conf: Configures AMD GPU with hotplug support
    2. nvidia-drm-outputclass.conf: Auto-loads NVIDIA driver when nvidia-drm kernel module is detected
    3. 10-radeon.conf: Legacy Radeon configuration
    4. Other standard input device configurations

Wayland

  • Currently not in use (session type is X11)

Summary

The system has both AMD and NVIDIA GPUs with their respective drivers properly installed. The AMD GPU appears to be the primary graphics provider (as shown by glxinfo). ROCm components are partially installed but rocminfo is not available. The system uses switcheroo-control for GPU switching management instead of PRIME. No custom X.Org configurations are present, relying on default driver detection configurations.