You are not logged in.
Hi,
I recently installed arch with i3wm. When i type
startx to start i3wm i got only 2 of my 3 monitors working (these 2 are connected to nvidia gpu and third is connected to motherboard).
That third monitor is visible in xrandr -q as HDMI2 (even though it is connected via dvi-d):
Screen 0: minimum 8 x 8, current 5760 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected primary (normal left inverted right x axis y axis)
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
1920x1080 60.00*+ 59.94 50.00 60.05 60.00 50.04
1680x1050 59.95
1600x900 60.00
1440x900 59.89
1400x1050 59.98
1280x1024 60.02
1280x800 59.81
1280x720 60.00 59.94 50.00
1152x864 60.00
1024x768 60.00
800x600 60.32
720x576 50.00
720x480 59.94
640x480 59.94 59.93
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DVI-D-0 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 480mm x 270mm
1920x1080 60.00*+
1680x1050 59.95
1600x900 60.00
1440x900 59.89
1400x1050 59.98
1280x1024 75.02 60.02
1280x800 59.81
1280x720 60.00
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 59.94
None-2-1 connected (normal left inverted right x axis y axis)
1024x768 60.00 +
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 connected 1920x1080+3840+0 (normal left inverted right x axis y axis) 440mm x 240mm
1920x1080 60.00*+
1680x1050 59.88
1280x1024 75.02 60.02
1440x900 74.98 59.90
1280x960 60.00
1280x720 60.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 72.81 66.67 59.94
720x400 70.08
HDMI3 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
1920x1080 (0x1bf) 148.500MHz +HSync +VSync
h: width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.50KHz
v: height 1080 start 1084 end 1089 total 1125 clock 60.00Hz
1280x1024 (0x1d8) 135.000MHz +HSync +VSync
h: width 1280 start 1296 end 1440 total 1688 skew 0 clock 79.98KHz
v: height 1024 start 1025 end 1028 total 1066 clock 75.02Hz
1280x1024 (0x1c9) 108.000MHz +HSync +VSync
h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 63.98KHz
v: height 1024 start 1025 end 1028 total 1066 clock 60.02Hz
1280x720 (0x1cb) 74.250MHz +HSync +VSync
h: width 1280 start 1390 end 1430 total 1650 skew 0 clock 45.00KHz
v: height 720 start 725 end 730 total 750 clock 60.00Hz
1024x768 (0x1da) 78.750MHz +HSync +VSync
h: width 1024 start 1040 end 1136 total 1312 skew 0 clock 60.02KHz
v: height 768 start 769 end 772 total 800 clock 75.03Hz
1024x768 (0x1cf) 65.000MHz -HSync -VSync
h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.36KHz
v: height 768 start 771 end 777 total 806 clock 60.00Hz
800x600 (0x1db) 49.500MHz +HSync +VSync
h: width 800 start 816 end 896 total 1056 skew 0 clock 46.88KHz
v: height 600 start 601 end 604 total 625 clock 75.00Hz
800x600 (0x1d0) 40.000MHz +HSync +VSync
h: width 800 start 840 end 968 total 1056 skew 0 clock 37.88KHz
v: height 600 start 601 end 605 total 628 clock 60.32Hz
640x480 (0x1dc) 31.500MHz -HSync -VSync
h: width 640 start 656 end 720 total 840 skew 0 clock 37.50KHz
v: height 480 start 481 end 484 total 500 clock 75.00Hz
640x480 (0x1d3) 25.175MHz -HSync -VSync
h: width 640 start 656 end 752 total 800 skew 0 clock 31.47KHz
v: height 480 start 490 end 492 total 525 clock 59.94HzI can manually enable that third monitor using xrandr (note that xrandr -q output from above is after enabling HDMI-2 with that method)
xrandr --output HDMI-2 --mode 1920x1080 --right-of DVI-D-0but after reboot it doesn't work.
How can I enable it permanently? I tried using configuration, but it doesn't work.
Section "Monitor"
Identifier "DVI-D-0"
Option "PreferredMode" "1920x1080"
Option "RightOf" "HDMI0"
EndSection
Section "Monitor"
Identifier "HDMI0"
Option "PreferredMode" "1920x1080"
Option "LeftOf" "DVI-D-0"
EndSection
Section "Monitor"
Identifier "HDMI2"
Option "PreferredMode" "1920x1080"
Option "RightOf" "DVI-D-0"
EndSectionLast edited by zarowsky (2024-02-19 17:05:15)
Offline
Remove xf86-video-intel and enable modesetting for nvidia https://wiki.archlinux.org/title/NVIDIA … de_setting and generally check https://wiki.archlinux.org/title/PRIME#Reverse_PRIME
Offline
You could also try to add
Option "Enable" "True"to the config, though generally all present outputs should™ be enabled by default when the X11 server starts.
Offline
So I removed xf86-video-intel and enabled modesetting. Then I did that Reverse PRIME and monitors that are connected to GPU stopped working, but monitor connected to motherboard is now working.
Also added Option "Enable" "True" but that changed nothing.
If i type
lspci | grep VGAin my output i have only Nvidia and Intel is not visible as VGA compatible controller, but as Display controller :
00:02.0 Display controller: Intel Corporation HD Graphics 630 (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 950] (rev a1)I don't know if this is the optimal solution, but I added a script call in the .xinitrc that manually adds monitors using xrandr and all 3 are working after reboot.
Offline
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
Offline
[ 35.970] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=59566ce2-1c93-4948-b9b5-1ab3cf58c54b rw loglevel=3 quietEnable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the nvidia_drm.modeset=1 kernel parameter, skip fbdev=1 for the moment.
[ 35.971] (==) Using config file: "/etc/X11/xorg.conf"
[ 35.971] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 35.971] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 35.972] (==) ServerLayout "layout"
[ 35.972] (**) |-->Screen "intel" (0)
[ 35.972] (**) | |-->Monitor "<default monitor>"
[ 35.972] (**) | |-->Device "intel"
[ 35.972] (**) | |-->GPUDevice "nvidia"
[ 35.972] (==) No monitor specified for screen "intel".
Using a default monitor configuration.
[ 35.972] (**) |-->Inactive Device "nvidia"and please post your xorg.conf, you basically what nothing but the monitor sections, iff at all.
Offline
Modeset parameter was already set:
sudo cat /sys/module/nvidia_drm/parameters/modeset
Yand now i removed fbdev=1 parameter
This is my xorg.conf:
Section "ServerLayout"
Identifier "layout"
Screen 0 "intel"
Inactive "nvidia"
Option "AllowNVIDIAGPUScreens"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSectionI copied it from Reverse PRIME
Offline
No, was not.
The kernel parameter is important, some modprobe.conf won't disable the simpledrm device.
And the xorg.conf is ideally just pointless, remove that.
Do you also try to run some xrandr output redirection?
Offline
Ok I removed xorg.conf
Do you also try to run some xrandr output redirection?
I don't know if I understand correctly but I added script with:
xrandr --output HDMI-1-0 --auto
xrandr --output DVI-D-1-0 --auto --right-of HDMI-3
xrandr --output HDMI-3 --auto --right-of DVI-D-1-0and I run it in .xinitrc
Offline
Those are harmless, have you added the kernel parameter? Do you still have a "None-1" output?
Offline
have you added the kernel parameter?
modeset? yes
Do you still have a "None-1" output?
In xrandr -q? Yes
Offline
Only one of those can be true.
Post an updated xorg log.
Offline
[ 14.366]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[ 14.367] Current Operating System: Linux archlinux 6.7.4-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 05 Feb 2024 22:07:49 +0000 x86_64
[ 14.367] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=59566ce2-1c93-4948-b9b5-1ab3cf58c54b rw loglevel=3 quiet
[ 14.367]
[ 14.367] Current version of pixman: 0.43.2
[ 14.367] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 14.367] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 14.367] (==) Log file: "/home/pietyr/.local/share/xorg/Xorg.0.log", Time: Mon Feb 19 16:08:55 2024
[ 14.369] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 14.369] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 14.370] (==) No Layout section. Using the first Screen section.
[ 14.370] (==) No screen section available. Using defaults.
[ 14.370] (**) |-->Screen "Default Screen Section" (0)
[ 14.370] (**) | |-->Monitor "<default monitor>"
[ 14.370] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 14.370] (==) Automatically adding devices
[ 14.370] (==) Automatically enabling devices
[ 14.370] (==) Automatically adding GPU devices
[ 14.370] (==) Automatically binding GPU devices
[ 14.371] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 14.371] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 14.371] Entry deleted from font path.
[ 14.371] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 14.371] Entry deleted from font path.
[ 14.371] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 14.371] Entry deleted from font path.
[ 14.371] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 14.371] Entry deleted from font path.
[ 14.372] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 14.372] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 14.372] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 14.372] (II) Module ABI versions:
[ 14.372] X.Org ANSI C Emulation: 0.4
[ 14.372] X.Org Video Driver: 25.2
[ 14.372] X.Org XInput driver : 24.4
[ 14.372] X.Org Server Extension : 10.0
[ 14.372] (++) using VT number 1
[ 14.374] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 14.379] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 14.379] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 14.380] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 14.381] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 14.381] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card2
[ 14.381] (II) systemd-logind: got fd for /dev/dri/card2 226:2 fd 14 paused 0
[ 14.382] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 14.382] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0
[ 14.383] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 15 paused 0
[ 14.386] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 14.389] (--) PCI: (0@0:2:0) 8086:5912:1458:d000 rev 4, Mem @ 0xed000000/16777216, 0xc0000000/268435456, I/O @ 0x0000f000/64
[ 14.389] (--) PCI:*(1@0:0:0) 10de:1402:1458:36c5 rev 161, Mem @ 0xee000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 14.389] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 14.389] (II) LoadModule: "glx"
[ 14.390] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 14.395] (II) Module glx: vendor="X.Org Foundation"
[ 14.395] compiled for 1.21.1.11, module version = 1.0.0
[ 14.395] ABI class: X.Org Server Extension, version 10.0
[ 14.395] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 14.395] loading driver: nvidia
[ 14.395] (==) Matched nvidia as autoconfigured driver 0
[ 14.395] (==) Matched nouveau as autoconfigured driver 1
[ 14.395] (==) Matched nv as autoconfigured driver 2
[ 14.395] (==) Matched intel as autoconfigured driver 3
[ 14.395] (==) Matched modesetting as autoconfigured driver 4
[ 14.395] (==) Matched fbdev as autoconfigured driver 5
[ 14.395] (==) Matched vesa as autoconfigured driver 6
[ 14.395] (==) Assigned the driver to the xf86ConfigLayout
[ 14.395] (II) LoadModule: "nvidia"
[ 14.395] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 14.398] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 14.398] compiled for 1.6.99.901, module version = 1.0.0
[ 14.398] Module class: X.Org Video Driver
[ 14.398] (II) LoadModule: "nouveau"
[ 14.399] (WW) Warning, couldn't open module nouveau
[ 14.399] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 14.399] (II) LoadModule: "nv"
[ 14.399] (WW) Warning, couldn't open module nv
[ 14.399] (EE) Failed to load module "nv" (module does not exist, 0)
[ 14.399] (II) LoadModule: "intel"
[ 14.399] (WW) Warning, couldn't open module intel
[ 14.399] (EE) Failed to load module "intel" (module does not exist, 0)
[ 14.399] (II) LoadModule: "modesetting"
[ 14.399] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 14.401] (II) Module modesetting: vendor="X.Org Foundation"
[ 14.401] compiled for 1.21.1.11, module version = 1.21.1
[ 14.401] Module class: X.Org Video Driver
[ 14.401] ABI class: X.Org Video Driver, version 25.2
[ 14.401] (II) LoadModule: "fbdev"
[ 14.401] (WW) Warning, couldn't open module fbdev
[ 14.401] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 14.401] (II) LoadModule: "vesa"
[ 14.401] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 14.402] (II) Module vesa: vendor="X.Org Foundation"
[ 14.402] compiled for 1.21.1.4, module version = 2.6.0
[ 14.402] Module class: X.Org Video Driver
[ 14.402] ABI class: X.Org Video Driver, version 25.2
[ 14.402] (II) NVIDIA dlloader X Driver 545.29.06 Thu Nov 16 01:52:34 UTC 2023
[ 14.402] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 14.402] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 14.402] (II) VESA: driver for VESA chipsets: vesa
[ 14.402] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 14.402] (II) systemd-logind: releasing fd for 226:1
[ 14.402] (II) Loading sub module "fb"
[ 14.402] (II) LoadModule: "fb"
[ 14.402] (II) Module "fb" already built-in
[ 14.402] (II) Loading sub module "wfb"
[ 14.402] (II) LoadModule: "wfb"
[ 14.403] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 14.403] (II) Module wfb: vendor="X.Org Foundation"
[ 14.403] compiled for 1.21.1.11, module version = 1.0.0
[ 14.403] ABI class: X.Org ANSI C Emulation, version 0.4
[ 14.406] (WW) Falling back to old probe method for modesetting
[ 14.406] (II) systemd-logind: releasing fd for 226:0
[ 14.406] (II) modeset(G0): using drv /dev/dri/card2
[ 14.406] (II) modeset(G1): using drv /dev/dri/card0
[ 14.406] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 14.407] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 14.407] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 14.407] (==) NVIDIA(0): RGB weight 888
[ 14.407] (==) NVIDIA(0): Default visual is TrueColor
[ 14.407] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 14.407] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 14.407] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 14.407] (**) NVIDIA(0): Enabling 2D acceleration
[ 14.407] (II) Loading sub module "glxserver_nvidia"
[ 14.407] (II) LoadModule: "glxserver_nvidia"
[ 14.407] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 14.449] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 14.449] compiled for 1.6.99.901, module version = 1.0.0
[ 14.449] Module class: X.Org Server Extension
[ 14.449] (II) NVIDIA GLX Module 545.29.06 Thu Nov 16 01:55:23 UTC 2023
[ 14.449] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 14.454] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 14.454] (--) NVIDIA(0): CRT-0
[ 14.454] (--) NVIDIA(0): DFP-0
[ 14.454] (--) NVIDIA(0): DFP-1 (boot)
[ 14.454] (--) NVIDIA(0): DFP-2
[ 14.454] (--) NVIDIA(0): DFP-3
[ 14.454] (--) NVIDIA(0): DFP-4
[ 14.456] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 950 (GM206-A) at PCI:1:0:0
[ 14.456] (II) NVIDIA(0): (GPU-0)
[ 14.456] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 14.456] (--) NVIDIA(0): VideoBIOS: 84.06.3d.00.57
[ 14.456] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 14.460] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 14.460] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 14.460] (--) NVIDIA(GPU-0):
[ 14.464] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 14.464] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 14.464] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 14.464] (--) NVIDIA(GPU-0):
[ 14.513] (--) NVIDIA(GPU-0): LG Electronics 22MP55 (DFP-1): connected
[ 14.513] (--) NVIDIA(GPU-0): LG Electronics 22MP55 (DFP-1): Internal TMDS
[ 14.513] (--) NVIDIA(GPU-0): LG Electronics 22MP55 (DFP-1): 600.0 MHz maximum pixel clock
[ 14.513] (--) NVIDIA(GPU-0):
[ 14.513] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 14.513] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 14.513] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 14.513] (--) NVIDIA(GPU-0):
[ 14.513] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 14.513] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 14.513] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 14.513] (--) NVIDIA(GPU-0):
[ 14.529] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-4): connected
[ 14.529] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-4): Internal TMDS
[ 14.529] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-4): 330.0 MHz maximum pixel clock
[ 14.529] (--) NVIDIA(GPU-0):
[ 14.534] (==) NVIDIA(0):
[ 14.534] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 14.534] (==) NVIDIA(0): will be used as the requested mode.
[ 14.534] (==) NVIDIA(0):
[ 14.535] (II) NVIDIA(0): Validated MetaModes:
[ 14.535] (II) NVIDIA(0): "DFP-1:nvidia-auto-select,DFP-4:nvidia-auto-select"
[ 14.535] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1080
[ 14.542] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[ 14.542] (--) NVIDIA(0): option
[ 14.542] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 14.542] (==) modeset(G0): RGB weight 888
[ 14.542] (==) modeset(G0): Default visual is TrueColor
[ 14.542] (II) Loading sub module "glamoregl"
[ 14.542] (II) LoadModule: "glamoregl"
[ 14.542] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 14.546] (II) Module glamoregl: vendor="X.Org Foundation"
[ 14.546] compiled for 1.21.1.11, module version = 1.0.1
[ 14.546] ABI class: X.Org ANSI C Emulation, version 0.4
[ 14.646] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 630 (KBL GT2)
[ 14.646] (II) modeset(G0): glamor initialized
[ 14.649] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[ 14.663] (II) modeset(G0): Output HDMI-1-3 has no monitor section
[ 14.663] (II) modeset(G0): Output DP-1-2 has no monitor section
[ 14.666] (II) modeset(G0): Output HDMI-1-4 has no monitor section
[ 14.670] (II) modeset(G0): EDID for output HDMI-1-2
[ 14.684] (II) modeset(G0): EDID for output HDMI-1-3
[ 14.684] (II) modeset(G0): Manufacturer: PHL Model: c103 Serial#: 28664
[ 14.684] (II) modeset(G0): Year: 2015 Week: 50
[ 14.684] (II) modeset(G0): EDID Version: 1.3
[ 14.684] (II) modeset(G0): Digital Display Input
[ 14.684] (II) modeset(G0): Max Image Size [cm]: horiz.: 44 vert.: 24
[ 14.684] (II) modeset(G0): Gamma: 2.20
[ 14.684] (II) modeset(G0): DPMS capabilities: Off
[ 14.684] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 14.684] (II) modeset(G0): First detailed timing is preferred mode
[ 14.684] (II) modeset(G0): redX: 0.636 redY: 0.340 greenX: 0.314 greenY: 0.630
[ 14.684] (II) modeset(G0): blueX: 0.149 blueY: 0.067 whiteX: 0.313 whiteY: 0.329
[ 14.684] (II) modeset(G0): Supported established timings:
[ 14.684] (II) modeset(G0): 720x400@70Hz
[ 14.684] (II) modeset(G0): 640x480@60Hz
[ 14.684] (II) modeset(G0): 640x480@67Hz
[ 14.684] (II) modeset(G0): 640x480@72Hz
[ 14.684] (II) modeset(G0): 640x480@75Hz
[ 14.684] (II) modeset(G0): 800x600@60Hz
[ 14.684] (II) modeset(G0): 800x600@75Hz
[ 14.684] (II) modeset(G0): 1024x768@60Hz
[ 14.684] (II) modeset(G0): 1024x768@75Hz
[ 14.684] (II) modeset(G0): 1280x1024@75Hz
[ 14.684] (II) modeset(G0): Manufacturer's mask: 0
[ 14.684] (II) modeset(G0): Supported standard timings:
[ 14.684] (II) modeset(G0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 14.684] (II) modeset(G0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 14.684] (II) modeset(G0): #2: hsize: 1440 vsize 900 refresh: 75 vid: 3989
[ 14.684] (II) modeset(G0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 14.684] (II) modeset(G0): #4: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 14.684] (II) modeset(G0): #5: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 14.684] (II) modeset(G0): #6: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 14.684] (II) modeset(G0): Supported detailed timing:
[ 14.684] (II) modeset(G0): clock: 148.5 MHz Image Size: 435 x 239 mm
[ 14.684] (II) modeset(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 14.684] (II) modeset(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 14.684] (II) modeset(G0): Serial No: UK51550028664
[ 14.684] (II) modeset(G0): Monitor name: PHL 200V4Q
[ 14.684] (II) modeset(G0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 14.684] (II) modeset(G0): EDID (in hex):
[ 14.684] (II) modeset(G0): 00ffffffffffff00410c03c1f86f0000
[ 14.684] (II) modeset(G0): 32190103802c18782ac955a25750a126
[ 14.684] (II) modeset(G0): 115054bd4b00d1c09500950fb30081c0
[ 14.684] (II) modeset(G0): 818081400101023a801871382d40582c
[ 14.684] (II) modeset(G0): 4500b3ef1000001e000000ff00554b35
[ 14.684] (II) modeset(G0): 31353530303238363634000000fc0050
[ 14.684] (II) modeset(G0): 484c203230305634510a2020000000fd
[ 14.684] (II) modeset(G0): 00384c1e5311000a202020202020008c
[ 14.684] (II) modeset(G0): Printing probed modes for output HDMI-1-3
[ 14.684] (II) modeset(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 14.684] (II) modeset(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 14.684] (II) modeset(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 14.684] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 14.684] (II) modeset(G0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
[ 14.684] (II) modeset(G0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 14.684] (II) modeset(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 14.684] (II) modeset(G0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 14.684] (II) modeset(G0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 14.684] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 14.684] (II) modeset(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 14.684] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 14.684] (II) modeset(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 14.684] (II) modeset(G0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 14.684] (II) modeset(G0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 14.684] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 14.684] (II) modeset(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 14.684] (II) modeset(G0): EDID for output DP-1-2
[ 14.687] (II) modeset(G0): EDID for output HDMI-1-4
[ 14.687] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 14.687] (==) modeset(G0): DPI set to (96, 96)
[ 14.687] (II) Loading sub module "fb"
[ 14.687] (II) LoadModule: "fb"
[ 14.687] (II) Module "fb" already built-in
[ 14.687] (==) modeset(G1): Depth 24, (==) framebuffer bpp 32
[ 14.687] (==) modeset(G1): RGB weight 888
[ 14.687] (==) modeset(G1): Default visual is TrueColor
[ 14.687] (II) Loading sub module "glamoregl"
[ 14.687] (II) LoadModule: "glamoregl"
[ 14.688] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 14.688] (II) Module glamoregl: vendor="X.Org Foundation"
[ 14.688] compiled for 1.21.1.11, module version = 1.0.1
[ 14.688] ABI class: X.Org ANSI C Emulation, version 0.4
[ 14.707] (II) modeset(G1): Refusing to try glamor on llvmpipe
[ 14.709] (II) modeset(G1): glamor initialization failed
[ 14.709] (II) modeset(G1): ShadowFB: preferred NO, enabled NO
[ 14.709] (II) modeset(G1): Output None-2-1 has no monitor section
[ 14.709] (II) modeset(G1): EDID for output None-2-1
[ 14.709] (II) modeset(G1): Printing probed modes for output None-2-1
[ 14.709] (II) modeset(G1): Modeline "1024x768"x60.0 47.19 1024 1024 1024 1024 768 768 768 768 (46.1 kHz eP)
[ 14.709] (==) modeset(G1): Using gamma correction (1.0, 1.0, 1.0)
[ 14.709] (==) modeset(G1): DPI set to (96, 96)
[ 14.709] (II) Loading sub module "fb"
[ 14.709] (II) LoadModule: "fb"
[ 14.709] (II) Module "fb" already built-in
[ 14.709] (II) UnloadModule: "vesa"
[ 14.709] (II) Unloading vesa
[ 14.709] (WW) NVIDIA: Failed to bind sideband socket to
[ 14.709] (WW) NVIDIA: '/var/run/nvidia-xdriver-bb3ed1fa' Permission denied
[ 14.710] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[ 14.710] (II) NVIDIA: access.
[ 14.712] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 14.712] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 14.712] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 14.712] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 14.712] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 14.712] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 14.712] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 14.712] (II) NVIDIA(0): Config Options in the README.
[ 14.727] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select,DFP-4:nvidia-auto-select"
[ 14.856] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 14.856] (==) NVIDIA(0): Backing store enabled
[ 14.856] (==) NVIDIA(0): Silken mouse enabled
[ 14.856] (==) NVIDIA(0): DPMS enabled
[ 14.857] (II) Loading sub module "dri2"
[ 14.857] (II) LoadModule: "dri2"
[ 14.857] (II) Module "dri2" already built-in
[ 14.857] (II) NVIDIA(0): [DRI2] Setup complete
[ 14.857] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 14.867] (==) modeset(G0): Backing store enabled
[ 14.867] (==) modeset(G0): Silken mouse enabled
[ 15.005] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 15.005] (==) modeset(G0): DPMS enabled
[ 15.005] (II) modeset(G0): [DRI2] Setup complete
[ 15.005] (II) modeset(G0): [DRI2] DRI driver: iris
[ 15.005] (II) modeset(G0): [DRI2] VDPAU driver: va_gl
[ 15.005] (II) modeset(G0): Disable reverse prime offload mode for i915.
[ 15.005] (==) modeset(G1): Backing store enabled
[ 15.005] (==) modeset(G1): Silken mouse enabled
[ 15.005] (II) modeset(G1): Initializing kms color map for depth 24, 8 bpc.
[ 15.006] (==) modeset(G1): DPMS enabled
[ 15.006] (II) Initializing extension Generic Event Extension
[ 15.006] (II) Initializing extension SHAPE
[ 15.006] (II) Initializing extension MIT-SHM
[ 15.007] (II) Initializing extension XInputExtension
[ 15.015] (II) Initializing extension XTEST
[ 15.016] (II) Initializing extension BIG-REQUESTS
[ 15.016] (II) Initializing extension SYNC
[ 15.017] (II) Initializing extension XKEYBOARD
[ 15.017] (II) Initializing extension XC-MISC
[ 15.017] (II) Initializing extension SECURITY
[ 15.017] (II) Initializing extension XFIXES
[ 15.018] (II) Initializing extension RENDER
[ 15.018] (II) Initializing extension RANDR
[ 15.019] (II) Initializing extension COMPOSITE
[ 15.019] (II) Initializing extension DAMAGE
[ 15.019] (II) Initializing extension MIT-SCREEN-SAVER
[ 15.020] (II) Initializing extension DOUBLE-BUFFER
[ 15.020] (II) Initializing extension RECORD
[ 15.020] (II) Initializing extension DPMS
[ 15.021] (II) Initializing extension Present
[ 15.021] (II) Initializing extension DRI3
[ 15.021] (II) Initializing extension X-Resource
[ 15.021] (II) Initializing extension XVideo
[ 15.022] (II) Initializing extension XVideo-MotionCompensation
[ 15.022] (II) Initializing extension GLX
[ 15.022] (II) Initializing extension GLX
[ 15.022] (II) Indirect GLX disabled.
[ 15.023] (II) GLX: Another vendor is already registered for screen 0
[ 15.023] (II) Initializing extension XFree86-VidModeExtension
[ 15.023] (II) Initializing extension XFree86-DGA
[ 15.023] (II) Initializing extension XFree86-DRI
[ 15.023] (II) Initializing extension DRI2
[ 15.024] (II) Initializing extension NV-GLX
[ 15.024] (II) Initializing extension NV-CONTROL
[ 15.024] (II) Initializing extension XINERAMA
[ 15.039] (II) modeset(G0): Damage tracking initialized
[ 15.043] (II) modeset(G1): Damage tracking initialized
[ 15.150] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 15.150] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 15.150] (II) LoadModule: "libinput"
[ 15.150] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 15.152] (II) Module libinput: vendor="X.Org Foundation"
[ 15.152] compiled for 1.21.1.8, module version = 1.4.0
[ 15.152] Module class: X.Org XInput Driver
[ 15.152] ABI class: X.Org XInput driver, version 24.4
[ 15.152] (II) Using input driver 'libinput' for 'Power Button'
[ 15.152] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 49 paused 0
[ 15.152] (**) Power Button: always reports core events
[ 15.152] (**) Option "Device" "/dev/input/event2"
[ 15.157] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 15.157] (II) event2 - Power Button: device is a keyboard
[ 15.157] (II) event2 - Power Button: device removed
[ 15.157] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 15.157] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 15.157] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 15.157] (II) event2 - Power Button: device is a keyboard
[ 15.158] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 15.158] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 15.158] (II) Using input driver 'libinput' for 'Video Bus'
[ 15.158] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 52 paused 0
[ 15.158] (**) Video Bus: always reports core events
[ 15.158] (**) Option "Device" "/dev/input/event3"
[ 15.159] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 15.159] (II) event3 - Video Bus: device is a keyboard
[ 15.159] (II) event3 - Video Bus: device removed
[ 15.159] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[ 15.159] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 15.160] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 15.160] (II) event3 - Video Bus: device is a keyboard
[ 15.161] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 15.161] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 15.161] (II) Using input driver 'libinput' for 'Power Button'
[ 15.161] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 53 paused 0
[ 15.161] (**) Power Button: always reports core events
[ 15.161] (**) Option "Device" "/dev/input/event1"
[ 15.162] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 15.162] (II) event1 - Power Button: device is a keyboard
[ 15.162] (II) event1 - Power Button: device removed
[ 15.162] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 15.162] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 15.163] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 15.163] (II) event1 - Power Button: device is a keyboard
[ 15.163] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 15.163] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 15.163] (II) Using input driver 'libinput' for 'Sleep Button'
[ 15.164] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 54 paused 0
[ 15.164] (**) Sleep Button: always reports core events
[ 15.164] (**) Option "Device" "/dev/input/event0"
[ 15.164] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 15.164] (II) event0 - Sleep Button: device is a keyboard
[ 15.165] (II) event0 - Sleep Button: device removed
[ 15.165] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 15.165] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 15.165] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 15.165] (II) event0 - Sleep Button: device is a keyboard
[ 15.166] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[ 15.166] (II) No input driver specified, ignoring this device.
[ 15.166] (II) This device may have been added with another device file.
[ 15.166] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[ 15.166] (II) No input driver specified, ignoring this device.
[ 15.166] (II) This device may have been added with another device file.
[ 15.167] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[ 15.167] (II) No input driver specified, ignoring this device.
[ 15.167] (II) This device may have been added with another device file.
[ 15.167] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[ 15.167] (II) No input driver specified, ignoring this device.
[ 15.167] (II) This device may have been added with another device file.
[ 15.168] (II) config/udev: Adding input device Dell KB216 Wired Keyboard (/dev/input/event4)
[ 15.168] (**) Dell KB216 Wired Keyboard: Applying InputClass "libinput keyboard catchall"
[ 15.168] (II) Using input driver 'libinput' for 'Dell KB216 Wired Keyboard'
[ 15.168] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 55 paused 0
[ 15.168] (**) Dell KB216 Wired Keyboard: always reports core events
[ 15.168] (**) Option "Device" "/dev/input/event4"
[ 15.170] (II) event4 - Dell KB216 Wired Keyboard: is tagged by udev as: Keyboard
[ 15.170] (II) event4 - Dell KB216 Wired Keyboard: device is a keyboard
[ 15.170] (II) event4 - Dell KB216 Wired Keyboard: device removed
[ 15.170] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/0003:413C:2113.0001/input/input4/event4"
[ 15.170] (II) XINPUT: Adding extended input device "Dell KB216 Wired Keyboard" (type: KEYBOARD, id 10)
[ 15.171] (II) event4 - Dell KB216 Wired Keyboard: is tagged by udev as: Keyboard
[ 15.171] (II) event4 - Dell KB216 Wired Keyboard: device is a keyboard
[ 15.172] (II) config/udev: Adding input device Dell KB216 Wired Keyboard System Control (/dev/input/event5)
[ 15.172] (**) Dell KB216 Wired Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 15.172] (II) Using input driver 'libinput' for 'Dell KB216 Wired Keyboard System Control'
[ 15.172] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 56 paused 0
[ 15.172] (**) Dell KB216 Wired Keyboard System Control: always reports core events
[ 15.172] (**) Option "Device" "/dev/input/event5"
[ 15.174] (II) event5 - Dell KB216 Wired Keyboard System Control: is tagged by udev as: Keyboard
[ 15.174] (II) event5 - Dell KB216 Wired Keyboard System Control: device is a keyboard
[ 15.174] (II) event5 - Dell KB216 Wired Keyboard System Control: device removed
[ 15.174] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.1/0003:413C:2113.0002/input/input5/event5"
[ 15.174] (II) XINPUT: Adding extended input device "Dell KB216 Wired Keyboard System Control" (type: KEYBOARD, id 11)
[ 15.175] (II) event5 - Dell KB216 Wired Keyboard System Control: is tagged by udev as: Keyboard
[ 15.175] (II) event5 - Dell KB216 Wired Keyboard System Control: device is a keyboard
[ 15.176] (II) config/udev: Adding input device Dell KB216 Wired Keyboard Consumer Control (/dev/input/event6)
[ 15.176] (**) Dell KB216 Wired Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 15.176] (II) Using input driver 'libinput' for 'Dell KB216 Wired Keyboard Consumer Control'
[ 15.176] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 57 paused 0
[ 15.176] (**) Dell KB216 Wired Keyboard Consumer Control: always reports core events
[ 15.176] (**) Option "Device" "/dev/input/event6"
[ 15.178] (II) event6 - Dell KB216 Wired Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 15.178] (II) event6 - Dell KB216 Wired Keyboard Consumer Control: device is a keyboard
[ 15.178] (II) event6 - Dell KB216 Wired Keyboard Consumer Control: device removed
[ 15.178] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.1/0003:413C:2113.0002/input/input6/event6"
[ 15.178] (II) XINPUT: Adding extended input device "Dell KB216 Wired Keyboard Consumer Control" (type: KEYBOARD, id 12)
[ 15.179] (II) event6 - Dell KB216 Wired Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 15.179] (II) event6 - Dell KB216 Wired Keyboard Consumer Control: device is a keyboard
[ 15.180] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 3 (/dev/input/event7)
[ 15.180] (**) SteelSeries SteelSeries Rival 3: Applying InputClass "libinput pointer catchall"
[ 15.180] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 3'
[ 15.237] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 58 paused 0
[ 15.237] (**) SteelSeries SteelSeries Rival 3: always reports core events
[ 15.237] (**) Option "Device" "/dev/input/event7"
[ 15.238] (II) event7 - SteelSeries SteelSeries Rival 3: is tagged by udev as: Mouse
[ 15.238] (II) event7 - SteelSeries SteelSeries Rival 3: device is a pointer
[ 15.238] (II) event7 - SteelSeries SteelSeries Rival 3: device removed
[ 15.238] (II) libinput: SteelSeries SteelSeries Rival 3: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 15.238] (II) libinput: SteelSeries SteelSeries Rival 3: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 15.238] (II) libinput: SteelSeries SteelSeries Rival 3: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 15.238] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:1038:184C.0003/input/input7/event7"
[ 15.238] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 3" (type: MOUSE, id 13)
[ 15.238] (**) Option "AccelerationScheme" "none"
[ 15.238] (**) SteelSeries SteelSeries Rival 3: (accel) selected scheme none/0
[ 15.238] (**) SteelSeries SteelSeries Rival 3: (accel) acceleration factor: 2.000
[ 15.238] (**) SteelSeries SteelSeries Rival 3: (accel) acceleration threshold: 4
[ 15.240] (II) event7 - SteelSeries SteelSeries Rival 3: is tagged by udev as: Mouse
[ 15.240] (II) event7 - SteelSeries SteelSeries Rival 3: device is a pointer
[ 15.241] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 3 (/dev/input/mouse0)
[ 15.241] (II) No input driver specified, ignoring this device.
[ 15.241] (II) This device may have been added with another device file.
[ 15.241] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 3 Keyboard (/dev/input/event8)
[ 15.241] (**) SteelSeries SteelSeries Rival 3 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 15.241] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 3 Keyboard'
[ 15.242] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 59 paused 0
[ 15.242] (**) SteelSeries SteelSeries Rival 3 Keyboard: always reports core events
[ 15.242] (**) Option "Device" "/dev/input/event8"
[ 15.243] (II) event8 - SteelSeries SteelSeries Rival 3 Keyboard: is tagged by udev as: Keyboard
[ 15.243] (II) event8 - SteelSeries SteelSeries Rival 3 Keyboard: device is a keyboard
[ 15.244] (II) event8 - SteelSeries SteelSeries Rival 3 Keyboard: device removed
[ 15.244] (II) libinput: SteelSeries SteelSeries Rival 3 Keyboard: needs a virtual subdevice
[ 15.244] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.1/0003:1038:184C.0004/input/input8/event8"
[ 15.244] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 3 Keyboard" (type: MOUSE, id 14)
[ 15.244] (**) Option "AccelerationScheme" "none"
[ 15.244] (**) SteelSeries SteelSeries Rival 3 Keyboard: (accel) selected scheme none/0
[ 15.244] (**) SteelSeries SteelSeries Rival 3 Keyboard: (accel) acceleration factor: 2.000
[ 15.244] (**) SteelSeries SteelSeries Rival 3 Keyboard: (accel) acceleration threshold: 4
[ 15.245] (II) event8 - SteelSeries SteelSeries Rival 3 Keyboard: is tagged by udev as: Keyboard
[ 15.245] (II) event8 - SteelSeries SteelSeries Rival 3 Keyboard: device is a keyboard
[ 15.246] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event14)
[ 15.246] (II) No input driver specified, ignoring this device.
[ 15.246] (II) This device may have been added with another device file.
[ 15.246] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event15)
[ 15.246] (II) No input driver specified, ignoring this device.
[ 15.246] (II) This device may have been added with another device file.
[ 15.247] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event16)
[ 15.247] (II) No input driver specified, ignoring this device.
[ 15.247] (II) This device may have been added with another device file.
[ 15.247] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event17)
[ 15.247] (II) No input driver specified, ignoring this device.
[ 15.247] (II) This device may have been added with another device file.
[ 15.247] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event18)
[ 15.247] (II) No input driver specified, ignoring this device.
[ 15.247] (II) This device may have been added with another device file.
[ 15.248] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event19)
[ 15.248] (II) No input driver specified, ignoring this device.
[ 15.248] (II) This device may have been added with another device file.
[ 15.248] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event20)
[ 15.248] (II) No input driver specified, ignoring this device.
[ 15.248] (II) This device may have been added with another device file.
[ 15.249] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event21)
[ 15.249] (II) No input driver specified, ignoring this device.
[ 15.249] (II) This device may have been added with another device file.
[ 15.249] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event22)
[ 15.249] (II) No input driver specified, ignoring this device.
[ 15.249] (II) This device may have been added with another device file.
[ 15.249] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event23)
[ 15.249] (II) No input driver specified, ignoring this device.
[ 15.249] (II) This device may have been added with another device file.
[ 15.250] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event24)
[ 15.250] (II) No input driver specified, ignoring this device.
[ 15.250] (II) This device may have been added with another device file.
[ 15.250] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[ 15.250] (II) No input driver specified, ignoring this device.
[ 15.250] (II) This device may have been added with another device file.
[ 15.257] (**) SteelSeries SteelSeries Rival 3 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 15.257] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 3 Keyboard'
[ 15.257] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[ 15.257] (**) SteelSeries SteelSeries Rival 3 Keyboard: always reports core events
[ 15.257] (**) Option "Device" "/dev/input/event8"
[ 15.257] (II) libinput: SteelSeries SteelSeries Rival 3 Keyboard: is a virtual subdevice
[ 15.258] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.1/0003:1038:184C.0004/input/input8/event8"
[ 15.258] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 3 Keyboard" (type: KEYBOARD, id 15)Offline
[ 14.367] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=59566ce2-1c93-4948-b9b5-1ab3cf58c54b rw loglevel=3 quiet
And where's nvidia_drm.modeset=1 in that line?
Offline
OK i've done it wrong.
Now it's good:
[ 13.066]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[ 13.067] Current Operating System: Linux archlinux 6.7.4-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 05 Feb 2024 22:07:49 +0000 x86_64
[ 13.067] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=59566ce2-1c93-4948-b9b5-1ab3cf58c54b rw nvidia-drm.modeset=1 loglevel=3 quiet
[ 13.067]
[ 13.067] Current version of pixman: 0.43.2
[ 13.067] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 13.067] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13.067] (==) Log file: "/home/pietyr/.local/share/xorg/Xorg.0.log", Time: Mon Feb 19 16:54:55 2024
[ 13.070] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 13.070] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 13.070] (==) No Layout section. Using the first Screen section.
[ 13.070] (==) No screen section available. Using defaults.
[ 13.071] (**) |-->Screen "Default Screen Section" (0)
[ 13.071] (**) | |-->Monitor "<default monitor>"
[ 13.071] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 13.071] (==) Automatically adding devices
[ 13.071] (==) Automatically enabling devices
[ 13.071] (==) Automatically adding GPU devices
[ 13.071] (==) Automatically binding GPU devices
[ 13.071] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 13.072] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 13.072] Entry deleted from font path.
[ 13.072] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 13.072] Entry deleted from font path.
[ 13.072] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 13.072] Entry deleted from font path.
[ 13.072] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 13.072] Entry deleted from font path.
[ 13.073] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 13.073] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 13.073] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 13.073] (II) Module ABI versions:
[ 13.073] X.Org ANSI C Emulation: 0.4
[ 13.073] X.Org Video Driver: 25.2
[ 13.073] X.Org XInput driver : 24.4
[ 13.073] X.Org Server Extension : 10.0
[ 13.074] (++) using VT number 1
[ 13.076] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 13.080] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 13.080] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 13.081] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 13.082] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 13.082] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 13.083] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[ 13.086] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 13.088] (--) PCI: (0@0:2:0) 8086:5912:1458:d000 rev 4, Mem @ 0xed000000/16777216, 0xc0000000/268435456, I/O @ 0x0000f000/64
[ 13.088] (--) PCI:*(1@0:0:0) 10de:1402:1458:36c5 rev 161, Mem @ 0xee000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 13.088] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 13.088] (II) LoadModule: "glx"
[ 13.088] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 13.092] (II) Module glx: vendor="X.Org Foundation"
[ 13.092] compiled for 1.21.1.11, module version = 1.0.0
[ 13.092] ABI class: X.Org Server Extension, version 10.0
[ 13.092] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 13.092] loading driver: nvidia
[ 13.092] (==) Matched nvidia as autoconfigured driver 0
[ 13.092] (==) Matched nouveau as autoconfigured driver 1
[ 13.092] (==) Matched nv as autoconfigured driver 2
[ 13.092] (==) Matched intel as autoconfigured driver 3
[ 13.092] (==) Matched modesetting as autoconfigured driver 4
[ 13.092] (==) Matched fbdev as autoconfigured driver 5
[ 13.092] (==) Matched vesa as autoconfigured driver 6
[ 13.092] (==) Assigned the driver to the xf86ConfigLayout
[ 13.092] (II) LoadModule: "nvidia"
[ 13.092] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 13.095] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 13.095] compiled for 1.6.99.901, module version = 1.0.0
[ 13.095] Module class: X.Org Video Driver
[ 13.095] (II) LoadModule: "nouveau"
[ 13.096] (WW) Warning, couldn't open module nouveau
[ 13.096] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 13.096] (II) LoadModule: "nv"
[ 13.096] (WW) Warning, couldn't open module nv
[ 13.096] (EE) Failed to load module "nv" (module does not exist, 0)
[ 13.096] (II) LoadModule: "intel"
[ 13.096] (WW) Warning, couldn't open module intel
[ 13.096] (EE) Failed to load module "intel" (module does not exist, 0)
[ 13.096] (II) LoadModule: "modesetting"
[ 13.096] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 13.098] (II) Module modesetting: vendor="X.Org Foundation"
[ 13.098] compiled for 1.21.1.11, module version = 1.21.1
[ 13.098] Module class: X.Org Video Driver
[ 13.098] ABI class: X.Org Video Driver, version 25.2
[ 13.098] (II) LoadModule: "fbdev"
[ 13.098] (WW) Warning, couldn't open module fbdev
[ 13.098] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 13.098] (II) LoadModule: "vesa"
[ 13.098] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 13.098] (II) Module vesa: vendor="X.Org Foundation"
[ 13.098] compiled for 1.21.1.4, module version = 2.6.0
[ 13.098] Module class: X.Org Video Driver
[ 13.098] ABI class: X.Org Video Driver, version 25.2
[ 13.098] (II) NVIDIA dlloader X Driver 545.29.06 Thu Nov 16 01:52:34 UTC 2023
[ 13.098] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 13.098] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 13.098] (II) VESA: driver for VESA chipsets: vesa
[ 13.098] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 13.098] (II) systemd-logind: releasing fd for 226:0
[ 13.099] (II) Loading sub module "fb"
[ 13.099] (II) LoadModule: "fb"
[ 13.099] (II) Module "fb" already built-in
[ 13.099] (II) Loading sub module "wfb"
[ 13.099] (II) LoadModule: "wfb"
[ 13.099] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 13.099] (II) Module wfb: vendor="X.Org Foundation"
[ 13.099] compiled for 1.21.1.11, module version = 1.0.0
[ 13.099] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.102] (WW) Falling back to old probe method for modesetting
[ 13.102] (II) modeset(G0): using drv /dev/dri/card1
[ 13.102] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 13.102] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 13.102] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 13.102] (==) NVIDIA(0): RGB weight 888
[ 13.102] (==) NVIDIA(0): Default visual is TrueColor
[ 13.102] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 13.102] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 13.102] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 13.102] (**) NVIDIA(0): Enabling 2D acceleration
[ 13.102] (II) Loading sub module "glxserver_nvidia"
[ 13.102] (II) LoadModule: "glxserver_nvidia"
[ 13.102] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 13.138] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 13.138] compiled for 1.6.99.901, module version = 1.0.0
[ 13.138] Module class: X.Org Server Extension
[ 13.138] (II) NVIDIA GLX Module 545.29.06 Thu Nov 16 01:55:23 UTC 2023
[ 13.139] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 13.142] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 13.142] (--) NVIDIA(0): CRT-0
[ 13.142] (--) NVIDIA(0): DFP-0
[ 13.142] (--) NVIDIA(0): DFP-1 (boot)
[ 13.142] (--) NVIDIA(0): DFP-2
[ 13.142] (--) NVIDIA(0): DFP-3
[ 13.142] (--) NVIDIA(0): DFP-4
[ 13.143] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 950 (GM206-A) at PCI:1:0:0
[ 13.143] (II) NVIDIA(0): (GPU-0)
[ 13.143] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 13.143] (--) NVIDIA(0): VideoBIOS: 84.06.3d.00.57
[ 13.143] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 13.147] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 13.147] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 13.147] (--) NVIDIA(GPU-0):
[ 13.150] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 13.150] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 13.150] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 13.150] (--) NVIDIA(GPU-0):
[ 13.196] (--) NVIDIA(GPU-0): LG Electronics 22MP55 (DFP-1): connected
[ 13.196] (--) NVIDIA(GPU-0): LG Electronics 22MP55 (DFP-1): Internal TMDS
[ 13.196] (--) NVIDIA(GPU-0): LG Electronics 22MP55 (DFP-1): 600.0 MHz maximum pixel clock
[ 13.196] (--) NVIDIA(GPU-0):
[ 13.196] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 13.196] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 13.196] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 13.196] (--) NVIDIA(GPU-0):
[ 13.197] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 13.197] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 13.197] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 13.197] (--) NVIDIA(GPU-0):
[ 13.212] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-4): connected
[ 13.212] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-4): Internal TMDS
[ 13.212] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-4): 330.0 MHz maximum pixel clock
[ 13.212] (--) NVIDIA(GPU-0):
[ 13.216] (==) NVIDIA(0):
[ 13.216] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 13.216] (==) NVIDIA(0): will be used as the requested mode.
[ 13.216] (==) NVIDIA(0):
[ 13.216] (II) NVIDIA(0): Validated MetaModes:
[ 13.216] (II) NVIDIA(0): "DFP-1:nvidia-auto-select,DFP-4:nvidia-auto-select"
[ 13.216] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 1080
[ 13.221] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[ 13.221] (--) NVIDIA(0): option
[ 13.221] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 13.221] (==) modeset(G0): RGB weight 888
[ 13.221] (==) modeset(G0): Default visual is TrueColor
[ 13.221] (II) Loading sub module "glamoregl"
[ 13.221] (II) LoadModule: "glamoregl"
[ 13.221] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 13.225] (II) Module glamoregl: vendor="X.Org Foundation"
[ 13.225] compiled for 1.21.1.11, module version = 1.0.1
[ 13.225] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.324] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 630 (KBL GT2)
[ 13.324] (II) modeset(G0): glamor initialized
[ 13.327] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[ 13.341] (II) modeset(G0): Output HDMI-1-3 has no monitor section
[ 13.341] (II) modeset(G0): Output DP-1-2 has no monitor section
[ 13.344] (II) modeset(G0): Output HDMI-1-4 has no monitor section
[ 13.348] (II) modeset(G0): EDID for output HDMI-1-2
[ 13.362] (II) modeset(G0): EDID for output HDMI-1-3
[ 13.362] (II) modeset(G0): Manufacturer: PHL Model: c103 Serial#: 28664
[ 13.362] (II) modeset(G0): Year: 2015 Week: 50
[ 13.362] (II) modeset(G0): EDID Version: 1.3
[ 13.362] (II) modeset(G0): Digital Display Input
[ 13.362] (II) modeset(G0): Max Image Size [cm]: horiz.: 44 vert.: 24
[ 13.362] (II) modeset(G0): Gamma: 2.20
[ 13.362] (II) modeset(G0): DPMS capabilities: Off
[ 13.362] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 13.362] (II) modeset(G0): First detailed timing is preferred mode
[ 13.362] (II) modeset(G0): redX: 0.636 redY: 0.340 greenX: 0.314 greenY: 0.630
[ 13.362] (II) modeset(G0): blueX: 0.149 blueY: 0.067 whiteX: 0.313 whiteY: 0.329
[ 13.362] (II) modeset(G0): Supported established timings:
[ 13.362] (II) modeset(G0): 720x400@70Hz
[ 13.362] (II) modeset(G0): 640x480@60Hz
[ 13.362] (II) modeset(G0): 640x480@67Hz
[ 13.362] (II) modeset(G0): 640x480@72Hz
[ 13.362] (II) modeset(G0): 640x480@75Hz
[ 13.362] (II) modeset(G0): 800x600@60Hz
[ 13.362] (II) modeset(G0): 800x600@75Hz
[ 13.362] (II) modeset(G0): 1024x768@60Hz
[ 13.362] (II) modeset(G0): 1024x768@75Hz
[ 13.362] (II) modeset(G0): 1280x1024@75Hz
[ 13.362] (II) modeset(G0): Manufacturer's mask: 0
[ 13.362] (II) modeset(G0): Supported standard timings:
[ 13.362] (II) modeset(G0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 13.362] (II) modeset(G0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 13.362] (II) modeset(G0): #2: hsize: 1440 vsize 900 refresh: 75 vid: 3989
[ 13.362] (II) modeset(G0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 13.362] (II) modeset(G0): #4: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 13.362] (II) modeset(G0): #5: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 13.362] (II) modeset(G0): #6: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 13.362] (II) modeset(G0): Supported detailed timing:
[ 13.362] (II) modeset(G0): clock: 148.5 MHz Image Size: 435 x 239 mm
[ 13.362] (II) modeset(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 13.362] (II) modeset(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 13.362] (II) modeset(G0): Serial No: UK51550028664
[ 13.362] (II) modeset(G0): Monitor name: PHL 200V4Q
[ 13.362] (II) modeset(G0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 13.362] (II) modeset(G0): EDID (in hex):
[ 13.362] (II) modeset(G0): 00ffffffffffff00410c03c1f86f0000
[ 13.362] (II) modeset(G0): 32190103802c18782ac955a25750a126
[ 13.362] (II) modeset(G0): 115054bd4b00d1c09500950fb30081c0
[ 13.362] (II) modeset(G0): 818081400101023a801871382d40582c
[ 13.362] (II) modeset(G0): 4500b3ef1000001e000000ff00554b35
[ 13.362] (II) modeset(G0): 31353530303238363634000000fc0050
[ 13.362] (II) modeset(G0): 484c203230305634510a2020000000fd
[ 13.362] (II) modeset(G0): 00384c1e5311000a202020202020008c
[ 13.362] (II) modeset(G0): Printing probed modes for output HDMI-1-3
[ 13.362] (II) modeset(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 13.362] (II) modeset(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 13.362] (II) modeset(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 13.362] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 13.362] (II) modeset(G0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
[ 13.362] (II) modeset(G0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 13.362] (II) modeset(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 13.362] (II) modeset(G0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 13.362] (II) modeset(G0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 13.362] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 13.362] (II) modeset(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 13.362] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 13.362] (II) modeset(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 13.362] (II) modeset(G0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 13.362] (II) modeset(G0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 13.362] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 13.362] (II) modeset(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 13.362] (II) modeset(G0): EDID for output DP-1-2
[ 13.365] (II) modeset(G0): EDID for output HDMI-1-4
[ 13.365] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 13.365] (==) modeset(G0): DPI set to (96, 96)
[ 13.365] (II) Loading sub module "fb"
[ 13.365] (II) LoadModule: "fb"
[ 13.365] (II) Module "fb" already built-in
[ 13.365] (II) UnloadModule: "vesa"
[ 13.365] (II) Unloading vesa
[ 13.366] (WW) NVIDIA: Failed to bind sideband socket to
[ 13.366] (WW) NVIDIA: '/var/run/nvidia-xdriver-1c29fb93' Permission denied
[ 13.366] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[ 13.366] (II) NVIDIA: access.
[ 13.368] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 13.368] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 13.368] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 13.368] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 13.368] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 13.368] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 13.368] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 13.368] (II) NVIDIA(0): Config Options in the README.
[ 13.382] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select,DFP-4:nvidia-auto-select"
[ 13.509] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 13.509] (==) NVIDIA(0): Backing store enabled
[ 13.509] (==) NVIDIA(0): Silken mouse enabled
[ 13.510] (==) NVIDIA(0): DPMS enabled
[ 13.510] (II) Loading sub module "dri2"
[ 13.510] (II) LoadModule: "dri2"
[ 13.510] (II) Module "dri2" already built-in
[ 13.510] (II) NVIDIA(0): [DRI2] Setup complete
[ 13.510] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 13.523] (==) modeset(G0): Backing store enabled
[ 13.523] (==) modeset(G0): Silken mouse enabled
[ 13.663] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 13.663] (==) modeset(G0): DPMS enabled
[ 13.663] (II) modeset(G0): [DRI2] Setup complete
[ 13.663] (II) modeset(G0): [DRI2] DRI driver: iris
[ 13.663] (II) modeset(G0): [DRI2] VDPAU driver: va_gl
[ 13.663] (II) modeset(G0): Disable reverse prime offload mode for i915.
[ 13.664] (II) Initializing extension Generic Event Extension
[ 13.664] (II) Initializing extension SHAPE
[ 13.664] (II) Initializing extension MIT-SHM
[ 13.664] (II) Initializing extension XInputExtension
[ 13.673] (II) Initializing extension XTEST
[ 13.674] (II) Initializing extension BIG-REQUESTS
[ 13.674] (II) Initializing extension SYNC
[ 13.674] (II) Initializing extension XKEYBOARD
[ 13.675] (II) Initializing extension XC-MISC
[ 13.675] (II) Initializing extension SECURITY
[ 13.675] (II) Initializing extension XFIXES
[ 13.676] (II) Initializing extension RENDER
[ 13.676] (II) Initializing extension RANDR
[ 13.677] (II) Initializing extension COMPOSITE
[ 13.677] (II) Initializing extension DAMAGE
[ 13.677] (II) Initializing extension MIT-SCREEN-SAVER
[ 13.677] (II) Initializing extension DOUBLE-BUFFER
[ 13.678] (II) Initializing extension RECORD
[ 13.678] (II) Initializing extension DPMS
[ 13.678] (II) Initializing extension Present
[ 13.679] (II) Initializing extension DRI3
[ 13.679] (II) Initializing extension X-Resource
[ 13.679] (II) Initializing extension XVideo
[ 13.680] (II) Initializing extension XVideo-MotionCompensation
[ 13.680] (II) Initializing extension GLX
[ 13.680] (II) Initializing extension GLX
[ 13.680] (II) Indirect GLX disabled.
[ 13.681] (II) GLX: Another vendor is already registered for screen 0
[ 13.681] (II) Initializing extension XFree86-VidModeExtension
[ 13.681] (II) Initializing extension XFree86-DGA
[ 13.681] (II) Initializing extension XFree86-DRI
[ 13.681] (II) Initializing extension DRI2
[ 13.682] (II) Initializing extension NV-GLX
[ 13.682] (II) Initializing extension NV-CONTROL
[ 13.682] (II) Initializing extension XINERAMA
[ 13.696] (II) modeset(G0): Damage tracking initialized
[ 13.801] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 13.801] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 13.801] (II) LoadModule: "libinput"
[ 13.801] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 13.804] (II) Module libinput: vendor="X.Org Foundation"
[ 13.804] compiled for 1.21.1.8, module version = 1.4.0
[ 13.804] Module class: X.Org XInput Driver
[ 13.804] ABI class: X.Org XInput driver, version 24.4
[ 13.804] (II) Using input driver 'libinput' for 'Power Button'
[ 13.804] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 47 paused 0
[ 13.804] (**) Power Button: always reports core events
[ 13.804] (**) Option "Device" "/dev/input/event2"
[ 13.807] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 13.807] (II) event2 - Power Button: device is a keyboard
[ 13.808] (II) event2 - Power Button: device removed
[ 13.808] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 13.808] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 13.808] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 13.808] (II) event2 - Power Button: device is a keyboard
[ 13.809] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 13.809] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 13.809] (II) Using input driver 'libinput' for 'Video Bus'
[ 13.809] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 50 paused 0
[ 13.809] (**) Video Bus: always reports core events
[ 13.809] (**) Option "Device" "/dev/input/event3"
[ 13.810] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 13.810] (II) event3 - Video Bus: device is a keyboard
[ 13.810] (II) event3 - Video Bus: device removed
[ 13.810] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[ 13.810] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 13.811] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 13.811] (II) event3 - Video Bus: device is a keyboard
[ 13.812] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 13.812] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 13.812] (II) Using input driver 'libinput' for 'Power Button'
[ 13.812] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 51 paused 0
[ 13.812] (**) Power Button: always reports core events
[ 13.812] (**) Option "Device" "/dev/input/event1"
[ 13.813] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 13.813] (II) event1 - Power Button: device is a keyboard
[ 13.813] (II) event1 - Power Button: device removed
[ 13.813] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 13.813] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 13.814] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 13.814] (II) event1 - Power Button: device is a keyboard
[ 13.814] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 13.814] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 13.814] (II) Using input driver 'libinput' for 'Sleep Button'
[ 13.815] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 52 paused 0
[ 13.815] (**) Sleep Button: always reports core events
[ 13.815] (**) Option "Device" "/dev/input/event0"
[ 13.815] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 13.815] (II) event0 - Sleep Button: device is a keyboard
[ 13.815] (II) event0 - Sleep Button: device removed
[ 13.815] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 13.815] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 13.816] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 13.816] (II) event0 - Sleep Button: device is a keyboard
[ 13.817] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[ 13.817] (II) No input driver specified, ignoring this device.
[ 13.817] (II) This device may have been added with another device file.
[ 13.817] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[ 13.817] (II) No input driver specified, ignoring this device.
[ 13.817] (II) This device may have been added with another device file.
[ 13.818] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[ 13.818] (II) No input driver specified, ignoring this device.
[ 13.818] (II) This device may have been added with another device file.
[ 13.818] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[ 13.818] (II) No input driver specified, ignoring this device.
[ 13.818] (II) This device may have been added with another device file.
[ 13.819] (II) config/udev: Adding input device Dell KB216 Wired Keyboard (/dev/input/event4)
[ 13.819] (**) Dell KB216 Wired Keyboard: Applying InputClass "libinput keyboard catchall"
[ 13.819] (II) Using input driver 'libinput' for 'Dell KB216 Wired Keyboard'
[ 13.819] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 53 paused 0
[ 13.819] (**) Dell KB216 Wired Keyboard: always reports core events
[ 13.819] (**) Option "Device" "/dev/input/event4"
[ 13.821] (II) event4 - Dell KB216 Wired Keyboard: is tagged by udev as: Keyboard
[ 13.821] (II) event4 - Dell KB216 Wired Keyboard: device is a keyboard
[ 13.821] (II) event4 - Dell KB216 Wired Keyboard: device removed
[ 13.821] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.0/0003:413C:2113.0001/input/input4/event4"
[ 13.821] (II) XINPUT: Adding extended input device "Dell KB216 Wired Keyboard" (type: KEYBOARD, id 10)
[ 13.822] (II) event4 - Dell KB216 Wired Keyboard: is tagged by udev as: Keyboard
[ 13.822] (II) event4 - Dell KB216 Wired Keyboard: device is a keyboard
[ 13.823] (II) config/udev: Adding input device Dell KB216 Wired Keyboard System Control (/dev/input/event5)
[ 13.823] (**) Dell KB216 Wired Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 13.823] (II) Using input driver 'libinput' for 'Dell KB216 Wired Keyboard System Control'
[ 13.824] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 54 paused 0
[ 13.824] (**) Dell KB216 Wired Keyboard System Control: always reports core events
[ 13.824] (**) Option "Device" "/dev/input/event5"
[ 13.825] (II) event5 - Dell KB216 Wired Keyboard System Control: is tagged by udev as: Keyboard
[ 13.825] (II) event5 - Dell KB216 Wired Keyboard System Control: device is a keyboard
[ 13.825] (II) event5 - Dell KB216 Wired Keyboard System Control: device removed
[ 13.825] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.1/0003:413C:2113.0002/input/input5/event5"
[ 13.825] (II) XINPUT: Adding extended input device "Dell KB216 Wired Keyboard System Control" (type: KEYBOARD, id 11)
[ 13.826] (II) event5 - Dell KB216 Wired Keyboard System Control: is tagged by udev as: Keyboard
[ 13.826] (II) event5 - Dell KB216 Wired Keyboard System Control: device is a keyboard
[ 13.827] (II) config/udev: Adding input device Dell KB216 Wired Keyboard Consumer Control (/dev/input/event6)
[ 13.827] (**) Dell KB216 Wired Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 13.827] (II) Using input driver 'libinput' for 'Dell KB216 Wired Keyboard Consumer Control'
[ 13.827] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 55 paused 0
[ 13.827] (**) Dell KB216 Wired Keyboard Consumer Control: always reports core events
[ 13.827] (**) Option "Device" "/dev/input/event6"
[ 13.829] (II) event6 - Dell KB216 Wired Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 13.829] (II) event6 - Dell KB216 Wired Keyboard Consumer Control: device is a keyboard
[ 13.829] (II) event6 - Dell KB216 Wired Keyboard Consumer Control: device removed
[ 13.829] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.1/0003:413C:2113.0002/input/input6/event6"
[ 13.829] (II) XINPUT: Adding extended input device "Dell KB216 Wired Keyboard Consumer Control" (type: KEYBOARD, id 12)
[ 13.830] (II) event6 - Dell KB216 Wired Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 13.830] (II) event6 - Dell KB216 Wired Keyboard Consumer Control: device is a keyboard
[ 13.831] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 3 (/dev/input/event7)
[ 13.831] (**) SteelSeries SteelSeries Rival 3: Applying InputClass "libinput pointer catchall"
[ 13.831] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 3'
[ 13.887] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 56 paused 0
[ 13.887] (**) SteelSeries SteelSeries Rival 3: always reports core events
[ 13.887] (**) Option "Device" "/dev/input/event7"
[ 13.889] (II) event7 - SteelSeries SteelSeries Rival 3: is tagged by udev as: Mouse
[ 13.889] (II) event7 - SteelSeries SteelSeries Rival 3: device is a pointer
[ 13.889] (II) event7 - SteelSeries SteelSeries Rival 3: device removed
[ 13.889] (II) libinput: SteelSeries SteelSeries Rival 3: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 13.889] (II) libinput: SteelSeries SteelSeries Rival 3: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 13.889] (II) libinput: SteelSeries SteelSeries Rival 3: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 13.889] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:1038:184C.0003/input/input7/event7"
[ 13.889] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 3" (type: MOUSE, id 13)
[ 13.889] (**) Option "AccelerationScheme" "none"
[ 13.889] (**) SteelSeries SteelSeries Rival 3: (accel) selected scheme none/0
[ 13.889] (**) SteelSeries SteelSeries Rival 3: (accel) acceleration factor: 2.000
[ 13.889] (**) SteelSeries SteelSeries Rival 3: (accel) acceleration threshold: 4
[ 13.891] (II) event7 - SteelSeries SteelSeries Rival 3: is tagged by udev as: Mouse
[ 13.891] (II) event7 - SteelSeries SteelSeries Rival 3: device is a pointer
[ 13.893] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 3 (/dev/input/mouse0)
[ 13.893] (II) No input driver specified, ignoring this device.
[ 13.893] (II) This device may have been added with another device file.
[ 13.894] (II) config/udev: Adding input device SteelSeries SteelSeries Rival 3 Keyboard (/dev/input/event8)
[ 13.894] (**) SteelSeries SteelSeries Rival 3 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 13.894] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 3 Keyboard'
[ 13.895] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 57 paused 0
[ 13.895] (**) SteelSeries SteelSeries Rival 3 Keyboard: always reports core events
[ 13.895] (**) Option "Device" "/dev/input/event8"
[ 13.898] (II) event8 - SteelSeries SteelSeries Rival 3 Keyboard: is tagged by udev as: Keyboard
[ 13.898] (II) event8 - SteelSeries SteelSeries Rival 3 Keyboard: device is a keyboard
[ 13.898] (II) event8 - SteelSeries SteelSeries Rival 3 Keyboard: device removed
[ 13.898] (II) libinput: SteelSeries SteelSeries Rival 3 Keyboard: needs a virtual subdevice
[ 13.898] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.1/0003:1038:184C.0004/input/input8/event8"
[ 13.898] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 3 Keyboard" (type: MOUSE, id 14)
[ 13.898] (**) Option "AccelerationScheme" "none"
[ 13.898] (**) SteelSeries SteelSeries Rival 3 Keyboard: (accel) selected scheme none/0
[ 13.898] (**) SteelSeries SteelSeries Rival 3 Keyboard: (accel) acceleration factor: 2.000
[ 13.898] (**) SteelSeries SteelSeries Rival 3 Keyboard: (accel) acceleration threshold: 4
[ 13.900] (II) event8 - SteelSeries SteelSeries Rival 3 Keyboard: is tagged by udev as: Keyboard
[ 13.901] (II) event8 - SteelSeries SteelSeries Rival 3 Keyboard: device is a keyboard
[ 13.902] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event14)
[ 13.902] (II) No input driver specified, ignoring this device.
[ 13.902] (II) This device may have been added with another device file.
[ 13.902] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event15)
[ 13.902] (II) No input driver specified, ignoring this device.
[ 13.902] (II) This device may have been added with another device file.
[ 13.903] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event16)
[ 13.903] (II) No input driver specified, ignoring this device.
[ 13.903] (II) This device may have been added with another device file.
[ 13.903] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event17)
[ 13.903] (II) No input driver specified, ignoring this device.
[ 13.903] (II) This device may have been added with another device file.
[ 13.904] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event18)
[ 13.904] (II) No input driver specified, ignoring this device.
[ 13.904] (II) This device may have been added with another device file.
[ 13.905] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event19)
[ 13.905] (II) No input driver specified, ignoring this device.
[ 13.905] (II) This device may have been added with another device file.
[ 13.905] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event20)
[ 13.905] (II) No input driver specified, ignoring this device.
[ 13.905] (II) This device may have been added with another device file.
[ 13.906] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event21)
[ 13.906] (II) No input driver specified, ignoring this device.
[ 13.906] (II) This device may have been added with another device file.
[ 13.906] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event22)
[ 13.906] (II) No input driver specified, ignoring this device.
[ 13.906] (II) This device may have been added with another device file.
[ 13.907] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event23)
[ 13.907] (II) No input driver specified, ignoring this device.
[ 13.907] (II) This device may have been added with another device file.
[ 13.907] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event24)
[ 13.907] (II) No input driver specified, ignoring this device.
[ 13.907] (II) This device may have been added with another device file.
[ 13.908] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[ 13.908] (II) No input driver specified, ignoring this device.
[ 13.908] (II) This device may have been added with another device file.
[ 13.918] (**) SteelSeries SteelSeries Rival 3 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 13.918] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Rival 3 Keyboard'
[ 13.918] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[ 13.918] (**) SteelSeries SteelSeries Rival 3 Keyboard: always reports core events
[ 13.918] (**) Option "Device" "/dev/input/event8"
[ 13.918] (II) libinput: SteelSeries SteelSeries Rival 3 Keyboard: is a virtual subdevice
[ 13.918] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.1/0003:1038:184C.0004/input/input8/event8"
[ 13.918] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Rival 3 Keyboard" (type: KEYBOARD, id 15)
[ 49.306] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 49.306] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 49.306] (--) NVIDIA(GPU-0):
[ 49.310] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 49.310] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 49.310] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 49.310] (--) NVIDIA(GPU-0):
[ 49.402] (--) NVIDIA(GPU-0): LG Electronics 22MP55 (DFP-1): connected
[ 49.402] (--) NVIDIA(GPU-0): LG Electronics 22MP55 (DFP-1): Internal TMDS
[ 49.402] (--) NVIDIA(GPU-0): LG Electronics 22MP55 (DFP-1): 600.0 MHz maximum pixel clock
[ 49.402] (--) NVIDIA(GPU-0):
[ 49.402] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 49.402] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 49.402] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 49.402] (--) NVIDIA(GPU-0):
[ 49.402] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 49.402] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 49.402] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 49.402] (--) NVIDIA(GPU-0):
[ 49.433] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-4): connected
[ 49.433] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-4): Internal TMDS
[ 49.433] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-4): 330.0 MHz maximum pixel clock
[ 49.433] (--) NVIDIA(GPU-0):
[ 49.438] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 49.438] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 49.438] (--) NVIDIA(GPU-0):
[ 49.443] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 49.443] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 49.443] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 49.443] (--) NVIDIA(GPU-0):
[ 49.535] (--) NVIDIA(GPU-0): LG Electronics 22MP55 (DFP-1): connected
[ 49.535] (--) NVIDIA(GPU-0): LG Electronics 22MP55 (DFP-1): Internal TMDS
[ 49.535] (--) NVIDIA(GPU-0): LG Electronics 22MP55 (DFP-1): 600.0 MHz maximum pixel clock
[ 49.535] (--) NVIDIA(GPU-0):
[ 49.535] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 49.535] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 49.535] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[ 49.535] (--) NVIDIA(GPU-0):
[ 49.535] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 49.535] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 49.535] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 49.535] (--) NVIDIA(GPU-0):
[ 49.566] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-4): connected
[ 49.566] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-4): Internal TMDS
[ 49.566] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-4): 330.0 MHz maximum pixel clock
[ 49.566] (--) NVIDIA(GPU-0): Also None-* disappeared from xrandr -q
Offline
Yuo're currently running on the nvidia GPU, if you want to run the server on the intel GPU you'll actually have to restore your xorg.conf to convince it of that configuration.
If the monitors then (still) all work, please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline