On 2018-06-22 12:58, Holger Schröder wrote: > The changes in /etc/nvidia/current/nvidia-drm-outputclass.conf solve the > Problem and works. > > But after Kernelupdate to linux-image-4.16.0-2-amd64 (4.16.16-1) boot > into a black Screen, 4.16.12-1 workd fine.
Unrelated problem, just nasty to have two big ones at the same time. On 2018-06-22 16:27, floris wrote: > I don't expect this will work with a xserver less then 1.20, because the > ModulePath option in an OutpuClass section is an unknown option. Confirmed. What about the following /etc/nvidia/current/nvidia-drm-outputclass.conf --------------------------------------------------- Section "Files" ModulePath "/usr/lib/xorg/modules/linux" ModulePath "/usr/lib/xorg/modules" EndSection Section "OutputClass" Identifier "nvidia" MatchDriver "nvidia-drm" Driver "nvidia" EndSection --------------------------------------------------- That seems to work for stable ... what about sid? Andreas