Intel screen tear, added AMD to reflect thread content

Forum › Forums › General › Hardware › Intel screen tear, added AMD to reflect thread content

  • This topic has 14 replies, 9 voices, and was last updated Apr 4-10:52 am by subluminal.
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #70669
    Anonymous

      Edited to add info for AMD GPU users. Helps improve search, I hope.

      Hello I’m pretty new to linux and when I installed antix on my old pc everything worked I just had screen tear
      Hope that there is an awnser

      Thanks in advance!

      • This topic was modified 4 years, 5 months ago by ModdIt. Reason: Added AMD to reflect thread posts
      #70670
      ModdIt
      Member

        Hi Vidak64
        pls search in forum, assistance in regard to tearing has been given repeatedy.

        In the future please also post the result of inxi as in caprea post below for hardware related problems.
        My posted inxi command was incorrect sorry. Learn something new or make mistakes near daily :-).

        • This reply was modified 4 years, 10 months ago by ModdIt.
        #70673
        caprea
        Moderator

          Hi Vidak64, I managed screen tearing with intel chips like what is written here in this thread
          http://www.antixforum.com/forums/topic/screen-blinking/#post-69979
          http://www.antixforum.com/forums/topic/screen-blinking/#post-70124
          If something is unclear about the procedure please ask and always post your hardware
          inxi -zv7
          from terminal

          #70690
          Anonymous

            I used to add below to my /etc/X11/xorg.conf.d folder.
            Name the file 20-intel.conf and add the below to it..

            Section “Device”
            Identifier “Intel Graphics”
            Driver “intel”
            Option “AccelMethod” “sna”
            Option “TearFree” “true”
            EndSection

            ———————————

            As I do for amd and antiX-21

            20-amdgpu.conf

            Section “Device”
            Identifier “AMD”
            Driver “amdgpu”
            Option “TearFree” “true”
            EndSection

            #70777
            Anonymous

              Thanks it worked!

              #70780
              anticapitalista
              Forum Admin

                Thanks it worked!

                Great! Exactly, what worked?

                Philosophers have interpreted the world in many ways; the point is to change it.

                antiX with runit - leaner and meaner.

                #70797
                Anonymous

                  Was it caprea or koo suggestion that worked for others with older intel video chips?
                  Vidak64, please state what worked so others know and this can get marked solved.
                  Thanks koo for sharing will try it as I have several systems with that issue, just
                  haven’t had time to mess with them much.
                  I have several with Intel 845, 855, 865, 915, 945, 965, and HD ones.

                  #70799
                  Anonymous

                    With the intel version you may need to change AccelMethod from sna to uxa. I’m not sure of the difference anticapitalista may know why but sna worked for me.

                    And with nvidia I used to run sudo nvidia-setting and turn on full pipelines to end the screen tearing.

                    #70801
                    ModdIt
                    Member

                      Below suggestion from Koo caused boot fail, no device found on my intel test box.
                      will try again shortly with accel method set to uxa.
                      Will also look how MX updated to 21 is setup on an identical device, no tearing on that one.

                      I used to add below to my /etc/X11/xorg.conf.d folder.
                      Name the file 20-intel.conf and add the below to it..

                      Section "Device"
                      Identifier "Intel Graphics"
                      Driver "intel"
                      Option "AccelMethod" "sna"
                      Option "TearFree" "true"
                      EndSection
                      • This reply was modified 4 years, 5 months ago by ModdIt.
                      #70813
                      Anonymous

                        The post currently above me worked, I also upvoated the orifinal one I red

                        #70815
                        Anonymous

                          I used to add below to my /etc/X11/xorg.conf.d folder.
                          Name the file 20-intel.conf and add the below to it..

                          Section “Device”
                          Identifier “Intel Graphics”
                          Driver “intel”
                          Option “AccelMethod” “sna”
                          Option “TearFree” “true”
                          EndSection

                          ———————————

                          As I do for amd and antiX-21

                          20-amdgpu.conf

                          Section “Device”
                          Identifier “AMD”
                          Driver “amdgpu”
                          Option “TearFree” “true”
                          EndSection

                          this one worked

                          #75010
                          alanwake82
                          Member

                            Thanks for the Suggestion, Great…..

                            “Below suggestion from Koo caused boot fail, no device found on my intel test box.
                            will try again shortly with accel method set to uxa.
                            Will also look how MX updated to 21 is setup on an identical device, no tearing on that one.

                            I used to add below to my /etc/X11/xorg.conf.d folder.
                            Name the file 20-intel.conf and add the below to it..

                            Section “Device”
                            Identifier “Intel Graphics”
                            Driver “intel”
                            Option “AccelMethod” “sna”
                            Option “TearFree” “true”
                            EndSection”

                            #80584
                            Anonymous

                              What part of it worked for you?

                              #80586
                              ModdIt
                              Member

                                First please be careful, on some hardware this will result in boot failure.
                                Confirmed by User experience.

                                Keep a live stick handy so you can delete the change on any failure.
                                As I am unsure on rectification, where encrypted file system is concerned
                                it may not be worth the risk.

                                RE posts In this thread regarding screen tearing
                                code addition to /etc/X11/xorg.conf.d folder.

                                The code was mangled by the forum software, below code should now work correctly..
                                i also had to learn, We must use the code tag in front of and after
                                code to show code and often urls in a usable form.

                                For Intel Graphics devices

                                using sudo and your editor of choice create a file within /etc/X11/xorg.conf.d
                                folder, name it 20-intel.conf add below code. Save, changes only take effect after a reboot.

                                Section "Device"
                                Identifier "Intel Graphics"
                                Driver "intel"
                                Option "AccelMethod" "sna"
                                Option "TearFree" "true"
                                EndSection

                                For AMD Create a file within /etc/X11/xorg.conf.d folder, name it 20-amdgpu.conf
                                add below code. Save. changes only take effect after a reboot.

                                Section "Device"
                                Identifier "AMD"
                                Driver "amdgpu"
                                Option "TearFree" "true"
                                EndSection

                                On AMD, and with my specific desktop hardware the result is not perfect, but display
                                much improved.

                                • This reply was modified 4 years, 5 months ago by ModdIt.
                                #80593
                                subluminal
                                Member

                                  Are you using compositor?

                                  I used to have screen tearing with modesetting driver. Used picom and no tearing. Didn’t need xorg config files. This is on old intel iGPU.

                                  I have this line in ~/.desktop-session/startup

                                  picom --backend glx --vsync &

                                  Hope this helps. Cheers !!

                                  • This reply was modified 4 years, 5 months ago by subluminal.
                                  • This reply was modified 4 years, 5 months ago by subluminal.
                                  • This reply was modified 4 years, 5 months ago by subluminal.
                                Viewing 15 posts - 1 through 15 (of 15 total)
                                • You must be logged in to reply to this topic.