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: 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!
Login / Register
- GOG launch their Preservation Program to make games live forever with a hundred classics being 're-released'
- Half-Life 2 free to keep until November 18th, Episodes One & Two now included with a huge update
- Valve dev details more on the work behind making Steam for Linux more stable
- Proton Experimental adds DLSS 3 Frame Generation support, plus fixes for Dragon Age: The Veilguard, Rivals of Aether II and more
- Direct3D to Vulkan translation layer DXVK v2.5 released with rewritten memory management
- > See more over 30 days here
-
Hybrid gaming controller MoveMaster has a new website, …
- Ehvis -
Steam Deck OLED: Limited Edition White and Steam Deck A…
- Cybolic -
Arcane Wilds is a western-themed fantasy RTS now on Ste…
- Liam Dawe -
Arcane Wilds is a western-themed fantasy RTS now on Ste…
- Craggles086 -
Hybrid gaming controller MoveMaster has a new website, …
- einherjar - > See more comments
- Minecraft Exit Code 1
- wvstolzing - Do you think that Steam will become open source in the future?…
- RokeJulianLockhart - Steam and offline gaming
- Dorrit - Weekend Players' Club 11/15/2024
- Ehvis - What do you want to see on GamingOnLinux?
- Liam Dawe - See more posts
View PC info
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)
View PC info
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
View PC info
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
View PC info
@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.
View PC info
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.
View PC info
- 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.
View PC info
View PC info
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 }"
View PC info
Enabling "{ ForceFullCompositionPipeline = On }" works even with default KDE compositor active!
Thanks Solar.
Also thanks to Xpander for all his support. ; - )
View PC info
View PC info
/etc/X11/xorg.conf.d/90-mhwd.conf
Go to
Section "Device"
and add
Option "metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"