mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
clarify tearing issues
This commit is contained in:
parent
76e1baf9ae
commit
43baf3abed
1 changed files with 11 additions and 1 deletions
|
@ -30,14 +30,24 @@ See the likely culprits below.
|
||||||
|
|
||||||
## Common issues
|
## Common issues
|
||||||
|
|
||||||
|
### No tearing at all
|
||||||
|
Make sure your windowrules are matching and you have the master toggle enabled.
|
||||||
|
|
||||||
|
### Apps that should tear, freeze
|
||||||
|
Almost definitely means your GPU driver does not support tearing, like e.g. Intel's.
|
||||||
|
|
||||||
|
Please _do not_ report issues if this is the culprit.
|
||||||
|
|
||||||
### Graphical artifacts (random colorful pixels, etc)
|
### Graphical artifacts (random colorful pixels, etc)
|
||||||
Likely issue with your graphics driver. Please note, afaik, intel's iGPUs do not support tearing at all.
|
Likely issue with your graphics driver.
|
||||||
|
|
||||||
Please _do not_ report issues if this is the culprit. Unfortunately, it's most likely your GPU driver's fault.
|
Please _do not_ report issues if this is the culprit. Unfortunately, it's most likely your GPU driver's fault.
|
||||||
|
|
||||||
Could be the below as well
|
Could be the below as well
|
||||||
|
|
||||||
### Other graphical issues
|
### Other graphical issues
|
||||||
|
or
|
||||||
|
### Hyprland instantly crashes on launch
|
||||||
Likely issue with `WLR_DRM_NO_ATOMIC`.
|
Likely issue with `WLR_DRM_NO_ATOMIC`.
|
||||||
|
|
||||||
NO_ATOMIC forces the use of a legacy, less tested drm API.
|
NO_ATOMIC forces the use of a legacy, less tested drm API.
|
||||||
|
|
Loading…
Reference in a new issue