Can't get rid of tearings with Nvidia card anymore

Hi all
Two weeks ago I upgraded from Mageia 6 to Mageia 7. Since then I have tearings and nothing that helped in the past does help now.
In nvidia-settings I checked "Sync to VBlank", "Force (Full) Composition Pipeline", I did set a fix resolution and 60Hz. Apply -> restarted Firefox (but not every time) -> nothing changed.
Set "Sync to this display device" to my "Philips FTV (HDMI-0)". After a reboot the login manager didn't appear. So I changed this back. I do not exactly know, but I think this option seemed to work the first time I tried, but not the second time...?
My current xorg.conf:
This is what I changed in nvidia-settings:
Nvidia GeForce GTX 1050 (I think MSI)
driver version: 430.64 (nvidia-current)
Connected to monitor via HDMI.
How do I get rid of these tearings in Mageia 7?
Thanks in advance
Killerkaninchen
Two weeks ago I upgraded from Mageia 6 to Mageia 7. Since then I have tearings and nothing that helped in the past does help now.
In nvidia-settings I checked "Sync to VBlank", "Force (Full) Composition Pipeline", I did set a fix resolution and 60Hz. Apply -> restarted Firefox (but not every time) -> nothing changed.
Set "Sync to this display device" to my "Philips FTV (HDMI-0)". After a reboot the login manager didn't appear. So I changed this back. I do not exactly know, but I think this option seemed to work the first time I tried, but not the second time...?
My current xorg.conf:
- Code: Select all
# File generated by XFdrake (rev 262502)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
EndSection
Section "Module"
Load "v4l" # Video for Linux
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
# Apple iMac modes
ModeLine "1024x768" 78.525 1024 1049 1145 1312 768 769 772 800 +hsync +vsync
ModeLine "800x600" 62.357 800 821 901 1040 600 601 604 632 +hsync +vsync
ModeLine "640x480" 49.886 640 661 725 832 480 481 484 514 +hsync +vsync
# Apple monitors tend to do 832x624
ModeLine "832x624" 57 832 876 940 1152 624 625 628 667 -hsync -vsync
# Apple PowerBook G3
ModeLine "800x600" 100 800 816 824 840 600 616 624 640 -hsync -vsync
# Apple TI Powerbook
ModeLine "1152x768" 78.741 1152 1173 1269 1440 768 769 772 800 +vsync +vsync
# Pismo Firewire G3
ModeLine "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync
# iBook2
ModeLine "1024x768" 65 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
# 17" Apple Studio Display
ModeLine "1024x768" 112.62 1024 1076 1248 1420 768 768 780 808 +hsync +vsync
# HiRes Apple Studio Display
ModeLine "1280x1024" 135 1280 1288 1392 1664 1024 1027 1030 1064
# Another variation
ModeLine "1280x1024" 134.989 1280 1317 1429 1688 1024 1025 1028 1066 +hsync +vsync
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "NVIDIA Corporation"
BoardName "NVIDIA GeForce 635 series and later"
Driver "nvidia"
Option "DPMS"
Option "TwinViewOrientation" "Clone"
Option "TwinView"
Option "AddARGBGLXVisuals"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
EndSection
This is what I changed in nvidia-settings:
- Code: Select all
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 430.64
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
FontPath "/usr/share/fonts/default/Type1"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbModel" "pc105"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Philips FTV"
HorizSync 15.0 - 70.0
VertRefresh 48.0 - 62.0
ModeLine "1024x768" 65.000 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1050"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-1"
Option "metamodes" "1360x765_60 +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Nvidia GeForce GTX 1050 (I think MSI)
driver version: 430.64 (nvidia-current)
Connected to monitor via HDMI.
How do I get rid of these tearings in Mageia 7?
Thanks in advance
Killerkaninchen