XFCE flickering video-nvidia (580.119.02+)

Hi All,

The latest proprietary nvidia drivers (video-nvidia, release 580.119.02) are causing screen flickering in Xfce when the Compositor is enabled.

See 580 release feedback & discussion - #944 by abchauhan - Linux - NVIDIA Developer Forums

I have the previous version (580.105.08) in my pacman cache, but I don’t have a timeshift.

Can I get some help with downgrading to the previous version via pacman?

$ ls *nvidia*580.105.08*zst                                                                                          
lib32-nvidia-utils-580.105.08-1-x86_64.pkg.tar.zst    
mhwd-nvidia-580.105.08-4-any.pkg.tar.zst
nvidia-utils-580.105.08-4-x86_64.pkg.tar.zst
linux612-nvidia-open-580.105.08-7-x86_64.pkg.tar.zst  
nvidia-settings-580.105.08-4-x86_64.pkg.tar.zst

Are the above the correct packages to reinstall via pacman -U?

Then run these:

sudo mkinitcpio -P
sudo update-grub

Thank you.

Best,
James

  • mhwd -l: List drivers available for your device.
  • mhwd -li: Show the currently installed driver.

Generally the procedure is as follows:

  1. Remove the current driver:
sudo mhwd -r pci video-nvidia
  1. Install the driver preferred (e.g: the 570xx series):
sudo mhwd -i pci video-nvidia-570xx 
  • Note that sudo is required unless you are in a chroot environment, where you are already the Super User (root).
  1. Reboot.

These commands are not required to install another graphic driver series.


Please provide your system information as described (below) to help others help you.

System Information

While information from *-fetch type apps might be fine for someone wishing to buy your computer, for Support purposes it’s better to ask your system directly; :eyes:

Output of the inxi command (with appropriate parameters, and formatted according to forum guidelines) will generate information useful for those wishing to help:

Suggested inxi command (use either):

inxi -zv8 (short-form)
inxi --filter --verbosity=8 (long-form)
inxi man pages (manual)
Running `inxi` within a `chroot` environment
  • Add --color=0 to the long-form command, or…
  • Change the short-form command to inxi -zv8c0
Your privacy is respected

disabling compositing for now may be easier

1 Like