Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Jun 24, 2023
1 parent 668d94f commit ff204ed
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ GRUB_CMDLINE_LINUX="text"
update-grub
systemctl set-default multi-user.target
```

### Fix Intel Iris Xe graphics
```bash
# change the following line in /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet nomodeset"
# to
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet i915.enable_psr=0"

# run scripts
update-grub
```

0 comments on commit ff204ed

Please sign in to comment.