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
- New US Congress bill proposal requires all operating system providers to verify ages [updated]
- Mozilla announced "Thunderbolt", their open-source and self-hostable AI client
- US operating system age verification bill "Parents Decide Act" gets published
- PlayStation 3 emulator RPCS3 can now auto-configure games for you
- X.Org X server and Xwayland security advisory released for multiple issues
- > See more over 30 days here
- Away all of next week
- Liam Dawe - Testing the VRAM valve patch
- Koopa - New Desktop Screenshot Thread
- tmtvl - Shop Crush - Psychological Horror Thrift Sim with Literal Illusio…
- hollowlimb - Proton/Wine Games Locking Up
- Caldathras - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
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...