diff --git a/_posts/2021-10-09-linux_on_x13_yoga.md b/_posts/2021-10-09-linux_on_x13_yoga.md index 4482584..d51b8e8 100644 --- a/_posts/2021-10-09-linux_on_x13_yoga.md +++ b/_posts/2021-10-09-linux_on_x13_yoga.md @@ -15,7 +15,7 @@ Out of the box Alsa did not detect any devices whatsoever. Though in the output # Video stutters/lockups/cursor lag -The video worked well for me mostly, though occasionally the cursor would lag behind, creating ghost copies of itself or terminals would freeze up for a second. I never had any issues with hardware acceleration though. This is solved by adding "i915.enable_psr=0" to the kernel commandline. If you're using GRUB (if you don't know what this means then you are) you need to append this inside the quotes of the line `GRUB_CMDLINE_DEFAULT` in the file `/etc/default/grub`. After saving you changes run `update-grub`. If you're not using grub or running a distro without `update-grub` I'm going to assume you know how to do this. +The video worked well for me mostly, though occasionally the cursor would lag behind, creating ghost copies of itself or terminals would freeze up for a second. I never had any issues with hardware acceleration though. This is solved by adding `i915.enable_psr=0` to the kernel commandline. If you're using GRUB (if you don't know what this means then you are) you need to append this inside the quotes of the line `GRUB_CMDLINE_DEFAULT` in the file `/etc/default/grub`. After saving you changes run `update-grub`. If you're not using grub or running a distro without `update-grub` I'm going to assume you know how to do this. # HiDPI