===== Display Issue After Updating the Kernel ===== {{template>:meta:template:pageinfo#tpl |desc=Unable to change the display resolution after updating the kernel.}} There are many reasons for this problem, and I will keep updating this page with possible causes. ===== The graphics card is not working ===== ==== How to confirm ==== If you are using Nvidia, run nvidia-smi to see if the graphics card is working properly. ==== Solution ==== Refer to the following steps to recompile the Nvidia graphics driver. - Run ls /usr/src/ to confirm the version of the graphics driver you are using. - Run sudo apt install dkms to install **DKMS**((A program/framework that enables generating Linux kernel modules whose sources generally reside outside the kernel source tree. Refer [[https://wiki.archlinux.org/title/Dynamic_Kernel_Module_Support#top-page|dkms]] to get more details.)). - Run sudo dkms install -m nvidia -v the-version-you-saw-in-step-1 to recompile and install the graphics driver. - Reboot your PC.