Merge pull request #237 from taradiddles/inteldoc

Add mention about disabling PSR to fix tearing
This commit is contained in:
awokd 2022-12-17 18:10:26 +00:00 committed by GitHub
commit 5a760774d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,10 @@ Workarounds:
A logout/login is then required. A logout/login is then required.
Intel's PSR (Panel Self Refresh) may also cause tearing issues; it can be
disabled globally in GRUB2/EFI with the `i915.enable_psr=0` boot option. If
this does fix tearing, a bad panel firmware is likely the cause.
## Finding out which of `intel` or `fbdev` driver is in use: ## Finding out which of `intel` or `fbdev` driver is in use:
* `grep -E 'LoadModule.*(fbdev|intel)"' /var/log/Xorg.0.log`; eg. for `intel`: * `grep -E 'LoadModule.*(fbdev|intel)"' /var/log/Xorg.0.log`; eg. for `intel`: