replaced " with ` where appropriate
This commit is contained in:
parent
2409c1f3a1
commit
d46ddf9a7a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user