LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 07-04-2018, 11:36 AM   #1
superbit
LQ Newbie
 
Registered: Jul 2018
Posts: 5

Rep: Reputation: Disabled
Question Screen tearing


What do I need to look at to make sure I have a good configuration of my display for gaming.

First of all, I use a 2560x1440 native resolution monitor. Sometimes, when opening a editor like gedit or a calculator, there are some artifacts on screen for a split second when the application is displayed. I noticed these type of problems are mostly with games and there are some explanations on how to configure games with things like vsync and etc. Sorry, I'm new to this.
My questions: I have an NVIDIA 1050 Ti card which has excellent performance. Is there some setting I should be looking at on my desktop installation to optimize it. So far, I just install default NVIDIA drivers and leave it alone. My monitor is at default 60Hz, but it can be set to 75Hz. What should I use. Is higher always better or is there some balance I need to find per application.
After this setup, I would like to try linux gaming. I downloaded Clonepoint from lgdb.org and the game is stable, but there is tearing when the character sprite is in motion. It's more like a warping if you see it on screen. So since this is happening, there must be something messed up with my configuration. How can I figure out what to do?

Last edited by superbit; 07-04-2018 at 11:37 AM.
 
Old 07-04-2018, 02:06 PM   #2
coralfang
Member
 
Registered: Nov 2010
Location: Bristol, UK
Distribution: Slackware, FreeBSD
Posts: 836
Blog Entries: 3

Rep: Reputation: 297Reputation: 297Reputation: 297
I'd recommend turning on the setting ForceFullCompositionPipeline. This usually eliminates most tearing issues with nvidia cards, along with the nvidia driver.

The simplest way to activate this is to launch nvidia-settings. Then navigate to: "X Server Display Configuration".

At the bottom, you should see an "Advanced..." button, click this, then the checkboxes for the option should appear under the resolution settings.

Tick "Force Full Composition Pipeline", and this should eliminate most tearing and solve many vsync issues.

If the option isn't present, or doesn't seem to make any difference, you can also set this option by creating a file in /etc/X11/xorg.conf.d/10-nvidia.conf with these contents:

Code:
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
    Option         "TripleBuffer" "on"
    Option         "AllowIndirectGLXProtocol" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
 
1 members found this post helpful.
Old 07-04-2018, 02:19 PM   #3
superbit
LQ Newbie
 
Registered: Jul 2018
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thanks I will try this.
 
Old 07-05-2018, 02:24 AM   #4
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
I just use ForceCompositionPipeline=On.

Also in Section "Device" I recommend:
Code:
Option "UseNvKmsCompositionPipeline" "false"
which forces the use of the old pipeline because the new one is buggy.
https://devtalk.nvidia.com/default/t...s-on-390-25/11
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Screen Tearing david57alaska Linux - Newbie 4 01-31-2017 10:03 AM
Screen tearing. Death On Wings Slackware 23 01-29-2016 08:59 PM
[SOLVED] Screen tearing with VLC only Daedra Slackware 6 08-27-2014 08:26 PM
[SOLVED] How To Minimize Screen Tearing Pinonoir Slackware 6 07-02-2014 08:05 PM
Nvidia Screen tearing with Xv kryptobs2000 Linux - Software 0 01-15-2008 09:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 03:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration