-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Possibility to Auto Fix Tearing #12
Comments
Certainly possible, we control GLX after all. Depends on exactly how we we want to expose this, though. |
Are you talking about PRIME Sync? As in having smooth graphics on Intel IGP but tearing when using the NVIDIA GPU? If you're having tearing even on Intel, it.might be related to not having a compositor running. |
For PRIME mostly its a case of being SoL right now. |
Yeah, they still have tons of work ahead of them to get PRIME Sync to work well. They're currently dealing with instabilities and stuff like two cursors being present in the screen when it's activated. I've had crashes in some games and whatnot with it turned on. I wanted to know if OP had problems with that or if it was with another setup because other than PRIME Sync, tearing should already be fixed by now, if using a compositor. |
For intel is more easy IGP from intel all linux dristribution have tearing on intel chipset but have solution for fix that. Is simple and old solution : Intel : (Manjaro) sudo nano /etc/X11/mhwd.d/intel.conf Install on Solus : xorg-driver-video-intel (Solus and Other) sudo nano /etc/X11/xorg.conf.d/20-intel.conf Put in file "20-intel.conf" : Section "Device" |
The best is the addition of putting a tearfree or not! |
Forcing DRI2 will absolutely gimp performance where DRI3 is available. Likewise force enabling UXA is a Very Bad Thing where SNA would be used, a catastrophic performance drop. The only option there of use is |
Have send just exemple. Section "Device" And not have tearing, tearfree is not a good option, but sna + dri3 is better ! Cordialy |
Hello,
On Intel chipset have tearing and on nvidia.
But have a simple possibility to fix that in auto.
Is possible for view to add fonctionality on solus 4 for fix tearing ?
Cordialy
The text was updated successfully, but these errors were encountered: