You are not logged in.

#1 2017-02-01 15:46:01

siksniraps
Member
Registered: 2017-02-01
Posts: 1

Bumblebee installed and xorg wion't start

I am having trouble with setting up xorg to run on my laptop. I have an intel and nvidia graphics card and am trying to set them up with Bumblebee.

I have installed the drivers and am trying to run startx, but am ending up with the error "no screens found".

Relevant output from lspci -k

00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
	Subsystem: Acer Incorporated [ALI] Device 0882
	Kernel modules: i915
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev ff)
	Kernel modules: nouveau, nvidia_drm, nvidia

Xorg.o.log:

[  4596.060] 
X.Org X Server 1.19.1
Release Date: 2017-01-11
[  4596.062] X Protocol Version 11, Revision 0
[  4596.063] Build Operating System: Linux 4.8.14-1-ARCH x86_64 
[  4596.064] Current Operating System: Linux mittens 4.9.6-1-ARCH #1 SMP PREEMPT Thu Jan 26 09:22:26 CET 2017 x86_64
[  4596.064] Kernel command line: \vmlinuz-linux initrd=/intel-ucode.img initrd=/initramfs-linux.img root=PARTUUID=5e8c7e60-7508-01d2-303f-460b843ae900 rw quiet splash nomodeset
[  4596.065] Build Date: 12 January 2017  07:11:40AM
[  4596.066]  
[  4596.067] Current version of pixman: 0.34.0
[  4596.069] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  4596.069] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4596.072] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb  1 19:14:18 2017
[  4596.073] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  4596.073] (==) No Layout section.  Using the first Screen section.
[  4596.073] (==) No screen section available. Using defaults.
[  4596.073] (**) |-->Screen "Default Screen Section" (0)
[  4596.073] (**) |   |-->Monitor "<default monitor>"
[  4596.073] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  4596.073] (==) Automatically adding devices
[  4596.073] (==) Automatically enabling devices
[  4596.073] (==) Automatically adding GPU devices
[  4596.073] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  4596.073] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  4596.073] 	Entry deleted from font path.
[  4596.073] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  4596.073] 	Entry deleted from font path.
[  4596.073] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  4596.073] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  4596.073] 	Entry deleted from font path.
[  4596.073] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  4596.073] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[  4596.073] (==) ModulePath set to "/usr/lib/xorg/modules"
[  4596.073] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  4596.073] (II) Loader magic: 0x821d60
[  4596.073] (II) Module ABI versions:
[  4596.073] 	X.Org ANSI C Emulation: 0.4
[  4596.073] 	X.Org Video Driver: 23.0
[  4596.073] 	X.Org XInput driver : 24.1
[  4596.073] 	X.Org Server Extension : 10.0
[  4596.074] (++) using VT number 1

[  4596.074] (--) controlling tty is VT number 1, auto-enabling KeepTty
[  4596.075] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[  4596.077] (--) PCI:*(0:0:2:0) 8086:0a16:1025:0882 rev 11, Mem @ 0xb3000000/4194304, 0xc0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[  4596.077] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  4596.077] (II) LoadModule: "glx"
[  4596.077] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  4596.078] (II) Module glx: vendor="X.Org Foundation"
[  4596.078] 	compiled for 1.19.1, module version = 1.0.0
[  4596.078] 	ABI class: X.Org Server Extension, version 10.0
[  4596.078] (==) Matched intel as autoconfigured driver 0
[  4596.078] (==) Matched modesetting as autoconfigured driver 1
[  4596.078] (==) Matched fbdev as autoconfigured driver 2
[  4596.078] (==) Matched vesa as autoconfigured driver 3
[  4596.078] (==) Assigned the driver to the xf86ConfigLayout
[  4596.078] (II) LoadModule: "intel"
[  4596.078] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  4596.078] (II) Module intel: vendor="X.Org Foundation"
[  4596.078] 	compiled for 1.19.0, module version = 2.99.917
[  4596.078] 	Module class: X.Org Video Driver
[  4596.078] 	ABI class: X.Org Video Driver, version 23.0
[  4596.078] (II) LoadModule: "modesetting"
[  4596.078] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  4596.078] (II) Module modesetting: vendor="X.Org Foundation"
[  4596.078] 	compiled for 1.19.1, module version = 1.19.1
[  4596.078] 	Module class: X.Org Video Driver
[  4596.078] 	ABI class: X.Org Video Driver, version 23.0
[  4596.078] (II) LoadModule: "fbdev"
[  4596.079] (WW) Warning, couldn't open module fbdev
[  4596.079] (II) UnloadModule: "fbdev"
[  4596.079] (II) Unloading fbdev
[  4596.079] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  4596.079] (II) LoadModule: "vesa"
[  4596.079] (WW) Warning, couldn't open module vesa
[  4596.079] (II) UnloadModule: "vesa"
[  4596.079] (II) Unloading vesa
[  4596.079] (EE) Failed to load module "vesa" (module does not exist, 0)
[  4596.079] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[  4596.079] (II) intel: Driver for Intel(R) HD Graphics
[  4596.079] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[  4596.079] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[  4596.079] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  4596.081] (EE) open /dev/dri/card0: No such file or directory
[  4596.081] (WW) Falling back to old probe method for modesetting
[  4596.081] (EE) open /dev/dri/card0: No such file or directory
[  4596.081] (EE) Screen 0 deleted because of no matching config section.
[  4596.081] (II) UnloadModule: "modesetting"
[  4596.081] (EE) Device(s) detected, but none match those in the config file.
[  4596.081] (EE) 
Fatal server error:
[  4596.081] (EE) no screens found(EE) 
[  4596.081] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  4596.081] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  4596.081] (EE) 
[  4596.084] (EE) Server terminated with error (1). Closing log file.

Steps taken
Installed bumblebee mesa mesa-libgl xf86-video-intel nvidia nvidia-utils bbswitch xorg-server xinit
Added user to group bumblebee
Enabled bumblebeed.service
Tried running startx which failed.

I have tried several things which I cannot recall anymore with /etc/X11/xorg.conf  as well as running without it to no avail. The above xorg.0.log was when running without xorg.conf. Any help would be apreciated.

Offline

Board footer

Powered by FluxBB