While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Linux and open source getting age checking exemptions could be problematic
- Steam Deck stock returns but there's a big price increase
- Proton-CachyOS adds low latency layer and Discord rich presence support
- Dusklight the reimplementation of The Legend of Zelda: Twilight Princess gets a major update
- Flathub moves to ban nearly all apps and submissions made with generative AI
- > See more over 30 days here
- New Desktop Screenshot Thread
- Hamish - Fully native alternative to ProtonDB
- ProfessorKaos64 - Restrict way kernel-level-anti-cheat is installed.
- PlayingOnLinuxphone - Are Mac computers good and stable?
- PlayingOnLinuxphone - Terminal trick - progress indicator in the task manager…
- Shmerl - See more posts
Anticheat check - which competitive games actually work on Linux?
How to give Valve feedback when Proton games have issues on Linux / SteamOS
I've been testing my new GPU in some games like Portal 2, Minecraft, Dust, etc.
But all of them have annoying tearing!
I have enabled Vsync in nvidia-settings and also in the games, but as soon as when I move the camera... my eyes suffer.
It's normal?
- Additional Information -
· OS: Mageia 4 (KDE)
· GPU: nVidia GTX 970 (latest proprietary drivers)
· Screen: TFT (1280x1024@75) and TV (1920x1080@60)
and then install compton and run it with: compton --backend glx --vsync opengl-swc
enable flipping from nvidia-settings as well
and enjoy tearfree gaming
just edit /etc/profile
(you need root access)
add the following line on top
export __GL_YIELD="USLEEP"
(this works on Arch) - hope is the same with Mageia
@Xpander
Turning off KDE compositor made things better but the tearing hasn't disappeared. By the way, ¿is it possible to turn it off from the command line?
@wolfyrion
I tried your suggestion, but nothing seems to change.
Simply by moving a windows across the screen, the tearing is clearly noticeable.
that should fix tearing completely ...at least it does for me.
edit: for tearfree movies in your TV, use the nvidia-settings > Xserver Xvideo settings and select your sync to this display device.
then use vlc or smplayer as those seem to accept those settings.
- EDIT -
Installed.
I run it with "compton --backend glx --vsync opengl-swc" from the terminal, but it returns the following error:
glx_render(): Missing texture.Anyway the screen flashes, so I suppose that it's running. But when I move a window, the tearing is still noticeable.
What I'm doing wrong?
P.S: Thanks for all your help.
cheers for that. thatone is even better than compton trick... no perfromance hit at all it seems and makes wonders
feels like a gsync monitor now :D
the command i use:
nvidia-settings --assign CurrentMetaMode="DVI-I-1: nvidia-auto-select +0+0 { ForceCompositionPipeline = On }, HDMI-0: nvidia-auto-select +3840+0 { ForceCompositionPipeline = On }, DVI-D-0: nvidia-auto-select +1920+0 { ForceCompositionPipeline = On }"
Enabling "{ ForceFullCompositionPipeline = On }" works even with default KDE compositor active!
Thanks Solar.
Also thanks to Xpander for all his support. ; - )
/etc/X11/xorg.conf.d/90-mhwd.conf
Go to
Section "Device"
and add
Option "metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
I'm using Mint MATE and for the past 2 months I couldn't get VSync to work in Wine. I've tried everything except this.
EDIT: Just tried compton with the Xpander's command, however no luck in forcing Vsync in Wine games.
about wine games, it does work for me. maybe you are running in virtual wine window and that causing issues?
I don't like using vsync in games as it generates input lag for me.
Games with a built in VSync work perfectly.
On my elementary OS i don't have the xorg.conf in /etc/X11/ and nothing that seems similar...