Skip to content

Instantly share code, notes, and snippets.

@priyankarpal
Last active June 3, 2024 03:38
Show Gist options
  • Save priyankarpal/688d72350fc7353233ef7dbdd30a57ea to your computer and use it in GitHub Desktop.
Save priyankarpal/688d72350fc7353233ef7dbdd30a57ea to your computer and use it in GitHub Desktop.
Nvidia gtx 1650 graphics driver not loading in kali linux xfce - solve

Nvidia gtx 1650 graphics driver not loading in kali linux xfce

how I solve this problem

  1. update Kali Linux system sudo apt update sudo apt -y full-upgrade -y
  2. Install essential build tools and kernel headers sudo apt install build-essential sudo apt install linux-headers-$(uname -r)
  3. after completeting all steps reboot your system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment