Screen-flickering with Nvidia driver

Message
Author
User avatar
alexc
Posts: 2
Joined: Mon Sep 09, 2019 5:10 pm

Screen-flickering with Nvidia driver

#1 Post by alexc »

Hello,

whenever I install the proprietary Nvidia driver does my screen gets flickering around the middle of the display e.g. while scrolling websites in Firefox.

Does anyone have\had the same problem?

User avatar
manyroads
Posts: 2623
Joined: Sat Jun 30, 2018 6:33 pm

Re: Screen-flickering with Nvidia driver

#2 Post by manyroads »

I'm no nVidia expert.... what I suggest is that you try using Compton rather than xfwm4 as your compositor to see if that helps. The other thing you should try if you haven't is use the MXTools nVidia driver installer.

Should these items not help, please follow the instructions here to get more detailed assistance: viewtopic.php?p=255062#p255062
Pax vobiscum,
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken

User avatar
Eadwine Rose
Administrator
Posts: 11962
Joined: Wed Jul 12, 2006 2:10 am

Re: Screen-flickering with Nvidia driver

#3 Post by Eadwine Rose »

This is screen tearing. If you can get into nvidia settings (see menu) you have to go into display configuration, on the right click advanced, check force full composition pipeline, then save to x configuration file.


Alternatively (and easier imho) at session and startup (see menu) add a new entry (call it screen tearing fix or whatever) and put this in the command box:

Code: Select all

nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"

Reboot and it should be gone.
MX-23.2_x64 July 31 2023 * 6.1.0-20-amd64 ext4 Xfce 4.18.1 * 8core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 525.147.05 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 860EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
jackdanielsesq
Posts: 244
Joined: Sun Apr 21, 2019 9:02 am

Re: Screen-flickering with Nvidia driver

#4 Post by jackdanielsesq »

Hi there, and welcome

I have had Nvidia/Linux issues for 10/20 years - currently use the regular 'noveau' driver

It works flawlessly with KDE/Compiz, even using the the Open GL3.1 compositor in KDE
Occasionally I get some flicker using one of my live respins - LO/LI - fixed
Have never understood the video hustle anyways ... :bawling:
Seems more like a solution looking for a [non] existant problem
Enjoy your stay

Regards

Jack
alexc wrote: Mon Sep 09, 2019 5:38 pm Hello,

whenever I install the proprietary Nvidia driver does my screen gets flickering around the middle of the display e.g. while scrolling websites in Firefox.

Does anyone have\had the same problem?

User avatar
Eadwine Rose
Administrator
Posts: 11962
Joined: Wed Jul 12, 2006 2:10 am

Re: Screen-flickering with Nvidia driver

#5 Post by Eadwine Rose »

Well.. that's helpful, thanks for sharing the "do nothing about it" option :happy:
MX-23.2_x64 July 31 2023 * 6.1.0-20-amd64 ext4 Xfce 4.18.1 * 8core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 525.147.05 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 860EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
KoO
Posts: 491
Joined: Fri Feb 10, 2017 1:21 am

Re: Screen-flickering with Nvidia driver

#6 Post by KoO »

Our you could do (sudo nvidia-settings) using sudo always keeps the setting for me, if I just use nvidia-settings without sudo next reboot it just goes back to the default..
Main : MX 19.1-AHS (i3) 5.4.13-1~mx19+1, Asus B450-i AMD 5 3600 , 32gb Hyper-X 3200 , GTX970 . :linuxlove:
Lenovo T430 : Debian10 antiX17 (i3) , 4.20.12 , i5 , 12gb .
Lenovo X220 : Test Machine (ATM)

User avatar
Eadwine Rose
Administrator
Posts: 11962
Joined: Wed Jul 12, 2006 2:10 am

Re: Screen-flickering with Nvidia driver

#7 Post by Eadwine Rose »

KoO wrote: Tue Sep 10, 2019 4:04 am Your you could do (sudo nvidia-settings) using sudo always keeps the setting for me, if I just use nvidia-settings without sudo next reboot it just goes back to the default..
That is where the save to x config bit comes in that you can find in the settings. Saves it to xorg.conf (IIRC), however since many users have issues with that file of late and it needs to be removed on many occasions the session and startup thing is easier and circumvents all these things :smile:
MX-23.2_x64 July 31 2023 * 6.1.0-20-amd64 ext4 Xfce 4.18.1 * 8core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 525.147.05 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 860EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
jackdanielsesq
Posts: 244
Joined: Sun Apr 21, 2019 9:02 am

Re: Screen-flickering with Nvidia driver

#8 Post by jackdanielsesq »

:bouncing: ... Touché ... :bouncing:
Eadwine Rose wrote: Tue Sep 10, 2019 4:00 am Well.. that's helpful, thanks for sharing the "do nothing about it" option :happy:

User avatar
alexc
Posts: 2
Joined: Mon Sep 09, 2019 5:10 pm

Re: Screen-flickering with Nvidia driver

#9 Post by alexc »

Eadwine Rose wrote: Tue Sep 10, 2019 2:59 am This is screen tearing. If you can get into nvidia settings (see menu) you have to go into display configuration, on the right click advanced, check force full composition pipeline, then save to x configuration file.


Alternatively (and easier imho) at session and startup (see menu) add a new entry (call it screen tearing fix or whatever) and put this in the command box:

Code: Select all

nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"

Reboot and it should be gone.
Wow, that actually helped. Thank you so much, Eadwine Rose. You are awesome!!

User avatar
Eadwine Rose
Administrator
Posts: 11962
Joined: Wed Jul 12, 2006 2:10 am

Re: Screen-flickering with Nvidia driver

#10 Post by Eadwine Rose »

Thanks :) I only found out by googling myself a long time ago and jotted it down right on quick!


Glad I could help :thumbsup:
MX-23.2_x64 July 31 2023 * 6.1.0-20-amd64 ext4 Xfce 4.18.1 * 8core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 525.147.05 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 860EVO * Samsung S24D330 & P2250 * HP Envy 5030

Post Reply

Return to “Software / Configuration”