You are not logged in.

#1 2017-09-27 21:34:22

tim.deh
Member
Registered: 2017-09-27
Posts: 2

[solved] xorg can no longer detect intel igp on Optimus Laptop

** edit2 ** found a complete solution by modifying my script to detect if that config file exists and move it on intel and move it back on nvidia. I am finally able to switch easily between the two.

** edit ** after digging around in the different configuration dirs I found that the nvidia-utils package now provides a file stored in '/usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf' that automatically configures the system for prime which is why starting X even without trying to use prime ends up using it anyway. Now what I need is a simple way to override this configuration at the start of the X server when I feel like just using the intel driver. I haven't found a solution for this yet but at least I have identified the problem.

I have an MSI gaming VR laptop. I have a light-weight shell script that runs on console login that allows me to choose from a couple different xorg configurations. For example one is a SteamOS session and one is an Xmonad xession running with the Nvidia proprietary driver through Prime. The problem; I want to make a session for Xmonad using the integrated Intel graphics chip so that when running on battery I am saving power. I was gonna also setup bbswitch to power down the gpu and all that good stuff but I noticed that for some reason xorg cannot start using the intel chip anymore so I never got that far. this used to work on this very same laptop. Last time I used the IGP was probably about 5 months ago.

The output of 'xrandr --listproviders' is:

Providers: number : 2
Provider 0: id: 0x205 cap: 0x1, Source Output crtcs: 4 outputs: 3 associated providers: 1 name:NVIDIA-0
Provider 1: id: 0x47 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 5 associated providers: 1 name:modesetting

And the intel chip is not even an option. The intel module is obviously loaded and working because PRIME can't work without it. Additionally I can start retroarch with the Intel IGP from the console using that programs KMS feature so it is clearly still functional. Xorg just can't seem to use it anymore. When trying to force the IGP by turning off the Nvidia chip completely with bbswitch the entire system just freezes (even sysrq keys don't work) and after checking the xorg log, I get a message saying 'no screen was detected' or something along those lines. I have both the intel and vesa xorg drivers installed on my system. The xorg log isn't really helpful at all.

I am kinda at a loss as to how to even begin to debug this issue. Any ideas would be helpful. Also note, I am using the testing repos but I tried using the lts kernel and reverting back to stable repos just to see if that was the issue and I was still having the same problem.

Last edited by tim.deh (2017-09-28 02:27:43)

Offline

#2 2017-09-27 22:26:17

Xabre
Member
From: Serbia
Registered: 2009-03-19
Posts: 749

Re: [solved] xorg can no longer detect intel igp on Optimus Laptop

It's there, just using Xorg modesetting driver (as it should, if you're using nvidia prime for optimus).

Last edited by Xabre (2017-09-27 22:27:05)

Offline

#3 2017-09-28 00:16:09

tim.deh
Member
Registered: 2017-09-27
Posts: 2

Re: [solved] xorg can no longer detect intel igp on Optimus Laptop

I am fairly certain I remember there being three entries in the past one named intel, but assuming you are correct and my memory is failing, why I am I getting nothing but a black screen when running x without prime and the log shows a bunch of nvidia stuff.

[   180.593] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[   180.593] X Protocol Version 11, Revision 0
[   180.593] Build Operating System: Linux 4.12.5-1-ARCH x86_64 
[   180.593] Current Operating System: Linux GreyGoose 4.13.4-1-zen #1 ZEN SMP PREEMPT Wed Sep 27 14:49:32 MDT 2017 x86_64
[   180.593] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=38385cb8-29ad-4d7d-af80-72a3ed507dd7 rw cryptdevice=UUID=83f358fc-95e7-477e-b5ff-2ba76872c9ce:sysroot acpi_osi=Linux quiet loglevel=2 udev.log-priority=3 acpi_osi=Linux acpi_backlight=video
[   180.593] Build Date: 13 August 2017  09:37:50PM
[   180.593]  
[   180.593] Current version of pixman: 0.34.0
[   180.593] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[   180.593] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   180.593] (==) Log file: "/home/eco/.local/share/xorg/Xorg.0.log", Time: Wed Sep 27 18:15:49 2017
[   180.593] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   180.593] (==) No Layout section.  Using the first Screen section.
[   180.593] (==) No screen section available. Using defaults.
[   180.593] (**) |-->Screen "Default Screen Section" (0)
[   180.593] (**) |   |-->Monitor "<default monitor>"
[   180.593] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   180.593] (==) Automatically adding devices
[   180.593] (==) Automatically enabling devices
[   180.593] (==) Automatically adding GPU devices
[   180.593] (==) Automatically binding GPU devices
[   180.593] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   180.593] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   180.593] 	Entry deleted from font path.
[   180.593] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   180.593] 	Entry deleted from font path.
[   180.593] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   180.593] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   180.593] 	Entry deleted from font path.
[   180.593] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   180.593] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[   180.593] (==) ModulePath set to "/usr/lib/xorg/modules"
[   180.593] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   180.593] (II) Loader magic: 0x55d911956d40
[   180.593] (II) Module ABI versions:
[   180.593] 	X.Org ANSI C Emulation: 0.4
[   180.593] 	X.Org Video Driver: 23.0
[   180.593] 	X.Org XInput driver : 24.1
[   180.593] 	X.Org Server Extension : 10.0
[   180.594] (++) using VT number 1

[   180.594] (--) controlling tty is VT number 1, auto-enabling KeepTty
[   180.595] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
[   180.595] (II) xfree86: Adding drm device (/dev/dri/card0)
[   180.595] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[   180.596] (II) xfree86: Adding drm device (/dev/dri/card1)
[   180.596] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[   180.597] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[   180.597] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[   180.597] (--) PCI: (0:0:2:0) 8086:191b:1462:11c0 rev 6, Mem @ 0xdd000000/16777216, 0x70000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   180.597] (--) PCI:*(0:1:0:0) 10de:1c20:1462:11c0 rev 161, Mem @ 0xde000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   180.597] (II) Open ACPI successful (/var/run/acpid.socket)
[   180.597] (II) LoadModule: "glx"
[   180.597] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[   180.599] (II) Module glx: vendor="NVIDIA Corporation"
[   180.599] 	compiled for 4.0.2, module version = 1.0.0
[   180.599] 	Module class: X.Org Server Extension
[   180.599] (II) NVIDIA GLX Module  384.90  Tue Sep 19 17:00:25 PDT 2017
[   180.599] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[   180.599] 	loading driver: nvidia
[   180.599] (II) Applying OutputClass "intel" to /dev/dri/card1
[   180.599] 	loading driver: modesetting
[   180.599] (==) Matched nvidia as autoconfigured driver 0
[   180.599] (==) Matched nouveau as autoconfigured driver 1
[   180.599] (==) Matched nv as autoconfigured driver 2
[   180.599] (==) Matched modesetting as autoconfigured driver 3
[   180.599] (==) Matched intel as autoconfigured driver 4
[   180.599] (==) Matched nouveau as autoconfigured driver 5
[   180.599] (==) Matched nv as autoconfigured driver 6
[   180.599] (==) Matched modesetting as autoconfigured driver 7
[   180.599] (==) Matched fbdev as autoconfigured driver 8
[   180.599] (==) Matched vesa as autoconfigured driver 9
[   180.599] (==) Assigned the driver to the xf86ConfigLayout
[   180.599] (II) LoadModule: "nvidia"
[   180.600] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   180.600] (II) Module nvidia: vendor="NVIDIA Corporation"
[   180.600] 	compiled for 4.0.2, module version = 1.0.0
[   180.600] 	Module class: X.Org Video Driver
[   180.600] (II) LoadModule: "nouveau"
[   180.600] (WW) Warning, couldn't open module nouveau
[   180.600] (II) UnloadModule: "nouveau"
[   180.600] (II) Unloading nouveau
[   180.600] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   180.600] (II) LoadModule: "nv"
[   180.600] (WW) Warning, couldn't open module nv
[   180.600] (II) UnloadModule: "nv"
[   180.600] (II) Unloading nv
[   180.600] (EE) Failed to load module "nv" (module does not exist, 0)
[   180.600] (II) LoadModule: "modesetting"
[   180.600] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   180.600] (II) Module modesetting: vendor="X.Org Foundation"
[   180.600] 	compiled for 1.19.3, module version = 1.19.3
[   180.600] 	Module class: X.Org Video Driver
[   180.600] 	ABI class: X.Org Video Driver, version 23.0
[   180.600] (II) LoadModule: "intel"
[   180.600] (WW) Warning, couldn't open module intel
[   180.600] (II) UnloadModule: "intel"
[   180.600] (II) Unloading intel
[   180.600] (EE) Failed to load module "intel" (module does not exist, 0)
[   180.600] (II) LoadModule: "fbdev"
[   180.600] (WW) Warning, couldn't open module fbdev
[   180.600] (II) UnloadModule: "fbdev"
[   180.600] (II) Unloading fbdev
[   180.600] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   180.600] (II) LoadModule: "vesa"
[   180.600] (WW) Warning, couldn't open module vesa
[   180.600] (II) UnloadModule: "vesa"
[   180.600] (II) Unloading vesa
[   180.600] (EE) Failed to load module "vesa" (module does not exist, 0)
[   180.600] (II) NVIDIA dlloader X Driver  384.90  Tue Sep 19 16:35:54 PDT 2017
[   180.600] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   180.600] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   180.600] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[   180.600] (II) systemd-logind: releasing fd for 226:0
[   180.622] (II) Loading sub module "fb"
[   180.622] (II) LoadModule: "fb"
[   180.622] (II) Loading /usr/lib/xorg/modules/libfb.so
[   180.622] (II) Module fb: vendor="X.Org Foundation"
[   180.622] 	compiled for 1.19.3, module version = 1.0.0
[   180.622] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   180.622] (II) Loading sub module "wfb"
[   180.622] (II) LoadModule: "wfb"
[   180.622] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   180.622] (II) Module wfb: vendor="X.Org Foundation"
[   180.622] 	compiled for 1.19.3, module version = 1.0.0
[   180.622] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   180.622] (II) Loading sub module "ramdac"
[   180.622] (II) LoadModule: "ramdac"
[   180.622] (II) Module "ramdac" already built-in
[   180.622] (WW) Falling back to old probe method for modesetting
[   180.664] (II) modeset(G0): using drv /dev/dri/card1
[   180.664] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   180.664] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   180.664] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   180.664] (==) NVIDIA(0): RGB weight 888
[   180.664] (==) NVIDIA(0): Default visual is TrueColor
[   180.664] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   180.664] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[   180.664] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   180.664] (**) NVIDIA(0): Enabling 2D acceleration
[   180.665] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   180.665] (--) NVIDIA(0):     DFP-0
[   180.665] (--) NVIDIA(0):     DFP-1
[   180.665] (--) NVIDIA(0):     DFP-2
[   180.666] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1060 (GP106-A) at PCI:1:0:0 (GPU-0)
[   180.666] (--) NVIDIA(0): Memory: 6291456 kBytes
[   180.666] (--) NVIDIA(0): VideoBIOS: 86.06.18.00.19
[   180.666] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   180.666] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   180.666] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   180.666] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[   180.666] (--) NVIDIA(GPU-0): 
[   180.667] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   180.667] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   180.667] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   180.667] (--) NVIDIA(GPU-0): 
[   180.667] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   180.667] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   180.667] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   180.667] (--) NVIDIA(GPU-0): 
[   180.667] (==) NVIDIA(0): 
[   180.667] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   180.667] (==) NVIDIA(0):     will be used as the requested mode.
[   180.667] (==) NVIDIA(0): 
[   180.667] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[   180.667] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[   180.667] (II) NVIDIA(0): Validated MetaModes:
[   180.667] (II) NVIDIA(0):     "NULL"
[   180.667] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[   180.667] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[   180.667] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[   180.667] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   180.667] (==) modeset(G0): RGB weight 888
[   180.667] (==) modeset(G0): Default visual is TrueColor
[   180.667] (II) Loading sub module "glamoregl"
[   180.667] (II) LoadModule: "glamoregl"
[   180.667] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   180.667] (II) Module glamoregl: vendor="X.Org Foundation"
[   180.667] 	compiled for 1.19.3, module version = 1.0.0
[   180.667] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   180.667] (II) glamor: OpenGL accelerated X.org driver based.
[   180.675] (II) glamor: EGL version 1.4 (DRI2):
[   180.678] (II) modeset(G0): glamor initialized
[   180.679] (II) modeset(G0): Output eDP-1-1 has no monitor section
[   180.681] (II) modeset(G0): Output DP-1-1 has no monitor section
[   180.689] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[   180.691] (II) modeset(G0): Output DP-1-2 has no monitor section
[   180.700] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[   180.701] (II) modeset(G0): EDID for output eDP-1-1
[   180.701] (II) modeset(G0): Manufacturer: LGD  Model: 46d  Serial#: 0
[   180.701] (II) modeset(G0): Year: 2014  Week: 0
[   180.701] (II) modeset(G0): EDID Version: 1.4
[   180.701] (II) modeset(G0): Digital Display Input
[   180.701] (II) modeset(G0): 6 bits per channel
[   180.701] (II) modeset(G0): Digital interface is DisplayPort
[   180.701] (II) modeset(G0): Max Image Size [cm]: horiz.: 31  vert.: 17
[   180.701] (II) modeset(G0): Gamma: 2.20
[   180.701] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[   180.701] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   180.701] (II) modeset(G0): First detailed timing is preferred mode
[   180.701] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[   180.701] (II) modeset(G0): redX: 0.640 redY: 0.345   greenX: 0.335 greenY: 0.625
[   180.701] (II) modeset(G0): blueX: 0.150 blueY: 0.052   whiteX: 0.313 whiteY: 0.329
[   180.701] (II) modeset(G0): Manufacturer's mask: 0
[   180.701] (II) modeset(G0): Supported detailed timing:
[   180.701] (II) modeset(G0): clock: 138.7 MHz   Image Size:  309 x 174 mm
[   180.701] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   180.701] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[   180.701] (II) modeset(G0):  LG Display
[   180.701] (II) modeset(G0):  LP140WF3-SPD1
[   180.701] (II) modeset(G0): EDID (in hex):
[   180.701] (II) modeset(G0): 	00ffffffffffff0030e46d0400000000
[   180.701] (II) modeset(G0): 	00180104951f1178eadc95a35855a026
[   180.701] (II) modeset(G0): 	0d505400000001010101010101010101
[   180.701] (II) modeset(G0): 	0101010101012e3680a070381f403020
[   180.701] (II) modeset(G0): 	350035ae1000001a0000000000000000
[   180.701] (II) modeset(G0): 	00000000000000000000000000fe004c
[   180.701] (II) modeset(G0): 	4720446973706c61790a2020000000fe
[   180.701] (II) modeset(G0): 	004c503134305746332d5350443100c3
[   180.701] (II) modeset(G0): Printing probed modes for output eDP-1-1
[   180.701] (II) modeset(G0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[   180.701] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   180.701] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   180.701] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   180.701] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   180.701] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   180.701] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   180.701] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   180.701] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   180.701] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   180.701] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   180.701] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   180.701] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   180.701] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   180.701] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   180.701] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   180.701] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   180.701] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   180.701] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   180.701] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   180.704] (II) modeset(G0): EDID for output DP-1-1
[   180.713] (II) modeset(G0): EDID for output HDMI-1-1
[   180.715] (II) modeset(G0): EDID for output DP-1-2
[   180.724] (II) modeset(G0): EDID for output HDMI-1-2
[   180.724] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   180.724] (==) modeset(G0): DPI set to (96, 96)
[   180.724] (II) Loading sub module "fb"
[   180.724] (II) LoadModule: "fb"
[   180.724] (II) Loading /usr/lib/xorg/modules/libfb.so
[   180.724] (II) Module fb: vendor="X.Org Foundation"
[   180.724] 	compiled for 1.19.3, module version = 1.0.0
[   180.724] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   180.724] (--) Depth 24 pixmap format is 32 bpp
[   180.767] (==) modeset(G0): Backing store enabled
[   180.768] (==) modeset(G0): Silken mouse enabled
[   180.768] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   180.833] (==) modeset(G0): DPMS enabled
[   180.833] (II) modeset(G0): [DRI2] Setup complete
[   180.833] (II) modeset(G0): [DRI2]   DRI driver: i965
[   180.833] (II) modeset(G0): [DRI2]   VDPAU driver: i965
[   180.833] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[   180.833] (II) NVIDIA:     access.
[   180.870] (II) NVIDIA(0): Setting mode "NULL"
[   180.878] (==) NVIDIA(0): Disabling shared memory pixmaps
[   180.878] (==) NVIDIA(0): Backing store enabled
[   180.878] (==) NVIDIA(0): Silken mouse enabled
[   180.878] (==) NVIDIA(0): DPMS enabled
[   180.878] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[   180.878] (II) Loading sub module "dri2"
[   180.878] (II) LoadModule: "dri2"
[   180.878] (II) Module "dri2" already built-in
[   180.878] (II) NVIDIA(0): [DRI2] Setup complete
[   180.878] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   180.878] (--) RandR disabled
[   180.880] (II) Initializing extension GLX
[   180.880] (II) Indirect GLX disabled.
[   181.153] (II) modeset(G0): Damage tracking initialized
[   181.177] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[   181.177] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   181.177] (II) LoadModule: "libinput"
[   181.177] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   181.179] (II) Module libinput: vendor="X.Org Foundation"
[   181.179] 	compiled for 1.19.3, module version = 0.26.0
[   181.179] 	Module class: X.Org XInput Driver
[   181.179] 	ABI class: X.Org XInput driver, version 24.1
[   181.179] (II) Using input driver 'libinput' for 'Power Button'
[   181.179] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 39 paused 0
[   181.179] (**) Power Button: always reports core events
[   181.179] (**) Option "Device" "/dev/input/event4"
[   181.179] (**) Option "_source" "server/udev"
[   181.180] (II) event4  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   181.180] (II) event4  - (II) Power Button: (II) device is a keyboard
[   181.180] (II) event4  - (II) Power Button: (II) device removed
[   181.180] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event4"
[   181.180] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   181.180] (II) event4  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   181.180] (II) event4  - (II) Power Button: (II) device is a keyboard
[   181.180] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[   181.180] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   181.180] (II) Using input driver 'libinput' for 'Video Bus'
[   181.180] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 42 paused 0
[   181.180] (**) Video Bus: always reports core events
[   181.180] (**) Option "Device" "/dev/input/event9"
[   181.180] (**) Option "_source" "server/udev"
[   181.181] (II) event9  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[   181.181] (II) event9  - (II) Video Bus: (II) device is a keyboard
[   181.181] (II) event9  - (II) Video Bus: (II) device removed
[   181.181] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12/event9"
[   181.181] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   181.181] (II) event9  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[   181.181] (II) event9  - (II) Video Bus: (II) device is a keyboard
[   181.181] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[   181.181] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   181.181] (II) Using input driver 'libinput' for 'Video Bus'
[   181.181] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 43 paused 0
[   181.182] (**) Video Bus: always reports core events
[   181.182] (**) Option "Device" "/dev/input/event10"
[   181.182] (**) Option "_source" "server/udev"
[   181.182] (II) event10 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[   181.182] (II) event10 - (II) Video Bus: (II) device is a keyboard
[   181.182] (II) event10 - (II) Video Bus: (II) device removed
[   181.182] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input13/event10"
[   181.182] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   181.182] (II) event10 - (II) Video Bus: (II) is tagged by udev as: Keyboard
[   181.182] (II) event10 - (II) Video Bus: (II) device is a keyboard
[   181.182] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   181.182] (II) No input driver specified, ignoring this device.
[   181.182] (II) This device may have been added with another device file.
[   181.182] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   181.182] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   181.182] (II) Using input driver 'libinput' for 'Power Button'
[   181.183] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 44 paused 0
[   181.183] (**) Power Button: always reports core events
[   181.183] (**) Option "Device" "/dev/input/event3"
[   181.183] (**) Option "_source" "server/udev"
[   181.183] (II) event3  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   181.183] (II) event3  - (II) Power Button: (II) device is a keyboard
[   181.183] (II) event3  - (II) Power Button: (II) device removed
[   181.183] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event3"
[   181.183] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[   181.183] (II) event3  - (II) Power Button: (II) is tagged by udev as: Keyboard
[   181.183] (II) event3  - (II) Power Button: (II) device is a keyboard
[   181.183] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   181.183] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   181.183] (II) Using input driver 'libinput' for 'Sleep Button'
[   181.184] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 45 paused 0
[   181.184] (**) Sleep Button: always reports core events
[   181.184] (**) Option "Device" "/dev/input/event2"
[   181.184] (**) Option "_source" "server/udev"
[   181.184] (II) event2  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[   181.184] (II) event2  - (II) Sleep Button: (II) device is a keyboard
[   181.184] (II) event2  - (II) Sleep Button: (II) device removed
[   181.184] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5/event2"
[   181.184] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[   181.184] (II) event2  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[   181.184] (II) event2  - (II) Sleep Button: (II) device is a keyboard
[   181.185] (II) config/udev: Adding input device BisonCam, NB Pro: BisonCam, NB  (/dev/input/event8)
[   181.185] (**) BisonCam, NB Pro: BisonCam, NB : Applying InputClass "libinput keyboard catchall"
[   181.185] (II) Using input driver 'libinput' for 'BisonCam, NB Pro: BisonCam, NB '
[   181.185] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 46 paused 0
[   181.185] (**) BisonCam, NB Pro: BisonCam, NB : always reports core events
[   181.185] (**) Option "Device" "/dev/input/event8"
[   181.185] (**) Option "_source" "server/udev"
[   181.186] (II) event8  - (II) BisonCam, NB Pro: BisonCam, NB : (II) is tagged by udev as: Keyboard
[   181.186] (II) event8  - (II) BisonCam, NB Pro: BisonCam, NB : (II) device is a keyboard
[   181.186] (II) event8  - (II) BisonCam, NB Pro: BisonCam, NB : (II) device removed
[   181.186] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/input/input11/event8"
[   181.186] (II) XINPUT: Adding extended input device "BisonCam, NB Pro: BisonCam, NB " (type: KEYBOARD, id 11)
[   181.186] (II) event8  - (II) BisonCam, NB Pro: BisonCam, NB : (II) is tagged by udev as: Keyboard
[   181.186] (II) event8  - (II) BisonCam, NB Pro: BisonCam, NB : (II) device is a keyboard
[   181.186] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event11)
[   181.186] (II) No input driver specified, ignoring this device.
[   181.186] (II) This device may have been added with another device file.
[   181.186] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[   181.186] (II) No input driver specified, ignoring this device.
[   181.186] (II) This device may have been added with another device file.
[   181.186] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[   181.186] (II) No input driver specified, ignoring this device.
[   181.186] (II) This device may have been added with another device file.
[   181.186] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[   181.186] (II) No input driver specified, ignoring this device.
[   181.186] (II) This device may have been added with another device file.
[   181.186] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event15)
[   181.187] (II) No input driver specified, ignoring this device.
[   181.187] (II) This device may have been added with another device file.
[   181.187] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event16)
[   181.187] (II) No input driver specified, ignoring this device.
[   181.187] (II) This device may have been added with another device file.
[   181.187] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   181.187] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   181.187] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   181.187] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 47 paused 0
[   181.187] (**) AT Translated Set 2 keyboard: always reports core events
[   181.187] (**) Option "Device" "/dev/input/event0"
[   181.187] (**) Option "_source" "server/udev"
[   181.188] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[   181.188] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[   181.188] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[   181.188] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   181.188] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[   181.188] (II) event0  - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard
[   181.188] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device is a keyboard
[   181.188] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event7)
[   181.188] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[   181.188] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[   181.188] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 48 paused 0
[   181.188] (**) ETPS/2 Elantech Touchpad: always reports core events
[   181.188] (**) Option "Device" "/dev/input/event7"
[   181.189] (**) Option "_source" "server/udev"
[   181.189] (II) event7  - (II) ETPS/2 Elantech Touchpad: (II) is tagged by udev as: Touchpad
[   181.189] (II) event7  - (II) ETPS/2 Elantech Touchpad: (II) device is a touchpad
[   181.189] (II) event7  - (II) ETPS/2 Elantech Touchpad: (II) device removed
[   181.189] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event7"
[   181.189] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[   181.189] (**) Option "AccelerationScheme" "none"
[   181.189] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[   181.189] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[   181.189] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[   181.189] (II) event7  - (II) ETPS/2 Elantech Touchpad: (II) is tagged by udev as: Touchpad
[   181.189] (II) event7  - (II) ETPS/2 Elantech Touchpad: (II) device is a touchpad
[   181.189] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[   181.189] (II) No input driver specified, ignoring this device.
[   181.189] (II) This device may have been added with another device file.
[   181.189] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   181.189] (II) No input driver specified, ignoring this device.
[   181.189] (II) This device may have been added with another device file.
[   181.189] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event6)
[   181.189] (**) MSI WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   181.189] (II) Using input driver 'libinput' for 'MSI WMI hotkeys'
[   181.190] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 49 paused 0
[   181.190] (**) MSI WMI hotkeys: always reports core events
[   181.190] (**) Option "Device" "/dev/input/event6"
[   181.190] (**) Option "_source" "server/udev"
[   181.190] (II) event6  - (II) MSI WMI hotkeys: (II) is tagged by udev as: Keyboard
[   181.190] (II) event6  - (II) MSI WMI hotkeys: (II) device is a keyboard
[   181.190] (II) event6  - (II) MSI WMI hotkeys: (II) device removed
[   181.190] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event6"
[   181.190] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 14)
[   181.190] (II) event6  - (II) MSI WMI hotkeys: (II) is tagged by udev as: Keyboard
[   181.190] (II) event6  - (II) MSI WMI hotkeys: (II) device is a keyboard
[   181.251] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   181.251] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[   181.251] (--) NVIDIA(GPU-0): DFP-0: 1440.0 MHz maximum pixel clock
[   181.251] (--) NVIDIA(GPU-0): 
[   181.251] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   181.251] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   181.251] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   181.251] (--) NVIDIA(GPU-0): 
[   181.251] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   181.251] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[   181.251] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[   181.251] (--) NVIDIA(GPU-0): 
[   185.919] (**) Option "fd" "39"
[   185.919] (II) event4  - (II) Power Button: (II) device removed
[   185.919] (**) Option "fd" "42"
[   185.919] (II) event9  - (II) Video Bus: (II) device removed
[   185.919] (**) Option "fd" "43"
[   185.919] (II) event10 - (II) Video Bus: (II) device removed
[   185.919] (**) Option "fd" "44"
[   185.919] (II) event3  - (II) Power Button: (II) device removed
[   185.919] (**) Option "fd" "45"
[   185.919] (II) event2  - (II) Sleep Button: (II) device removed
[   185.920] (**) Option "fd" "46"
[   185.920] (II) event8  - (II) BisonCam, NB Pro: BisonCam, NB : (II) device removed
[   185.920] (**) Option "fd" "47"
[   185.920] (II) event0  - (II) AT Translated Set 2 keyboard: (II) device removed
[   185.920] (**) Option "fd" "48"
[   185.920] (II) event7  - (II) ETPS/2 Elantech Touchpad: (II) device removed
[   185.920] (**) Option "fd" "49"
[   185.920] (II) event6  - (II) MSI WMI hotkeys: (II) device removed
[   185.920] (II) UnloadModule: "libinput"
[   185.920] (II) systemd-logind: releasing fd for 13:70
[   185.925] (II) UnloadModule: "libinput"
[   185.925] (II) systemd-logind: releasing fd for 13:71
[   185.940] (II) UnloadModule: "libinput"
[   185.940] (II) systemd-logind: releasing fd for 13:64
[   185.948] (II) UnloadModule: "libinput"
[   185.948] (II) systemd-logind: releasing fd for 13:72
[   185.964] (II) UnloadModule: "libinput"
[   185.964] (II) systemd-logind: releasing fd for 13:66
[   185.974] (II) UnloadModule: "libinput"
[   185.974] (II) systemd-logind: releasing fd for 13:67
[   185.984] (II) UnloadModule: "libinput"
[   185.984] (II) systemd-logind: releasing fd for 13:74
[   185.992] (II) UnloadModule: "libinput"
[   185.992] (II) systemd-logind: releasing fd for 13:73
[   186.001] (II) UnloadModule: "libinput"
[   186.001] (II) systemd-logind: releasing fd for 13:68
[   186.028] (II) NVIDIA(GPU-0): Deleting GPU-0
[   186.255] (II) Server terminated successfully (0). Closing log file.

This is when trying to run x without 'xrandr --setprovideroutputsource modesetting NVIDIA-0' in the .xinitrc. It seems like it is still trying to use the nvidia card and I get a black screen because I haven't set the output source.

Last edited by tim.deh (2017-09-28 00:24:52)

Offline

Board footer

Powered by FluxBB