Skip to content

Instantly share code, notes, and snippets.

View maximedegreve's full-sized avatar
💭
🤡 clowning

Maxime De Greve maximedegreve

💭
🤡 clowning
View GitHub Profile
@vantrong291
vantrong291 / fix_amd_card_ubuntu.md
Last active February 26, 2026 16:31
Installing AMD GPU Drivers on Ubuntu 22.04 for AMD Graphics Cards

Installing AMD GPU Drivers on Ubuntu 22.04 for AMD Graphics Cards

This guide walks you through installing AMDGPU drivers and configuring kernel parameters (mem_encrypt=off and amdgpu.sg_display=0) to ensure stable graphics on AMD systems.


Step 1: Update system

sudo apt update && sudo apt upgrade -y