- This topic has 14 replies, 9 voices, and was last updated Apr 4-10:52 am by subluminal.
-
AuthorPosts
-
November 10, 2021 at 8:50 am #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 awnserThanks in advance!
- This topic was modified 4 years, 5 months ago by ModdIt. Reason: Added AMD to reflect thread posts
November 10, 2021 at 9:15 am #70670ModdIt
MemberHi 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.
November 10, 2021 at 10:35 am #70673
capreaModeratorHi 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 terminalNovember 10, 2021 at 11:00 pm #70690Anonymous
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”
EndSectionNovember 11, 2021 at 9:04 pm #70777Anonymous
Thanks it worked!
November 11, 2021 at 9:43 pm #70780
anticapitalistaForum AdminThanks 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.
November 12, 2021 at 1:28 am #70797Anonymous
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.November 12, 2021 at 4:11 am #70799Anonymous
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.
November 12, 2021 at 9:12 am #70801ModdIt
MemberBelow 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.
November 12, 2021 at 3:11 pm #70813Anonymous
The post currently above me worked, I also upvoated the orifinal one I red
November 12, 2021 at 3:12 pm #70815Anonymous
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”
EndSectionthis one worked
January 11, 2022 at 11:21 am #75010alanwake82
MemberThanks 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”April 4, 2022 at 8:31 am #80584Anonymous
What part of it worked for you?
April 4, 2022 at 9:53 am #80586ModdIt
MemberFirst 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" EndSectionFor 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" EndSectionOn 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.
April 4, 2022 at 10:52 am #80593subluminal
MemberAre 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.
-
AuthorPosts
- You must be logged in to reply to this topic.