You are not logged in.

#1 2015-01-07 14:05:32

ZhKSteaL
Member
From: Omsk City, Russia
Registered: 2015-01-07
Posts: 10

Intel HD4000 +nvidia GT 650 M trouble

Hi!
I'm sorry for my bad English and newbie question in advance.
I'm trying to install LXDE+bumblebee+Intel HD4000 + Nvidia GT 650 M on my laptop.
I read Bumblebee Wiki but I wasn't successfull unfortunatelly.

So, what I have:

[zhksteal@ZhKSteaL ~]$ groups zhksteal
wheel bumblebee zhksteal
[zhksteal@ZhKSteaL ~]$ optirun glxgears -info
Error: couldn't open display (null)
[zhksteal@ZhKSteaL ~]$ cat /etc/x X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 343.36  (buildmeister@swio-display-x86-rhel47-09)  Mon Dec  1 16:47:14 PST 2014


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    BusID	   "PCU:1:0:0"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
[zhksteal@ZhKSteaL ~]$ lspci -k | grep -A 2 -i "VGA"
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
	Subsystem: Pegatron Device 20dd
	Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M] (rev ff)
	Kernel modules: nouveau, nvidia
[zhksteal@ZhKSteaL ~]$ cat /etc/modprobe.d/modprobe.conf 
blacklist nouveau
[zhksteal@ZhKSteaL ~]$ cat /etc/bumblebee/xorg.conf.nvidia 
Section "ServerLayout"
    Identifier  "Layout0"
    Option      "AutoAddDevices" "false"
    Option      "AutoAddGPU" "false"
EndSection

Section "Device"
    Identifier  "DiscreteNvidia"
    Driver      "nvidia"
    BusID	"PCI:01:00:0"
    VendorName  "NVIDIA Corporation"

#   If the X server does not automatically detect your VGA device,
#   you can manually set it here.
#   To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
#   as you see in the commented example.
#   This Setting may be needed in some platforms with more than one
#   nvidia card, which may confuse the proprietary driver (e.g.,
#   trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
#   BusID "PCI:01:00:0"

#   Setting ProbeAllGpus to false prevents the new proprietary driver
#   instance spawned to try to control the integrated graphics card,
#   which is already being managed outside bumblebee.
#   This option doesn't hurt and it is required on platforms running
#   more than one nvidia graphics card with the proprietary driver.
#   (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
#   If this option is not set, the new Xorg may blacken the screen and
#   render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"

    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
EndSection
zhksteal@ZhKSteaL ~]$ systemctl -a | grep bumblebee
  bumblebeed.service                                                                                                                                                                                                          loaded    active   running   Bumblebee C Daemon
[zhksteal@ZhKSteaL ~]$ optirun glxgears -info
Error: couldn't open display (null)

Strange thing from my point of view is "nouveau" in lspci output despite of blacklist it.

Help pls.
Thanks in advance.

Offline

#2 2015-01-11 13:38:38

tuffguy10
Member
Registered: 2014-11-26
Posts: 6

Re: Intel HD4000 +nvidia GT 650 M trouble

Hello it looks as tho the bumblebee service is not started, run

 sudo systemctl status bumblebeed

and if what returns suggests its not started , start it with

 sudo systemctl start bumblebeed

now check again

 sudo systemctl status bumblebeed

and if that fixes it enable it on startup for a perminant fix

 sudo systemctl enable bumblebeed

good luck smile

Last edited by tuffguy10 (2015-01-11 13:39:18)

Offline

Board footer

Powered by FluxBB