Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

drm/i915: Resetting chip after gpu hang

Please do as root:

  1. EDIT /etc/default/grub
  2. Find the line that starts with GRUB_CMDLINE_LINUX and append i915.enable_rc6=0, giving you for example: GRUB_CMDLINE_LINUX="splash quiet i915.enable_rc6=0"
  3. EXECUTE: update-grub
  4. REBOOT
  5. (optional step) EXECUTE systool -m i915 -av | grep enable_rc6 to check whether you have set this option correctly

Tags:

Kernel

Debian

Intel Graphics

Related

How do I echo an empty JSON curly brackets as a default value? dmesg with / without sudo on Debian / Mint Where is cron's PATH set? How can I uninstall all packages from one Debian source? gpg: keyserver receive failed: No dirmngr split file into N pieces with same name but different target directories Ledger Nano S on Arch Linux - Chrome app will not recognize device Linux + how to give only specific user to read the file Why root Can't open file for writing? What does %% mean in a function name? Web browser from console CentOS Rearrange partitions in gparted to extend a partition

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy