Comment 17 for bug 1916640

Revision history for this message
Dominique Breton (freewee) wrote : Re: Nvidia 340.108 fails to install with kernels 5.11.x - new patches needeed

Hi
I finally managed to have working 20.04.3 kernel 5.11 with nvidia 340.108 with your help, thank you!
I try to ask you something!
With kernel 5.08, I had a script for getting 3D Vision enabled (option stereo from "0" to "10"), but with 5.11, and the changes made, the script is no more working:

#!/bin/sh
sudo -s <<eof
nvidia-xconfig --stereo=10
service gdm restart
eof

The line nvidia-xconfig --stereo=10 in a terminal says the new file is generated, but it is not modified!!!
The file can be modified without problem with NVidia Xserver settings...
Have you an idea?
Thanks