[Kernel-packages] [Bug 1798708] Re: It will load nvidia driver when swith to Intel mode

2019-08-21 Thread Anthony Wong
Talked to Bin and he no longer has this issue, so I'm closing this bug. ** Changed in: linux (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1798708] Re: It will load nvidia driver when swith to Intel mode

2019-07-24 Thread Brad Figg
** Tags added: ubuntu-certified ** Tags added: cscc -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1798708 Title: It will load nvidia driver when swith to Intel mode Status in linux

[Kernel-packages] [Bug 1798708] Re: It will load nvidia driver when swith to Intel mode

2019-03-18 Thread Tim Richardson
The external monitor problem is probably a well-known gdm3 bug: gdm3 with nvidia modeset=1 stops the nvidia driver from detecting external monitors (possibly it invokes some wayland features when it shouldn't). It is not a problem with nvidia-prime or with the kernel. You can fix it by using

[Kernel-packages] [Bug 1798708] Re: It will load nvidia driver when swith to Intel mode

2018-10-28 Thread Bin Li
Here is another workaround. When in Nvidia mode, do below commands. First add/edit nvidia-kms.conf, comment out "options nvidia-drm modeset=1", it will fix the external monitor issue. $ prime-select intel # It will generate /lib/moprobe.d/blacklist-nvidia.conf $ update-initramfs -u These will

[Kernel-packages] [Bug 1798708] Re: It will load nvidia driver when swith to Intel mode

2018-10-26 Thread Bin Li
After I removed the nvidia-kms.conf or change option "nvidia-drm modeset=0", then update initramfs, the external monitor will work fine. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1798708] Re: It will load nvidia driver when swith to Intel mode

2018-10-26 Thread Bin Li
After the workaround in comment 2, I found the external monitor couldn't be used ThinkPad P1 and P72, it's a critical issue. For normal user, they just switch from intel to nvidia, after that update-initramfs, the external monitor can't work. -- You received this bug notification because you

[Kernel-packages] [Bug 1798708] Re: It will load nvidia driver when swith to Intel mode

2018-10-19 Thread Joseph Salisbury
** Tags added: kernel-key ** Tags removed: kernel-key ** Tags added: kernel-da-key -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1798708 Title: It will load nvidia driver when swith

[Kernel-packages] [Bug 1798708] Re: It will load nvidia driver when swith to Intel mode

2018-10-18 Thread Hui Wang
** Changed in: linux (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1798708 Title: It will load nvidia driver when swith to Intel mode

[Kernel-packages] [Bug 1798708] Re: It will load nvidia driver when swith to Intel mode

2018-10-18 Thread Bin Li
apport information ** Tags added: apport-collected bionic ** Description changed: We found the nvidia-prime will not run update-initramfs as before. After switch to intel, then reboot I found the nvidia modules was loaded. If I did S3 or close the lid, and resume back, the nvidia

[Kernel-packages] [Bug 1798708] Re: It will load nvidia driver when swith to Intel mode

2018-10-18 Thread Bin Li
Here is the workaround. $ prime-select intel # It will generate /lib/moprobe.d/blacklist-nvidia.conf $ prime-select nvidia # It will removed /lib/moprobe.d/blacklist- nvidia.conf and add nvidia-kms.conf $ update-initramfs -u After that when you switch to intel, it won't load the nvidia driver