You are not logged in.

#1 2016-12-16 21:50:30

tfbio
Member
Registered: 2016-01-28
Posts: 5

Multihead gpu+cpu: xrandr can't find both providers at once

Hello,
I am trying to attach 3 monitors to the nvidia graphics card, and 3 (currently 1) to the intel cpu graphics card.
Running two instances of x (startx [...] --:1) with only one screen section in the xorg.conf enabled for each instance, works fine for the given card.
If both screens are enabled, I get my window manager on the nvidia card, and the cpu monitor shows a black screen. I can move the mouse to the cpu monitor (though having an x11 default looking mouse cursor) but no windows.
Clearing all /etc/X11/ configuration leads to the same result as disabling the nvidia screen.
Trying the suggestions from the wiki PRIME->reverse PRIME->discrete card as primary GPU doesn't fix that xrandr is not able to find the second provider, and the cpu monitor keeps showing the tty, where i typed startx.
I also tried "modesetting" and "intel" as drivers for the cpu device, as suggested in another post -> didn't work.
(Already works on windows 10, so hardware is capable and bios settings should be fine)
Since i can move the mouse between graphics cards i guess theres a solution nearby, but i cannot figure it out.
Thank you for any hints.

Hardware:

  • GPU: MSI NVidia GTX 970

  • CPU: i7 4790k

Drivers:

  • nvidia 375.26-1

  • xf86-video-intel 2.99.917

Kernel: 4.8.13-1

lspci

$ lspci | grep VGA
>   01:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 970] (rev a1)
>       Subsystem: Micro-Star International Co., Ltd. [MSI] Device 3160
>       Kernel driver in use: nvidia
>       Kernel modules: nouveau, nvidia_drm, nvidia
>   00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
>       Subsystem: ASUSTeK Computer Inc. Device 8534
>       Kernel driver in use: i915
>       Kernel modules: i915

xrandr

$ xrandr --listproviders
>   Providers: number : 1
>   Provider 0: id: 0x1b9 cap: 0x1, Source Output crtcs: 4 outputs: 6 associated providers: 0 name:NVIDIA-0
$ xrandr -q
>   Screen 0: minimum 8 x 8, current 4480 x 1080, maximum 16384 x 16384
>   DVI-I-0 connected primary 1280x1024+0+0 (normal left inverted right x axis y axis) 376mm x 301mm
>      1280x1024     60.02*+  75.02
>      1152x864      75.00
>      1024x768      75.03    60.00
>      800x600       75.00    60.32
>      640x480       75.00    59.94
>   DVI-I-1 disconnected (normal left inverted right x axis y axis)
>   HDMI-0 connected 1280x1024+3200+0 (normal left inverted right x axis y axis) 376mm x 301mm
>      1280x1024     60.02*+  75.02
>      1152x864      75.00
>      1024x768      75.03    60.00
>      800x600       75.00    60.32
>      640x480       75.00    59.94
>   DP-0 connected 1920x1080+1280+0 (normal left inverted right x axis y axis) 520mm x 290mm
>      1920x1080     60.00*+  59.94    50.00
>      1680x1050     59.95
>      1600x900      60.00
>      1440x900      59.89
>      1280x1024     75.02    60.02
>      1280x800      59.81
>      1280x720      60.00    59.94    50.00
>      1152x864      75.00
>      1024x768      75.03    70.07    60.00
>      800x600       75.00    72.19    60.32    56.25
>      720x576       50.00
>      720x480       59.94
>      640x480       75.00    72.81    59.94
>   DP-1 disconnected (normal left inverted right x axis y axis)
>   DVI-D-0 disconnected (normal left inverted right x axis y axis)

lsmod

$ lsmod | grep nv
>   nvidia_drm             49152  1
>   nvidia_modeset        782336  5 nvidia_drm
>   nvidia              11870208  102 nvidia_modeset
>   drm_kms_helper        126976  2 i915,nvidia_drm
>   drm                   294912  7 i915,ttm,nvidia_drm,drm_kms_helper
$ lsmod | grep intel
>   intel_rapl             20480  0
>   intel_powerclamp       16384  0
>   kvm_intel             188416  0
>   kvm                   516096  1 kvm_intel
>   crc32c_intel           24576  0
>   ghash_clmulni_intel    16384  0
>   btintel                16384  1 btusb
>   aesni_intel           167936  0
>   bluetooth             487424  31 btrtl,btintel,bnep,btbcm,rfcomm,btusb
>   aes_x86_64             20480  1 aesni_intel
>   lrw                    16384  1 aesni_intel
>   glue_helper            16384  1 aesni_intel
>   ablk_helper            16384  1 aesni_intel
>   cryptd                 20480  3 ablk_helper,ghash_clmulni_intel,aesni_intel
>   intel_cstate           16384  0
>   intel_rapl_perf        16384  0
>   snd_hda_intel          32768  7
>   snd_hda_codec         106496  4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
>   snd_hda_core           65536  5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
>   snd_pcm                90112  5 snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_hda_core,snd_hda_codec_hdmi
>   snd                    69632  31 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_usb_audio,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_usbmidi_lib,snd_seq_device,snd_usb_us122l,snd_hda_codec_realtek,snd_pcm
>   intel_smartconnect     16384  0
>   intel_gtt              20480  1 i915

The following files have 666 permissions

  • /dev/nvidia0

  • /dev/nvidiactl

  • /dev/nvidia-modeset


xorg.conf * Input Device Sections left out

Section "ServerLayout"
    Identifier "MultiHead"
    Screen 0  "GPUSCR" 0 0
    Screen 1  "CPUSCR" RightOf "GPUSCR"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"
    Identifier     "GPU"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"
    Identifier     "CPU"
    Driver         "modesetting"
    BusID          "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier     "GPUSCR"
    Device         "GPU"
    Monitor        "Monitor0"
    DefaultDepth    24
EndSection

Section "Screen"
    Identifier     "CPUSCR"
    Device         "CPU"
    Monitor        "Monitor1"
    DefaultDepth    24
EndSection

Xorg.0.log

[   191.886] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[   191.886] X Protocol Version 11, Revision 0
[   191.886] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[   191.886] Current Operating System: Linux tarchd 4.8.13-1-ARCH #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016 x86_64
[   191.886] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img intel_iommu=on root=/dev/sda2 rw
[   191.886] Build Date: 19 July 2016  05:54:24PM
[   191.886]  
[   191.886] Current version of pixman: 0.34.0
[   191.886] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   191.886] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   191.887] (==) Log file: "/var/log/Xorg.1.log", Time: Fri Dec 16 21:40:50 2016
[   191.887] (==) Using config file: "/etc/X11/xorg.conf"
[   191.887] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   191.887] (==) ServerLayout "MultiHead"
[   191.887] (**) |-->Screen "GPUSCR" (0)
[   191.887] (**) |   |-->Monitor "Monitor0"
[   191.887] (**) |   |-->Device "GPU"
[   191.887] (**) |-->Screen "CPUSCR" (1)
[   191.887] (**) |   |-->Monitor "Monitor1"
[   191.887] (**) |   |-->Device "CPU"
[   191.887] (**) |-->Input Device "Mouse0"
[   191.887] (**) |-->Input Device "Keyboard0"
[   191.887] (==) Automatically adding devices
[   191.887] (==) Automatically enabling devices
[   191.887] (==) Automatically adding GPU devices
[   191.887] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   191.887] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   191.887] 	Entry deleted from font path.
[   191.887] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   191.887] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   191.887] 	Entry deleted from font path.
[   191.887] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   191.887] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[   191.887] (==) ModulePath set to "/usr/lib/xorg/modules"
[   191.887] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   191.887] (WW) Disabling Mouse0
[   191.887] (WW) Disabling Keyboard0
[   191.887] (II) Loader magic: 0x821d40
[   191.887] (II) Module ABI versions:
[   191.887] 	X.Org ANSI C Emulation: 0.4
[   191.887] 	X.Org Video Driver: 20.0
[   191.887] 	X.Org XInput driver : 22.1
[   191.887] 	X.Org Server Extension : 9.0
[   191.887] (++) using VT number 2

[   191.887] (--) controlling tty is VT number 2, auto-enabling KeepTty
[   191.888] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
[   191.888] (II) xfree86: Adding drm device (/dev/dri/card1)
[   191.889] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0
[   191.889] (II) xfree86: Adding drm device (/dev/dri/card0)
[   191.889] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
[   191.889] (--) PCI:*(0:0:2:0) 8086:0412:1043:8534 rev 6, Mem @ 0xdf400000/4194304, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   191.889] (--) PCI: (0:1:0:0) 10de:13c2:1462:3160 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   191.889] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   191.889] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   191.889] (II) LoadModule: "glx"
[   191.890] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   191.891] (II) Module glx: vendor="NVIDIA Corporation"
[   191.891] 	compiled for 4.0.2, module version = 1.0.0
[   191.891] 	Module class: X.Org Server Extension
[   191.891] (II) NVIDIA GLX Module  375.26  Thu Dec  8 17:59:51 PST 2016
[   191.891] (II) LoadModule: "nvidia"
[   191.892] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   191.892] (II) Module nvidia: vendor="NVIDIA Corporation"
[   191.892] 	compiled for 4.0.2, module version = 1.0.0
[   191.892] 	Module class: X.Org Video Driver
[   191.892] (II) LoadModule: "modesetting"
[   191.892] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   191.894] (II) Module modesetting: vendor="X.Org Foundation"
[   191.894] 	compiled for 1.18.4, module version = 1.18.4
[   191.894] 	Module class: X.Org Video Driver
[   191.894] 	ABI class: X.Org Video Driver, version 20.0
[   191.894] (II) NVIDIA dlloader X Driver  375.26  Thu Dec  8 17:37:15 PST 2016
[   191.894] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   191.894] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   191.894] (II) systemd-logind: releasing fd for 226:1
[   191.894] (II) Loading sub module "fb"
[   191.894] (II) LoadModule: "fb"
[   191.894] (II) Loading /usr/lib/xorg/modules/libfb.so
[   191.894] (II) Module fb: vendor="X.Org Foundation"
[   191.894] 	compiled for 1.18.4, module version = 1.0.0
[   191.894] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   191.894] (II) Loading sub module "wfb"
[   191.894] (II) LoadModule: "wfb"
[   191.894] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   191.894] (II) Module wfb: vendor="X.Org Foundation"
[   191.894] 	compiled for 1.18.4, module version = 1.0.0
[   191.894] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   191.894] (II) Loading sub module "ramdac"
[   191.894] (II) LoadModule: "ramdac"
[   191.894] (II) Module "ramdac" already built-in
[   191.894] (II) modeset(1): using drv /dev/dri/card0
[   191.894] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"GPUSCR" for depth/fbbpp 24/32
[   191.894] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   191.894] (==) NVIDIA(0): RGB weight 888
[   191.894] (==) NVIDIA(0): Default visual is TrueColor
[   191.894] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   191.895] (**) NVIDIA(0): Enabling 2D acceleration
[   191.896] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   191.896] (--) NVIDIA(0):     CRT-0 (boot)
[   191.896] (--) NVIDIA(0):     DFP-0
[   191.896] (--) NVIDIA(0):     DFP-1
[   191.896] (--) NVIDIA(0):     DFP-2
[   191.896] (--) NVIDIA(0):     DFP-3
[   191.896] (--) NVIDIA(0):     DFP-4
[   191.897] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 970 (GM204-A) at PCI:1:0:0 (GPU-0)
[   191.897] (--) NVIDIA(0): Memory: 4194304 kBytes
[   191.897] (--) NVIDIA(0): VideoBIOS: 84.04.36.00.f1
[   191.897] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   191.928] (--) NVIDIA(GPU-0): DELL 1908FP (CRT-0): connected
[   191.928] (--) NVIDIA(GPU-0): DELL 1908FP (CRT-0): 400.0 MHz maximum pixel clock
[   191.928] (--) NVIDIA(GPU-0): 
[   191.944] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   191.944] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   191.944] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   191.944] (--) NVIDIA(GPU-0): 
[   191.959] (--) NVIDIA(GPU-0): DELL 1907FP (DFP-1): connected
[   191.959] (--) NVIDIA(GPU-0): DELL 1907FP (DFP-1): Internal TMDS
[   191.959] (--) NVIDIA(GPU-0): DELL 1907FP (DFP-1): 330.0 MHz maximum pixel clock
[   191.959] (--) NVIDIA(GPU-0): 
[   191.960] (--) NVIDIA(GPU-0): Samsung S24C650 (DFP-2): connected
[   191.960] (--) NVIDIA(GPU-0): Samsung S24C650 (DFP-2): Internal DisplayPort
[   191.960] (--) NVIDIA(GPU-0): Samsung S24C650 (DFP-2): 960.0 MHz maximum pixel clock
[   191.960] (--) NVIDIA(GPU-0): 
[   191.960] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   191.960] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   191.960] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   191.960] (--) NVIDIA(GPU-0): 
[   191.960] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   191.960] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   191.960] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[   191.960] (--) NVIDIA(GPU-0): 
[   191.966] (==) NVIDIA(0): 
[   191.966] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   191.966] (==) NVIDIA(0):     will be used as the requested mode.
[   191.966] (==) NVIDIA(0): 
[   191.966] (II) NVIDIA(0): Validated MetaModes:
[   191.966] (II) NVIDIA(0):    
[   191.966] (II) NVIDIA(0):     "CRT-0:nvidia-auto-select,DFP-1:nvidia-auto-select,DFP-2:nvidia-auto-select"
[   191.966] (II) NVIDIA(0): Virtual screen size determined to be 4480 x 1080
[   191.970] (--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
[   191.970] (--) NVIDIA(0):     option
[   191.970] (II) modeset(1): Creating default Display subsection in Screen section
	"CPUSCR" for depth/fbbpp 24/32
[   191.970] (**) modeset(1): Depth 24, (--) framebuffer bpp 32
[   191.970] (==) modeset(1): RGB weight 888
[   191.970] (==) modeset(1): Default visual is TrueColor
[   191.970] (II) Loading sub module "glamoregl"
[   191.970] (II) LoadModule: "glamoregl"
[   191.970] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   191.977] (II) Module glamoregl: vendor="X.Org Foundation"
[   191.978] 	compiled for 1.18.4, module version = 1.0.0
[   191.978] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   191.978] (II) glamor: OpenGL accelerated X.org driver based.
[   192.001] (EE) modeset(1): eglInitialize() failed
[   192.001] (EE) modeset(1): glamor initialization failed
[   192.001] (II) modeset(1): ShadowFB: preferred YES, enabled YES
[   192.014] (II) modeset(1): Output VGA-1 using monitor section Monitor1
[   192.014] (II) modeset(1): Output HDMI-1 has no monitor section
[   192.015] (II) modeset(1): Output DP-1 has no monitor section
[   192.015] (II) modeset(1): Output HDMI-2 has no monitor section
[   192.016] (II) modeset(1): Output HDMI-3 has no monitor section
[   192.029] (II) modeset(1): EDID for output VGA-1
[   192.029] (II) modeset(1): Manufacturer: ENC  Model: 1734  Serial#: 16843009
[   192.029] (II) modeset(1): Year: 2004  Week: 51
[   192.029] (II) modeset(1): EDID Version: 1.2
[   192.029] (II) modeset(1): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[   192.029] (II) modeset(1): Sync:  Separate
[   192.029] (II) modeset(1): Max Image Size [cm]: horiz.: 34  vert.: 27
[   192.029] (II) modeset(1): Gamma: 2.20
[   192.029] (II) modeset(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[   192.029] (II) modeset(1): First detailed timing is preferred mode
[   192.029] (II) modeset(1): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[   192.029] (II) modeset(1): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[   192.029] (II) modeset(1): Supported established timings:
[   192.029] (II) modeset(1): 720x400@70Hz
[   192.029] (II) modeset(1): 640x480@60Hz
[   192.029] (II) modeset(1): 640x480@67Hz
[   192.029] (II) modeset(1): 640x480@72Hz
[   192.029] (II) modeset(1): 640x480@75Hz
[   192.029] (II) modeset(1): 800x600@56Hz
[   192.029] (II) modeset(1): 800x600@60Hz
[   192.029] (II) modeset(1): 800x600@72Hz
[   192.029] (II) modeset(1): 800x600@75Hz
[   192.029] (II) modeset(1): 832x624@75Hz
[   192.029] (II) modeset(1): 1024x768@60Hz
[   192.029] (II) modeset(1): 1024x768@70Hz
[   192.029] (II) modeset(1): 1024x768@75Hz
[   192.029] (II) modeset(1): 1280x1024@75Hz
[   192.029] (II) modeset(1): 1152x864@75Hz
[   192.029] (II) modeset(1): Manufacturer's mask: 0
[   192.029] (II) modeset(1): Supported standard timings:
[   192.029] (II) modeset(1): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   192.029] (II) modeset(1): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[   192.029] (II) modeset(1): #2: hsize: 1280  vsize 960  refresh: 75  vid: 20353
[   192.029] (II) modeset(1): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   192.029] (II) modeset(1): Supported detailed timing:
[   192.029] (II) modeset(1): clock: 108.0 MHz   Image Size:  338 x 270 mm
[   192.029] (II) modeset(1): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[   192.029] (II) modeset(1): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[   192.029] (II) modeset(1): Serial No: 67638124
[   192.029] (II) modeset(1): Ranges: V min: 50 V max: 75 Hz, H min: 24 H max: 80 kHz, PixClock max 145 MHz
[   192.029] (II) modeset(1): Monitor name: L568
[   192.029] (II) modeset(1): EDID (in hex):
[   192.029] (II) modeset(1): 	00ffffffffffff0015c3341701010101
[   192.029] (II) modeset(1): 	330e010268221b78eaee95a3544c9926
[   192.029] (II) modeset(1): 	0f5054bfef8081808140814f714f0101
[   192.029] (II) modeset(1): 	010101010101302a009851002a403070
[   192.029] (II) modeset(1): 	1300520e1100001e000000ff00363736
[   192.029] (II) modeset(1): 	33383132340a20202020000000fd0032
[   192.029] (II) modeset(1): 	4b18500e000a202020202020000000fc
[   192.029] (II) modeset(1): 	004c3536380a20202020202020200008
[   192.029] (II) modeset(1): Printing probed modes for output VGA-1
[   192.029] (II) modeset(1): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[   192.029] (II) modeset(1): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   192.029] (II) modeset(1): Modeline "1280x960"x75.0  129.94  1280 1368 1504 1728  960 961 964 1002 -hsync +vsync (75.2 kHz)
[   192.029] (II) modeset(1): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   192.029] (II) modeset(1): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   192.029] (II) modeset(1): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   192.029] (II) modeset(1): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   192.029] (II) modeset(1): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   192.029] (II) modeset(1): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[   192.029] (II) modeset(1): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[   192.029] (II) modeset(1): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   192.029] (II) modeset(1): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   192.029] (II) modeset(1): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   192.029] (II) modeset(1): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   192.029] (II) modeset(1): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[   192.029] (II) modeset(1): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   192.029] (II) modeset(1): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   192.029] (II) modeset(1): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   192.029] (II) modeset(1): EDID for output HDMI-1
[   192.029] (II) modeset(1): EDID for output DP-1
[   192.030] (II) modeset(1): EDID for output HDMI-2
[   192.031] (II) modeset(1): EDID for output HDMI-3
[   192.031] (II) modeset(1): Output VGA-1 connected
[   192.031] (II) modeset(1): Output HDMI-1 disconnected
[   192.031] (II) modeset(1): Output DP-1 disconnected
[   192.031] (II) modeset(1): Output HDMI-2 disconnected
[   192.031] (II) modeset(1): Output HDMI-3 disconnected
[   192.031] (II) modeset(1): Using exact sizes for initial modes
[   192.031] (II) modeset(1): Output VGA-1 using initial mode 1280x1024 +0+0
[   192.031] (II) modeset(1): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   192.031] (==) modeset(1): DPI set to (96, 96)
[   192.031] (II) Loading sub module "fb"
[   192.031] (II) LoadModule: "fb"
[   192.031] (II) Loading /usr/lib/xorg/modules/libfb.so
[   192.031] (II) Module fb: vendor="X.Org Foundation"
[   192.031] 	compiled for 1.18.4, module version = 1.0.0
[   192.031] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   192.031] (II) Loading sub module "shadow"
[   192.031] (II) LoadModule: "shadow"
[   192.031] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   192.031] (II) Module shadow: vendor="X.Org Foundation"
[   192.031] 	compiled for 1.18.4, module version = 1.1.0
[   192.031] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   192.031] (--) Depth 24 pixmap format is 32 bpp
[   192.032] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[   192.032] (II) NVIDIA:     access.
[   192.035] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   192.035] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   192.035] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   192.035] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   192.035] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   192.035] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   192.035] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   192.035] (II) NVIDIA(0):     Config Options in the README.
[   192.056] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select,DFP-1:nvidia-auto-select,DFP-2:nvidia-auto-select"
[   192.091] (==) NVIDIA(0): Disabling shared memory pixmaps
[   192.091] (==) NVIDIA(0): Backing store enabled
[   192.091] (==) NVIDIA(0): Silken mouse enabled
[   192.092] (==) NVIDIA(0): DPMS enabled
[   192.092] (II) Loading sub module "dri2"
[   192.092] (II) LoadModule: "dri2"
[   192.092] (II) Module "dri2" already built-in
[   192.092] (II) NVIDIA(0): [DRI2] Setup complete
[   192.092] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   192.092] (--) RandR disabled
[   192.092] (==) modeset(1): Backing store enabled
[   192.092] (==) modeset(1): Silken mouse enabled
[   192.092] (II) modeset(1): RandR 1.2 enabled, ignore the following RandR disabled message.
[   192.092] (==) modeset(1): DPMS enabled
[   192.132] (--) RandR disabled
[   192.133] (II) Initializing extension GLX
[   192.133] (II) Indirect GLX disabled.
[   192.182] (II) modeset(1): Damage tracking initialized
[   192.182] (II) modeset(1): Setting screen physical size to 338 x 270
[   192.203] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   192.203] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   192.203] (II) LoadModule: "evdev"
[   192.203] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   192.203] (II) Module evdev: vendor="X.Org Foundation"
[   192.203] 	compiled for 1.18.4, module version = 2.10.4
[   192.203] 	Module class: X.Org XInput Driver
[   192.203] 	ABI class: X.Org XInput driver, version 22.1
[   192.203] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 31 paused 0
[   192.203] (II) Using input driver 'evdev' for 'Power Button'
[   192.203] (**) Power Button: always reports core events
[   192.203] (**) evdev: Power Button: Device: "/dev/input/event1"
[   192.204] (--) evdev: Power Button: Vendor 0 Product 0x1
[   192.204] (--) evdev: Power Button: Found keys
[   192.204] (II) evdev: Power Button: Configuring as keyboard
[   192.204] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
[   192.204] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   192.204] (**) Option "xkb_rules" "evdev"
[   192.204] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[   192.204] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   192.204] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 32 paused 0
[   192.204] (II) Using input driver 'evdev' for 'Video Bus'
[   192.204] (**) Video Bus: always reports core events
[   192.204] (**) evdev: Video Bus: Device: "/dev/input/event2"
[   192.204] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   192.204] (--) evdev: Video Bus: Found keys
[   192.204] (II) evdev: Video Bus: Configuring as keyboard
[   192.204] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event2"
[   192.204] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   192.204] (**) Option "xkb_rules" "evdev"
[   192.204] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   192.204] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   192.204] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 33 paused 0
[   192.204] (II) Using input driver 'evdev' for 'Power Button'
[   192.204] (**) Power Button: always reports core events
[   192.204] (**) evdev: Power Button: Device: "/dev/input/event0"
[   192.204] (--) evdev: Power Button: Vendor 0 Product 0x1
[   192.204] (--) evdev: Power Button: Found keys
[   192.204] (II) evdev: Power Button: Configuring as keyboard
[   192.204] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
[   192.204] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   192.204] (**) Option "xkb_rules" "evdev"
[   192.205] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event20)
[   192.205] (II) No input driver specified, ignoring this device.
[   192.205] (II) This device may have been added with another device file.
[   192.205] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event21)
[   192.205] (II) No input driver specified, ignoring this device.
[   192.205] (II) This device may have been added with another device file.
[   192.205] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event22)
[   192.205] (II) No input driver specified, ignoring this device.
[   192.205] (II) This device may have been added with another device file.
[   192.205] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event23)
[   192.205] (II) No input driver specified, ignoring this device.
[   192.205] (II) This device may have been added with another device file.
[   192.205] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event4)
[   192.205] (II) No input driver specified, ignoring this device.
[   192.205] (II) This device may have been added with another device file.
[   192.205] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event5)
[   192.205] (II) No input driver specified, ignoring this device.
[   192.205] (II) This device may have been added with another device file.
[   192.205] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event6)
[   192.205] (II) No input driver specified, ignoring this device.
[   192.205] (II) This device may have been added with another device file.
[   192.205] (II) config/udev: Adding input device Lenovo ThinkPad Compact USB Keyboard with TrackPoint (/dev/input/event16)
[   192.205] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Applying InputClass "evdev keyboard catchall"
[   192.206] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 34 paused 0
[   192.206] (II) Using input driver 'evdev' for 'Lenovo ThinkPad Compact USB Keyboard with TrackPoint'
[   192.206] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: always reports core events
[   192.206] (**) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Device: "/dev/input/event16"
[   192.206] (--) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Vendor 0x17ef Product 0x6047
[   192.206] (--) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Found keys
[   192.206] (II) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Configuring as keyboard
[   192.206] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.2/3-9.2:1.0/0003:17EF:6047.0001/input/input19/event16"
[   192.206] (II) XINPUT: Adding extended input device "Lenovo ThinkPad Compact USB Keyboard with TrackPoint" (type: KEYBOARD, id 9)
[   192.206] (**) Option "xkb_rules" "evdev"
[   192.206] (II) config/udev: Adding input device Lenovo ThinkPad Compact USB Keyboard with TrackPoint (/dev/input/event18)
[   192.206] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Applying InputClass "evdev pointer catchall"
[   192.206] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Applying InputClass "evdev keyboard catchall"
[   192.206] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 35 paused 0
[   192.206] (II) Using input driver 'evdev' for 'Lenovo ThinkPad Compact USB Keyboard with TrackPoint'
[   192.206] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: always reports core events
[   192.206] (**) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Device: "/dev/input/event18"
[   192.206] (--) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Vendor 0x17ef Product 0x6047
[   192.206] (--) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Found 9 mouse buttons
[   192.206] (--) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Found scroll wheel(s)
[   192.206] (--) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Found relative axes
[   192.206] (--) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Found x and y relative axes
[   192.206] (--) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Found absolute axes
[   192.206] (--) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Found absolute multitouch axes
[   192.206] (--) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Fake MT device detected
[   192.206] (--) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Found keys
[   192.206] (II) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Configuring as mouse
[   192.206] (II) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Configuring as keyboard
[   192.206] (II) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Adding scrollwheel support
[   192.206] (**) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: YAxisMapping: buttons 4 and 5
[   192.206] (**) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   192.206] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.2/3-9.2:1.1/0003:17EF:6047.0002/input/input21/event18"
[   192.206] (II) XINPUT: Adding extended input device "Lenovo ThinkPad Compact USB Keyboard with TrackPoint" (type: KEYBOARD, id 10)
[   192.206] (**) Option "xkb_rules" "evdev"
[   192.206] (II) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: initialized for relative axes.
[   192.206] (WW) evdev: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: ignoring absolute axes.
[   192.206] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: (accel) keeping acceleration scheme 1
[   192.206] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: (accel) acceleration profile 0
[   192.206] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: (accel) acceleration factor: 2.000
[   192.206] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: (accel) acceleration threshold: 4
[   192.207] (II) config/udev: Adding input device Lenovo ThinkPad Compact USB Keyboard with TrackPoint (/dev/input/mouse0)
[   192.207] (II) No input driver specified, ignoring this device.
[   192.207] (II) This device may have been added with another device file.
[   192.207] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 (/dev/input/event15)
[   192.207] (**) Microsoft Microsoft® Nano Transceiver v1.0: Applying InputClass "evdev keyboard catchall"
[   192.207] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 36 paused 0
[   192.207] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v1.0'
[   192.207] (**) Microsoft Microsoft® Nano Transceiver v1.0: always reports core events
[   192.207] (**) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Device: "/dev/input/event15"
[   192.207] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Vendor 0x45e Product 0x7b2
[   192.207] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found keys
[   192.207] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Configuring as keyboard
[   192.207] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.3/3-9.3:1.0/0003:045E:07B2.0003/input/input18/event15"
[   192.207] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0" (type: KEYBOARD, id 11)
[   192.207] (**) Option "xkb_rules" "evdev"
[   192.207] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 (/dev/input/event24)
[   192.207] (**) Microsoft Microsoft® Nano Transceiver v1.0: Applying InputClass "evdev pointer catchall"
[   192.208] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 37 paused 0
[   192.208] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v1.0'
[   192.208] (**) Microsoft Microsoft® Nano Transceiver v1.0: always reports core events
[   192.208] (**) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Device: "/dev/input/event24"
[   192.208] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Vendor 0x45e Product 0x7b2
[   192.208] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found 9 mouse buttons
[   192.208] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found scroll wheel(s)
[   192.208] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found relative axes
[   192.208] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found x and y relative axes
[   192.208] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Configuring as mouse
[   192.208] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Adding scrollwheel support
[   192.208] (**) evdev: Microsoft Microsoft® Nano Transceiver v1.0: YAxisMapping: buttons 4 and 5
[   192.208] (**) evdev: Microsoft Microsoft® Nano Transceiver v1.0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   192.208] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.3/3-9.3:1.1/0003:045E:07B2.0007/input/input27/event24"
[   192.208] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0" (type: MOUSE, id 12)
[   192.208] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: initialized for relative axes.
[   192.208] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) keeping acceleration scheme 1
[   192.208] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) acceleration profile 0
[   192.208] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) acceleration factor: 2.000
[   192.208] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) acceleration threshold: 4
[   192.208] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 (/dev/input/mouse1)
[   192.208] (II) No input driver specified, ignoring this device.
[   192.208] (II) This device may have been added with another device file.
[   192.208] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 (/dev/input/event17)
[   192.208] (**) Microsoft Microsoft® Nano Transceiver v1.0: Applying InputClass "evdev keyboard catchall"
[   192.208] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 38 paused 0
[   192.208] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v1.0'
[   192.208] (**) Microsoft Microsoft® Nano Transceiver v1.0: always reports core events
[   192.208] (**) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Device: "/dev/input/event17"
[   192.208] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Vendor 0x45e Product 0x7b2
[   192.208] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found 1 mouse buttons
[   192.208] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found scroll wheel(s)
[   192.208] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found relative axes
[   192.208] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found absolute axes
[   192.208] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found absolute multitouch axes
[   192.208] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Fake MT device detected
[   192.208] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found x and y absolute axes
[   192.208] (--) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Found keys
[   192.208] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Forcing relative x/y axes to exist.
[   192.208] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Configuring as mouse
[   192.208] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Configuring as keyboard
[   192.208] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: Adding scrollwheel support
[   192.208] (**) evdev: Microsoft Microsoft® Nano Transceiver v1.0: YAxisMapping: buttons 4 and 5
[   192.208] (**) evdev: Microsoft Microsoft® Nano Transceiver v1.0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   192.208] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.3/3-9.3:1.2/0003:045E:07B2.0005/input/input20/event17"
[   192.208] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0" (type: KEYBOARD, id 13)
[   192.208] (**) Option "xkb_rules" "evdev"
[   192.208] (II) evdev: Microsoft Microsoft® Nano Transceiver v1.0: initialized for relative axes.
[   192.208] (WW) evdev: Microsoft Microsoft® Nano Transceiver v1.0: ignoring absolute axes.
[   192.208] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) keeping acceleration scheme 1
[   192.208] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) acceleration profile 0
[   192.209] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) acceleration factor: 2.000
[   192.209] (**) Microsoft Microsoft® Nano Transceiver v1.0: (accel) acceleration threshold: 4
[   192.209] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 (/dev/input/js0)
[   192.209] (II) No input driver specified, ignoring this device.
[   192.209] (II) This device may have been added with another device file.
[   192.209] (II) config/udev: Adding input device C-Media Electronics Inc.       USB PnP Sound Device (/dev/input/event19)
[   192.209] (**) C-Media Electronics Inc.       USB PnP Sound Device: Applying InputClass "evdev keyboard catchall"
[   192.209] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 39 paused 0
[   192.209] (II) Using input driver 'evdev' for 'C-Media Electronics Inc.       USB PnP Sound Device'
[   192.209] (**) C-Media Electronics Inc.       USB PnP Sound Device: always reports core events
[   192.209] (**) evdev: C-Media Electronics Inc.       USB PnP Sound Device: Device: "/dev/input/event19"
[   192.209] (--) evdev: C-Media Electronics Inc.       USB PnP Sound Device: Vendor 0xd8c Product 0x13c
[   192.209] (--) evdev: C-Media Electronics Inc.       USB PnP Sound Device: Found keys
[   192.209] (II) evdev: C-Media Electronics Inc.       USB PnP Sound Device: Configuring as keyboard
[   192.209] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.7/3-9.7:1.2/0003:0D8C:013C.0006/input/input22/event19"
[   192.209] (II) XINPUT: Adding extended input device "C-Media Electronics Inc.       USB PnP Sound Device" (type: KEYBOARD, id 14)
[   192.209] (**) Option "xkb_rules" "evdev"
[   192.209] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
[   192.209] (II) No input driver specified, ignoring this device.
[   192.209] (II) This device may have been added with another device file.
[   192.209] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
[   192.209] (II) No input driver specified, ignoring this device.
[   192.209] (II) This device may have been added with another device file.
[   192.209] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event9)
[   192.209] (II) No input driver specified, ignoring this device.
[   192.209] (II) This device may have been added with another device file.
[   192.210] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event10)
[   192.210] (II) No input driver specified, ignoring this device.
[   192.210] (II) This device may have been added with another device file.
[   192.210] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event11)
[   192.210] (II) No input driver specified, ignoring this device.
[   192.210] (II) This device may have been added with another device file.
[   192.210] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event12)
[   192.210] (II) No input driver specified, ignoring this device.
[   192.210] (II) This device may have been added with another device file.
[   192.210] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[   192.210] (II) No input driver specified, ignoring this device.
[   192.210] (II) This device may have been added with another device file.
[   192.210] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event14)
[   192.210] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   192.210] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 40 paused 0
[   192.210] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[   192.210] (**) Eee PC WMI hotkeys: always reports core events
[   192.210] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event14"
[   192.210] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[   192.210] (--) evdev: Eee PC WMI hotkeys: Found keys
[   192.210] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[   192.210] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input17/event14"
[   192.210] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 15)
[   192.210] (**) Option "xkb_rules" "evdev"
[   192.210] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[   192.210] (II) No input driver specified, ignoring this device.
[   192.210] (II) This device may have been added with another device file.
[   192.280] (II) NVIDIA(0): Setting mode "DVI-I-0: nvidia-auto-select @1280x1024 +0+0 {ViewPortIn=1280x1024, ViewPortOut=1280x1024+0+0}, HDMI-0: nvidia-auto-select @1280x1024 +3200+0 {ViewPortIn=1280x1024, ViewPortOut=1280x1024+0+0}, DP-0: nvidia-auto-select @1920x1080 +2560+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[   192.407] (II) NVIDIA(0): Setting mode "DVI-I-0: nvidia-auto-select @1280x1024 +0+0 {ViewPortIn=1280x1024, ViewPortOut=1280x1024+0+0}, HDMI-0: nvidia-auto-select @1280x1024 +3200+0 {ViewPortIn=1280x1024, ViewPortOut=1280x1024+0+0}, DP-0: nvidia-auto-select @1920x1080 +1280+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"

Offline

Board footer

Powered by FluxBB