Screen flickering issue with NVIDIA graphics card

  1. In the future, when providing code/output, please copy-paste that output in-between 3 backticks ``` at the beginning and end of the code/text so that the output looks like this:

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
    Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    

    instead of like this:

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    (as that makes our life much easier so you get helped more quickly and efficiently)

  2. No need to do anything right now as I’m an editor here on this site and have fixed it for you already. However, in the future I might not see your post so review my edits by pushing the orange pencil above the post I just fixed. :wink:

2 Likes

Thanks . I will surely remember that :smiley:

No worries! We live and we learn… :+1:

Did @visone 's advice work out for you?

Hi @Fabby, I have same laptop (Asus fx505dt) with same configuration.
I also got the same issue. After trying bunch of different methods. I just removed non-free drivers video-hybrid-amd-nvidia-450xx-prime and started using free drivers video-linux .
Everything works fine now.

Also, method mentioned by @visone did not work for me, It gives error ‘cannot start SDDM’ at start.

Thank you for the feed-back, but @TheEpicProgrammer is the person that should confirm your answer works for him/her too…

:man_shrugging:

@Fabby that’s alright. I just wanted to confirm if solution works with everyone.
Also, The solution I gave above does not work in all conditions. I apologize for that.
I just found the solution here on forums that works and I have thoroughly tested it.

Please check point 4.0 Suspend Issues.

If someone is having same problem, please let me know.

2 Likes

Hey first of all apologies for late replies ,
No it is not workinng I am getting the same issues again & again .

@ashu

:point_up_2: :pray: :bowing_man:

also for an update : the issue gets resolved if I switch to nvidia 440.x.x.x. but the system automatically upgrades itself to 450+.x.x. and that causes the issue again and again

I’m on the 440 series (have a look at my profile why) and that’s rock stable and does not upgrade itself to the 450 series automatically.

What’s the output of:

mhwd --listinstalled

:thinking:

--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
video-hybrid-amd-nvidia-440xx-prime            2020.10.04               false            PCI
           video-linux            2018.05.04                true            PCI


Warning: No installed USB configs!

Hrmpf. That’s good!

How did you install those?

mhwd --install pci video-hybrid-amd-nvidia-440xx-prime 

:question: :thinking:

Note: I’m on

mhwd --listinstalled
> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
    video-nvidia-440xx            2020.10.04               false            PCI

And that one doesn’t upgrade to 450… :upside_down_face:

I install those from harware configuration settings
also I am on manjaro gnome .
I think it upgrades whenever I upgrade my machine via pamac manager or install a new package …
in that case what can I do ?

  • Stop using the GUI to install nVidia drivers (it does things “automatically”)

  • Print this page so you have it as a reference while in TTY2

  • Log off

  • Switch to TTY2 by pressing Ctrl+Alt+F2

  • Log in there

  • remove everything (and why you’re in a TTY) with:

    sudo mhwd --remove pci video-hybrid-amd-nvidia-440xx-prime 
    sudo mhwd --remove pci video-linux
    
  • Install everything again:

    sudo mhwd --install pci video-hybrid-amd-nvidia-440xx-prime 
    sudo mhwd --install pci video-linux
    sudo reboot
    

Now it shouldn’t auto-update any more

:man_shrugging:

1 Like

Hey , sad to say but After trying the method u suggested , broke the screen and starten flickering again… I then deleted uninstalled the driver then again installed … now its working

Huh? that’s exactly what I told you aboveWhat did you do differently?

:open_mouth:

I first went to TTY2 then removed the drivers and then installed em again . came back to home … got blamed with the flickering issue again … I then removed the driver via gui and then installed it again . It worked .

1 Like

:open_mouth:
Thanks for the feed-back! :+1:

That’s totally and utterly weird, because it should do the same thing, but on TTY2 you can remove all drivers and still be able to reboot (back into the TTY only though) and then fix any issues that cannot be fixed thorugh a GUI…

I’m stumped!

:thinking:

yes , that’s the same thing stranged me but yeah whatever does good with minimal solution is appreciated XD

1 Like

@Fabby Update : Seems the issue is resolved after upgrading to 455 as I they pushed the update as LTS

1 Like