Falc7 wrote: > I think i understand, so it should look like this? > > Code: > Section "Device" > Identifier "Configured Video Device" > Driver "nvidia" > Option "NoLogo" "True" > EndSection > > > Changed to: > > Code: > Section "Device" > Identifier "Configured Video Device" > Driver "nvidia" > Option "NoLogo" "True" > Option "DynamicTwinView" "FALSE" > EndSection > > Yes