Hi,
For a reason that escapes me, even though I was able to get optirun to work with the 4.9.x kernel (although with some work and with some apps stubornly refusing to be run with, for details see this thread (for apps refusing to run with optirun) and this thread for details on how I managed to get optirun to work at all) when I run:
optirun glxgears
with the 4.10.0 kernel I am logged out of KDE Plasma 5 and sent to the SDDM login screen. So I can be as helpful as possible here is my:
lspci -k
output:
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
Subsystem: Hewlett-Packard Company Device 1966
Kernel modules: ie31200_edac
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
Subsystem: Hewlett-Packard Company Device 1966
Kernel driver in use: i915
Kernel modules: i915
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
Subsystem: Hewlett-Packard Company Device 1966
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
Subsystem: Hewlett-Packard Company Device 1966
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
Subsystem: Hewlett-Packard Company Device 1966
Kernel driver in use: mei_me
Kernel modules: mei_me
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05)
Subsystem: Hewlett-Packard Company Device 1966
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
Subsystem: Hewlett-Packard Company Device 1966
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.6 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #7 (rev d5)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05)
Subsystem: Hewlett-Packard Company Device 1966
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1f.0 ISA bridge: Intel Corporation HM87 Express LPC Controller (rev 05)
Subsystem: Hewlett-Packard Company Device 1966
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
Subsystem: Hewlett-Packard Company Device 1966
Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
Subsystem: Hewlett-Packard Company Device 1966
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
01:00.0 3D controller: NVIDIA Corporation GK208M [GeForce GT 740M] (rev a1)
Subsystem: Hewlett-Packard Company Device 219c
Kernel driver in use: nouveau
Kernel modules: nouveau
07:00.0 Network controller: Broadcom Limited BCM4352 802.11ac Wireless Network Adapter (rev 03)
Subsystem: Hewlett-Packard Company Device 2154
Kernel driver in use: wl
Kernel modules: bcma, wl
09:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader (rev 01)
Subsystem: Hewlett-Packard Company Device 1966
Kernel driver in use: rtsx_pci
Kernel modules: rtsx_pci
0f:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
Subsystem: Hewlett-Packard Company Device 1966
Kernel driver in use: r8169
Kernel modules: r8169
and these lines are what is most worrying to me:
01:00.0 3D controller: NVIDIA Corporation GK208M [GeForce GT 740M] (rev a1)
Subsystem: Hewlett-Packard Company Device 219c
Kernel driver in use: nouveau
Kernel modules: nouveau
as I have blacklisted nouveau and installed nvidia-bumblebee with zypper (which I understand includes a modprobe blacklist configuration file, namely, /etc/modprobe.d/51-blacklist-nouveau.conf, which should automatically blacklist nouveau for me anyway!). I have re-run:
sudo mkinitrd
at least twice since I upgraded to the 4.10.0 kernel and rebooted and still it does not seem to have helped. Anyone have any ideas why? By-the-way I have the dkms systemd service enabled (with
systemctl enable dkms
), I have also enabled bumblebeed (even though I was originally afraid to as I thought it might slow my PC down, but I have overcome that fear and found my PC is just as fast as ever :). If there is something I was supposed to do that I am missing then I don’t know what it is.
Thanks for your time,
Brenton