You are not logged in.

#1 2020-03-30 14:48:01

Asuka
Member
Registered: 2016-04-16
Posts: 12

Failed to read display number from pipe.

My laptop has one integrated graphic card and a discrete Nvidia card. And I want to extend the display with another monitor. After following https://github.com/Bumblebee-Project/Bu … itor-setup, I get this error.

Failed to read display number from pipe.

My xorg.conf as follows:

Section "ServerLayout"
	Identifier "Layout0"
	Screen 0 "nvidia"
	Inactive "intel"
EndSection

Section "Device"
	Identifier "nvidia"
	Driver "nvidia"
	BusID "PCI:01:00:0"
EndSection

Section "Screen"
	Identifier "nvidia"
	Device "nvidia"
EndSection

Section "Device"
	Identifier "intel"
	Driver "i915"
EndSection

Section "Screen"
	Identifier "intel"
	Device "intel"
EndSection

Section "Files"
	ModulePath "/usr/lib/nvidia/xorg"
	ModulePath "/usr/lib/xorg/modules"
EndSection

How could I make it work?

Last edited by Asuka (2020-03-30 14:51:12)

Offline

#2 2020-03-30 15:42:49

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,902

Re: Failed to read display number from pipe.

You get this error "where"? Xorg log? SDDM? Other DM?
The config tries to drive the X11 server on the nvidia GPU. Using bumblebee there's a good chance you bbswitch'd off the GPU?

Offline

#3 2020-03-30 15:51:31

Asuka
Member
Registered: 2016-04-16
Posts: 12

Re: Failed to read display number from pipe.

seth wrote:

You get this error "where"? Xorg log? SDDM? Other DM?
The config tries to drive the X11 server on the nvidia GPU. Using bumblebee there's a good chance you bbswitch'd off the GPU?

I got it when I tried to run

optirun sddm

before logging in.
I have tried using bumblebee but I got "/dev/dri/card0: failed to set DRM interface version 1.4: Permission denied". I have tried many but I cannot handle this error.
The /var/log/Xorg.8.log as follows:

[   366.520] 
X.Org X Server 1.20.7
X Protocol Version 11, Revision 0
[   366.520] Build Operating System: Linux Arch Linux
[   366.520] Current Operating System: Linux ATField 5.5.13-arch1-1 #1 SMP PREEMPT Wed, 25 Mar 2020 16:04:40 +0000 x86_64
[   366.520] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=3a8a4521-5e35-4b0f-857e-ae1b20b287bb rw quiet
[   366.520] Build Date: 14 January 2020  07:13:52AM
[   366.520]  
[   366.520] Current version of pixman: 0.38.4
[   366.520] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   366.520] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   366.520] (==) Log file: "/var/log/Xorg.8.log", Time: Tue Mar 31 00:46:30 2020
[   366.520] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
[   366.520] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
[   366.520] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   366.520] (==) ServerLayout "Layout0"
[   366.520] (**) |-->Screen "Default Screen" (0)
[   366.520] (**) |   |-->Monitor "<default monitor>"
[   366.521] (**) |   |-->Device "DiscreteNvidia"
[   366.521] (==) No monitor specified for screen "Default Screen".
	Using a default monitor configuration.
[   366.521] (**) Option "AutoAddDevices" "true"
[   366.521] (**) Option "AutoAddGPU" "false"
[   366.521] (**) Automatically adding devices
[   366.521] (==) Automatically enabling devices
[   366.521] (**) Not automatically adding GPU devices
[   366.521] (==) Automatically binding GPU devices
[   366.521] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   366.521] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[   366.521] 	Entry deleted from font path.
[   366.521] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[   366.521] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   366.521] 	Entry deleted from font path.
[   366.521] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   366.521] (++) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[   366.521] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   366.521] (II) Module ABI versions:
[   366.521] 	X.Org ANSI C Emulation: 0.4
[   366.521] 	X.Org Video Driver: 24.1
[   366.521] 	X.Org XInput driver : 24.1
[   366.521] 	X.Org Server Extension : 10.0
[   366.521] (--) using VT number 1

[   366.521] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   366.522] (II) xfree86: Adding drm device (/dev/dri/card0)
[   366.522] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[   366.524] (--) PCI:*(1@0:0:0) 10de:139a:1462:1109 rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   366.524] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   366.524] (II) LoadModule: "glx"
[   366.524] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   366.526] (II) Module glx: vendor="X.Org Foundation"
[   366.526] 	compiled for 1.20.7, module version = 1.0.0
[   366.526] 	ABI class: X.Org Server Extension, version 10.0
[   366.526] (II) LoadModule: "nvidia"
[   366.526] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   366.533] (II) Module nvidia: vendor="NVIDIA Corporation"
[   366.533] 	compiled for 1.6.99.901, module version = 1.0.0
[   366.533] 	Module class: X.Org Video Driver
[   366.534] (II) NVIDIA dlloader X Driver  440.64  Fri Feb 21 00:49:33 UTC 2020
[   366.534] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   366.536] (II) Loading sub module "fb"
[   366.536] (II) LoadModule: "fb"
[   366.536] (II) Loading /usr/lib/xorg/modules/libfb.so
[   366.537] (II) Module fb: vendor="X.Org Foundation"
[   366.537] 	compiled for 1.20.7, module version = 1.0.0
[   366.537] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   366.537] (II) Loading sub module "wfb"
[   366.537] (II) LoadModule: "wfb"
[   366.537] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   366.538] (II) Module wfb: vendor="X.Org Foundation"
[   366.538] 	compiled for 1.20.7, module version = 1.0.0
[   366.538] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   366.538] (II) Loading sub module "ramdac"
[   366.538] (II) LoadModule: "ramdac"
[   366.538] (II) Module "ramdac" already built-in
[   366.540] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
[   366.540] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   366.540] (==) NVIDIA(0): RGB weight 888
[   366.540] (==) NVIDIA(0): Default visual is TrueColor
[   366.540] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   366.541] (**) NVIDIA(0): Option "ProbeAllGpus" "true"
[   366.541] (**) NVIDIA(0): Option "UseEDID" "true"
[   366.541] (**) NVIDIA(0): Option "UseDisplayDevice" "true"
[   366.541] (**) NVIDIA(0): Enabling 2D acceleration
[   366.541] (II) Loading sub module "glxserver_nvidia"
[   366.541] (II) LoadModule: "glxserver_nvidia"
[   366.541] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[   366.616] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   366.616] 	compiled for 1.6.99.901, module version = 1.0.0
[   366.616] 	Module class: X.Org Server Extension
[   366.617] (II) NVIDIA GLX Module  440.64  Fri Feb 21 00:46:14 UTC 2020
[   366.619] (II) NVIDIA: The X server supports PRIME Render Offload.
[   366.866] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 950M (GM107-A) at PCI:1:0:0 (GPU-0)
[   366.866] (--) NVIDIA(0): Memory: 2097152 kBytes
[   366.866] (--) NVIDIA(0): VideoBIOS: 82.07.7e.00.1b
[   366.866] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   366.866] (II) NVIDIA(0): Validated MetaModes:
[   366.866] (II) NVIDIA(0):     "NULL"
[   366.866] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[   366.866] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[   366.866] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[   366.867] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[   366.867] (II) NVIDIA:     access.
[   366.869] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   366.869] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   366.869] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   366.869] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   366.869] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   366.869] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   366.869] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   366.869] (II) NVIDIA(0):     Config Options in the README.
[   366.898] (II) NVIDIA(0): Setting mode "NULL"
[   366.901] (==) NVIDIA(0): Disabling shared memory pixmaps
[   366.901] (==) NVIDIA(0): Backing store enabled
[   366.901] (==) NVIDIA(0): Silken mouse disabled
[   366.902] (==) NVIDIA(0): DPMS enabled
[   366.902] (WW) NVIDIA(0): Option "NoLogo" is not used
[   366.902] (II) Loading sub module "dri2"
[   366.902] (II) LoadModule: "dri2"
[   366.902] (II) Module "dri2" already built-in
[   366.902] (II) NVIDIA(0): [DRI2] Setup complete
[   366.902] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   366.902] (II) Initializing extension Generic Event Extension
[   366.902] (II) Initializing extension SHAPE
[   366.902] (II) Initializing extension MIT-SHM
[   366.902] (II) Initializing extension XInputExtension
[   366.902] (II) Initializing extension XTEST
[   366.902] (II) Initializing extension BIG-REQUESTS
[   366.902] (II) Initializing extension SYNC
[   366.902] (II) Initializing extension XKEYBOARD
[   366.903] (II) Initializing extension XC-MISC
[   366.903] (II) Initializing extension SECURITY
[   366.903] (II) Initializing extension XFIXES
[   366.903] (II) Initializing extension RENDER
[   366.903] (II) Initializing extension RANDR
[   366.903] (II) Initializing extension COMPOSITE
[   366.903] (II) Initializing extension DAMAGE
[   366.903] (II) Initializing extension MIT-SCREEN-SAVER
[   366.903] (II) Initializing extension DOUBLE-BUFFER
[   366.903] (II) Initializing extension RECORD
[   366.903] (II) Initializing extension DPMS
[   366.903] (II) Initializing extension Present
[   366.904] (II) Initializing extension DRI3
[   366.904] (II) Initializing extension X-Resource
[   366.904] (II) Initializing extension XVideo
[   366.904] (II) Initializing extension XVideo-MotionCompensation
[   366.904] (II) Initializing extension GLX
[   366.904] (II) Initializing extension GLX
[   366.904] (II) Indirect GLX disabled.
[   366.904] (II) GLX: Another vendor is already registered for screen 0
[   366.904] (II) Initializing extension XFree86-VidModeExtension
[   366.904] (II) Initializing extension XFree86-DGA
[   366.904] (II) Initializing extension XFree86-DRI
[   366.904] (II) Initializing extension DRI2
[   366.904] (II) Initializing extension NV-GLX
[   366.904] (II) Initializing extension NV-CONTROL
[   366.980] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   366.980] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   366.980] (II) LoadModule: "libinput"
[   366.980] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   366.982] (II) Module libinput: vendor="X.Org Foundation"
[   366.982] 	compiled for 1.20.7, module version = 0.29.0
[   366.982] 	Module class: X.Org XInput Driver
[   366.982] 	ABI class: X.Org XInput driver, version 24.1
[   366.982] (II) Using input driver 'libinput' for 'Power Button'
[   366.983] (**) Power Button: always reports core events
[   366.983] (**) Option "Device" "/dev/input/event2"
[   366.983] (**) Option "_source" "server/udev"
[   366.984] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   366.984] (II) event2  - Power Button: device is a keyboard
[   366.984] (II) event2  - Power Button: device removed
[   367.051] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   367.051] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   367.052] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   367.052] (II) event2  - Power Button: device is a keyboard
[   367.052] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[   367.052] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   367.052] (II) Using input driver 'libinput' for 'Video Bus'
[   367.052] (**) Video Bus: always reports core events
[   367.052] (**) Option "Device" "/dev/input/event13"
[   367.052] (**) Option "_source" "server/udev"
[   367.053] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[   367.053] (II) event13 - Video Bus: device is a keyboard
[   367.053] (II) event13 - Video Bus: device removed
[   367.071] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input15/event13"
[   367.071] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   367.071] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[   367.072] (II) event13 - Video Bus: device is a keyboard
[   367.072] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   367.072] (II) No input driver specified, ignoring this device.
[   367.072] (II) This device may have been added with another device file.
[   367.073] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[   367.073] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   367.073] (II) Using input driver 'libinput' for 'Video Bus'
[   367.073] (**) Video Bus: always reports core events
[   367.073] (**) Option "Device" "/dev/input/event12"
[   367.073] (**) Option "_source" "server/udev"
[   367.074] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[   367.074] (II) event12 - Video Bus: device is a keyboard
[   367.074] (II) event12 - Video Bus: device removed
[   367.104] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:44/LNXVIDEO:00/input/input14/event12"
[   367.104] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   367.105] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[   367.106] (II) event12 - Video Bus: device is a keyboard
[   367.106] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   367.106] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   367.106] (II) Using input driver 'libinput' for 'Power Button'
[   367.106] (**) Power Button: always reports core events
[   367.106] (**) Option "Device" "/dev/input/event1"
[   367.106] (**) Option "_source" "server/udev"
[   367.107] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   367.107] (II) event1  - Power Button: device is a keyboard
[   367.107] (II) event1  - Power Button: device removed
[   367.137] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   367.137] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[   367.138] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   367.138] (II) event1  - Power Button: device is a keyboard
[   367.138] (II) config/udev: Adding drm device (/dev/dri/card0)
[   367.138] (II) xfree86: Adding drm device (/dev/dri/card0)
[   367.138] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[   367.139] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event17)
[   367.139] (II) No input driver specified, ignoring this device.
[   367.139] (II) This device may have been added with another device file.
[   367.139] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event18)
[   367.139] (II) No input driver specified, ignoring this device.
[   367.139] (II) This device may have been added with another device file.
[   367.139] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event19)
[   367.139] (II) No input driver specified, ignoring this device.
[   367.139] (II) This device may have been added with another device file.
[   367.139] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event20)
[   367.139] (II) No input driver specified, ignoring this device.
[   367.139] (II) This device may have been added with another device file.
[   367.140] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event21)
[   367.140] (II) No input driver specified, ignoring this device.
[   367.140] (II) This device may have been added with another device file.
[   367.140] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event4)
[   367.140] (**) Razer Razer DeathAdder 2013: Applying InputClass "libinput pointer catchall"
[   367.140] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013'
[   367.140] (**) Razer Razer DeathAdder 2013: always reports core events
[   367.140] (**) Option "Device" "/dev/input/event4"
[   367.140] (**) Option "_source" "server/udev"
[   367.141] (II) event4  - Razer Razer DeathAdder 2013: is tagged by udev as: Mouse
[   367.141] (II) event4  - Razer Razer DeathAdder 2013: device is a pointer
[   367.141] (II) event4  - Razer Razer DeathAdder 2013: device removed
[   367.177] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1532:0037.0007/input/input26/event4"
[   367.177] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: MOUSE, id 10)
[   367.177] (**) Option "AccelerationScheme" "none"
[   367.177] (**) Razer Razer DeathAdder 2013: (accel) selected scheme none/0
[   367.177] (**) Razer Razer DeathAdder 2013: (accel) acceleration factor: 2.000
[   367.177] (**) Razer Razer DeathAdder 2013: (accel) acceleration threshold: 4
[   367.179] (II) event4  - Razer Razer DeathAdder 2013: is tagged by udev as: Mouse
[   367.179] (II) event4  - Razer Razer DeathAdder 2013: device is a pointer
[   367.180] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/mouse0)
[   367.181] (II) No input driver specified, ignoring this device.
[   367.181] (II) This device may have been added with another device file.
[   367.181] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 Keyboard (/dev/input/event5)
[   367.181] (**) Razer Razer DeathAdder 2013 Keyboard: Applying InputClass "libinput keyboard catchall"
[   367.181] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013 Keyboard'
[   367.181] (**) Razer Razer DeathAdder 2013 Keyboard: always reports core events
[   367.181] (**) Option "Device" "/dev/input/event5"
[   367.181] (**) Option "_source" "server/udev"
[   367.183] (II) event5  - Razer Razer DeathAdder 2013 Keyboard: is tagged by udev as: Keyboard
[   367.183] (II) event5  - Razer Razer DeathAdder 2013 Keyboard: device is a keyboard
[   367.183] (II) event5  - Razer Razer DeathAdder 2013 Keyboard: device removed
[   367.217] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:1532:0037.0002/input/input6/event5"
[   367.217] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013 Keyboard" (type: KEYBOARD, id 11)
[   367.219] (II) event5  - Razer Razer DeathAdder 2013 Keyboard: is tagged by udev as: Keyboard
[   367.219] (II) event5  - Razer Razer DeathAdder 2013 Keyboard: device is a keyboard
[   367.220] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 Consumer Control (/dev/input/event6)
[   367.220] (**) Razer Razer DeathAdder 2013 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   367.220] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013 Consumer Control'
[   367.220] (**) Razer Razer DeathAdder 2013 Consumer Control: always reports core events
[   367.220] (**) Option "Device" "/dev/input/event6"
[   367.220] (**) Option "_source" "server/udev"
[   367.221] (II) event6  - Razer Razer DeathAdder 2013 Consumer Control: is tagged by udev as: Keyboard
[   367.221] (II) event6  - Razer Razer DeathAdder 2013 Consumer Control: device is a keyboard
[   367.221] (II) event6  - Razer Razer DeathAdder 2013 Consumer Control: device removed
[   367.260] (II) libinput: Razer Razer DeathAdder 2013 Consumer Control: needs a virtual subdevice
[   367.261] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:1532:0037.0002/input/input7/event6"
[   367.261] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013 Consumer Control" (type: MOUSE, id 12)
[   367.261] (**) Option "AccelerationScheme" "none"
[   367.261] (**) Razer Razer DeathAdder 2013 Consumer Control: (accel) selected scheme none/0
[   367.261] (**) Razer Razer DeathAdder 2013 Consumer Control: (accel) acceleration factor: 2.000
[   367.261] (**) Razer Razer DeathAdder 2013 Consumer Control: (accel) acceleration threshold: 4
[   367.263] (II) event6  - Razer Razer DeathAdder 2013 Consumer Control: is tagged by udev as: Keyboard
[   367.263] (II) event6  - Razer Razer DeathAdder 2013 Consumer Control: device is a keyboard
[   367.264] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 System Control (/dev/input/event7)
[   367.264] (**) Razer Razer DeathAdder 2013 System Control: Applying InputClass "libinput keyboard catchall"
[   367.264] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013 System Control'
[   367.264] (**) Razer Razer DeathAdder 2013 System Control: always reports core events
[   367.264] (**) Option "Device" "/dev/input/event7"
[   367.264] (**) Option "_source" "server/udev"
[   367.265] (II) event7  - Razer Razer DeathAdder 2013 System Control: is tagged by udev as: Keyboard
[   367.265] (II) event7  - Razer Razer DeathAdder 2013 System Control: device is a keyboard
[   367.266] (II) event7  - Razer Razer DeathAdder 2013 System Control: device removed
[   367.297] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:1532:0037.0002/input/input8/event7"
[   367.297] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013 System Control" (type: KEYBOARD, id 13)
[   367.299] (II) event7  - Razer Razer DeathAdder 2013 System Control: is tagged by udev as: Keyboard
[   367.299] (II) event7  - Razer Razer DeathAdder 2013 System Control: device is a keyboard
[   367.299] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event8)
[   367.299] (II) No input driver specified, ignoring this device.
[   367.299] (II) This device may have been added with another device file.
[   367.300] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event9)
[   367.300] (**) Razer Razer DeathAdder 2013: Applying InputClass "libinput keyboard catchall"
[   367.300] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013'
[   367.300] (**) Razer Razer DeathAdder 2013: always reports core events
[   367.300] (**) Option "Device" "/dev/input/event9"
[   367.300] (**) Option "_source" "server/udev"
[   367.301] (II) event9  - Razer Razer DeathAdder 2013: is tagged by udev as: Keyboard
[   367.301] (II) event9  - Razer Razer DeathAdder 2013: device is a keyboard
[   367.301] (II) event9  - Razer Razer DeathAdder 2013: device removed
[   367.341] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.2/0003:1532:0037.0003/input/input10/event9"
[   367.341] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: KEYBOARD, id 14)
[   367.343] (II) event9  - Razer Razer DeathAdder 2013: is tagged by udev as: Keyboard
[   367.343] (II) event9  - Razer Razer DeathAdder 2013: device is a keyboard
[   367.343] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event14)
[   367.343] (II) No input driver specified, ignoring this device.
[   367.343] (II) This device may have been added with another device file.
[   367.344] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[   367.344] (II) No input driver specified, ignoring this device.
[   367.344] (II) This device may have been added with another device file.
[   367.344] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[   367.344] (II) No input driver specified, ignoring this device.
[   367.344] (II) This device may have been added with another device file.
[   367.345] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   367.345] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   367.345] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   367.345] (**) AT Translated Set 2 keyboard: always reports core events
[   367.345] (**) Option "Device" "/dev/input/event3"
[   367.345] (**) Option "_source" "server/udev"
[   367.346] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   367.346] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   367.347] (II) event3  - AT Translated Set 2 keyboard: device removed
[   367.364] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   367.364] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[   367.365] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   367.365] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   367.366] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event22)
[   367.366] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[   367.366] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[   367.366] (**) ETPS/2 Elantech Touchpad: always reports core events
[   367.366] (**) Option "Device" "/dev/input/event22"
[   367.366] (**) Option "_source" "server/udev"
[   367.367] (II) event22 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[   367.368] (II) event22 - ETPS/2 Elantech Touchpad: device is a touchpad
[   367.368] (II) event22 - ETPS/2 Elantech Touchpad: device removed
[   367.444] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event22"
[   367.444] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 16)
[   367.445] (**) Option "AccelerationScheme" "none"
[   367.445] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[   367.445] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[   367.445] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[   367.445] (II) event22 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[   367.446] (II) event22 - ETPS/2 Elantech Touchpad: device is a touchpad
[   367.447] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[   367.447] (II) No input driver specified, ignoring this device.
[   367.447] (II) This device may have been added with another device file.
[   367.447] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[   367.447] (II) No input driver specified, ignoring this device.
[   367.447] (II) This device may have been added with another device file.
[   367.448] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event11)
[   367.448] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   367.448] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[   367.448] (**) MSI WMI hotkeys: always reports core events
[   367.448] (**) Option "Device" "/dev/input/event11"
[   367.448] (**) Option "_source" "server/udev"
[   367.448] (II) event11 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[   367.448] (II) event11 - MSI WMI hotkeys: device is a keyboard
[   367.448] (II) event11 - MSI WMI hotkeys: device removed
[   367.485] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event11"
[   367.485] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 17)
[   367.486] (II) event11 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[   367.486] (II) event11 - MSI WMI hotkeys: device is a keyboard
[   367.489] (**) Razer Razer DeathAdder 2013 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   367.489] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013 Consumer Control'
[   367.489] (**) Razer Razer DeathAdder 2013 Consumer Control: always reports core events
[   367.489] (**) Option "Device" "/dev/input/event6"
[   367.489] (**) Option "_source" "_driver/libinput"
[   367.489] (II) libinput: Razer Razer DeathAdder 2013 Consumer Control: is a virtual subdevice
[   367.489] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:1532:0037.0002/input/input7/event6"
[   367.489] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013 Consumer Control" (type: KEYBOARD, id 18)

Offline

#4 2020-03-30 15:59:02

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,902

Re: Failed to read display number from pipe.

optirun sddm

Yeah. No.

optirun is mutually exclusive from the approach you took above. From the article you linked:

article wrote:

If you can't get it to work with the two above methods you might try the following:

The conf you posted starts X11 on the nvidia chip, so it need to be active (the article stresses that) and you just have to eg. "systemctl start sddm"
You'll also have to make adjustments to the bumblebee config and set the correct provider output source in order to invoke the output wired to the intel chip (as detailed in said article)

Offline

#5 2020-03-30 16:06:04

Asuka
Member
Registered: 2016-04-16
Posts: 12

Re: Failed to read display number from pipe.

seth wrote:

optirun sddm

Yeah. No.

optirun is mutually exclusive from the approach you took above. From the article you linked:

article wrote:

If you can't get it to work with the two above methods you might try the following:

The conf you posted starts X11 on the nvidia chip, so it need to be active (the article stresses that) and you just have to eg. "systemctl start sddm"
You'll also have to make adjustments to the bumblebee config and set the correct provider output source in order to invoke the output wired to the intel chip (as detailed in said article)

Yeah, I think I have adjusted to bumblebee config but I still cannot make it work.

Offline

#6 2020-03-30 16:09:56

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,902

Re: Failed to read display number from pipe.

https://bbs.archlinux.org/viewtopic.php?id=57855

" I still cannot make it work" is not a usable problem description. Running "optirun sddm" is wrong or at least contradicts your xorg.conf, but it's also the cause for the original post. So right now we know nothing about your problem.
"I think I have adjusted to bumblebee config" isn't helpful either.

What *exactly* did you do and what *exactly* is the outcome.
And again: You don't want to "optirun sddm" at all.

Offline

#7 2020-03-30 16:29:57

Asuka
Member
Registered: 2016-04-16
Posts: 12

Re: Failed to read display number from pipe.

seth wrote:

https://bbs.archlinux.org/viewtopic.php?id=57855

" I still cannot make it work" is not a usable problem description. Running "optirun sddm" is wrong or at least contradicts your xorg.conf, but it's also the cause for the original post. So right now we know nothing about your problem.
"I think I have adjusted to bumblebee config" isn't helpful either.

What *exactly* did you do and what *exactly* is the outcome.
And again: You don't want to "optirun sddm" at all.

Okay, how can I deal with

(EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied

? The approach in https://wiki.archlinux.org/index.php/Bumblebee does not work.

Offline

#8 2020-03-30 16:46:44

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,388

Re: Failed to read display number from pipe.

Start with defining what you actually want, because again as stated we do not know what your actual end goal is. Do you still want to be able to turn off the dedicated GPU on the fly, like bumblebee would allow you? Or do you not care and just want to extend a second monitor "forever" ?

Asuka wrote:

Okay, how can I deal with

(EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied

? The approach in https://wiki.archlinux.org/index.php/Bumblebee does not work.

That's neither showing what you actually did, nor showing what the actual error message was that lead to your conclusion of "doesn't work".

Which section of that article did you follow?

But this will go in endless circles, start with the initial question, what do you want to do, don't worry (or let us help you) about the how for now.

Offline

#9 2020-03-31 02:18:12

Asuka
Member
Registered: 2016-04-16
Posts: 12

Re: Failed to read display number from pipe.

Okay, my laptop has two graphic cards and now I want to extend the laptop's monitor to a new monitor. My goal is the monitor on the laptop use integrated card and monitor use discrete nvidia card.
Now my xorg.conf as follows

Section "Screen"
	Identifier "Screen0"
	Device     "intel"
	Monitor    "Monitor0"
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "DiscreteNvidia"
	Monitor    "Monitor1"
EndSection

Section "Monitor"
	Identifier "Monitor0"
	Option     "Enable" "true"
EndSection

Section "Monitor"
	Identifier "Monitor1"
	Option     "Enable" "true"
EndSection

Section "Device"
	Identifier "intel"
	Driver     "intel"
	BusID      "PCI:00:02:0"
EndSection

Section "Device"
	Identifier "DiscreteNvidia"
	Driver     "nvidia"
	BusID      "PCI:01:00:0"
EndSection

Section "Files"
	ModulePath "/usr/lib/nvidia/xorg"
	ModulePath "/usr/lib/xorg/modules"
EndSection

And now I get new error message:

Screen 1 deleted because of no matching config section

I follow the bumblebee wiki but this error still exits.

Last edited by Asuka (2020-03-31 02:55:10)

Offline

#10 2020-03-31 02:24:03

loqs
Member
Registered: 2014-03-06
Posts: 19,084

Re: Failed to read display number from pipe.

If you remove xorg.conf and start sddm or startx with both displays connected what is the contents of Xorg.0.log then?

Offline

#11 2020-03-31 02:29:41

Asuka
Member
Registered: 2016-04-16
Posts: 12

Re: Failed to read display number from pipe.

loqs wrote:

If you remove xorg.conf and start sddm or startx with both displays connected what is the contents of Xorg.0.log then?

I can access the system. and Xorg.0.log as follows:

[     5.673] (--) Log file renamed from "/var/log/Xorg.pid-553.log" to "/var/log/Xorg.0.log"
[     5.676] 
X.Org X Server 1.20.7
X Protocol Version 11, Revision 0
[     5.676] Build Operating System: Linux Arch Linux
[     5.676] Current Operating System: Linux ATField 5.5.13-arch1-1 #1 SMP PREEMPT Wed, 25 Mar 2020 16:04:40 +0000 x86_64
[     5.676] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=3a8a4521-5e35-4b0f-857e-ae1b20b287bb rw quiet
[     5.676] Build Date: 14 January 2020  07:13:52AM
[     5.676]  
[     5.676] Current version of pixman: 0.38.4
[     5.676] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.676] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.676] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 31 11:25:20 2020
[     5.680] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.681] (==) No Layout section.  Using the first Screen section.
[     5.681] (==) No screen section available. Using defaults.
[     5.681] (**) |-->Screen "Default Screen Section" (0)
[     5.681] (**) |   |-->Monitor "<default monitor>"
[     5.682] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     5.682] (==) Automatically adding devices
[     5.682] (==) Automatically enabling devices
[     5.682] (==) Automatically adding GPU devices
[     5.682] (==) Automatically binding GPU devices
[     5.682] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.682] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[     5.682] 	Entry deleted from font path.
[     5.682] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[     5.686] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.686] 	Entry deleted from font path.
[     5.687] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     5.687] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.687] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.687] (II) Module ABI versions:
[     5.687] 	X.Org ANSI C Emulation: 0.4
[     5.687] 	X.Org Video Driver: 24.1
[     5.687] 	X.Org XInput driver : 24.1
[     5.687] 	X.Org Server Extension : 10.0
[     5.688] (++) using VT number 1

[     5.688] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.689] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.696] (--) PCI:*(0@0:2:0) 8086:0416:1462:1109 rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[     5.696] (--) PCI: (1@0:0:0) 10de:139a:1462:1109 rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[     5.696] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.696] (II) LoadModule: "glx"
[     5.698] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.710] (II) Module glx: vendor="X.Org Foundation"
[     5.710] 	compiled for 1.20.7, module version = 1.0.0
[     5.710] 	ABI class: X.Org Server Extension, version 10.0
[     5.710] (==) Matched intel as autoconfigured driver 0
[     5.710] (==) Matched modesetting as autoconfigured driver 1
[     5.710] (==) Matched fbdev as autoconfigured driver 2
[     5.710] (==) Matched vesa as autoconfigured driver 3
[     5.710] (==) Assigned the driver to the xf86ConfigLayout
[     5.710] (II) LoadModule: "intel"
[     5.710] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     5.714] (II) Module intel: vendor="X.Org Foundation"
[     5.714] 	compiled for 1.20.6, module version = 2.99.917
[     5.714] 	Module class: X.Org Video Driver
[     5.714] 	ABI class: X.Org Video Driver, version 24.0
[     5.714] (II) LoadModule: "modesetting"
[     5.714] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.718] (II) Module modesetting: vendor="X.Org Foundation"
[     5.718] 	compiled for 1.20.7, module version = 1.20.7
[     5.718] 	Module class: X.Org Video Driver
[     5.718] 	ABI class: X.Org Video Driver, version 24.1
[     5.718] (II) LoadModule: "fbdev"
[     5.718] (WW) Warning, couldn't open module fbdev
[     5.718] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     5.718] (II) LoadModule: "vesa"
[     5.718] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     5.719] (II) Module vesa: vendor="X.Org Foundation"
[     5.719] 	compiled for 1.20.0, module version = 2.4.0
[     5.719] 	Module class: X.Org Video Driver
[     5.719] 	ABI class: X.Org Video Driver, version 24.0
[     5.719] (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
[     5.720] (II) intel: Driver for Intel(R) HD Graphics
[     5.720] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     5.720] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     5.720] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.720] (II) VESA: driver for VESA chipsets: vesa
[     5.721] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20191101
[     5.721] (II) intel(0): SNA compiled from 2.99.917-899-gf66d3954
[     5.722] (WW) Falling back to old probe method for modesetting
[     5.723] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
[     5.723] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[     5.723] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     5.723] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     5.723] (==) intel(0): RGB weight 888
[     5.723] (==) intel(0): Default visual is TrueColor
[     5.724] (II) intel(0): Output eDP1 has no monitor section
[     5.725] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     5.725] (II) intel(0): Enabled output eDP1
[     5.725] (II) intel(0): Output VGA1 has no monitor section
[     5.725] (II) intel(0): Enabled output VGA1
[     5.725] (II) intel(0): Output HDMI1 has no monitor section
[     5.725] (II) intel(0): Enabled output HDMI1
[     5.725] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     5.725] (II) intel(0): Output VIRTUAL1 has no monitor section
[     5.725] (II) intel(0): Enabled output VIRTUAL1
[     5.725] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[     5.725] (--) intel(0): Output HDMI1 using initial mode 1920x1080 on pipe 1
[     5.725] (==) intel(0): TearFree disabled
[     5.725] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.725] (==) intel(0): DPI set to (96, 96)
[     5.725] (II) Loading sub module "dri3"
[     5.725] (II) LoadModule: "dri3"
[     5.725] (II) Module "dri3" already built-in
[     5.725] (II) Loading sub module "dri2"
[     5.725] (II) LoadModule: "dri2"
[     5.725] (II) Module "dri2" already built-in
[     5.725] (II) Loading sub module "present"
[     5.725] (II) LoadModule: "present"
[     5.725] (II) Module "present" already built-in
[     5.725] (II) UnloadModule: "modesetting"
[     5.726] (II) Unloading modesetting
[     5.726] (II) UnloadModule: "vesa"
[     5.726] (II) Unloading vesa
[     5.729] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[     5.729] (==) intel(0): Backing store enabled
[     5.729] (==) intel(0): Silken mouse disabled
[     5.729] (II) intel(0): HW Cursor enabled
[     5.731] (==) intel(0): DPMS enabled
[     5.731] (==) intel(0): Display hotplug detection enabled
[     5.732] (II) intel(0): [DRI2] Setup complete
[     5.732] (II) intel(0): [DRI2]   DRI driver: i965
[     5.732] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     5.732] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[     5.732] (II) intel(0): hardware support for Present enabled
[     5.732] (II) Initializing extension Generic Event Extension
[     5.732] (II) Initializing extension SHAPE
[     5.732] (II) Initializing extension MIT-SHM
[     5.732] (II) Initializing extension XInputExtension
[     5.733] (II) Initializing extension XTEST
[     5.733] (II) Initializing extension BIG-REQUESTS
[     5.733] (II) Initializing extension SYNC
[     5.733] (II) Initializing extension XKEYBOARD
[     5.733] (II) Initializing extension XC-MISC
[     5.733] (II) Initializing extension SECURITY
[     5.733] (II) Initializing extension XFIXES
[     5.733] (II) Initializing extension RENDER
[     5.734] (II) Initializing extension RANDR
[     5.734] (II) Initializing extension COMPOSITE
[     5.734] (II) Initializing extension DAMAGE
[     5.734] (II) Initializing extension MIT-SCREEN-SAVER
[     5.734] (II) Initializing extension DOUBLE-BUFFER
[     5.734] (II) Initializing extension RECORD
[     5.734] (II) Initializing extension DPMS
[     5.734] (II) Initializing extension Present
[     5.734] (II) Initializing extension DRI3
[     5.735] (II) Initializing extension X-Resource
[     5.735] (II) Initializing extension XVideo
[     5.735] (II) Initializing extension XVideo-MotionCompensation
[     5.735] (II) Initializing extension GLX
[     5.777] (II) AIGLX: Loaded and initialized i965
[     5.777] (II) GLX: Initialized DRI2 GL provider for screen 0
[     5.777] (II) Initializing extension XFree86-VidModeExtension
[     5.777] (II) Initializing extension XFree86-DGA
[     5.777] (II) Initializing extension XFree86-DRI
[     5.777] (II) Initializing extension DRI2
[     5.786] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     5.792] (II) intel(0): switch to mode 1920x1080@60.0 on HDMI1 using pipe 1, position (0, 0), rotation normal, reflection none
[     5.809] (II) intel(0): Setting screen physical size to 508 x 285
[     5.888] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     5.888] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.888] (II) LoadModule: "libinput"
[     5.888] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.893] (II) Module libinput: vendor="X.Org Foundation"
[     5.893] 	compiled for 1.20.7, module version = 0.29.0
[     5.893] 	Module class: X.Org XInput Driver
[     5.893] 	ABI class: X.Org XInput driver, version 24.1
[     5.893] (II) Using input driver 'libinput' for 'Power Button'
[     5.893] (**) Power Button: always reports core events
[     5.893] (**) Option "Device" "/dev/input/event2"
[     5.893] (**) Option "_source" "server/udev"
[     5.899] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.899] (II) event2  - Power Button: device is a keyboard
[     5.900] (II) event2  - Power Button: device removed
[     5.924] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     5.924] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.925] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.925] (II) event2  - Power Button: device is a keyboard
[     5.926] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[     5.926] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.926] (II) Using input driver 'libinput' for 'Video Bus'
[     5.926] (**) Video Bus: always reports core events
[     5.926] (**) Option "Device" "/dev/input/event13"
[     5.926] (**) Option "_source" "server/udev"
[     5.927] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[     5.927] (II) event13 - Video Bus: device is a keyboard
[     5.927] (II) event13 - Video Bus: device removed
[     5.977] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input18/event13"
[     5.977] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     5.978] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[     5.979] (II) event13 - Video Bus: device is a keyboard
[     5.979] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     5.979] (II) No input driver specified, ignoring this device.
[     5.979] (II) This device may have been added with another device file.
[     5.980] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[     5.980] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.980] (II) Using input driver 'libinput' for 'Video Bus'
[     5.980] (**) Video Bus: always reports core events
[     5.980] (**) Option "Device" "/dev/input/event12"
[     5.980] (**) Option "_source" "server/udev"
[     5.981] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[     5.981] (II) event12 - Video Bus: device is a keyboard
[     5.982] (II) event12 - Video Bus: device removed
[     6.044] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:44/LNXVIDEO:00/input/input15/event12"
[     6.044] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     6.046] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[     6.046] (II) event12 - Video Bus: device is a keyboard
[     6.047] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     6.047] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.047] (II) Using input driver 'libinput' for 'Power Button'
[     6.047] (**) Power Button: always reports core events
[     6.047] (**) Option "Device" "/dev/input/event1"
[     6.047] (**) Option "_source" "server/udev"
[     6.048] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.048] (II) event1  - Power Button: device is a keyboard
[     6.048] (II) event1  - Power Button: device removed
[     6.084] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     6.084] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     6.085] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     6.085] (II) event1  - Power Button: device is a keyboard
[     6.087] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event17)
[     6.087] (II) No input driver specified, ignoring this device.
[     6.087] (II) This device may have been added with another device file.
[     6.087] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event18)
[     6.087] (II) No input driver specified, ignoring this device.
[     6.087] (II) This device may have been added with another device file.
[     6.088] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event19)
[     6.088] (II) No input driver specified, ignoring this device.
[     6.088] (II) This device may have been added with another device file.
[     6.088] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event20)
[     6.088] (II) No input driver specified, ignoring this device.
[     6.088] (II) This device may have been added with another device file.
[     6.089] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event21)
[     6.089] (II) No input driver specified, ignoring this device.
[     6.089] (II) This device may have been added with another device file.
[     6.090] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 Keyboard (/dev/input/event5)
[     6.090] (**) Razer Razer DeathAdder 2013 Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.090] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013 Keyboard'
[     6.090] (**) Razer Razer DeathAdder 2013 Keyboard: always reports core events
[     6.090] (**) Option "Device" "/dev/input/event5"
[     6.090] (**) Option "_source" "server/udev"
[     6.092] (II) event5  - Razer Razer DeathAdder 2013 Keyboard: is tagged by udev as: Keyboard
[     6.092] (II) event5  - Razer Razer DeathAdder 2013 Keyboard: device is a keyboard
[     6.093] (II) event5  - Razer Razer DeathAdder 2013 Keyboard: device removed
[     6.124] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:1532:0037.0002/input/input6/event5"
[     6.124] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013 Keyboard" (type: KEYBOARD, id 10)
[     6.126] (II) event5  - Razer Razer DeathAdder 2013 Keyboard: is tagged by udev as: Keyboard
[     6.126] (II) event5  - Razer Razer DeathAdder 2013 Keyboard: device is a keyboard
[     6.128] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 Consumer Control (/dev/input/event6)
[     6.128] (**) Razer Razer DeathAdder 2013 Consumer Control: Applying InputClass "libinput keyboard catchall"
[     6.128] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013 Consumer Control'
[     6.128] (**) Razer Razer DeathAdder 2013 Consumer Control: always reports core events
[     6.128] (**) Option "Device" "/dev/input/event6"
[     6.128] (**) Option "_source" "server/udev"
[     6.130] (II) event6  - Razer Razer DeathAdder 2013 Consumer Control: is tagged by udev as: Keyboard
[     6.131] (II) event6  - Razer Razer DeathAdder 2013 Consumer Control: device is a keyboard
[     6.131] (II) event6  - Razer Razer DeathAdder 2013 Consumer Control: device removed
[     6.164] (II) libinput: Razer Razer DeathAdder 2013 Consumer Control: needs a virtual subdevice
[     6.164] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:1532:0037.0002/input/input7/event6"
[     6.164] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013 Consumer Control" (type: MOUSE, id 11)
[     6.164] (**) Option "AccelerationScheme" "none"
[     6.164] (**) Razer Razer DeathAdder 2013 Consumer Control: (accel) selected scheme none/0
[     6.164] (**) Razer Razer DeathAdder 2013 Consumer Control: (accel) acceleration factor: 2.000
[     6.164] (**) Razer Razer DeathAdder 2013 Consumer Control: (accel) acceleration threshold: 4
[     6.167] (II) event6  - Razer Razer DeathAdder 2013 Consumer Control: is tagged by udev as: Keyboard
[     6.167] (II) event6  - Razer Razer DeathAdder 2013 Consumer Control: device is a keyboard
[     6.168] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 System Control (/dev/input/event7)
[     6.168] (**) Razer Razer DeathAdder 2013 System Control: Applying InputClass "libinput keyboard catchall"
[     6.168] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013 System Control'
[     6.168] (**) Razer Razer DeathAdder 2013 System Control: always reports core events
[     6.168] (**) Option "Device" "/dev/input/event7"
[     6.168] (**) Option "_source" "server/udev"
[     6.170] (II) event7  - Razer Razer DeathAdder 2013 System Control: is tagged by udev as: Keyboard
[     6.170] (II) event7  - Razer Razer DeathAdder 2013 System Control: device is a keyboard
[     6.171] (II) event7  - Razer Razer DeathAdder 2013 System Control: device removed
[     6.204] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:1532:0037.0002/input/input8/event7"
[     6.204] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013 System Control" (type: KEYBOARD, id 12)
[     6.206] (II) event7  - Razer Razer DeathAdder 2013 System Control: is tagged by udev as: Keyboard
[     6.206] (II) event7  - Razer Razer DeathAdder 2013 System Control: device is a keyboard
[     6.208] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event8)
[     6.208] (II) No input driver specified, ignoring this device.
[     6.208] (II) This device may have been added with another device file.
[     6.209] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event9)
[     6.209] (**) Razer Razer DeathAdder 2013: Applying InputClass "libinput keyboard catchall"
[     6.209] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013'
[     6.209] (**) Razer Razer DeathAdder 2013: always reports core events
[     6.209] (**) Option "Device" "/dev/input/event9"
[     6.209] (**) Option "_source" "server/udev"
[     6.211] (II) event9  - Razer Razer DeathAdder 2013: is tagged by udev as: Keyboard
[     6.211] (II) event9  - Razer Razer DeathAdder 2013: device is a keyboard
[     6.212] (II) event9  - Razer Razer DeathAdder 2013: device removed
[     6.244] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.2/0003:1532:0037.0003/input/input10/event9"
[     6.244] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: KEYBOARD, id 13)
[     6.246] (II) event9  - Razer Razer DeathAdder 2013: is tagged by udev as: Keyboard
[     6.246] (II) event9  - Razer Razer DeathAdder 2013: device is a keyboard
[     6.247] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event14)
[     6.247] (II) No input driver specified, ignoring this device.
[     6.247] (II) This device may have been added with another device file.
[     6.248] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[     6.248] (II) No input driver specified, ignoring this device.
[     6.248] (II) This device may have been added with another device file.
[     6.248] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[     6.248] (II) No input driver specified, ignoring this device.
[     6.248] (II) This device may have been added with another device file.
[     6.249] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     6.249] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.249] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.249] (**) AT Translated Set 2 keyboard: always reports core events
[     6.249] (**) Option "Device" "/dev/input/event3"
[     6.249] (**) Option "_source" "server/udev"
[     6.251] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.251] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.252] (II) event3  - AT Translated Set 2 keyboard: device removed
[     6.271] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     6.271] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[     6.272] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.273] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.274] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event22)
[     6.274] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[     6.274] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[     6.274] (**) ETPS/2 Elantech Touchpad: always reports core events
[     6.274] (**) Option "Device" "/dev/input/event22"
[     6.274] (**) Option "_source" "server/udev"
[     6.276] (II) event22 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[     6.278] (II) event22 - ETPS/2 Elantech Touchpad: device is a touchpad
[     6.278] (II) event22 - ETPS/2 Elantech Touchpad: device removed
[     6.351] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event22"
[     6.351] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 15)
[     6.352] (**) Option "AccelerationScheme" "none"
[     6.352] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[     6.352] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[     6.352] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[     6.354] (II) event22 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[     6.355] (II) event22 - ETPS/2 Elantech Touchpad: device is a touchpad
[     6.356] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[     6.356] (II) No input driver specified, ignoring this device.
[     6.356] (II) This device may have been added with another device file.
[     6.357] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[     6.357] (II) No input driver specified, ignoring this device.
[     6.357] (II) This device may have been added with another device file.
[     6.358] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event11)
[     6.358] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     6.358] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[     6.358] (**) MSI WMI hotkeys: always reports core events
[     6.358] (**) Option "Device" "/dev/input/event11"
[     6.358] (**) Option "_source" "server/udev"
[     6.359] (II) event11 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[     6.359] (II) event11 - MSI WMI hotkeys: device is a keyboard
[     6.359] (II) event11 - MSI WMI hotkeys: device removed
[     6.426] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event11"
[     6.426] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 16)
[     6.428] (II) event11 - MSI WMI hotkeys: is tagged by udev as: Keyboard
[     6.428] (II) event11 - MSI WMI hotkeys: device is a keyboard
[     6.460] (**) Razer Razer DeathAdder 2013 Consumer Control: Applying InputClass "libinput keyboard catchall"
[     6.460] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013 Consumer Control'
[     6.460] (**) Razer Razer DeathAdder 2013 Consumer Control: always reports core events
[     6.460] (**) Option "Device" "/dev/input/event6"
[     6.460] (**) Option "_source" "_driver/libinput"
[     6.460] (II) libinput: Razer Razer DeathAdder 2013 Consumer Control: is a virtual subdevice
[     6.460] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:1532:0037.0002/input/input7/event6"
[     6.460] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013 Consumer Control" (type: KEYBOARD, id 17)
[     6.466] (EE) Failed to open authorization file "/var/run/sddm/{c24e1d5b-5917-46d5-a0db-8008b811174a}": No such file or directory
[     7.469] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/mouse0)
[     7.469] (II) No input driver specified, ignoring this device.
[     7.469] (II) This device may have been added with another device file.
[     7.562] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event4)
[     7.562] (**) Razer Razer DeathAdder 2013: Applying InputClass "libinput pointer catchall"
[     7.562] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013'
[     7.562] (**) Razer Razer DeathAdder 2013: always reports core events
[     7.562] (**) Option "Device" "/dev/input/event4"
[     7.562] (**) Option "_source" "server/udev"
[     7.619] (II) event4  - Razer Razer DeathAdder 2013: is tagged by udev as: Mouse
[     7.619] (II) event4  - Razer Razer DeathAdder 2013: device is a pointer
[     7.619] (II) event4  - Razer Razer DeathAdder 2013: device removed
[     7.697] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1532:0037.0007/input/input26/event4"
[     7.697] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: MOUSE, id 18)
[     7.697] (**) Option "AccelerationScheme" "none"
[     7.697] (**) Razer Razer DeathAdder 2013: (accel) selected scheme none/0
[     7.697] (**) Razer Razer DeathAdder 2013: (accel) acceleration factor: 2.000
[     7.697] (**) Razer Razer DeathAdder 2013: (accel) acceleration threshold: 4
[     7.755] (II) event4  - Razer Razer DeathAdder 2013: is tagged by udev as: Mouse
[     7.755] (II) event4  - Razer Razer DeathAdder 2013: device is a pointer
[     7.756] (II) intel(0): EDID vendor "CMN", prod id 5941
[     7.756] (II) intel(0): Printing DDC gathered Modelines:
[     7.756] (II) intel(0): Modeline "1920x1080"x0.0  152.84  1920 1968 2000 2250  1080 1083 1088 1132 -hsync -vsync (67.9 kHz eP)
[     7.782] (--) intel(0): HDMI max TMDS frequency 300000KHz
[    14.871] (--) intel(0): HDMI max TMDS frequency 300000KHz
[    14.889] (II) intel(0): resizing framebuffer to 4480x1440
[    14.911] (II) intel(0): switch to mode 2560x1440@60.0 on HDMI1 using pipe 1, position (1920, 0), rotation normal, reflection none
[    15.245] (--) intel(0): HDMI max TMDS frequency 300000KHz
[    21.464] (II) event22 - ETPS/2 Elantech Touchpad: device removed

Offline

#12 2020-03-31 05:41:37

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,902

Re: Failed to read display number from pipe.

You're running on the intel chip. The nvidia one isn't considered.

seth, comment #2 wrote:

Using bumblebee there's a good chance you bbswitch'd off the GPU?

Offline

#13 2020-03-31 06:04:27

Asuka
Member
Registered: 2016-04-16
Posts: 12

Re: Failed to read display number from pipe.

seth wrote:

You're running on the intel chip. The nvidia one isn't considered.

seth, comment #2 wrote:

Using bumblebee there's a good chance you bbswitch'd off the GPU?

Okay, I installed bumblebee. But I still get thi error. The bumblebee config as follows:

Section "ServerLayout"
    Identifier  "Layout0"
    Screen 1    "Screen1"
    Option      "AutoAddDevices" "true"
    Option      "AutoAddGPU" "false"
EndSection

Section "Device"
    Identifier  "DiscreteNvidia"
    Driver      "nvidia"
    BusID       "PCI:01:00:0"
    Option      "AllowExternalGpus" "true"
    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" "true"

    Option "NoLogo" "true"
    Option "UseEDID" "true"
    Option "UseDisplayDevice" "true"
EndSection

Section "Screen"
    Identifier "Screen1"
    Device "DiscreteNvidia"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device "DiscreteNvidia"
EndSection

Offline

#14 2020-03-31 06:43:24

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,902

Re: Failed to read display number from pipe.

You're completely missing the point. You fail to run X11 on the nvidia chip, because the nvidia chip is (most likely) deactivated.
Installing bumblebee isn't some magic solution (bumblebee allows you to dynamically invoke the nvidia chip - which is NOT AN OPTION - if you want to continuously drive an output on it) but the estimated cause of the deactivated nvidia chip.

Remove bumblebee and post the Xorg log of the failed server for the config you posted in comment #9 as well as a complete system journal ("sudo journalctl -b", you can utilize the tip from https://wiki.archlinux.org/index.php/Pastebin )

Offline

Board footer

Powered by FluxBB