You are not logged in.
I am using two monitors, one connected to my NVIDIA card (using DVI) and one connected to my intel processor (using VGA).
My xrandr only shows the DVI output, and does not show the VGA output.
Output of xrandr and lspci:
[main@samurai ~]$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 298mm
1920x1080 60.00 + 144.00* 119.98 99.93
1440x900 119.85
1280x1024 119.96 75.02 60.02
1024x768 119.99 75.03 60.00
800x600 119.97 75.00 60.32
640x480 120.01 75.00 59.94
DP-1 disconnected (normal left inverted right x axis y axis)
[main@samurai ~]$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 760] (rev a1)Now, I know the monitor is connected and can be seen, as with my current Xorg.config (shown below) I am able to access the second monitor (VGA intel) with my cursor. I cannot move windows over to the monitor nor do anything except move my cursor over to that monitor, and the cursor shows as an "x" when hovered over that screen. Further proof that the monitor works is that I was able to use xinerama to work with multihead (as in, when I was using xinerama the monitor worked perfectly as a second monitor i.e. I had multihead working).
From what I have read, I believe that the problem is not related to microcode (as I couldn't find anything big about it in my xorg.0.log, which can be found below), and may be related to drivers, however I am really not sure and could use some help with solving my problem.
Xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 375.20 (buildmeister@swio-display-x86-rhel47-06) Tue Nov 15 17:49:44 PST 2016
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 370.23 (builduser@rw) Tue Aug 23 20:22:36 CEST 2016
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 0 "Screen1" LeftOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "BenQ xl2411t"
HorizSync 30.0 - 160.0
VertRefresh 56.0 - 144.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 760"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Device1"
Driver "intel"
BusID "PCI:0:02:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "metamodes" "1920x1080_144 +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
Modes "1920x1080_144.00"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
#Choose the resolution
Depth 24
Modes "1280x1024_75.00"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
Section "InputClass"
Identifier "My Mouse"
MatchIsPointer "yes"
Option "AccelerationProfile" "-1"
Option "AccelerationScheme" "none"
Option "AccelSpeed" "-1"
EndSection Xorg.0.log:
[ 24.787]
X.Org X Server 1.19.1
Release Date: 2017-01-11
[ 24.787] X Protocol Version 11, Revision 0
[ 24.787] Build Operating System: Linux 4.8.14-1-ARCH x86_64
[ 24.787] Current Operating System: Linux samurai 4.8.13-1-ARCH #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016 x86_64
[ 24.787] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1b59df24-1b3d-4ec5-9904-6d4109c96f05 rw quiet
[ 24.787] Build Date: 12 January 2017 07:11:40AM
[ 24.787]
[ 24.787] Current version of pixman: 0.34.0
[ 24.788] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 24.788] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 24.788] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 26 19:10:59 2017
[ 24.793] (==) Using config file: "/etc/X11/xorg.conf"
[ 24.793] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 24.795] (==) ServerLayout "Layout0"
[ 24.795] (**) |-->Screen "Screen0" (0)
[ 24.795] (**) | |-->Monitor "Monitor0"
[ 24.796] (**) | |-->Device "Device0"
[ 24.796] (**) |-->Screen "Screen1" (0)
[ 24.796] (**) | |-->Monitor "Monitor1"
[ 24.796] (**) | |-->Device "Device1"
[ 24.796] (**) | |-->GPUDevice "Device1"
[ 24.796] (**) |-->Input Device "Keyboard0"
[ 24.796] (**) |-->Input Device "Mouse"
[ 24.796] (**) Option "Xinerama" "0"
[ 24.796] (==) Automatically adding devices
[ 24.796] (==) Automatically enabling devices
[ 24.796] (==) Automatically adding GPU devices
[ 24.796] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 24.799] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 24.799] Entry deleted from font path.
[ 24.799] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 24.799] Entry deleted from font path.
[ 24.799] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 24.799] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 24.799] Entry deleted from font path.
[ 24.799] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 24.799] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/
[ 24.799] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 24.799] (**) Extension "Composite" is disabled
[ 24.799] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 24.799] (WW) Disabling Keyboard0
[ 24.799] (WW) Disabling Mouse
[ 24.799] (II) Loader magic: 0x821d60
[ 24.799] (II) Module ABI versions:
[ 24.799] X.Org ANSI C Emulation: 0.4
[ 24.799] X.Org Video Driver: 23.0
[ 24.799] X.Org XInput driver : 24.1
[ 24.799] X.Org Server Extension : 10.0
[ 24.800] (++) using VT number 1
[ 24.800] (--) controlling tty is VT number 1, auto-enabling KeepTty
[ 24.801] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[ 24.801] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 24.801] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[ 24.801] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 24.801] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[ 24.802] (--) PCI: (0:0:2:0) 8086:0412:1458:d000 rev 6, Mem @ 0xdb400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64
[ 24.802] (--) PCI:*(0:1:0:0) 10de:1187:3842:2765 rev 161, Mem @ 0xda000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 24.802] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 24.802] (II) LoadModule: "glx"
[ 24.808] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 24.931] (II) Module glx: vendor="NVIDIA Corporation"
[ 24.931] compiled for 4.0.2, module version = 1.0.0
[ 24.931] Module class: X.Org Server Extension
[ 24.932] (II) NVIDIA GLX Module 375.26 Thu Dec 8 17:59:51 PST 2016
[ 24.933] (II) LoadModule: "nvidia"
[ 24.933] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 24.944] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 24.944] compiled for 4.0.2, module version = 1.0.0
[ 24.944] Module class: X.Org Video Driver
[ 24.945] (II) LoadModule: "intel"
[ 24.945] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 24.950] (II) Module intel: vendor="X.Org Foundation"
[ 24.950] compiled for 1.19.0, module version = 2.99.917
[ 24.950] Module class: X.Org Video Driver
[ 24.950] ABI class: X.Org Video Driver, version 23.0
[ 24.950] (II) NVIDIA dlloader X Driver 375.26 Thu Dec 8 17:37:15 PST 2016
[ 24.950] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 24.951] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 24.951] (II) intel: Driver for Intel(R) HD Graphics
[ 24.951] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 24.951] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 24.951] (II) systemd-logind: releasing fd for 226:1
[ 24.952] (II) Loading sub module "fb"
[ 24.952] (II) LoadModule: "fb"
[ 24.952] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 24.954] (II) Module fb: vendor="X.Org Foundation"
[ 24.954] compiled for 1.19.1, module version = 1.0.0
[ 24.954] ABI class: X.Org ANSI C Emulation, version 0.4
[ 24.954] (II) Loading sub module "wfb"
[ 24.954] (II) LoadModule: "wfb"
[ 24.954] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 24.956] (II) Module wfb: vendor="X.Org Foundation"
[ 24.956] compiled for 1.19.1, module version = 1.0.0
[ 24.956] ABI class: X.Org ANSI C Emulation, version 0.4
[ 24.956] (II) Loading sub module "ramdac"
[ 24.956] (II) LoadModule: "ramdac"
[ 24.956] (II) Module "ramdac" already built-in
[ 24.960] (II) intel(1): Using Kernel Mode Setting driver: i915, version 1.6.0 20160711
[ 24.960] (II) intel(1): SNA compiled from 2.99.917-747-g028c946d
[ 24.961] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 24.961] (==) NVIDIA(0): RGB weight 888
[ 24.961] (==) NVIDIA(0): Default visual is TrueColor
[ 24.961] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 24.962] (**) NVIDIA(0): Option "Stereo" "0"
[ 24.962] (**) NVIDIA(0): Option "SLI" "Off"
[ 24.962] (**) NVIDIA(0): Option "MultiGPU" "Off"
[ 24.962] (**) NVIDIA(0): Option "BaseMosaic" "off"
[ 24.962] (**) NVIDIA(0): Stereo disabled by request
[ 24.962] (**) NVIDIA(0): NVIDIA SLI disabled.
[ 24.962] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[ 24.962] (**) NVIDIA(0): Option "MetaModes" "1920x1080_144 +0+0"
[ 24.962] (**) NVIDIA(0): Enabling 2D acceleration
[ 25.523] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 25.523] (--) NVIDIA(0): CRT-0
[ 25.523] (--) NVIDIA(0): DFP-0
[ 25.523] (--) NVIDIA(0): DFP-1
[ 25.523] (--) NVIDIA(0): DFP-2
[ 25.523] (--) NVIDIA(0): DFP-3 (boot)
[ 25.523] (--) NVIDIA(0): DFP-4
[ 25.524] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 760 (GK104) at PCI:1:0:0 (GPU-0)
[ 25.524] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 25.524] (--) NVIDIA(0): VideoBIOS: 80.04.c4.00.60
[ 25.524] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 25.526] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 25.526] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 25.526] (--) NVIDIA(GPU-0):
[ 25.529] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 25.529] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 25.529] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 25.529] (--) NVIDIA(GPU-0):
[ 25.529] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 25.529] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 25.529] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 25.529] (--) NVIDIA(GPU-0):
[ 25.529] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 25.529] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 25.529] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 25.529] (--) NVIDIA(GPU-0):
[ 25.541] (--) NVIDIA(GPU-0): BenQ xl2411t (DFP-3): connected
[ 25.541] (--) NVIDIA(GPU-0): BenQ xl2411t (DFP-3): Internal TMDS
[ 25.541] (--) NVIDIA(GPU-0): BenQ xl2411t (DFP-3): 330.0 MHz maximum pixel clock
[ 25.541] (--) NVIDIA(GPU-0): BenQ xl2411t (DFP-3): supports NVIDIA 3D Vision stereo.
[ 25.541] (--) NVIDIA(GPU-0):
[ 25.541] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 25.541] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 25.541] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[ 25.541] (--) NVIDIA(GPU-0):
[ 25.542] (II) NVIDIA(0): Validated MetaModes:
[ 25.542] (II) NVIDIA(0): "1920x1080_144+0+0"
[ 25.542] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 25.545] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
[ 25.545] (--) NVIDIA(0): option
[ 25.547] (--) intel(1): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
[ 25.547] (--) intel(1): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[ 25.547] (**) intel(1): Depth 24, (--) framebuffer bpp 32
[ 25.547] (==) intel(1): RGB weight 888
[ 25.547] (==) intel(1): Default visual is TrueColor
[ 25.547] (II) intel(1): Output VGA1 using monitor section Monitor1
[ 25.548] (II) intel(1): Enabled output VGA1
[ 25.548] (II) intel(1): Output HDMI1 has no monitor section
[ 25.548] (II) intel(1): Enabled output HDMI1
[ 25.548] (II) intel(1): Output HDMI2 has no monitor section
[ 25.548] (II) intel(1): Enabled output HDMI2
[ 25.548] (II) intel(1): Output DP1 has no monitor section
[ 25.548] (II) intel(1): Enabled output DP1
[ 25.548] (II) intel(1): Output HDMI3 has no monitor section
[ 25.548] (II) intel(1): Enabled output HDMI3
[ 25.548] (--) intel(1): Using a maximum size of 256x256 for hardware cursors
[ 25.548] (II) intel(1): Output VIRTUAL1 has no monitor section
[ 25.548] (II) intel(1): Enabled output VIRTUAL1
[ 25.548] (II) intel(1): EDID for output DP1
[ 25.548] (II) intel(1): EDID for output HDMI1
[ 25.549] (II) intel(1): EDID for output HDMI2
[ 25.550] (II) intel(1): EDID for output HDMI3
[ 25.562] (II) intel(1): EDID for output VGA1
[ 25.562] (II) intel(1): Manufacturer: SAM Model: 11f Serial#: 1296707897
[ 25.563] (II) intel(1): Year: 2004 Week: 52
[ 25.563] (II) intel(1): EDID Version: 1.3
[ 25.563] (II) intel(1): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 25.563] (II) intel(1): Sync: Separate Composite
[ 25.563] (II) intel(1): Max Image Size [cm]: horiz.: 38 vert.: 30
[ 25.563] (II) intel(1): Gamma: 2.20
[ 25.563] (II) intel(1): DPMS capabilities: Off; RGB/Color Display
[ 25.563] (II) intel(1): First detailed timing is preferred mode
[ 25.563] (II) intel(1): redX: 0.634 redY: 0.354 greenX: 0.304 greenY: 0.581
[ 25.563] (II) intel(1): blueX: 0.143 blueY: 0.102 whiteX: 0.310 whiteY: 0.330
[ 25.563] (II) intel(1): Supported established timings:
[ 25.563] (II) intel(1): 720x400@70Hz
[ 25.563] (II) intel(1): 640x480@60Hz
[ 25.563] (II) intel(1): 640x480@67Hz
[ 25.563] (II) intel(1): 640x480@72Hz
[ 25.563] (II) intel(1): 640x480@75Hz
[ 25.563] (II) intel(1): 800x600@56Hz
[ 25.563] (II) intel(1): 800x600@60Hz
[ 25.563] (II) intel(1): 800x600@72Hz
[ 25.563] (II) intel(1): 800x600@75Hz
[ 25.563] (II) intel(1): 832x624@75Hz
[ 25.563] (II) intel(1): 1024x768@60Hz
[ 25.563] (II) intel(1): 1024x768@70Hz
[ 25.563] (II) intel(1): 1024x768@75Hz
[ 25.563] (II) intel(1): 1280x1024@75Hz
[ 25.563] (II) intel(1): 1152x864@75Hz
[ 25.563] (II) intel(1): Manufacturer's mask: 0
[ 25.563] (II) intel(1): Supported standard timings:
[ 25.563] (II) intel(1): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 25.563] (II) intel(1): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 25.563] (II) intel(1): Supported detailed timing:
[ 25.563] (II) intel(1): clock: 108.0 MHz Image Size: 376 x 301 mm
[ 25.563] (II) intel(1): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
[ 25.563] (II) intel(1): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
[ 25.563] (II) intel(1): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
[ 25.563] (II) intel(1): Monitor name: SyncMaster
[ 25.563] (II) intel(1): Serial No: H9NXC09952
[ 25.563] (II) intel(1): EDID (in hex):
[ 25.563] (II) intel(1): 00ffffffffffff004c2d1f0139314a4d
[ 25.563] (II) intel(1): 340e01036c261e782a6f86a25a4d9424
[ 25.563] (II) intel(1): 1a4f54bfef808180714f010101010101
[ 25.563] (II) intel(1): 010101010101302a009851002a403070
[ 25.563] (II) intel(1): 1300782d1100001e000000fd00384b1e
[ 25.563] (II) intel(1): 510e000a202020202020000000fc0053
[ 25.563] (II) intel(1): 796e634d61737465720a2020000000ff
[ 25.563] (II) intel(1): 0048394e584330393935320a20200020
[ 25.563] (II) intel(1): Printing probed modes for output VGA1
[ 25.563] (II) intel(1): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[ 25.563] (II) intel(1): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 25.563] (II) intel(1): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 25.563] (II) intel(1): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 25.563] (II) intel(1): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 25.563] (II) intel(1): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 25.563] (II) intel(1): Modeline "832x624"x75.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 25.563] (II) intel(1): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 25.563] (II) intel(1): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 25.563] (II) intel(1): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 25.563] (II) intel(1): Modeline "800x600"x56.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 25.563] (II) intel(1): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 25.563] (II) intel(1): Modeline "640x480"x73.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 25.563] (II) intel(1): Modeline "640x480"x67.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 25.563] (II) intel(1): Modeline "640x480"x60.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 25.563] (II) intel(1): Modeline "720x400"x70.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 25.563] (II) intel(1): EDID for output VIRTUAL1
[ 25.563] (II) intel(1): Output DP1 disconnected
[ 25.563] (II) intel(1): Output HDMI1 disconnected
[ 25.563] (II) intel(1): Output HDMI2 disconnected
[ 25.563] (II) intel(1): Output HDMI3 disconnected
[ 25.563] (II) intel(1): Output VGA1 connected
[ 25.563] (II) intel(1): Output VIRTUAL1 disconnected
[ 25.563] (II) intel(1): Using exact sizes for initial modes
[ 25.563] (II) intel(1): Output VGA1 using initial mode 1280x1024 +0+0
[ 25.564] (==) intel(1): TearFree enabled
[ 25.564] (==) intel(1): Using gamma correction (1.0, 1.0, 1.0)
[ 25.564] (==) intel(1): DPI set to (96, 96)
[ 25.564] (II) Loading sub module "dri3"
[ 25.564] (II) LoadModule: "dri3"
[ 25.564] (II) Module "dri3" already built-in
[ 25.564] (II) Loading sub module "dri2"
[ 25.564] (II) LoadModule: "dri2"
[ 25.564] (II) Module "dri2" already built-in
[ 25.564] (II) Loading sub module "present"
[ 25.564] (II) LoadModule: "present"
[ 25.564] (II) Module "present" already built-in
[ 25.564] (--) Depth 24 pixmap format is 32 bpp
[ 25.566] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[ 25.566] (II) NVIDIA: access.
[ 25.568] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 25.568] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 25.568] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 25.568] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 25.568] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 25.568] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 25.568] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 25.568] (II) NVIDIA(0): Config Options in the README.
[ 25.587] (II) NVIDIA(0): Setting mode "1920x1080_144+0+0"
[ 25.632] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 25.632] (==) NVIDIA(0): Backing store disabled
[ 25.632] (==) NVIDIA(0): Silken mouse enabled
[ 25.632] (**) NVIDIA(0): DPMS enabled
[ 25.634] (II) Loading sub module "dri2"
[ 25.634] (II) LoadModule: "dri2"
[ 25.634] (II) Module "dri2" already built-in
[ 25.634] (II) NVIDIA(0): [DRI2] Setup complete
[ 25.634] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 25.634] (--) RandR disabled
[ 25.637] (II) intel(1): SNA initialized with Haswell (gen7.5, gt2) backend
[ 25.637] (==) intel(1): Backing store disabled
[ 25.637] (==) intel(1): Silken mouse enabled
[ 25.637] (II) intel(1): HW Cursor enabled
[ 25.637] (II) intel(1): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 25.637] (==) intel(1): DPMS enabled
[ 25.637] (==) intel(1): Display hotplug detection enabled
[ 25.637] (II) intel(1): [DRI2] Setup complete
[ 25.637] (II) intel(1): [DRI2] DRI driver: i965
[ 25.637] (II) intel(1): [DRI2] VDPAU driver: va_gl
[ 25.637] (II) intel(1): direct rendering: DRI2 DRI3 enabled
[ 25.637] (II) intel(1): hardware support for Present enabled
[ 25.637] (--) RandR disabled
[ 25.641] (II) Initializing extension GLX
[ 25.641] (II) Indirect GLX disabled.
[ 25.644] (II) intel(1): switch to mode 1280x1024@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 25.649] (II) intel(1): Setting screen physical size to 338 x 270
[ 25.715] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 25.715] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 25.715] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 25.715] (II) LoadModule: "libinput"
[ 25.715] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 25.719] (II) Module libinput: vendor="X.Org Foundation"
[ 25.719] compiled for 1.19.0, module version = 0.23.0
[ 25.719] Module class: X.Org XInput Driver
[ 25.719] ABI class: X.Org XInput driver, version 24.1
[ 25.719] (II) Using input driver 'libinput' for 'Power Button'
[ 25.720] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 39 paused 0
[ 25.720] (**) Power Button: always reports core events
[ 25.720] (**) Option "Device" "/dev/input/event1"
[ 25.720] (**) Option "_source" "server/udev"
[ 25.720] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 25.720] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 25.720] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
[ 25.720] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 25.720] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[ 25.720] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[ 25.720] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 25.720] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 25.720] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 25.720] (II) Using input driver 'libinput' for 'Video Bus'
[ 25.720] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 42 paused 0
[ 25.720] (**) Video Bus: always reports core events
[ 25.720] (**) Option "Device" "/dev/input/event3"
[ 25.720] (**) Option "_source" "server/udev"
[ 25.721] (II) input device 'Video Bus', /dev/input/event3 is tagged by udev as: Keyboard
[ 25.721] (II) input device 'Video Bus', /dev/input/event3 is a keyboard
[ 25.721] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event3"
[ 25.721] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 25.721] (II) input device 'Video Bus', /dev/input/event3 is tagged by udev as: Keyboard
[ 25.721] (II) input device 'Video Bus', /dev/input/event3 is a keyboard
[ 25.721] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 25.721] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 25.721] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 25.721] (II) Using input driver 'libinput' for 'Power Button'
[ 25.721] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 43 paused 0
[ 25.721] (**) Power Button: always reports core events
[ 25.721] (**) Option "Device" "/dev/input/event0"
[ 25.721] (**) Option "_source" "server/udev"
[ 25.721] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
[ 25.721] (II) input device 'Power Button', /dev/input/event0 is a keyboard
[ 25.721] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
[ 25.721] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 25.722] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
[ 25.722] (II) input device 'Power Button', /dev/input/event0 is a keyboard
[ 25.722] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[ 25.722] (II) No input driver specified, ignoring this device.
[ 25.722] (II) This device may have been added with another device file.
[ 25.722] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[ 25.722] (II) No input driver specified, ignoring this device.
[ 25.722] (II) This device may have been added with another device file.
[ 25.722] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event17)
[ 25.722] (II) No input driver specified, ignoring this device.
[ 25.722] (II) This device may have been added with another device file.
[ 25.722] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
[ 25.722] (II) No input driver specified, ignoring this device.
[ 25.722] (II) This device may have been added with another device file.
[ 25.722] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event4)
[ 25.722] (II) No input driver specified, ignoring this device.
[ 25.722] (II) This device may have been added with another device file.
[ 25.722] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event5)
[ 25.722] (II) No input driver specified, ignoring this device.
[ 25.722] (II) This device may have been added with another device file.
[ 25.722] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event6)
[ 25.722] (II) No input driver specified, ignoring this device.
[ 25.722] (II) This device may have been added with another device file.
[ 25.723] (II) config/udev: Adding input device Corsair Corsair K95W Gaming Keyboard (/dev/input/event19)
[ 25.723] (**) Corsair Corsair K95W Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[ 25.723] (**) Corsair Corsair K95W Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 25.723] (II) Using input driver 'libinput' for 'Corsair Corsair K95W Gaming Keyboard'
[ 25.723] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 44 paused 0
[ 25.723] (**) Corsair Corsair K95W Gaming Keyboard: always reports core events
[ 25.723] (**) Option "Device" "/dev/input/event19"
[ 25.723] (**) Option "_source" "server/udev"
[ 25.723] (II) input device 'Corsair Corsair K95W Gaming Keyboard', /dev/input/event19 is tagged by udev as: Keyboard
[ 25.723] (II) input device 'Corsair Corsair K95W Gaming Keyboard', /dev/input/event19 is a keyboard
[ 25.723] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.1/1-10.1:1.0/0003:1B1C:1B08.0001/input/input22/event19"
[ 25.723] (II) XINPUT: Adding extended input device "Corsair Corsair K95W Gaming Keyboard" (type: KEYBOARD, id 9)
[ 25.723] (II) input device 'Corsair Corsair K95W Gaming Keyboard', /dev/input/event19 is tagged by udev as: Keyboard
[ 25.723] (II) input device 'Corsair Corsair K95W Gaming Keyboard', /dev/input/event19 is a keyboard
[ 25.723] (II) config/udev: Adding input device Corsair Corsair K95W Gaming Keyboard (/dev/input/event20)
[ 25.723] (**) Corsair Corsair K95W Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[ 25.723] (**) Corsair Corsair K95W Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 25.723] (II) Using input driver 'libinput' for 'Corsair Corsair K95W Gaming Keyboard'
[ 25.724] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 45 paused 0
[ 25.724] (**) Corsair Corsair K95W Gaming Keyboard: always reports core events
[ 25.724] (**) Option "Device" "/dev/input/event20"
[ 25.724] (**) Option "_source" "server/udev"
[ 25.724] (II) input device 'Corsair Corsair K95W Gaming Keyboard', /dev/input/event20 is tagged by udev as: Keyboard
[ 25.724] (II) input device 'Corsair Corsair K95W Gaming Keyboard', /dev/input/event20 is a keyboard
[ 25.724] (II) libinput: Corsair Corsair K95W Gaming Keyboard: needs a virtual subdevice
[ 25.724] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.1/1-10.1:1.1/0003:1B1C:1B08.0002/input/input23/event20"
[ 25.724] (II) XINPUT: Adding extended input device "Corsair Corsair K95W Gaming Keyboard" (type: MOUSE, id 10)
[ 25.724] (**) Option "AccelerationScheme" "none"
[ 25.724] (**) Corsair Corsair K95W Gaming Keyboard: (accel) selected scheme none/0
[ 25.724] (**) Corsair Corsair K95W Gaming Keyboard: (accel) acceleration factor: 2.000
[ 25.724] (**) Corsair Corsair K95W Gaming Keyboard: (accel) acceleration threshold: 4
[ 25.724] (II) input device 'Corsair Corsair K95W Gaming Keyboard', /dev/input/event20 is tagged by udev as: Keyboard
[ 25.724] (II) input device 'Corsair Corsair K95W Gaming Keyboard', /dev/input/event20 is a keyboard
[ 25.724] (II) config/udev: Adding input device Corsair Corsair K95W Gaming Keyboard (/dev/input/event21)
[ 25.724] (**) Corsair Corsair K95W Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[ 25.724] (**) Corsair Corsair K95W Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 25.724] (II) Using input driver 'libinput' for 'Corsair Corsair K95W Gaming Keyboard'
[ 25.725] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 46 paused 0
[ 25.725] (**) Corsair Corsair K95W Gaming Keyboard: always reports core events
[ 25.725] (**) Option "Device" "/dev/input/event21"
[ 25.725] (**) Option "_source" "server/udev"
[ 25.725] (II) input device 'Corsair Corsair K95W Gaming Keyboard', /dev/input/event21 is tagged by udev as: Keyboard
[ 25.725] (II) input device 'Corsair Corsair K95W Gaming Keyboard', /dev/input/event21 is a keyboard
[ 25.725] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.1/1-10.1:1.2/0003:1B1C:1B08.0003/input/input24/event21"
[ 25.725] (II) XINPUT: Adding extended input device "Corsair Corsair K95W Gaming Keyboard" (type: KEYBOARD, id 11)
[ 25.725] (II) input device 'Corsair Corsair K95W Gaming Keyboard', /dev/input/event21 is tagged by udev as: Keyboard
[ 25.725] (II) input device 'Corsair Corsair K95W Gaming Keyboard', /dev/input/event21 is a keyboard
[ 25.725] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event25)
[ 25.725] (**) Razer Razer DeathAdder 2013: Applying InputClass "evdev pointer catchall"
[ 25.725] (**) Razer Razer DeathAdder 2013: Applying InputClass "libinput pointer catchall"
[ 25.725] (**) Razer Razer DeathAdder 2013: Applying InputClass "My Mouse"
[ 25.725] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013'
[ 25.780] (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 47 paused 0
[ 25.780] (**) Razer Razer DeathAdder 2013: always reports core events
[ 25.780] (**) Option "Device" "/dev/input/event25"
[ 25.780] (**) Option "_source" "server/udev"
[ 25.780] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event25 is tagged by udev as: Mouse
[ 25.780] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event25 is a pointer caps
[ 25.780] (**) Option "AccelSpeed" "-1"
[ 25.780] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.3/1-10.3:1.0/0003:1532:0037.000A/input/input31/event25"
[ 25.780] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: MOUSE, id 12)
[ 25.780] (**) Option "AccelerationScheme" "none"
[ 25.780] (**) Razer Razer DeathAdder 2013: (accel) selected scheme none/0
[ 25.780] (**) Razer Razer DeathAdder 2013: (accel) acceleration factor: 2.000
[ 25.780] (**) Razer Razer DeathAdder 2013: (accel) acceleration threshold: 4
[ 25.780] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event25 is tagged by udev as: Mouse
[ 25.780] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event25 is a pointer caps
[ 25.781] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/mouse0)
[ 25.781] (**) Razer Razer DeathAdder 2013: Applying InputClass "My Mouse"
[ 25.781] (II) No input driver specified, ignoring this device.
[ 25.781] (II) This device may have been added with another device file.
[ 25.781] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event23)
[ 25.781] (**) Razer Razer DeathAdder 2013: Applying InputClass "evdev keyboard catchall"
[ 25.781] (**) Razer Razer DeathAdder 2013: Applying InputClass "libinput keyboard catchall"
[ 25.781] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013'
[ 25.781] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 48 paused 0
[ 25.781] (**) Razer Razer DeathAdder 2013: always reports core events
[ 25.781] (**) Option "Device" "/dev/input/event23"
[ 25.781] (**) Option "_source" "server/udev"
[ 25.782] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event23 is tagged by udev as: Keyboard
[ 25.782] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event23 is a keyboard
[ 25.782] (II) libinput: Razer Razer DeathAdder 2013: needs a virtual subdevice
[ 25.782] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.3/1-10.3:1.1/0003:1532:0037.0005/input/input26/event23"
[ 25.782] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: MOUSE, id 13)
[ 25.782] (**) Option "AccelerationScheme" "none"
[ 25.782] (**) Razer Razer DeathAdder 2013: (accel) selected scheme none/0
[ 25.782] (**) Razer Razer DeathAdder 2013: (accel) acceleration factor: 2.000
[ 25.782] (**) Razer Razer DeathAdder 2013: (accel) acceleration threshold: 4
[ 25.782] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event23 is tagged by udev as: Keyboard
[ 25.782] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event23 is a keyboard
[ 25.783] (II) config/udev: Adding input device Razer Razer DeathAdder 2013 (/dev/input/event22)
[ 25.783] (**) Razer Razer DeathAdder 2013: Applying InputClass "evdev keyboard catchall"
[ 25.783] (**) Razer Razer DeathAdder 2013: Applying InputClass "libinput keyboard catchall"
[ 25.783] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013'
[ 25.783] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 49 paused 0
[ 25.783] (**) Razer Razer DeathAdder 2013: always reports core events
[ 25.783] (**) Option "Device" "/dev/input/event22"
[ 25.783] (**) Option "_source" "server/udev"
[ 25.783] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event22 is tagged by udev as: Keyboard
[ 25.783] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event22 is a keyboard
[ 25.783] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.3/1-10.3:1.2/0003:1532:0037.0006/input/input27/event22"
[ 25.783] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: KEYBOARD, id 14)
[ 25.784] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event22 is tagged by udev as: Keyboard
[ 25.784] (II) input device 'Razer Razer DeathAdder 2013', /dev/input/event22 is a keyboard
[ 25.784] (II) config/udev: Adding input device Audio-Technica ATR USB microphone (/dev/input/event24)
[ 25.784] (**) Audio-Technica ATR USB microphone: Applying InputClass "evdev keyboard catchall"
[ 25.784] (**) Audio-Technica ATR USB microphone: Applying InputClass "libinput keyboard catchall"
[ 25.784] (II) Using input driver 'libinput' for 'Audio-Technica ATR USB microphone'
[ 25.784] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 50 paused 0
[ 25.784] (**) Audio-Technica ATR USB microphone: always reports core events
[ 25.784] (**) Option "Device" "/dev/input/event24"
[ 25.784] (**) Option "_source" "server/udev"
[ 25.785] (II) input device 'Audio-Technica ATR USB microphone', /dev/input/event24 is tagged by udev as: Keyboard
[ 25.785] (II) input device 'Audio-Technica ATR USB microphone', /dev/input/event24 is a keyboard
[ 25.785] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.4/1-10.4:1.3/0003:0909:001B.0007/input/input28/event24"
[ 25.785] (II) XINPUT: Adding extended input device "Audio-Technica ATR USB microphone" (type: KEYBOARD, id 15)
[ 25.785] (II) input device 'Audio-Technica ATR USB microphone', /dev/input/event24 is tagged by udev as: Keyboard
[ 25.785] (II) input device 'Audio-Technica ATR USB microphone', /dev/input/event24 is a keyboard
[ 25.785] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[ 25.785] (II) No input driver specified, ignoring this device.
[ 25.785] (II) This device may have been added with another device file.
[ 25.785] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
[ 25.785] (II) No input driver specified, ignoring this device.
[ 25.786] (II) This device may have been added with another device file.
[ 25.786] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[ 25.786] (II) No input driver specified, ignoring this device.
[ 25.786] (II) This device may have been added with another device file.
[ 25.786] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
[ 25.786] (II) No input driver specified, ignoring this device.
[ 25.786] (II) This device may have been added with another device file.
[ 25.786] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event11)
[ 25.786] (II) No input driver specified, ignoring this device.
[ 25.786] (II) This device may have been added with another device file.
[ 25.786] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event12)
[ 25.786] (II) No input driver specified, ignoring this device.
[ 25.786] (II) This device may have been added with another device file.
[ 25.786] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event13)
[ 25.786] (II) No input driver specified, ignoring this device.
[ 25.786] (II) This device may have been added with another device file.
[ 25.786] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event14)
[ 25.786] (II) No input driver specified, ignoring this device.
[ 25.786] (II) This device may have been added with another device file.
[ 25.787] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[ 25.787] (II) No input driver specified, ignoring this device.
[ 25.787] (II) This device may have been added with another device file.
[ 25.799] (**) Corsair Corsair K95W Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[ 25.799] (**) Corsair Corsair K95W Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 25.799] (II) Using input driver 'libinput' for 'Corsair Corsair K95W Gaming Keyboard'
[ 25.799] (II) systemd-logind: returning pre-existing fd for /dev/input/event20 13:84
[ 25.799] (**) Corsair Corsair K95W Gaming Keyboard: always reports core events
[ 25.799] (**) Option "Device" "/dev/input/event20"
[ 25.799] (**) Option "_source" "_driver/libinput"
[ 25.799] (II) libinput: Corsair Corsair K95W Gaming Keyboard: is a virtual subdevice
[ 25.799] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.1/1-10.1:1.1/0003:1B1C:1B08.0002/input/input23/event20"
[ 25.799] (II) XINPUT: Adding extended input device "Corsair Corsair K95W Gaming Keyboard" (type: KEYBOARD, id 16)
[ 25.799] (**) Razer Razer DeathAdder 2013: Applying InputClass "evdev keyboard catchall"
[ 25.799] (**) Razer Razer DeathAdder 2013: Applying InputClass "libinput keyboard catchall"
[ 25.799] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder 2013'
[ 25.799] (II) systemd-logind: returning pre-existing fd for /dev/input/event23 13:87
[ 25.799] (**) Razer Razer DeathAdder 2013: always reports core events
[ 25.799] (**) Option "Device" "/dev/input/event23"
[ 25.799] (**) Option "_source" "_driver/libinput"
[ 25.799] (II) libinput: Razer Razer DeathAdder 2013: is a virtual subdevice
[ 25.799] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.3/1-10.3:1.1/0003:1532:0037.0005/input/input26/event23"
[ 25.799] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder 2013" (type: KEYBOARD, id 17)
[ 26.282] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 26.282] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 26.282] (--) NVIDIA(GPU-0):
[ 26.284] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 26.284] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 26.284] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 26.284] (--) NVIDIA(GPU-0):
[ 26.284] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 26.284] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 26.284] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 26.284] (--) NVIDIA(GPU-0):
[ 26.285] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 26.285] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 26.285] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 26.285] (--) NVIDIA(GPU-0):
[ 26.296] (--) NVIDIA(GPU-0): BenQ xl2411t (DFP-3): connected
[ 26.296] (--) NVIDIA(GPU-0): BenQ xl2411t (DFP-3): Internal TMDS
[ 26.296] (--) NVIDIA(GPU-0): BenQ xl2411t (DFP-3): 330.0 MHz maximum pixel clock
[ 26.296] (--) NVIDIA(GPU-0): BenQ xl2411t (DFP-3): supports NVIDIA 3D Vision stereo.
[ 26.296] (--) NVIDIA(GPU-0):
[ 26.296] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 26.296] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 26.296] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[ 26.296] (--) NVIDIA(GPU-0): Last edited by ibrokeitagain (2017-01-26 08:13:01)
Offline
You've a zaphod setup. Try "xterm -display :0.1 &"
Given xterm is installed, one will open on the other screen (and output) and you can enter it with the cursor to pass it input focus. Typing "xrandr -q" there will likely reveal your VGA output and you can launch eg. fluxbox/openbox/icewm there (desktop environments like kde or gnome might be more "tricky" to run in such multihead evironments) to use the screen.
You won't be able to move windows around - that's normal, expected and "by design".
I can't say whether you can combine both devices, but turning xinerama off has certainly the perceived effect in your configuration.
Offline
You've a zaphod setup. Try "xterm -display :0.1 &"
Given xterm is installed, one will open on the other screen (and output) and you can enter it with the cursor to pass it input focus. Typing "xrandr -q" there will likely reveal your VGA output and you can launch eg. fluxbox/openbox/icewm there (desktop environments like kde or gnome might be more "tricky" to run in such multihead evironments) to use the screen.
You won't be able to move windows around - that's normal, expected and "by design".I can't say whether you can combine both devices, but turning xinerama off has certainly the perceived effect in your configuration.
Running the xterm command will open terminal on the other screen, however I still cannot focus it with my cursor. How would I go about fixing this problem?
Being able to move windows around is what I am trying to do aswell, and I thought that would be achievable with xrandr as "it can fully replace the old Xinerama setup".
I'm also not to sure what a zaphod setup is, but from what I understand it as, it means that the monitors are set up separately for separate use, which is not what I want. I want both monitors connected.
Is that possible at all?
Offline
As soon as you move the mouse in, it should receive focus - but the WM on the other screen could perceive that as focus stealing and revert the focus.
It might be possible or not - depends on the hardware :-P
"xrandr --listproviders"?
Offline
As soon as you move the mouse in, it should receive focus - but the WM on the other screen could perceive that as focus stealing and revert the focus.
It might be possible or not - depends on the hardware :-P
"xrandr --listproviders"?
[main@samurai ~]$ xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x1e1 cap: 0x1, Source Output crtcs: 4 outputs: 6 associated providers: 0 name:NVIDIA-0
[main@samurai ~]$ And my wm is awesomewm.
Offline
No idea how awesome would react, but also call
DISPLAY=:0.1 xrandr --listproviders(because the current setup is still split)
Offline
No idea how awesome would react, but also call
DISPLAY=:0.1 xrandr --listproviders(because the current setup is still split)
[main@samurai ~]$ DISPLAY=:0.1 xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x226 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 4 outputs: 6 associated providers: 0 name:Intel
[main@samurai ~]$ Is it not possible for xrandr to function the same as xinerama, as in having the two screens put together in harmony?
Offline
This is not an xrandr/xinerama thing. You need to be able to "merge" the two graphics chips in order to treat them as one display server.
If you were eg. only using the nvidia OR the intel chip (and associated outputs), and would *not* configure anything, you'd simply get one giant display server across all outputs and could control the layout via the Randr extension (ie. xrandr)
Read here for a start: https://wiki.archlinux.org/index.php/PRIME, but given the nvidia capabilities, this probably won't work (while may work using the nouveau driver)
Offline
hi, I have the exact same problem
Fresh arch install
I have a laptop with a gtx 1060.
Installed the nvidia drivers from the nvidia package
the xorg.conf generated by nvidia-xconfig detected my hdmi output which is connected to the gtx, but didn't detect the laptop display
so I decided to create the next config file /etc/X11/xorg.conf.d/20-nvidia.conf
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "nvidia"
Screen 1 "intel" LeftOf "nvidia"
EndSection
Section "Monitor"
Identifier "HDMI1"
EndSection
Section "Monitor"
Identifier "eDP1"
Option "DPMS" "true"
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0:2:0"
# Option "Monitor-eDP-1" "intel"
EndSection
section "screen"
Identifier "nvidia"
Device "nvidia"
#monitor "HDMI1"
#defaultdepth 24
#subsection "display"
# depth 24
# endsubsection
option "allowemptyinitialconfiguration"
endsection
section "screen"
Identifier "intel"
Device "intel"
#monitor "eDP1"
option "allowemptyinitialconfiguration"
endsectionmy laptop display just shows an "X"as a cursor, i can move it around and can also spawn a terminal there but can't access/focuse it(by executing DISPLAY=:0.1 st).
if I change the order of the displays like this ...
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "intel" LeftOf "nvidia"
Screen 1 "nvidia"
EndSectionthen the laptop display works but the hdmi one has the same behavior as the laptop before the change
Help.
Thanks.
Offline
This is most likely an optimus system, so see https://wiki.archlinux.org/title/NVIDIA_Optimus
You may face random unrelated issues, but you do not want to pursue a zaphod setup or even xinerama (as it conflicts w/ xrandr and much of the fancy stuff blindly relies on the latter these days)
If things son't work w/ the optimus setup, create a new thread and post your xorg log there.
the xorg.conf generated by nvidia-xconfig
Don't.
No config generator produces usable configs for optimus systems and its also not required.
Offline
Hi thanks for the reply.
It works now.
I deleted my custom config and created a new one as the wiki says
/etc/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
Section "OutputClass"
Identifier "intel"
MatchDriver "i915"
Driver "modesetting"
EndSection
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "AllowEmptyInitialConfiguration"
Option "PrimaryGPU" "yes"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSectionOffline