Hi all. I have TW with KDE5. I already have read all about bumblebee to get it working but, I’m unable to achieve it. I have an Asus X570zd with AMD Radeon Vega 8 gfx and Nvidia GTX1050.
I have updated openSUSE with the latest stable kernel (I think) 5.2.11. I followed the official guide to install bumblebee but, for some reasone, it simple doesn’t start.
When I try with sudo bumblebeed start I get
[ERROR]No integrated video card found, quitting.
So, basically I can’t bumblebee working in my laptop.
This is my hwinfo:
nestor@neoacevedo:~> /usr/sbin/hwinfo --gfxcard
15: PCI 100.0: 0302 3D controller
[Created at pci.386]
Unique ID: VCu0.ULfTZ5jmRBA
Parent ID: mnDB.fA+tdbAkMSD
SysFS ID: /devices/pci0000:00/0000:00:01.1/0000:01:00.0
SysFS BusID: 0000:01:00.0
Hardware Class: graphics card
Model: "nVidia GP107M [GeForce GTX 1050 Mobile]"
Vendor: pci 0x10de "nVidia Corporation"
Device: pci 0x1c8d "GP107M [GeForce GTX 1050 Mobile]"
SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
SubDevice: pci 0x11d1
Revision: 0xa1
Driver: "nvidia"
Driver Modules: "nvidia"
Memory Range: 0xf6000000-0xf6ffffff (rw,non-prefetchable)
Memory Range: 0xc0000000-0xcfffffff (ro,non-prefetchable)
Memory Range: 0xd0000000-0xd1ffffff (ro,non-prefetchable)
I/O Ports: 0xf000-0xf07f (rw)
Memory Range: 0xf7000000-0xf707ffff (ro,non-prefetchable,disabled)
IRQ: 53 (no events)
Module Alias: "pci:v000010DEd00001C8Dsv00001043sd000011D1bc03sc02i00"
Driver Info #0:
Driver Status: nouveau is not active
Driver Activation Cmd: "modprobe nouveau"
Driver Info #1:
Driver Status: nvidia_drm is active
Driver Activation Cmd: "modprobe nvidia_drm"
Driver Info #2:
Driver Status: nvidia is active
Driver Activation Cmd: "modprobe nvidia"
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #24 (PCI bridge)
29: PCI 400.0: 0300 VGA compatible controller (VGA)
[Created at pci.386]
Unique ID: YmUS.q5Ba9Q9Sfh7
Parent ID: JZZT.A_VqgZKlSp2
SysFS ID: /devices/pci0000:00/0000:00:08.1/0000:04:00.0
SysFS BusID: 0000:04:00.0
Hardware Class: graphics card
Model: "ATI Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series]"
Vendor: pci 0x1002 "ATI Technologies Inc"
Device: pci 0x15dd "Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series]"
SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
SubDevice: pci 0x11d1
Revision: 0xc4
Driver: "amdgpu"
Driver Modules: "amdgpu"
Memory Range: 0xe0000000-0xefffffff (ro,non-prefetchable)
Memory Range: 0xf0000000-0xf01fffff (ro,non-prefetchable)
I/O Ports: 0xc000-0xc0ff (rw)
Memory Range: 0xf7500000-0xf757ffff (rw,non-prefetchable)
IRQ: 60 (1027943 events)
Module Alias: "pci:v00001002d000015DDsv00001043sd000011D1bc03sc00i00"
Driver Info #0:
Driver Status: amdgpu is active
Driver Activation Cmd: "modprobe amdgpu"
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #19 (PCI bridge)
Primary display adapter: #29
Inxi shows
nestor@neoacevedo:~> inxi -Gx
Graphics: Device-1: NVIDIA GP107M [GeForce GTX 1050 Mobile] vendor: ASUSTeK driver: nvidia v: 435.21 bus ID: 01:00.0
Device-2: AMD Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series] vendor: ASUSTeK driver: amdgpu v: kernel
bus ID: 04:00.0
Display: x11 server: X.org 1.20.5 driver: amdgpu resolution: <xdpyinfo missing>
OpenGL: renderer: AMD RAVEN (DRM 3.32.0 5.2.11-1-default LLVM 8.0.1) v: 4.5 Mesa 19.1.5 direct render: Yes
But I don’t know why the OpenGL renderer shows as AMD RAVEN. Anyone have achieved bumblebee works with AMD as iGPU and Nvidia as dGPU?