You are not logged in.

#1 2020-03-20 12:20:00

gonialdo
Member
Registered: 2020-03-20
Posts: 4

[SOLVED] Laptop HDMI external monitor not detected by xrand

I recently purchased a laptop w/ the rtx2070 graphics card.  I'm trying to connect my BENQ Zowie XL monitor to my laptop via the HDMI port but xrandr doesn't recognize it. However, the nvidia-settings GUI does.

Some info here:

lspci -k | grep -A 2 -E "(VGA|3D)"
Output wrote:

00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile)
    DeviceName: Onboard - Video
    Subsystem: Gigabyte Technology Co., Ltd UHD Graphics 630 (Mobile)
--
01:00.0 VGA compatible controller: NVIDIA Corporation TU106M [GeForce RTX 2070 Mobile] (rev a1)
    Subsystem: Gigabyte Technology Co., Ltd TU106M [GeForce RTX 2070 Mobile]
    Kernel driver in use: nvidia

Screenshot-2020-03-20-13-09-28.png

xrandr
Output wrote:

Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1920x1080    240.00*+  60.00 
DP-1 disconnected (normal left inverted right x axis y axis)

xrandr --listproviders
Output wrote:

Providers: number : 2
Provider 0: id: 0x44 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 2 associated providers: 0 name:modesetting
Provider 1: id: 0x1ef cap: 0x0 crtcs: 0 outputs: 0 associated providers: 0 name:NVIDIA-G0

cat /etc/X11/xorg.conf.d
Output wrote:

Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "AllowEmptyInitialConfiguration"
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
EndSection

I don't have xorg.conf file in /etc/X11/  (See P.D)

I think the laptop monitor is using the integrated graphics (Intel) and the external monitor the dedicated graphics (RTX2070). How could I configure both displays at the same time (multi-display) ?


Thank you.

P.D: If i run the automatic configuration tool (nvidia-xconfig) to create the Xorg server configuration file (xorg.conf), the opposite happens, that is, only the external screen works and xrandr output is "Can't open display".

Last edited by gonialdo (2020-03-21 08:34:50)

Offline

#2 2020-03-20 17:40:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [SOLVED] Laptop HDMI external monitor not detected by xrand

follow https://wiki.archlinux.org/index.php/NV … phics_only and pay attention to the startx or display manager sections depending on what you use.

Offline

#3 2020-03-20 20:13:58

gonialdo
Member
Registered: 2020-03-20
Posts: 4

Re: [SOLVED] Laptop HDMI external monitor not detected by xrand

V1del wrote:

follow https://wiki.archlinux.org/index.php/NV … phics_only and pay attention to the startx or display manager sections depending on what you use.

It didn't work.

I use LightDM as display manager and I've configured lightdm to run the script below by editing the [Seat:*] section in /etc/lightdm/lightdm.conf but didn't work.

#!/bin/sh
xrandr --setprovideroutputsource modesetting NVIDIA-G0
xrandr --auto

If I run the script manually it returns this error.

X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  35 (RRSetProviderOutputSource)
  Value in failed request:  0x1ef
  Serial number of failed request:  16
  Current serial number in output stream:  17

It's strange because with the configuration file generated by nvidia-xconfig only the external screen (BENQ Zowie XL) works (it doesn't recognize the laptop display) and without the xorg.conf file only the laptop display works (It's the case that I comment in the post).

Offline

#4 2020-03-20 22:22:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [SOLVED] Laptop HDMI external monitor not detected by xrand

Nothing of this is strange yet. FWIW lightdm has some weird problems with this setup. I can somewhat vouch for SDDM and the startx method. You also need to make sure that you have that xorg.conf as mentioned there and not anything else conflicting from an autogeneration.

Maybe post a xorg log, if it's not in /etc it will be in ~/.local/share/X11

Offline

#5 2020-03-20 23:03:21

gonialdo
Member
Registered: 2020-03-20
Posts: 4

Re: [SOLVED] Laptop HDMI external monitor not detected by xrand

V1del wrote:

Nothing of this is strange yet. FWIW lightdm has some weird problems with this setup. I can somewhat vouch for SDDM and the startx method. You also need to make sure that you have that xorg.conf as mentioned there and not anything else conflicting from an autogeneration.

Maybe post a xorg log, if it's not in /etc it will be in ~/.local/share/X11

Xorg.conf file (generated by nvidia-xconfig)

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 440.64

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Xorg log - PART 1

[     9.431] 
X.Org X Server 1.20.7
X Protocol Version 11, Revision 0
[     9.431] Build Operating System: Linux Arch Linux
[     9.431] Current Operating System: Linux goncuesma 5.5.10-arch1-1 #1 SMP PREEMPT Wed, 18 Mar 2020 08:40:35 +0000 x86_64
[     9.431] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=503eabc3-901a-4ce8-93bb-a28d0206a221 rw loglevel=3 quiet
[     9.431] Build Date: 14 January 2020  07:13:52AM
[     9.431]  
[     9.431] Current version of pixman: 0.38.4
[     9.431] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     9.431] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.432] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 20 23:42:49 2020
[     9.434] (==) Using config file: "/etc/X11/xorg.conf"
[     9.434] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.435] (==) ServerLayout "layout"
[     9.436] (**) |-->Screen "Screen0" (0)
[     9.436] (**) |   |-->Monitor "Monitor0"
[     9.436] (**) |   |-->Device "Device0"
[     9.436] (==) Automatically adding devices
[     9.436] (==) Automatically enabling devices
[     9.436] (==) Automatically adding GPU devices
[     9.436] (==) Automatically binding GPU devices
[     9.436] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     9.437] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     9.437] 	Entry deleted from font path.
[     9.437] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[     9.437] 	Entry deleted from font path.
[     9.437] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     9.437] 	Entry deleted from font path.
[     9.438] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     9.438] 	Entry deleted from font path.
[     9.438] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     9.438] 	Entry deleted from font path.
[     9.438] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     9.438] 	Entry deleted from font path.
[     9.438] (==) FontPath set to:
	
[     9.438] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.438] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.438] (II) Module ABI versions:
[     9.438] 	X.Org ANSI C Emulation: 0.4
[     9.438] 	X.Org Video Driver: 24.1
[     9.438] 	X.Org XInput driver : 24.1
[     9.438] 	X.Org Server Extension : 10.0
[     9.439] (++) using VT number 7

[     9.439] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     9.440] (II) xfree86: Adding drm device (/dev/dri/card1)
[     9.441] (II) xfree86: Adding drm device (/dev/dri/card0)
[     9.445] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     9.448] (--) PCI:*(0@0:2:0) 8086:3e9b:1458:1664 rev 0, Mem @ 0xab000000/16777216, 0x40000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     9.448] (--) PCI: (1@0:0:0) 10de:1f10:1458:1664 rev 161, Mem @ 0xac000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     9.448] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     9.448] (II) LoadModule: "glx"
[     9.450] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.459] (II) Module glx: vendor="X.Org Foundation"
[     9.459] 	compiled for 1.20.7, module version = 1.0.0
[     9.459] 	ABI class: X.Org Server Extension, version 10.0
[     9.459] (II) LoadModule: "nvidia"
[     9.459] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     9.464] (II) Module nvidia: vendor="NVIDIA Corporation"
[     9.464] 	compiled for 1.6.99.901, module version = 1.0.0
[     9.464] 	Module class: X.Org Video Driver
[     9.464] (II) NVIDIA dlloader X Driver  440.64  Fri Feb 21 00:49:33 UTC 2020
[     9.464] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     9.479] (II) Loading sub module "fb"
[     9.479] (II) LoadModule: "fb"
[     9.479] (II) Loading /usr/lib/xorg/modules/libfb.so
[     9.480] (II) Module fb: vendor="X.Org Foundation"
[     9.480] 	compiled for 1.20.7, module version = 1.0.0
[     9.480] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.480] (II) Loading sub module "wfb"
[     9.480] (II) LoadModule: "wfb"
[     9.480] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     9.481] (II) Module wfb: vendor="X.Org Foundation"
[     9.481] 	compiled for 1.20.7, module version = 1.0.0
[     9.481] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.481] (II) Loading sub module "ramdac"
[     9.481] (II) LoadModule: "ramdac"
[     9.481] (II) Module "ramdac" already built-in
[     9.483] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     9.483] (==) NVIDIA(0): RGB weight 888
[     9.483] (==) NVIDIA(0): Default visual is TrueColor
[     9.483] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.483] (**) Option "AllowNVIDIAGpuScreens"
[     9.483] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     9.484] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     9.484] (**) NVIDIA(0): Enabling 2D acceleration
[     9.484] (II) Loading sub module "glxserver_nvidia"
[     9.484] (II) LoadModule: "glxserver_nvidia"
[     9.484] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     9.675] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     9.675] 	compiled for 1.6.99.901, module version = 1.0.0
[     9.675] 	Module class: X.Org Server Extension
[     9.676] (II) NVIDIA GLX Module  440.64  Fri Feb 21 00:46:14 UTC 2020
[     9.677] (II) NVIDIA: The X server supports PRIME Render Offload.
[    10.947] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    10.947] (--) NVIDIA(0):     DFP-0
[    10.947] (--) NVIDIA(0):     DFP-1
[    10.950] (II) NVIDIA(0): NVIDIA GPU GeForce RTX 2070 with Max-Q Design (TU106-A) at
[    10.950] (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
[    10.950] (--) NVIDIA(0): Memory: 8388608 kBytes
[    10.950] (--) NVIDIA(0): VideoBIOS: 90.06.2d.40.a9
[    10.950] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    10.950] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    10.950] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    10.950] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    10.950] (--) NVIDIA(GPU-0): 
[    10.950] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    10.950] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    10.950] (--) NVIDIA(GPU-0): DFP-1: 2660.0 MHz maximum pixel clock
[    10.950] (--) NVIDIA(GPU-0): 
[    10.950] (==) NVIDIA(0): 
[    10.950] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    10.950] (==) NVIDIA(0):     will be used as the requested mode.
[    10.950] (==) NVIDIA(0): 
[    10.950] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[    10.950] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[    10.951] (II) NVIDIA(0): Validated MetaModes:
[    10.951] (II) NVIDIA(0):     "NULL"
[    10.951] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    10.951] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    10.951] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    10.952] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[    10.952] (II) NVIDIA:     access.
[    10.972] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    10.972] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    10.972] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    10.972] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    10.972] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    10.972] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    10.972] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    10.972] (II) NVIDIA(0):     Config Options in the README.
[    11.061] (II) NVIDIA(0): Setting mode "NULL"
[    11.085] (==) NVIDIA(0): Disabling shared memory pixmaps
[    11.085] (==) NVIDIA(0): Backing store enabled
[    11.085] (==) NVIDIA(0): Silken mouse disabled
[    11.085] (**) NVIDIA(0): DPMS enabled
[    11.085] (II) Loading sub module "dri2"
[    11.085] (II) LoadModule: "dri2"
[    11.086] (II) Module "dri2" already built-in
[    11.086] (II) NVIDIA(0): [DRI2] Setup complete
[    11.086] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    11.087] (II) Initializing extension Generic Event Extension
[    11.087] (II) Initializing extension SHAPE
[    11.087] (II) Initializing extension MIT-SHM
[    11.088] (II) Initializing extension XInputExtension
[    11.088] (II) Initializing extension XTEST
[    11.089] (II) Initializing extension BIG-REQUESTS
[    11.089] (II) Initializing extension SYNC
[    11.089] (II) Initializing extension XKEYBOARD
[    11.089] (II) Initializing extension XC-MISC
[    11.090] (II) Initializing extension SECURITY
[    11.090] (II) Initializing extension XFIXES
[    11.090] (II) Initializing extension RENDER
[    11.091] (II) Initializing extension RANDR
[    11.091] (II) Initializing extension COMPOSITE
[    11.091] (II) Initializing extension DAMAGE
[    11.092] (II) Initializing extension MIT-SCREEN-SAVER
[    11.092] (II) Initializing extension DOUBLE-BUFFER
[    11.092] (II) Initializing extension RECORD
[    11.093] (II) Initializing extension DPMS
[    11.093] (II) Initializing extension Present
[    11.093] (II) Initializing extension DRI3
[    11.093] (II) Initializing extension X-Resource
[    11.093] (II) Initializing extension XVideo
[    11.094] (II) Initializing extension XVideo-MotionCompensation
[    11.094] (II) Initializing extension GLX
[    11.094] (II) Initializing extension GLX
[    11.094] (II) Indirect GLX disabled.
[    11.094] (II) GLX: Another vendor is already registered for screen 0
[    11.094] (II) Initializing extension XFree86-VidModeExtension
[    11.095] (II) Initializing extension XFree86-DGA
[    11.095] (II) Initializing extension XFree86-DRI
[    11.095] (II) Initializing extension DRI2
[    11.095] (II) Initializing extension NV-GLX
[    11.095] (II) Initializing extension NV-CONTROL
[    11.219] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    11.219] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    11.219] (II) LoadModule: "libinput"
[    11.220] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    11.226] (II) Module libinput: vendor="X.Org Foundation"
[    11.226] 	compiled for 1.20.5, module version = 0.29.0
[    11.226] 	Module class: X.Org XInput Driver
[    11.226] 	ABI class: X.Org XInput driver, version 24.1
[    11.226] (II) Using input driver 'libinput' for 'Power Button'
[    11.226] (**) Power Button: always reports core events
[    11.226] (**) Option "Device" "/dev/input/event4"
[    11.226] (**) Option "_source" "server/udev"
[    11.235] (II) event4  - Power Button: is tagged by udev as: Keyboard
[    11.235] (II) event4  - Power Button: device is a keyboard
[    11.236] (II) event4  - Power Button: device removed
[    11.274] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    11.274] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    11.277] (II) event4  - Power Button: is tagged by udev as: Keyboard
[    11.277] (II) event4  - Power Button: device is a keyboard
[    11.278] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    11.278] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    11.278] (II) Using input driver 'libinput' for 'Video Bus'
[    11.278] (**) Video Bus: always reports core events
[    11.278] (**) Option "Device" "/dev/input/event7"
[    11.278] (**) Option "_source" "server/udev"
[    11.281] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    11.281] (II) event7  - Video Bus: device is a keyboard
[    11.281] (II) event7  - Video Bus: device removed
[    11.327] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18/event7"
[    11.327] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    11.330] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    11.330] (II) event7  - Video Bus: device is a keyboard
[    11.332] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    11.332] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    11.332] (II) Using input driver 'libinput' for 'Video Bus'
[    11.332] (**) Video Bus: always reports core events
[    11.332] (**) Option "Device" "/dev/input/event8"
[    11.332] (**) Option "_source" "server/udev"
[    11.335] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    11.335] (II) event8  - Video Bus: device is a keyboard
[    11.336] (II) event8  - Video Bus: device removed
[    11.407] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input19/event8"
[    11.407] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    11.411] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    11.411] (II) event8  - Video Bus: device is a keyboard
[    11.413] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    11.413] (II) No input driver specified, ignoring this device.
[    11.413] (II) This device may have been added with another device file.
[    11.414] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    11.414] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    11.414] (II) Using input driver 'libinput' for 'Sleep Button'
[    11.414] (**) Sleep Button: always reports core events
[    11.414] (**) Option "Device" "/dev/input/event1"
[    11.414] (**) Option "_source" "server/udev"
[    11.417] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    11.418] (II) event1  - Sleep Button: device is a keyboard
[    11.418] (II) event1  - Sleep Button: device removed
[    11.447] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C09:01/PNP0C0E:00/input/input1/event1"
[    11.447] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    11.451] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    11.451] (II) event1  - Sleep Button: device is a keyboard
[    11.453] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    11.453] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    11.453] (II) Using input driver 'libinput' for 'Power Button'
[    11.453] (**) Power Button: always reports core events
[    11.453] (**) Option "Device" "/dev/input/event3"
[    11.453] (**) Option "_source" "server/udev"
[    11.455] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    11.455] (II) event3  - Power Button: device is a keyboard
[    11.455] (II) event3  - Power Button: device removed
[    11.501] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
[    11.501] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[    11.503] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    11.503] (II) event3  - Power Button: device is a keyboard
[    11.505] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    11.505] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    11.505] (II) Using input driver 'libinput' for 'Sleep Button'
[    11.505] (**) Sleep Button: always reports core events
[    11.505] (**) Option "Device" "/dev/input/event2"
[    11.505] (**) Option "_source" "server/udev"
[    11.507] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    11.507] (II) event2  - Sleep Button: device is a keyboard
[    11.508] (II) event2  - Sleep Button: device removed
[    11.527] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:01/input/input2/event2"
[    11.527] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[    11.530] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    11.530] (II) event2  - Sleep Button: device is a keyboard
[    11.532] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event25)
[    11.532] (II) No input driver specified, ignoring this device.
[    11.532] (II) This device may have been added with another device file.
[    11.533] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event26)
[    11.533] (II) No input driver specified, ignoring this device.
[    11.533] (II) This device may have been added with another device file.
[    11.534] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event27)
[    11.534] (II) No input driver specified, ignoring this device.
[    11.534] (II) This device may have been added with another device file.
[    11.535] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event28)
[    11.535] (II) No input driver specified, ignoring this device.
[    11.535] (II) This device may have been added with another device file.
[    11.536] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event29)
[    11.536] (II) No input driver specified, ignoring this device.
[    11.536] (II) This device may have been added with another device file.
[    11.538] (II) config/udev: Adding input device ITEUSB USB-HID Keyboard (/dev/input/event10)
[    11.538] (**) ITEUSB USB-HID Keyboard: Applying InputClass "libinput keyboard catchall"
[    11.538] (II) Using input driver 'libinput' for 'ITEUSB USB-HID Keyboard'
[    11.538] (**) ITEUSB USB-HID Keyboard: always reports core events
[    11.538] (**) Option "Device" "/dev/input/event10"
[    11.538] (**) Option "_source" "server/udev"
[    11.542] (II) event10 - ITEUSB USB-HID Keyboard: is tagged by udev as: Keyboard
[    11.542] (II) event10 - ITEUSB USB-HID Keyboard: device is a keyboard
[    11.542] (II) event10 - ITEUSB USB-HID Keyboard: device removed
[    11.567] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:1044:7A3B.0003/input/input11/event10"
[    11.567] (II) XINPUT: Adding extended input device "ITEUSB USB-HID Keyboard" (type: KEYBOARD, id 12)
[    11.572] (II) event10 - ITEUSB USB-HID Keyboard: is tagged by udev as: Keyboard
[    11.572] (II) event10 - ITEUSB USB-HID Keyboard: device is a keyboard
[    11.574] (II) config/udev: Adding input device ITEUSB USB-HID Keyboard Mouse (/dev/input/event11)
[    11.574] (**) ITEUSB USB-HID Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[    11.574] (II) Using input driver 'libinput' for 'ITEUSB USB-HID Keyboard Mouse'
[    11.574] (**) ITEUSB USB-HID Keyboard Mouse: always reports core events
[    11.574] (**) Option "Device" "/dev/input/event11"
[    11.574] (**) Option "_source" "server/udev"
[    11.578] (II) event11 - ITEUSB USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[    11.579] (II) event11 - ITEUSB USB-HID Keyboard Mouse: device is a pointer
[    11.579] (II) event11 - ITEUSB USB-HID Keyboard Mouse: device removed
[    11.647] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0005/input/input12/event11"
[    11.647] (II) XINPUT: Adding extended input device "ITEUSB USB-HID Keyboard Mouse" (type: MOUSE, id 13)
[    11.648] (**) Option "AccelerationScheme" "none"
[    11.648] (**) ITEUSB USB-HID Keyboard Mouse: (accel) selected scheme none/0
[    11.648] (**) ITEUSB USB-HID Keyboard Mouse: (accel) acceleration factor: 2.000
[    11.648] (**) ITEUSB USB-HID Keyboard Mouse: (accel) acceleration threshold: 4
[    11.652] (II) event11 - ITEUSB USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[    11.652] (II) event11 - ITEUSB USB-HID Keyboard Mouse: device is a pointer
[    11.654] (II) config/udev: Adding input device ITEUSB USB-HID Keyboard Mouse (/dev/input/js0)
[    11.654] (II) No input driver specified, ignoring this device.
[    11.654] (II) This device may have been added with another device file.
[    11.656] (II) config/udev: Adding input device ITEUSB USB-HID Keyboard Mouse (/dev/input/mouse3)
[    11.656] (II) No input driver specified, ignoring this device.
[    11.656] (II) This device may have been added with another device file.
[    11.658] (II) config/udev: Adding input device ITEUSB USB-HID Keyboard System Control (/dev/input/event12)
[    11.658] (**) ITEUSB USB-HID Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    11.658] (II) Using input driver 'libinput' for 'ITEUSB USB-HID Keyboard System Control'
[    11.658] (**) ITEUSB USB-HID Keyboard System Control: always reports core events
[    11.658] (**) Option "Device" "/dev/input/event12"
[    11.658] (**) Option "_source" "server/udev"
[    11.661] (II) event12 - ITEUSB USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[    11.662] (II) event12 - ITEUSB USB-HID Keyboard System Control: device is a keyboard
[    11.662] (II) event12 - ITEUSB USB-HID Keyboard System Control: device removed
[    11.687] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0005/input/input13/event12"
[    11.687] (II) XINPUT: Adding extended input device "ITEUSB USB-HID Keyboard System Control" (type: KEYBOARD, id 14)
[    11.692] (II) event12 - ITEUSB USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[    11.692] (II) event12 - ITEUSB USB-HID Keyboard System Control: device is a keyboard
[    11.694] (II) config/udev: Adding input device ITEUSB USB-HID Keyboard Consumer Control (/dev/input/event13)
[    11.694] (**) ITEUSB USB-HID Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    11.694] (II) Using input driver 'libinput' for 'ITEUSB USB-HID Keyboard Consumer Control'
[    11.694] (**) ITEUSB USB-HID Keyboard Consumer Control: always reports core events
[    11.694] (**) Option "Device" "/dev/input/event13"
[    11.694] (**) Option "_source" "server/udev"
[    11.698] (II) event13 - ITEUSB USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[    11.698] (II) event13 - ITEUSB USB-HID Keyboard Consumer Control: device is a keyboard
[    11.699] (II) event13 - ITEUSB USB-HID Keyboard Consumer Control: device removed
[    11.727] (II) libinput: ITEUSB USB-HID Keyboard Consumer Control: needs a virtual subdevice
[    11.727] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0005/input/input14/event13"
[    11.727] (II) XINPUT: Adding extended input device "ITEUSB USB-HID Keyboard Consumer Control" (type: MOUSE, id 15)
[    11.728] (**) Option "AccelerationScheme" "none"
[    11.728] (**) ITEUSB USB-HID Keyboard Consumer Control: (accel) selected scheme none/0
[    11.728] (**) ITEUSB USB-HID Keyboard Consumer Control: (accel) acceleration factor: 2.000
[    11.728] (**) ITEUSB USB-HID Keyboard Consumer Control: (accel) acceleration threshold: 4
[    11.732] (II) event13 - ITEUSB USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[    11.732] (II) event13 - ITEUSB USB-HID Keyboard Consumer Control: device is a keyboard
[    11.734] (II) config/udev: Adding input device ITEUSB USB-HID Keyboard (/dev/input/event14)
[    11.734] (II) No input driver specified, ignoring this device.
[    11.734] (II) This device may have been added with another device file.
[    11.736] (II) config/udev: Adding input device ITEUSB USB-HID Keyboard (/dev/input/event15)
[    11.736] (**) ITEUSB USB-HID Keyboard: Applying InputClass "libinput keyboard catchall"
[    11.736] (II) Using input driver 'libinput' for 'ITEUSB USB-HID Keyboard'
[    11.736] (**) ITEUSB USB-HID Keyboard: always reports core events
[    11.736] (**) Option "Device" "/dev/input/event15"
[    11.736] (**) Option "_source" "server/udev"
[    11.739] (II) event15 - ITEUSB USB-HID Keyboard: is tagged by udev as: Keyboard
[    11.740] (II) event15 - ITEUSB USB-HID Keyboard: device is a keyboard
[    11.740] (II) event15 - ITEUSB USB-HID Keyboard: device removed
[    11.781] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0005/input/input16/event15"
[    11.781] (II) XINPUT: Adding extended input device "ITEUSB USB-HID Keyboard" (type: KEYBOARD, id 16)
[    11.785] (II) event15 - ITEUSB USB-HID Keyboard: is tagged by udev as: Keyboard
[    11.785] (II) event15 - ITEUSB USB-HID Keyboard: device is a keyboard
[    11.787] (II) config/udev: Adding input device ITEUSB USB-HID Keyboard Wireless Radio Control (/dev/input/event16)
[    11.787] (**) ITEUSB USB-HID Keyboard Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    11.787] (II) Using input driver 'libinput' for 'ITEUSB USB-HID Keyboard Wireless Radio Control'
[    11.787] (**) ITEUSB USB-HID Keyboard Wireless Radio Control: always reports core events
[    11.787] (**) Option "Device" "/dev/input/event16"
[    11.787] (**) Option "_source" "server/udev"
[    11.791] (II) event16 - ITEUSB USB-HID Keyboard Wireless Radio Control: is tagged by udev as: Keyboard
[    11.791] (II) event16 - ITEUSB USB-HID Keyboard Wireless Radio Control: device is a keyboard
[    11.792] (II) event16 - ITEUSB USB-HID Keyboard Wireless Radio Control: device removed
[    11.874] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0005/input/input17/event16"
[    11.874] (II) XINPUT: Adding extended input device "ITEUSB USB-HID Keyboard Wireless Radio Control" (type: KEYBOARD, id 17)
[    11.878] (II) event16 - ITEUSB USB-HID Keyboard Wireless Radio Control: is tagged by udev as: Keyboard
[    11.878] (II) event16 - ITEUSB USB-HID Keyboard Wireless Radio Control: device is a keyboard
[    11.881] (II) config/udev: Adding input device USB OPTICAL MOUSE  (/dev/input/event9)
[    11.881] (**) USB OPTICAL MOUSE : Applying InputClass "libinput pointer catchall"
[    11.881] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE '
[    11.881] (**) USB OPTICAL MOUSE : always reports core events
[    11.881] (**) Option "Device" "/dev/input/event9"
[    11.881] (**) Option "_source" "server/udev"
[    11.941] (II) event9  - USB OPTICAL MOUSE : is tagged by udev as: Mouse
[    11.941] (II) event9  - USB OPTICAL MOUSE : device is a pointer
[    11.941] (II) event9  - USB OPTICAL MOUSE : device removed
[    11.994] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:275D:0BA6.0002/input/input10/event9"
[    11.994] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE " (type: MOUSE, id 18)
[    11.994] (**) Option "AccelerationScheme" "none"
[    11.994] (**) USB OPTICAL MOUSE : (accel) selected scheme none/0
[    11.994] (**) USB OPTICAL MOUSE : (accel) acceleration factor: 2.000
[    11.994] (**) USB OPTICAL MOUSE : (accel) acceleration threshold: 4
[    12.054] (II) event9  - USB OPTICAL MOUSE : is tagged by udev as: Mouse
[    12.054] (II) event9  - USB OPTICAL MOUSE : device is a pointer
[    12.056] (II) config/udev: Adding input device USB OPTICAL MOUSE  (/dev/input/mouse2)
[    12.056] (II) No input driver specified, ignoring this device.
[    12.056] (II) This device may have been added with another device file.
[    12.058] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event6)
[    12.058] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[    12.058] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[    12.058] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[    12.058] (**) Option "Device" "/dev/input/event6"
[    12.058] (**) Option "_source" "server/udev"
[    12.061] (II) event6  - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[    12.061] (II) event6  - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[    12.061] (II) event6  - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[    12.114] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/input/input6/event6"
[    12.114] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 19)
[    12.118] (II) event6  - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[    12.118] (II) event6  - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[    12.120] (II) config/udev: Adding input device FTCS1000:00 2808:0101 Mouse (/dev/input/event17)
[    12.120] (**) FTCS1000:00 2808:0101 Mouse: Applying InputClass "libinput pointer catchall"
[    12.120] (II) Using input driver 'libinput' for 'FTCS1000:00 2808:0101 Mouse'
[    12.120] (**) FTCS1000:00 2808:0101 Mouse: always reports core events
[    12.120] (**) Option "Device" "/dev/input/event17"
[    12.120] (**) Option "_source" "server/udev"
[    12.123] (II) event17 - FTCS1000:00 2808:0101 Mouse: is tagged by udev as: Mouse Pointingstick
[    12.124] (II) event17 - FTCS1000:00 2808:0101 Mouse: device is a pointer
[    12.128] (II) event17 - FTCS1000:00 2808:0101 Mouse: device removed
[    12.181] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-3/i2c-FTCS1000:00/0018:2808:0101.0001/input/input20/event17"
[    12.181] (II) XINPUT: Adding extended input device "FTCS1000:00 2808:0101 Mouse" (type: MOUSE, id 20)
[    12.181] (**) Option "AccelerationScheme" "none"
[    12.181] (**) FTCS1000:00 2808:0101 Mouse: (accel) selected scheme none/0
[    12.181] (**) FTCS1000:00 2808:0101 Mouse: (accel) acceleration factor: 2.000
[    12.181] (**) FTCS1000:00 2808:0101 Mouse: (accel) acceleration threshold: 4
[    12.185] (II) event17 - FTCS1000:00 2808:0101 Mouse: is tagged by udev as: Mouse Pointingstick
[    12.185] (II) event17 - FTCS1000:00 2808:0101 Mouse: device is a pointer
[    12.190] (II) config/udev: Adding input device FTCS1000:00 2808:0101 Mouse (/dev/input/mouse0)
[    12.190] (II) No input driver specified, ignoring this device.
[    12.190] (II) This device may have been added with another device file.
[    12.192] (II) config/udev: Adding input device FTCS1000:00 2808:0101 Touchpad (/dev/input/event18)
[    12.192] (**) FTCS1000:00 2808:0101 Touchpad: Applying InputClass "libinput touchpad catchall"
[    12.192] (II) Using input driver 'libinput' for 'FTCS1000:00 2808:0101 Touchpad'
[    12.192] (**) FTCS1000:00 2808:0101 Touchpad: always reports core events
[    12.192] (**) Option "Device" "/dev/input/event18"
[    12.192] (**) Option "_source" "server/udev"
[    12.196] (II) event18 - FTCS1000:00 2808:0101 Touchpad: is tagged by udev as: Touchpad
[    12.199] (II) event18 - FTCS1000:00 2808:0101 Touchpad: device is a touchpad
[    12.199] (II) event18 - FTCS1000:00 2808:0101 Touchpad: device removed
[    12.261] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-3/i2c-FTCS1000:00/0018:2808:0101.0001/input/input21/event18"
[    12.261] (II) XINPUT: Adding extended input device "FTCS1000:00 2808:0101 Touchpad" (type: TOUCHPAD, id 21)
[    12.265] (**) Option "AccelerationScheme" "none"
[    12.265] (**) FTCS1000:00 2808:0101 Touchpad: (accel) selected scheme none/0
[    12.265] (**) FTCS1000:00 2808:0101 Touchpad: (accel) acceleration factor: 2.000
[    12.265] (**) FTCS1000:00 2808:0101 Touchpad: (accel) acceleration threshold: 4
[    12.268] (II) event18 - FTCS1000:00 2808:0101 Touchpad: is tagged by udev as: Touchpad
[    12.272] (II) event18 - FTCS1000:00 2808:0101 Touchpad: device is a touchpad
[    12.274] (II) config/udev: Adding input device FTCS1000:00 2808:0101 Touchpad (/dev/input/mouse1)
[    12.274] (II) No input driver specified, ignoring this device.
[    12.274] (II) This device may have been added with another device file.
[    12.275] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event19)
[    12.275] (II) No input driver specified, ignoring this device.
[    12.275] (II) This device may have been added with another device file.
[    12.276] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event20)
[    12.276] (II) No input driver specified, ignoring this device.
[    12.276] (II) This device may have been added with another device file.
[    12.277] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event21)
[    12.277] (II) No input driver specified, ignoring this device.
[    12.277] (II) This device may have been added with another device file.
[    12.278] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event22)
[    12.278] (II) No input driver specified, ignoring this device.
[    12.278] (II) This device may have been added with another device file.
[    12.279] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event23)
[    12.279] (II) No input driver specified, ignoring this device.
[    12.279] (II) This device may have been added with another device file.
[    12.280] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event24)
[    12.280] (II) No input driver specified, ignoring this device.
[    12.280] (II) This device may have been added with another device file.
[    12.280] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    12.281] (II) No input driver specified, ignoring this device.
[    12.281] (II) This device may have been added with another device file.
[    12.290] (**) ITEUSB USB-HID Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    12.291] (II) Using input driver 'libinput' for 'ITEUSB USB-HID Keyboard Consumer Control'
[    12.291] (**) ITEUSB USB-HID Keyboard Consumer Control: always reports core events
[    12.291] (**) Option "Device" "/dev/input/event13"
[    12.291] (**) Option "_source" "_driver/libinput"
[    12.291] (II) libinput: ITEUSB USB-HID Keyboard Consumer Control: is a virtual subdevice
[    12.291] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0005/input/input14/event13"
[    12.291] (II) XINPUT: Adding extended input device "ITEUSB USB-HID Keyboard Consumer Control" (type: KEYBOARD, id 22)
[    15.657] (II) event4  - Power Button: device removed
[    15.687] (II) event7  - Video Bus: device removed
[    15.727] (II) event8  - Video Bus: device removed
[    15.781] (II) event1  - Sleep Button: device removed
[    15.807] (II) event3  - Power Button: device removed
[    15.834] (II) event2  - Sleep Button: device removed
[    15.861] (II) event10 - ITEUSB USB-HID Keyboard: device removed
[    15.887] (II) event11 - ITEUSB USB-HID Keyboard Mouse: device removed
[    15.941] (II) event12 - ITEUSB USB-HID Keyboard System Control: device removed
[    15.967] (II) event15 - ITEUSB USB-HID Keyboard: device removed
[    15.994] (II) event16 - ITEUSB USB-HID Keyboard Wireless Radio Control: device removed
[    16.047] (II) event9  - USB OPTICAL MOUSE : device removed
[    16.101] (II) event6  - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[    16.154] (II) event17 - FTCS1000:00 2808:0101 Mouse: device removed
[    16.207] (II) event18 - FTCS1000:00 2808:0101 Touchpad: device removed
[    16.261] (II) event13 - ITEUSB USB-HID Keyboard Consumer Control: device removed

Xorg Log - PART 2

[   210.594] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   210.594] 
X.Org X Server 1.20.7
X Protocol Version 11, Revision 0
[   210.594] Build Operating System: Linux Arch Linux
[   210.594] Current Operating System: Linux goncuesma 5.5.10-arch1-1 #1 SMP PREEMPT Wed, 18 Mar 2020 08:40:35 +0000 x86_64
[   210.594] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=503eabc3-901a-4ce8-93bb-a28d0206a221 rw loglevel=3 quiet
[   210.594] Build Date: 14 January 2020  07:13:52AM
[   210.594]  
[   210.594] Current version of pixman: 0.38.4
[   210.594] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   210.594] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   210.594] (==) Log file: "/var/log/Xorg.1.log", Time: Fri Mar 20 23:41:27 2020
[   210.594] (==) Using config file: "/etc/X11/xorg.conf"
[   210.594] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   210.595] (==) ServerLayout "layout"
[   210.595] (**) |-->Screen "Screen0" (0)
[   210.595] (**) |   |-->Monitor "Monitor0"
[   210.595] (**) |   |-->Device "Device0"
[   210.595] (==) Automatically adding devices
[   210.595] (==) Automatically enabling devices
[   210.595] (==) Automatically adding GPU devices
[   210.595] (==) Automatically binding GPU devices
[   210.595] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   210.595] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   210.595] 	Entry deleted from font path.
[   210.595] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   210.595] 	Entry deleted from font path.
[   210.595] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   210.595] 	Entry deleted from font path.
[   210.595] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   210.595] 	Entry deleted from font path.
[   210.595] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   210.595] 	Entry deleted from font path.
[   210.595] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   210.595] 	Entry deleted from font path.
[   210.595] (==) FontPath set to:
	
[   210.595] (==) ModulePath set to "/usr/lib/xorg/modules"
[   210.595] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   210.595] (II) Module ABI versions:
[   210.595] 	X.Org ANSI C Emulation: 0.4
[   210.595] 	X.Org Video Driver: 24.1
[   210.595] 	X.Org XInput driver : 24.1
[   210.595] 	X.Org Server Extension : 10.0
[   210.595] (++) using VT number 7

[   210.595] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   210.596] (II) xfree86: Adding drm device (/dev/dri/card1)
[   210.596] (II) xfree86: Adding drm device (/dev/dri/card0)
[   210.600] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   210.601] (--) PCI:*(0@0:2:0) 8086:3e9b:1458:1664 rev 0, Mem @ 0xab000000/16777216, 0x40000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[   210.601] (--) PCI: (1@0:0:0) 10de:1f10:1458:1664 rev 161, Mem @ 0xac000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[   210.602] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   210.602] (II) LoadModule: "glx"
[   210.602] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   210.603] (II) Module glx: vendor="X.Org Foundation"
[   210.603] 	compiled for 1.20.7, module version = 1.0.0
[   210.603] 	ABI class: X.Org Server Extension, version 10.0
[   210.603] (II) LoadModule: "nvidia"
[   210.603] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   210.603] (II) Module nvidia: vendor="NVIDIA Corporation"
[   210.603] 	compiled for 1.6.99.901, module version = 1.0.0
[   210.603] 	Module class: X.Org Video Driver
[   210.603] (II) NVIDIA dlloader X Driver  440.64  Fri Feb 21 00:49:33 UTC 2020
[   210.603] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   210.603] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[   210.603] (II) Loading sub module "fb"
[   210.603] (II) LoadModule: "fb"
[   210.604] (II) Loading /usr/lib/xorg/modules/libfb.so
[   210.604] (II) Module fb: vendor="X.Org Foundation"
[   210.604] 	compiled for 1.20.7, module version = 1.0.0
[   210.604] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   210.604] (II) Loading sub module "wfb"
[   210.604] (II) LoadModule: "wfb"
[   210.604] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   210.604] (II) Module wfb: vendor="X.Org Foundation"
[   210.604] 	compiled for 1.20.7, module version = 1.0.0
[   210.604] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   210.604] (II) Loading sub module "ramdac"
[   210.604] (II) LoadModule: "ramdac"
[   210.604] (II) Module "ramdac" already built-in
[   210.633] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   210.633] (==) NVIDIA(0): RGB weight 888
[   210.633] (==) NVIDIA(0): Default visual is TrueColor
[   210.633] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   210.633] (**) Option "AllowNVIDIAGpuScreens"
[   210.633] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   210.633] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   210.633] (**) NVIDIA(0): Enabling 2D acceleration
[   210.633] (II) Loading sub module "glxserver_nvidia"
[   210.633] (II) LoadModule: "glxserver_nvidia"
[   210.634] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[   210.637] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   210.637] 	compiled for 1.6.99.901, module version = 1.0.0
[   210.637] 	Module class: X.Org Server Extension
[   210.637] (II) NVIDIA GLX Module  440.64  Fri Feb 21 00:46:14 UTC 2020
[   210.637] (II) NVIDIA: The X server supports PRIME Render Offload.
[   210.678] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   210.678] (--) NVIDIA(0):     DFP-0
[   210.678] (--) NVIDIA(0):     DFP-1
[   210.681] (II) NVIDIA(0): NVIDIA GPU GeForce RTX 2070 with Max-Q Design (TU106-A) at
[   210.681] (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
[   210.681] (--) NVIDIA(0): Memory: 8388608 kBytes
[   210.681] (--) NVIDIA(0): VideoBIOS: 90.06.2d.40.a9
[   210.681] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   210.681] (EE) NVIDIA(GPU-0): Failed to acquire modesetting permission.
[   210.681] (EE) NVIDIA(0): Failing initialization of X screen
[   210.681] (II) UnloadModule: "nvidia"
[   210.681] (II) UnloadSubModule: "glxserver_nvidia"
[   210.681] (II) Unloading glxserver_nvidia
[   210.681] (II) UnloadSubModule: "wfb"
[   210.681] (II) UnloadSubModule: "fb"
[   210.681] (EE) Screen(s) found, but none have a usable configuration.
[   210.681] (EE) 
Fatal server error:
[   210.681] (EE) no screens found(EE) 
[   210.681] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   210.681] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[   210.681] (EE) 
[   210.693] (EE) Server terminated with error (1). Closing log file.

As you can see, with the nvidia automatic configuration (xorg.conf), it doesn't detect the laptop screen (but if i connect the hdmi cable to the external display and reboot the computer detects the external display).
The only way to detect the laptop screen is by deleting the xorg.conf file, but if I delete it, the dedicated gpu (nvidia) is not used at all because the laptop screen only uses the integrated one (intel).

What am I doing wrong?

Thanks for answering!

Offline

#6 2020-03-21 00:26:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [SOLVED] Laptop HDMI external monitor not detected by xrand

You continue to use automatic configuration. Remove that file, create the file in the link I posted. Add the xrandr files to the correct spot, again lightdm can be dodgy here, try the startx approach or SDDM if it must be a display manager

Offline

#7 2020-03-21 08:22:16

gonialdo
Member
Registered: 2020-03-20
Posts: 4

Re: [SOLVED] Laptop HDMI external monitor not detected by xrand

V1del wrote:

You continue to use automatic configuration. Remove that file, create the file in the link I posted. Add the xrandr files to the correct spot, again lightdm can be dodgy here, try the startx approach or SDDM if it must be a display manager

It works! I had modified the xorg.conf.d file instead of xorg.conf -.-

Thank u very much !

Offline

#8 2020-04-04 12:16:24

hainjedaf
Member
From: Amsterdam, NL
Registered: 2020-03-27
Posts: 7

Re: [SOLVED] Laptop HDMI external monitor not detected by xrand

V1del wrote:

You continue to use automatic configuration. Remove that file, create the file in the link I posted. Add the xrandr files to the correct spot, again lightdm can be dodgy here, try the startx approach or SDDM if it must be a display manager


Indeed this worked, but how do I force GDM to put the login screen on screen #1 if screen #0 is present.

When I plug in the second monitor (or hopefully some VR glasses) before boot,
This becomes screen #0

GDM moves to the external screen on HDMI because it is screen #0.

How do I make GDM stay on the laptop screen i.e. prefer screen #1

Last edited by hainjedaf (2020-04-04 13:16:09)

Offline

#9 2020-04-04 13:38:29

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [SOLVED] Laptop HDMI external monitor not detected by xrand

instead of the second xrandr --auto call in the intial configuration you should change that so the correct screen is logically the "primary" one again.

Also please don't hijack solved threads since you seem to have an entirely different requirement than the OP here, so should the above explanation not be sufficient, make your own thread and post config files/details of your setup.

Offline

Board footer

Powered by FluxBB