Comment 23 for bug 1760068

Revision history for this message
spike speigel (frail-knight) wrote :

With Xubuntu 19.04 Disco Dingo and the 418.56 nvidia drivers it appears now my system has:

/usr/lib/x86_64-linux-gnu/nvidia-418/xorg

So added the below options to /etc/X11/xorg.conf fixes the issue:

Section "Files"
    ModulePath "/usr/lib/x86_64-linux-gnu/nvidia-418/xorg"
    ModulePath "/usr/lib/xorg/modules"
EndSection

I'm not sure why the file/folder structure differed with Xubuntu 18.10 and 415.xx nvidia drivers.