Hi
I have problem with screen tearing, it's very annoying and I don't know how to fix it after I searched for a fix in Ubuntu based distro I find a solution that fixes but this not working in OpenSUSE
The solution was:
sudo mkdir /etc/X11/xorg.conf.d
sudo nano /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection
PS: I have nVIDIA GTX 750TI but I haven't found this kinda solution for it even with the proprietary driver so I take nVIDIA card out and use Intel onboard VGA If I could fix this problem for nVIDIA it's much better for me if not could you please help fix it with intel onboard like the solution I mentioned above
PS2: I'm very new to Linux and I have 0 experience with OpenSUSE
Thank you
I have problem with screen tearing, it's very annoying and I don't know how to fix it after I searched for a fix in Ubuntu based distro I find a solution that fixes but this not working in OpenSUSE
The solution was:
sudo mkdir /etc/X11/xorg.conf.d
sudo nano /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection
PS: I have nVIDIA GTX 750TI but I haven't found this kinda solution for it even with the proprietary driver so I take nVIDIA card out and use Intel onboard VGA If I could fix this problem for nVIDIA it's much better for me if not could you please help fix it with intel onboard like the solution I mentioned above
PS2: I'm very new to Linux and I have 0 experience with OpenSUSE
Thank you