You are not logged in.
I have an HP Oment 15 (4800H/1660 Ti, specific model is 15-en0023dx) running Arch (5.12.5). I tend to take my laptop from place to place and either use it own its own or when connected to my TV at home. I've run Arch before on VMs so I assumed it would be as simple as connecting the HDMI cable and use xrandr to set the resolutions, but for some reason xrandr did not recognize my HDMI output.
After going through quite a few forum posts and trying to mess with xorg.conf myself, I managed to get it to where I can have it work only with my external displays (i.e. xrandr only detects HDMI-0, DP-0, DP-1...) or that it only detects the built in monitor (eDP-0, the initial state) but a signal is sent to the external monitor. I know this since whenever using only the external monitor or only the built in monitor using these configurations, the other monitor turns black and I can move my cursor to it.
I then suspected it was something with my WM (I am using HerbstLuftWM) since I didn't have the auto_detect_monitors option set, I tried setting it and restarting the xseesion and also forced a detect_monitors and tried to manually configure HLWM monitors but couldn't get it to work. I also tried using i3 to make sure it wasn't something specific to HLWM but it also didn't work, considering the output from xrandr it led me to believe something with my config was wrong and did allow for both providers to be loaded at the same time.
I did try to turn on xinerama which made both monitors function which seemed great at first but if I understand correctly, xinerama does not support polybar (it just crashed on startup) and as mentioned in the Arch wiki, it is the old way of doing things, so I would like to avoid it if possible.
Should probably also mention that running nvidia-settings works in either configuration, and it detects the HDMI monitor.
pacman -Q --info nvidia
Name : nvidia
Version : 465.31-3
Description : NVIDIA drivers for linux
Architecture : x86_64
URL : https://www.nvidia.com/
Licenses : custom
Groups : None
Provides : NVIDIA-MODULE
Depends On : linux nvidia-utils=465.31 libglvnd
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 23.42 MiB
Packager : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date : Wed May 19 14:05:03 2021
Install Date : Thu May 20 22:12:34 2021
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature/etc/X11/xorg.conf
Section "ServerLayout"
Identifier "Multihead"
# switching 0 and 1 or just removing one causes the other one to be used
Screen 0 "LaptopScreen"
Screen 1 "TV" LeftOf "LaptopScreen"
#Option "Xinerama" "1"
Option "AllowNVIDIAGPUScreens"
EndSection
Section "Monitor"
Identifier "eDP-1"
Option "PreferredMode" "1920x1080
#Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "HDMI-0"
Option "PreferredMode" "1360x768"
Option "LeftOf" "eDP0"
#Option "Position" "1920 0"
EndSection
Section "Device"
Identifier "GTX 1660 Ti"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "Monitor-HDMI-0" "HDMI"
Screen 0
EndSection
Section "Device"
Identifier "integrated"
Driver "modesetting"
BusID "PCI:6:0:0"
Option "Monitor-eDP-1" "DP"
Screen 0
EndSection
Section "Screen"
Identifier "LaptopScreen"
Device "integrated"
Monitor "eDP-1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
#ViewPort 0 0
Virtual 1920 1080
EndSubSection
EndSection
Section "Screen"
Identifier "TV"
Device "GTX 1660 Ti"
Monitor "HDMI-0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1360x768"
#ViewPort 1 0
Virtual 1360 768
EndSubSection
EndSectionsudo dmesg | grep -i nvidia
[ 1.883377] nvidia-gpu 0000:01:00.3: enabling device (0000 -> 0002)
[ 2.357623] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input13
[ 2.357657] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input14
[ 2.357687] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input15
[ 2.357715] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input16
[ 2.357742] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input17
[ 2.357768] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input18
[ 3.022142] i2c_piix4 rfkill fb_sys_fops snd_pci_acp3x libphy soundcore typec_ucsi i2c_nvidia_gpu typec wmi roles tpm_crb tpm_tis tpm_tis_core tpm video rng_core i2c_hid_acpi pinctrl_amd i2c_hid acpi_cpufreq mac_hid acpi_tad drm pkcs8_key_parser fuse crypto_user agpgart bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 serio_raw atkbd libps2 sdhci_pci cqhci sdhci crc32c_intel i8042 xhci_pci mmc_core xhci_pci_renesas serio
[ 3.108780] nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
[ 9.545341] nvidia: loading out-of-tree module taints kernel.
[ 9.545351] nvidia: module license 'NVIDIA' taints kernel.
[ 9.557950] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 9.572723] nvidia-nvlink: Nvlink Core is being initialized, major device number 234
[ 9.573202] nvidia 0000:01:00.0: enabling device (0002 -> 0003)
[ 9.573271] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[ 9.616732] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 465.31 Thu May 13 22:24:36 UTC 2021
[ 10.631431] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 465.31 Thu May 13 22:14:23 UTC 2021lspci -v
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Root Complex
Subsystem: Hewlett-Packard Company Device 8786
Flags: fast devsel
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Renoir IOMMU
Subsystem: Hewlett-Packard Company Device 8786
Flags: bus master, fast devsel, latency 0, IRQ -2147483648
Capabilities: <access denied>
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
Flags: fast devsel, IOMMU group 0
00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe GPP Bridge (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 26, IOMMU group 1
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 0000f000-0000ffff [size=4K]
Memory behind bridge: fb000000-fc0fffff [size=17M]
Prefetchable memory behind bridge: 00000000b0000000-00000000c20fffff [size=289M]
Capabilities: <access denied>
Kernel driver in use: pcieport
00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe GPP Bridge (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 27, IOMMU group 2
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 0000e000-0000efff [size=4K]
Memory behind bridge: fca00000-fcafffff [size=1M]
Prefetchable memory behind bridge: [disabled]
Capabilities: <access denied>
Kernel driver in use: pcieport
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
Flags: fast devsel, IOMMU group 3
00:02.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe GPP Bridge (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 28, IOMMU group 4
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: [disabled]
Memory behind bridge: fc900000-fc9fffff [size=1M]
Prefetchable memory behind bridge: [disabled]
Capabilities: <access denied>
Kernel driver in use: pcieport
00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe GPP Bridge (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 29, IOMMU group 5
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: [disabled]
Memory behind bridge: fc800000-fc8fffff [size=1M]
Prefetchable memory behind bridge: [disabled]
Capabilities: <access denied>
Kernel driver in use: pcieport
00:02.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe GPP Bridge (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 30, IOMMU group 6
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
I/O behind bridge: [disabled]
Memory behind bridge: fc700000-fc7fffff [size=1M]
Prefetchable memory behind bridge: [disabled]
Capabilities: <access denied>
Kernel driver in use: pcieport
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
Flags: fast devsel, IOMMU group 7
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 31, IOMMU group 7
Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
I/O behind bridge: 0000d000-0000dfff [size=4K]
Memory behind bridge: fc200000-fc5fffff [size=4M]
Prefetchable memory behind bridge: 00000000d0000000-00000000e01fffff [size=258M]
Capabilities: <access denied>
Kernel driver in use: pcieport
00:08.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 32, IOMMU group 7
Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
I/O behind bridge: [disabled]
Memory behind bridge: fc600000-fc6fffff [size=1M]
Prefetchable memory behind bridge: [disabled]
Capabilities: <access denied>
Kernel driver in use: pcieport
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 51)
Subsystem: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller
Flags: 66MHz, medium devsel, IOMMU group 8
Kernel driver in use: piix4_smbus
Kernel modules: i2c_piix4, sp5100_tco
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
Subsystem: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge
Flags: bus master, 66MHz, medium devsel, latency 0, IOMMU group 8
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 0
Flags: fast devsel, IOMMU group 9
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 1
Flags: fast devsel, IOMMU group 9
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 2
Flags: fast devsel, IOMMU group 9
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 3
Flags: fast devsel, IOMMU group 9
Kernel driver in use: k10temp
Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 4
Flags: fast devsel, IOMMU group 9
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 5
Flags: fast devsel, IOMMU group 9
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 6
Flags: fast devsel, IOMMU group 9
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Device 24: Function 7
Flags: fast devsel, IOMMU group 9
01:00.0 VGA compatible controller: NVIDIA Corporation TU116M [GeForce GTX 1660 Ti Mobile] (rev a1) (prog-if 00 [VGA controller])
DeviceName: NVIDIA Graphics Device
Subsystem: Hewlett-Packard Company Device 8786
Flags: bus master, fast devsel, latency 0, IRQ 106, IOMMU group 10
Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
Memory at b0000000 (64-bit, prefetchable) [size=256M]
Memory at c0000000 (64-bit, prefetchable) [size=32M]
I/O ports at f000 [size=128]
Expansion ROM at fc000000 [virtual] [disabled] [size=512K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
01:00.1 Audio device: NVIDIA Corporation TU116 High Definition Audio Controller (rev a1)
Subsystem: Hewlett-Packard Company Device 8786
Flags: bus master, fast devsel, latency 0, IRQ 102, IOMMU group 10
Memory at fc080000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
01:00.2 USB controller: NVIDIA Corporation TU116 USB 3.1 Host Controller (rev a1) (prog-if 30 [XHCI])
Subsystem: Hewlett-Packard Company Device 8786
Flags: fast devsel, IRQ 56, IOMMU group 10
Memory at c2000000 (64-bit, prefetchable) [size=256K]
Memory at c2040000 (64-bit, prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
01:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU116 USB Type-C UCSI Controller (rev a1)
Subsystem: Hewlett-Packard Company Device 8786
Flags: bus master, fast devsel, latency 0, IRQ 79, IOMMU group 10
Memory at fc084000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: nvidia-gpu
Kernel modules: i2c_nvidia_gpu
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 16)
DeviceName: OnBoard Enthernets
Subsystem: Hewlett-Packard Company Device 8786
Flags: bus master, fast devsel, latency 0, IRQ 75, IOMMU group 11
I/O ports at e000 [size=256]
Memory at fca04000 (64-bit, non-prefetchable) [size=4K]
Memory at fca00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169
03:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
DeviceName: Intel Wireless LAN + BT
Subsystem: Intel Corporation Device 0084
Flags: bus master, fast devsel, latency 0, IRQ 80, IOMMU group 12
Memory at fc900000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
04:00.0 SD Host controller: Genesys Logic, Inc GL9750 SD Host Controller (rev 01) (prog-if 01)
DeviceName: Realtek PCIE CardReader
Subsystem: Hewlett-Packard Company Device 8786
Flags: bus master, fast devsel, latency 0, IRQ 76, IOMMU group 13
Memory at fc800000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: sdhci-pci
Kernel modules: sdhci_pci
05:00.0 Non-Volatile memory controller: Sandisk Corp WD Black 2018 / PC SN720 NVMe SSD (prog-if 02 [NVM Express])
Subsystem: Sandisk Corp WD Black 2018 / PC SN720 NVMe SSD
Flags: bus master, fast devsel, latency 0, IRQ 35, NUMA node 0, IOMMU group 14
Memory at fc700000 (64-bit, non-prefetchable) [size=16K]
Memory at fc704000 (64-bit, non-prefetchable) [size=256]
Capabilities: <access denied>
Kernel driver in use: nvme
06:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev c6) (prog-if 00 [VGA controller])
DeviceName: Onboard IGD
Subsystem: Hewlett-Packard Company Device 8786
Flags: bus master, fast devsel, latency 0, IRQ 66, IOMMU group 7
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at e0000000 (64-bit, prefetchable) [size=2M]
I/O ports at d000 [size=256]
Memory at fc500000 (32-bit, non-prefetchable) [size=512K]
Capabilities: <access denied>
Kernel driver in use: amdgpu
Kernel modules: amdgpu
06:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor
Subsystem: Hewlett-Packard Company Device 8786
Flags: bus master, fast devsel, latency 0, IRQ 80, IOMMU group 7
Memory at fc400000 (32-bit, non-prefetchable) [size=1M]
Memory at fc5c8000 (32-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>
Kernel driver in use: ccp
Kernel modules: ccp
06:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir USB 3.1 (prog-if 30 [XHCI])
Subsystem: Hewlett-Packard Company Device 8786
Flags: bus master, fast devsel, latency 0, IRQ 57, IOMMU group 7
Memory at fc300000 (64-bit, non-prefetchable) [size=1M]
Capabilities: <access denied>
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
06:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir USB 3.1 (prog-if 30 [XHCI])
Subsystem: Hewlett-Packard Company Device 8786
Flags: bus master, fast devsel, latency 0, IRQ 66, IOMMU group 7
Memory at fc200000 (64-bit, non-prefetchable) [size=1M]
Capabilities: <access denied>
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
06:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] Raven/Raven2/FireFlight/Renoir Audio Processor (rev 01)
Subsystem: Hewlett-Packard Company Device 8786
Flags: bus master, fast devsel, latency 0, IRQ 84, IOMMU group 7
Memory at fc580000 (32-bit, non-prefetchable) [size=256K]
Capabilities: <access denied>
Kernel driver in use: snd_rn_pci_acp3x
Kernel modules: snd_pci_acp3x, snd_rn_pci_acp3x
06:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller
Subsystem: Hewlett-Packard Company Device 8786
Flags: bus master, fast devsel, latency 0, IRQ 103, IOMMU group 7
Memory at fc5c0000 (32-bit, non-prefetchable) [size=32K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
07:00.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 81) (prog-if 01 [AHCI 1.0])
Subsystem: Hewlett-Packard Company Device 8786
Flags: bus master, fast devsel, latency 0, IRQ 34, IOMMU group 7
Memory at fc601000 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: ahci
07:00.1 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 81) (prog-if 01 [AHCI 1.0])
Subsystem: Hewlett-Packard Company Device 8786
Flags: bus master, fast devsel, latency 0, IRQ 38, IOMMU group 7
Memory at fc600000 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: ahcimodinfo nvidia
filename: /lib/modules/5.12.5-arch1-1/extramodules/nvidia.ko.xz
alias: char-major-195-*
version: 465.31
supported: external
license: NVIDIA
firmware: nvidia/465.31/gsp.bin
srcversion: 2DBC562DE98FB36F34262A5
alias: pci:v000010DEd*sv*sd*bc03sc02i00*
alias: pci:v000010DEd*sv*sd*bc03sc00i00*
depends:
retpoline: Y
name: nvidia
vermagic: 5.12.5-arch1-1 SMP preempt mod_unload
parm: NvSwitchRegDwords:NvSwitch regkey (charp)
parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp)
parm: nv_cap_enable_devfs:Enable (1) or disable (0) nv-caps devfs support. Default: 1 (int)
parm: NVreg_ResmanDebugLevel:int
parm: NVreg_RmLogonRC:int
parm: NVreg_ModifyDeviceFiles:int
parm: NVreg_DeviceFileUID:int
parm: NVreg_DeviceFileGID:int
parm: NVreg_DeviceFileMode:int
parm: NVreg_InitializeSystemMemoryAllocations:int
parm: NVreg_UsePageAttributeTable:int
parm: NVreg_RegisterForACPIEvents:int
parm: NVreg_EnablePCIeGen3:int
parm: NVreg_EnableMSI:int
parm: NVreg_TCEBypassMode:int
parm: NVreg_EnableStreamMemOPs:int
parm: NVreg_RestrictProfilingToAdminUsers:int
parm: NVreg_PreserveVideoMemoryAllocations:int
parm: NVreg_EnableS0ixPowerManagement:int
parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int
parm: NVreg_DynamicPowerManagement:int
parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int
parm: NVreg_EnableGpuFirmware:int
parm: NVreg_EnableUserNUMAManagement:int
parm: NVreg_MemoryPoolSize:int
parm: NVreg_KMallocHeapMaxSize:int
parm: NVreg_VMallocHeapMaxSize:int
parm: NVreg_IgnoreMMIOCheck:int
parm: NVreg_NvLinkDisable:int
parm: NVreg_EnablePCIERelaxedOrderingMode:int
parm: NVreg_RegisterPCIDriver:int
parm: NVreg_RegistryDwords:charp
parm: NVreg_RegistryDwordsPerDevice:charp
parm: NVreg_RmMsg:charp
parm: NVreg_GpuBlacklist:charp
parm: NVreg_TemporaryFilePath:charp
parm: NVreg_ExcludedGpus:charp
parm: rm_firmware_active:charpxrandr --listmonirots # when using amd
Monitors: 1
0: +*eDP-1 1920/344x1080/194+0+0 eDP-1xrandr --listmonitors # when using nvidia
Monitors: 1
0: +HDMI-0 1360/697x768/392+0+0 HDMI-0xrandr --listproviders # when using amd
Providers: number : 1
Provider 0: id: 0x44 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 1 associated providers: 0 name:modesettingxrandr --listproviders # when using nvidia
Providers: number : 1
Provider 0: id: 0x1b8 cap: 0x0 crtcs: 4 outputs: 5 associated providers: 0 name:NVIDIA-0glxinfo -B # when using amd
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: AMD (0x1002)
Device: AMD RENOIR (DRM 3.40.0, 5.12.5-arch1-1, LLVM 11.1.0) (0x1636)
Version: 21.1.0
Accelerated: yes
Video memory: 512MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
VBO free memory - total: 380 MB, largest block: 380 MB
VBO free aux. memory - total: 3006 MB, largest block: 3006 MB
Texture free memory - total: 380 MB, largest block: 380 MB
Texture free aux. memory - total: 3006 MB, largest block: 3006 MB
Renderbuffer free memory - total: 380 MB, largest block: 380 MB
Renderbuffer free aux. memory - total: 3006 MB, largest block: 3006 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 512 MB
Total available memory: 3584 MB
Currently available dedicated video memory: 380 MB
OpenGL vendor string: AMD
OpenGL renderer string: AMD RENOIR (DRM 3.40.0, 5.12.5-arch1-1, LLVM 11.1.0)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.1.0
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.1.0
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.1.0
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
display: :0 screen: 1
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa/X.org (0xffffffff)
Device: llvmpipe (LLVM 11.1.0, 256 bits) (0xffffffff)
Version: 21.1.0
Accelerated: no
Video memory: 15424MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 3.1
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 11.1.0, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.1.0
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 3.1 Mesa 21.1.0
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.1.0
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20glxinfo -B # when using nvidia
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa/X.org (0xffffffff)
Device: llvmpipe (LLVM 11.1.0, 256 bits) (0xffffffff)
Version: 21.1.0
Accelerated: no
Video memory: 15424MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 3.1
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 11.1.0, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.1.0
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 3.1 Mesa 21.1.0
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.1.0
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
display: :0 screen: 1
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: AMD (0x1002)
Device: AMD RENOIR (DRM 3.40.0, 5.12.5-arch1-1, LLVM 11.1.0) (0x1636)
Version: 21.1.0
Accelerated: yes
Video memory: 512MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
VBO free memory - total: 459 MB, largest block: 459 MB
VBO free aux. memory - total: 3042 MB, largest block: 3042 MB
Texture free memory - total: 459 MB, largest block: 459 MB
Texture free aux. memory - total: 3042 MB, largest block: 3042 MB
Renderbuffer free memory - total: 459 MB, largest block: 459 MB
Renderbuffer free aux. memory - total: 3042 MB, largest block: 3042 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 512 MB
Total available memory: 3584 MB
Currently available dedicated video memory: 459 MB
OpenGL vendor string: AMD
OpenGL renderer string: AMD RENOIR (DRM 3.40.0, 5.12.5-arch1-1, LLVM 11.1.0)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.1.0
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.1.0
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.1.0
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20Offline
Your nvidia xorg module is not loading properly, post a xorg log. Are you sure you want distinct screens? Note that xorg screens do not refer to your physical screen layout but are a xorg concept. Your current configuration will have them distinct from each other and you'd have to knowingly and willingy define which applications run where by adding DISPLAY=:0.1 or :0.0 depending on what you want where, and xrandr's "vision" will change with that -- https://wiki.archlinux.org/title/Multih … te_screens
That's not what you want in most "modern" cases, I suggest you remove that xorg configuration, then post the resulting xorg.log and xrandr --listproviders output.
Last edited by V1del (2021-05-21 09:13:59)
Offline
Yeah, now that you mention this is probably not what I want.
Xorg.0.log with the config file
[ 10.823]
X.Org X Server 1.19.6
Release Date: 2017-12-20
[ 10.823] X Protocol Version 11, Revision 0
[ 10.823] Build Operating System: Linux 4.15.6-1-ARCH x86_64
[ 10.823] Current Operating System: Linux omri-arch 5.12.5-arch1-1 #1 SMP PREEMPT Wed, 19 May 2021 10:32:40 +0000 x86_64
[ 10.823] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=00556dd2-54b5-4a7a-a443-f478aebe1116 rw loglevel=3 quiet
[ 10.823] Build Date: 12 April 2018 05:31:07AM
[ 10.823]
[ 10.823] Current version of pixman: 0.40.0
[ 10.823] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 10.823] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10.824] (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 20 22:13:40 2021
[ 10.826] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 10.826] (==) No Layout section. Using the first Screen section.
[ 10.826] (==) No screen section available. Using defaults.
[ 10.826] (**) |-->Screen "Default Screen Section" (0)
[ 10.826] (**) | |-->Monitor "<default monitor>"
[ 10.826] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 10.827] (==) Automatically adding devices
[ 10.827] (==) Automatically enabling devices
[ 10.827] (==) Automatically adding GPU devices
[ 10.827] (==) Automatically binding GPU devices
[ 10.827] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 10.827] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[ 10.827] Entry deleted from font path.
[ 10.827] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 10.827] Entry deleted from font path.
[ 10.827] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 10.827] Entry deleted from font path.
[ 10.827] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 10.827] Entry deleted from font path.
[ 10.828] (==) FontPath set to:
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 10.828] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 10.828] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 10.828] (II) Loader magic: 0x55e89cc3dd60
[ 10.828] (II) Module ABI versions:
[ 10.828] X.Org ANSI C Emulation: 0.4
[ 10.828] X.Org Video Driver: 23.0
[ 10.828] X.Org XInput driver : 24.1
[ 10.828] X.Org Server Extension : 10.0
[ 10.830] (++) using VT number 1
[ 10.834] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 10.834] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 10.836] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 10.836] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 10.837] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 10.839] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 10.841] (--) PCI: (0:1:0:0) 10de:2191:103c:8786 rev 161, Mem @ 0xfb000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[ 10.841] (--) PCI:*(0:6:0:0) 1002:1636:103c:8786 rev 198, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfc500000/524288, I/O @ 0x0000d000/256
[ 10.841] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 10.841] (II) LoadModule: "glx"
[ 10.843] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 10.847] (II) Module glx: vendor="X.Org Foundation"
[ 10.847] compiled for 1.19.6, module version = 1.0.0
[ 10.847] ABI class: X.Org Server Extension, version 10.0
[ 10.847] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 10.847] loading driver: nvidia
[ 10.847] (==) Matched ati as autoconfigured driver 0
[ 10.847] (==) Matched nvidia as autoconfigured driver 1
[ 10.847] (==) Matched nouveau as autoconfigured driver 2
[ 10.847] (==) Matched nv as autoconfigured driver 3
[ 10.847] (==) Matched ati as autoconfigured driver 4
[ 10.847] (==) Matched modesetting as autoconfigured driver 5
[ 10.847] (==) Matched fbdev as autoconfigured driver 6
[ 10.847] (==) Matched vesa as autoconfigured driver 7
[ 10.847] (==) Assigned the driver to the xf86ConfigLayout
[ 10.847] (II) LoadModule: "ati"
[ 10.847] (WW) Warning, couldn't open module ati
[ 10.847] (II) UnloadModule: "ati"
[ 10.848] (II) Unloading ati
[ 10.848] (EE) Failed to load module "ati" (module does not exist, 0)
[ 10.848] (II) LoadModule: "nvidia"
[ 10.848] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 10.850] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 10.850] compiled for 1.6.99.901, module version = 1.0.0
[ 10.850] Module class: X.Org Video Driver
[ 10.850] (II) LoadModule: "nouveau"
[ 10.850] (WW) Warning, couldn't open module nouveau
[ 10.850] (II) UnloadModule: "nouveau"
[ 10.850] (II) Unloading nouveau
[ 10.850] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 10.850] (II) LoadModule: "nv"
[ 10.850] (WW) Warning, couldn't open module nv
[ 10.850] (II) UnloadModule: "nv"
[ 10.850] (II) Unloading nv
[ 10.850] (EE) Failed to load module "nv" (module does not exist, 0)
[ 10.850] (II) LoadModule: "modesetting"
[ 10.851] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 10.851] (II) Module modesetting: vendor="X.Org Foundation"
[ 10.851] compiled for 1.19.6, module version = 1.19.6
[ 10.851] Module class: X.Org Video Driver
[ 10.851] ABI class: X.Org Video Driver, version 23.0
[ 10.851] (II) LoadModule: "fbdev"
[ 10.851] (WW) Warning, couldn't open module fbdev
[ 10.851] (II) UnloadModule: "fbdev"
[ 10.851] (II) Unloading fbdev
[ 10.851] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 10.851] (II) LoadModule: "vesa"
[ 10.851] (WW) Warning, couldn't open module vesa
[ 10.851] (II) UnloadModule: "vesa"
[ 10.851] (II) Unloading vesa
[ 10.851] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 10.851] (II) NVIDIA dlloader X Driver 465.31 Thu May 13 22:19:15 UTC 2021
[ 10.851] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 10.851] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 10.852] (II) modeset(0): using drv /dev/dri/card0
[ 10.852] (II) systemd-logind: releasing fd for 226:1
[ 10.853] (II) Loading sub module "fb"
[ 10.853] (II) LoadModule: "fb"
[ 10.853] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 10.854] (II) Module fb: vendor="X.Org Foundation"
[ 10.854] compiled for 1.19.6, module version = 1.0.0
[ 10.854] ABI class: X.Org ANSI C Emulation, version 0.4
[ 10.854] (II) Loading sub module "wfb"
[ 10.854] (II) LoadModule: "wfb"
[ 10.854] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 10.854] (II) Module wfb: vendor="X.Org Foundation"
[ 10.854] compiled for 1.19.6, module version = 1.0.0
[ 10.854] ABI class: X.Org ANSI C Emulation, version 0.4
[ 10.854] (II) Loading sub module "ramdac"
[ 10.854] (II) LoadModule: "ramdac"
[ 10.854] (II) Module "ramdac" already built-in
[ 10.855] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 10.855] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 10.855] (==) modeset(0): RGB weight 888
[ 10.855] (==) modeset(0): Default visual is TrueColor
[ 10.855] (II) Loading sub module "glamoregl"
[ 10.855] (II) LoadModule: "glamoregl"
[ 10.855] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 10.860] (II) Module glamoregl: vendor="X.Org Foundation"
[ 10.860] compiled for 1.19.6, module version = 1.0.0
[ 10.860] ABI class: X.Org ANSI C Emulation, version 0.4
[ 10.860] (II) glamor: OpenGL accelerated X.org driver based.
[ 11.018] (II) glamor: EGL version 1.5:
[ 11.028] (II) modeset(0): glamor initialized
[ 11.028] (II) modeset(0): Output eDP-1 has no monitor section
[ 11.029] (II) modeset(0): EDID for output eDP-1
[ 11.029] (II) modeset(0): Manufacturer: LGD Model: 5fe Serial#: 0
[ 11.029] (II) modeset(0): Year: 2018 Week: 0
[ 11.029] (II) modeset(0): EDID Version: 1.4
[ 11.029] (II) modeset(0): Digital Display Input
[ 11.029] (II) modeset(0): 8 bits per channel
[ 11.029] (II) modeset(0): Digital interface is DisplayPort
[ 11.029] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 11.029] (II) modeset(0): Gamma: 2.20
[ 11.029] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[ 11.029] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 11.029] (II) modeset(0): First detailed timing is preferred mode
[ 11.029] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 11.029] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.305 greenY: 0.605
[ 11.029] (II) modeset(0): blueX: 0.150 blueY: 0.055 whiteX: 0.313 whiteY: 0.329
[ 11.029] (II) modeset(0): Manufacturer's mask: 0
[ 11.029] (II) modeset(0): Supported detailed timing:
[ 11.029] (II) modeset(0): clock: 346.5 MHz Image Size: 344 x 194 mm
[ 11.029] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 11.029] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1157 v_border: 0
[ 11.029] (II) modeset(0): Supported detailed timing:
[ 11.029] (II) modeset(0): clock: 144.4 MHz Image Size: 344 x 194 mm
[ 11.029] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 11.029] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1157 v_border: 0
[ 11.029] (II) modeset(0): Unknown vendor-specific block 2
[ 11.029] (II) modeset(0): EDID (in hex):
[ 11.029] (II) modeset(0): 00ffffffffffff0030e4fe0500000000
[ 11.029] (II) modeset(0): 001c0104a5221378eae085a3544e9b26
[ 11.029] (II) modeset(0): 0e505400000001010101010101010101
[ 11.029] (II) modeset(0): 0101010101015e8780a070384d403020
[ 11.029] (II) modeset(0): 350058c21000001b683880a070384d40
[ 11.029] (II) modeset(0): 3020350058c21000001b000000000000
[ 11.029] (II) modeset(0): 00000000000000000000000000000002
[ 11.029] (II) modeset(0): 000c30f20f3c962e12309e0000000083
[ 11.029] (II) modeset(0): Printing probed modes for output eDP-1
[ 11.029] (II) modeset(0): Modeline "1920x1080"x144.0 346.54 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (166.6 kHz eP)
[ 11.029] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 11.029] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 11.029] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 11.030] (II) modeset(0): Modeline "1920x1080"x60.0 144.40 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (69.4 kHz e)
[ 11.030] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 11.030] (II) modeset(0): Modeline "1680x1050"x144.0 346.54 1680 1968 2000 2080 1050 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 11.030] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 11.030] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 11.030] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 11.030] (II) modeset(0): Modeline "1280x1024"x144.0 346.54 1280 1968 2000 2080 1024 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 11.030] (II) modeset(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 11.030] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "1440x900"x144.0 346.54 1440 1968 2000 2080 900 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 11.030] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 11.030] (II) modeset(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 11.030] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 11.030] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "1280x800"x144.0 346.54 1280 1968 2000 2080 800 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 11.030] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 11.030] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 11.030] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "1280x720"x144.0 346.54 1280 1968 2000 2080 720 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 11.030] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 11.030] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 11.030] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "1024x768"x144.0 346.54 1024 1968 2000 2080 768 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 11.030] (II) modeset(0): Modeline "1024x768"x170.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "1024x768"x150.1 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 11.030] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 11.030] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 11.030] (II) modeset(0): Modeline "1024x768i"x43.5 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "960x720"x170.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "960x720"x150.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "928x696"x150.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 11.030] (II) modeset(0): Modeline "896x672"x150.1 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 11.030] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 11.030] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 11.030] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 11.030] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 11.030] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 11.030] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "800x600"x144.0 346.54 800 1968 2000 2080 600 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 11.030] (II) modeset(0): Modeline "800x600"x170.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 11.030] (II) modeset(0): Modeline "800x600"x150.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 11.030] (II) modeset(0): Modeline "800x600"x140.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "800x600"x130.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 11.030] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 11.030] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 11.030] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 11.030] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 11.030] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 11.030] (II) modeset(0): Modeline "700x525"x149.5 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x512"x170.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x512"x150.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x480"x144.0 346.54 640 1968 2000 2080 480 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 11.030] (II) modeset(0): Modeline "640x480"x170.2 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 11.030] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 11.030] (II) modeset(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 11.030] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "576x432"x150.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 11.030] (II) modeset(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "512x384"x170.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 11.030] (II) modeset(0): Modeline "512x384"x150.1 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 11.030] (II) modeset(0): Modeline "512x384"x140.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 11.030] (II) modeset(0): Modeline "512x384i"x87.1 22.45 512 516 604 632 384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "416x312"x149.3 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 11.030] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "400x300"x170.5 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 11.030] (II) modeset(0): Modeline "400x300"x144.4 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 11.030] (II) modeset(0): Modeline "400x300"x150.2 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 11.030] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 11.030] (II) modeset(0): Modeline "320x240"x170.4 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 11.030] (II) modeset(0): Modeline "320x240"x145.6 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "320x240"x150.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 11.030] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 11.030] (II) modeset(0): Modeline "360x200"x170.1 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "320x200"x170.5 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 11.030] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 11.030] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 11.030] (II) modeset(0): Modeline "320x175"x170.5 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 11.030] (II) modeset(0): Output eDP-1 connected
[ 11.030] (II) modeset(0): Using exact sizes for initial modes
[ 11.030] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 11.031] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 11.031] (==) modeset(0): DPI set to (96, 96)
[ 11.031] (II) Loading sub module "fb"
[ 11.031] (II) LoadModule: "fb"
[ 11.031] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 11.031] (II) Module fb: vendor="X.Org Foundation"
[ 11.031] compiled for 1.19.6, module version = 1.0.0
[ 11.031] ABI class: X.Org ANSI C Emulation, version 0.4
[ 11.031] (==) Depth 24 pixmap format is 32 bpp
[ 11.155] (==) modeset(0): Backing store enabled
[ 11.155] (==) modeset(0): Silken mouse enabled
[ 11.156] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 11.157] (==) modeset(0): DPMS enabled
[ 11.157] (EE) modeset(0): [DRI2] No driver mapping found for PCI device 0x1002 / 0x1636
[ 11.157] (EE) modeset(0): Failed to initialize the DRI2 extension.
[ 11.157] (--) RandR disabled
[ 11.160] (II) AIGLX: Screen 0 is not DRI2 capable
[ 11.160] (EE) AIGLX: reverting to software rendering
[ 11.169] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[ 11.171] (II) IGLX: Loaded and initialized swrast
[ 11.171] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 11.172] (II) modeset(0): Damage tracking initialized
[ 11.172] (II) modeset(0): Setting screen physical size to 508 x 285
[ 11.274] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 11.274] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 11.274] (II) LoadModule: "libinput"
[ 11.274] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 11.277] (II) Module libinput: vendor="X.Org Foundation"
[ 11.277] compiled for 1.20.11, module version = 1.0.1
[ 11.277] Module class: X.Org XInput Driver
[ 11.277] ABI class: X.Org XInput driver, version 24.1
[ 11.277] (II) Using input driver 'libinput' for 'Power Button'
[ 11.278] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[ 11.278] (**) Power Button: always reports core events
[ 11.278] (**) Option "Device" "/dev/input/event2"
[ 11.279] (**) Option "_source" "server/udev"
[ 11.284] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 11.284] (II) event2 - Power Button: device is a keyboard
[ 11.285] (II) event2 - Power Button: device removed
[ 11.285] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 11.285] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 11.285] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 11.285] (II) event2 - Power Button: device is a keyboard
[ 11.286] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 11.286] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 11.286] (II) Using input driver 'libinput' for 'Video Bus'
[ 11.287] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 31 paused 0
[ 11.287] (**) Video Bus: always reports core events
[ 11.287] (**) Option "Device" "/dev/input/event4"
[ 11.287] (**) Option "_source" "server/udev"
[ 11.288] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 11.288] (II) event4 - Video Bus: device is a keyboard
[ 11.288] (II) event4 - Video Bus: device removed
[ 11.288] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input4/event4"
[ 11.288] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 11.289] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 11.289] (II) event4 - Video Bus: device is a keyboard
[ 11.290] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 11.290] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 11.290] (II) Using input driver 'libinput' for 'Power Button'
[ 11.292] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 32 paused 0
[ 11.292] (**) Power Button: always reports core events
[ 11.292] (**) Option "Device" "/dev/input/event0"
[ 11.292] (**) Option "_source" "server/udev"
[ 11.293] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 11.293] (II) event0 - Power Button: device is a keyboard
[ 11.293] (II) event0 - Power Button: device removed
[ 11.293] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 11.293] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 11.294] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 11.294] (II) event0 - Power Button: device is a keyboard
[ 11.294] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 11.294] (II) No input driver specified, ignoring this device.
[ 11.294] (II) This device may have been added with another device file.
[ 11.295] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[ 11.295] (II) No input driver specified, ignoring this device.
[ 11.295] (II) This device may have been added with another device file.
[ 11.295] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[ 11.295] (II) No input driver specified, ignoring this device.
[ 11.295] (II) This device may have been added with another device file.
[ 11.295] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[ 11.295] (II) No input driver specified, ignoring this device.
[ 11.295] (II) This device may have been added with another device file.
[ 11.296] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[ 11.296] (II) No input driver specified, ignoring this device.
[ 11.296] (II) This device may have been added with another device file.
[ 11.296] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event13)
[ 11.296] (II) No input driver specified, ignoring this device.
[ 11.296] (II) This device may have been added with another device file.
[ 11.296] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event14)
[ 11.296] (II) No input driver specified, ignoring this device.
[ 11.296] (II) This device may have been added with another device file.
[ 11.297] (II) config/udev: Adding input device HP Wide Vision HD Camera: HP Wi (/dev/input/event15)
[ 11.297] (**) HP Wide Vision HD Camera: HP Wi: Applying InputClass "libinput keyboard catchall"
[ 11.297] (II) Using input driver 'libinput' for 'HP Wide Vision HD Camera: HP Wi'
[ 11.299] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 33 paused 0
[ 11.299] (**) HP Wide Vision HD Camera: HP Wi: always reports core events
[ 11.299] (**) Option "Device" "/dev/input/event15"
[ 11.299] (**) Option "_source" "server/udev"
[ 11.300] (II) event15 - HP Wide Vision HD Camera: HP Wi: is tagged by udev as: Keyboard
[ 11.301] (II) event15 - HP Wide Vision HD Camera: HP Wi: device is a keyboard
[ 11.301] (II) event15 - HP Wide Vision HD Camera: HP Wi: device removed
[ 11.301] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb3/3-3/3-3:1.0/input/input19/event15"
[ 11.301] (II) XINPUT: Adding extended input device "HP Wide Vision HD Camera: HP Wi" (type: KEYBOARD, id 9)
[ 11.302] (II) event15 - HP Wide Vision HD Camera: HP Wi: is tagged by udev as: Keyboard
[ 11.302] (II) event15 - HP Wide Vision HD Camera: HP Wi: device is a keyboard
[ 11.302] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event16)
[ 11.302] (II) No input driver specified, ignoring this device.
[ 11.302] (II) This device may have been added with another device file.
[ 11.303] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event17)
[ 11.303] (II) No input driver specified, ignoring this device.
[ 11.303] (II) This device may have been added with another device file.
[ 11.303] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Mouse (/dev/input/event6)
[ 11.303] (**) SYNA32A5:00 06CB:CE17 Mouse: Applying InputClass "libinput pointer catchall"
[ 11.303] (II) Using input driver 'libinput' for 'SYNA32A5:00 06CB:CE17 Mouse'
[ 11.305] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 34 paused 0
[ 11.305] (**) SYNA32A5:00 06CB:CE17 Mouse: always reports core events
[ 11.305] (**) Option "Device" "/dev/input/event6"
[ 11.305] (**) Option "_source" "server/udev"
[ 11.306] (II) event6 - SYNA32A5:00 06CB:CE17 Mouse: is tagged by udev as: Mouse Pointingstick
[ 11.306] (II) event6 - SYNA32A5:00 06CB:CE17 Mouse: device is a pointer
[ 11.307] (II) event6 - SYNA32A5:00 06CB:CE17 Mouse: device removed
[ 11.307] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-SYNA32A5:00/0018:06CB:CE17.0001/input/input10/event6"
[ 11.307] (II) XINPUT: Adding extended input device "SYNA32A5:00 06CB:CE17 Mouse" (type: MOUSE, id 10)
[ 11.307] (**) Option "AccelerationScheme" "none"
[ 11.307] (**) SYNA32A5:00 06CB:CE17 Mouse: (accel) selected scheme none/0
[ 11.307] (**) SYNA32A5:00 06CB:CE17 Mouse: (accel) acceleration factor: 2.000
[ 11.307] (**) SYNA32A5:00 06CB:CE17 Mouse: (accel) acceleration threshold: 4
[ 11.308] (II) event6 - SYNA32A5:00 06CB:CE17 Mouse: is tagged by udev as: Mouse Pointingstick
[ 11.308] (II) event6 - SYNA32A5:00 06CB:CE17 Mouse: device is a pointer
[ 11.309] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Mouse (/dev/input/mouse0)
[ 11.309] (II) No input driver specified, ignoring this device.
[ 11.309] (II) This device may have been added with another device file.
[ 11.309] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Touchpad (/dev/input/event7)
[ 11.309] (**) SYNA32A5:00 06CB:CE17 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 11.309] (II) Using input driver 'libinput' for 'SYNA32A5:00 06CB:CE17 Touchpad'
[ 11.311] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 35 paused 0
[ 11.311] (**) SYNA32A5:00 06CB:CE17 Touchpad: always reports core events
[ 11.311] (**) Option "Device" "/dev/input/event7"
[ 11.311] (**) Option "_source" "server/udev"
[ 11.312] (II) event7 - SYNA32A5:00 06CB:CE17 Touchpad: is tagged by udev as: Touchpad
[ 11.314] (II) event7 - SYNA32A5:00 06CB:CE17 Touchpad: device is a touchpad
[ 11.314] (II) event7 - SYNA32A5:00 06CB:CE17 Touchpad: device removed
[ 11.314] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-SYNA32A5:00/0018:06CB:CE17.0001/input/input11/event7"
[ 11.314] (II) XINPUT: Adding extended input device "SYNA32A5:00 06CB:CE17 Touchpad" (type: TOUCHPAD, id 11)
[ 11.315] (**) Option "AccelerationScheme" "none"
[ 11.315] (**) SYNA32A5:00 06CB:CE17 Touchpad: (accel) selected scheme none/0
[ 11.315] (**) SYNA32A5:00 06CB:CE17 Touchpad: (accel) acceleration factor: 2.000
[ 11.315] (**) SYNA32A5:00 06CB:CE17 Touchpad: (accel) acceleration threshold: 4
[ 11.316] (II) event7 - SYNA32A5:00 06CB:CE17 Touchpad: is tagged by udev as: Touchpad
[ 11.317] (II) event7 - SYNA32A5:00 06CB:CE17 Touchpad: device is a touchpad
[ 11.318] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Touchpad (/dev/input/mouse1)
[ 11.318] (II) No input driver specified, ignoring this device.
[ 11.318] (II) This device may have been added with another device file.
[ 11.318] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 11.318] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 11.318] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 11.320] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 36 paused 0
[ 11.320] (**) AT Translated Set 2 keyboard: always reports core events
[ 11.320] (**) Option "Device" "/dev/input/event3"
[ 11.320] (**) Option "_source" "server/udev"
[ 11.321] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 11.321] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 11.322] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 11.322] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 11.322] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 11.322] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 11.323] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 11.323] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 11.323] (II) No input driver specified, ignoring this device.
[ 11.324] (II) This device may have been added with another device file.
[ 11.325] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event8)
[ 11.325] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 11.325] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[ 11.327] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 37 paused 0
[ 11.327] (**) HP WMI hotkeys: always reports core events
[ 11.327] (**) Option "Device" "/dev/input/event8"
[ 11.327] (**) Option "_source" "server/udev"
[ 11.328] (II) event8 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 11.328] (II) event8 - HP WMI hotkeys: device is a keyboard
[ 11.328] (II) event8 - HP WMI hotkeys: device removed
[ 11.328] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event8"
[ 11.328] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 13)
[ 11.329] (II) event8 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 11.329] (II) event8 - HP WMI hotkeys: device is a keyboard
[ 11.433] (II) modeset(0): Disabling kernel dirty updates, not required.
[ 12.373] (II) modeset(0): EDID vendor "LGD", prod id 1534
[ 12.373] (II) modeset(0): Printing DDC gathered Modelines:
[ 12.373] (II) modeset(0): Modeline "1920x1080"x0.0 346.54 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (166.6 kHz eP)
[ 12.373] (II) modeset(0): Modeline "1920x1080"x0.0 144.40 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (69.4 kHz e)
[ 12.375] (II) modeset(0): EDID vendor "LGD", prod id 1534
[ 12.375] (II) modeset(0): Printing DDC gathered Modelines:
[ 12.375] (II) modeset(0): Modeline "1920x1080"x0.0 346.54 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (166.6 kHz eP)
[ 12.375] (II) modeset(0): Modeline "1920x1080"x0.0 144.40 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (69.4 kHz e)
[ 12.998] (II) modeset(0): EDID vendor "LGD", prod id 1534
[ 12.998] (II) modeset(0): Printing DDC gathered Modelines:
[ 12.998] (II) modeset(0): Modeline "1920x1080"x0.0 346.54 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (166.6 kHz eP)
[ 12.998] (II) modeset(0): Modeline "1920x1080"x0.0 144.40 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (69.4 kHz e)
[ 253.307] (**) Option "fd" "28"
[ 253.307] (II) event2 - Power Button: device removed
[ 253.307] (**) Option "fd" "31"
[ 253.307] (II) event4 - Video Bus: device removed
[ 253.307] (**) Option "fd" "32"
[ 253.307] (II) event0 - Power Button: device removed
[ 253.307] (**) Option "fd" "33"
[ 253.307] (II) event15 - HP Wide Vision HD Camera: HP Wi: device removed
[ 253.307] (**) Option "fd" "34"
[ 253.307] (II) event6 - SYNA32A5:00 06CB:CE17 Mouse: device removed
[ 253.307] (**) Option "fd" "35"
[ 253.307] (II) event7 - SYNA32A5:00 06CB:CE17 Touchpad: device removed
[ 253.308] (**) Option "fd" "36"
[ 253.308] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 253.308] (**) Option "fd" "37"
[ 253.308] (II) event8 - HP WMI hotkeys: device removed
[ 253.308] (II) UnloadModule: "libinput"
[ 253.308] (II) systemd-logind: releasing fd for 13:72
[ 253.348] (II) UnloadModule: "libinput"
[ 253.348] (II) systemd-logind: releasing fd for 13:67
[ 253.378] (II) UnloadModule: "libinput"
[ 253.378] (II) systemd-logind: releasing fd for 13:71
[ 253.425] (II) UnloadModule: "libinput"
[ 253.425] (II) systemd-logind: releasing fd for 13:70
[ 253.505] (II) UnloadModule: "libinput"
[ 253.505] (II) systemd-logind: releasing fd for 13:79
[ 253.585] (II) UnloadModule: "libinput"
[ 253.585] (II) systemd-logind: releasing fd for 13:64
[ 253.612] (II) UnloadModule: "libinput"
[ 253.612] (II) systemd-logind: releasing fd for 13:68
[ 253.679] (II) UnloadModule: "libinput"
[ 253.679] (II) systemd-logind: releasing fd for 13:66
[ 253.704] (EE)
[ 253.704] (EE) Backtrace:
[ 253.705] (EE) 0: /usr/lib/xorg-server/Xorg (?+0x6) [0x55e89c9b5d56]
[ 253.706] (EE) 1: /usr/lib/libpthread.so.0 (funlockfile+0x60) [0x7fd2c46758cf]
[ 253.706] (EE) 2: /usr/lib/xorg-server/Xorg (?+0x60) [0x55e89c986080]
[ 253.706] (EE) 3: /usr/lib/xorg/modules/drivers/modesetting_drv.so (?+0x60) [0x7fd2c2e67c90]
[ 253.706] (EE) 4: /usr/lib/xorg-server/Xorg (?+0x60) [0x55e89c8c3b40]
[ 253.706] (EE) 5: /usr/lib/xorg-server/Xorg (?+0x60) [0x55e89c930c10]
[ 253.707] (EE) 6: /usr/lib/xorg-server/Xorg (?+0x60) [0x55e89c8e2220]
[ 253.707] (EE) 7: /usr/lib/xorg-server/Xorg (?+0x60) [0x55e89c853ee0]
[ 253.708] (EE) 8: /usr/lib/libc.so.6 (__libc_start_main+0xd5) [0x7fd2c44bdb25]
[ 253.708] (EE) 9: /usr/lib/xorg-server/Xorg (?+0xd5) [0x55e89c83dfb5]
[ 253.708] (EE)
[ 253.708] (EE) Segmentation fault at address 0x90
[ 253.708] (EE)
Fatal server error:
[ 253.708] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 253.708] (EE)
[ 253.708] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 253.708] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 253.708] (EE)
[ 253.726] (EE) Server terminated with error (1). Closing log file.I removed the config file like you suggested, here are the logs you asked for:
Providers: number : 1
Provider 0: id: 0x44 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 1 associated providers: 0 name:modesettingFor some reason after removing the config, looking for /var/log/Xorg.* did not yield any file, is there someother location it may have gone to. Anyway, now I'm back to the initial state where xrandr only lists the built in screen and the actual external screen does not receive any signal (unlike with the config file I had).
Offline
[...] after removing the config, looking for /var/log/Xorg.* did not yield any file, is there someother location it may have gone to. [...]
There's a setup where the Xorg server doesn't run as root and instead runs as your user. The log file then shows up somewhere under ~/.local/ in your home. I can find these files here when searching .local:
$ fd -i 'xorg.*log' .local
.local/share/xorg/Xorg.0.log
.local/share/xorg/Xorg.0.log.old
.local/share/xorg/Xorg.1.log
.local/share/xorg/Xorg.1.log.old
.local/share/xorg/Xorg.2.logThose are old files here for me from years ago. I don't know if today's Xorg server still uses that exact location for the file.
Offline
Here is the latest log after removing the config file:
[ 12674.800] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 12674.804]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 12674.814] Build Operating System: Linux Archlinux
[ 12674.816] Current Operating System: Linux omri-arch 5.12.5-arch1-1 #1 SMP PREEMPT Wed, 19 May 2021 10:32:40 +0000 x86_64
[ 12674.816] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=00556dd2-54b5-4a7a-a443-f478aebe1116 rw loglevel=3 quiet
[ 12674.821] Build Date: 13 April 2021 03:12:10PM
[ 12674.822]
[ 12674.824] Current version of pixman: 0.40.0
[ 12674.826] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 12674.826] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 12674.830] (==) Log file: "/home/omri/.local/share/xorg/Xorg.0.log", Time: Fri May 21 14:25:00 2021
[ 12674.831] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 12674.831] (==) No Layout section. Using the first Screen section.
[ 12674.831] (==) No screen section available. Using defaults.
[ 12674.831] (**) |-->Screen "Default Screen Section" (0)
[ 12674.831] (**) | |-->Monitor "<default monitor>"
[ 12674.831] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 12674.831] (==) Automatically adding devices
[ 12674.831] (==) Automatically enabling devices
[ 12674.831] (==) Automatically adding GPU devices
[ 12674.831] (==) Automatically binding GPU devices
[ 12674.831] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 12674.831] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 12674.831] Entry deleted from font path.
[ 12674.831] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 12674.831] Entry deleted from font path.
[ 12674.831] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 12674.831] Entry deleted from font path.
[ 12674.831] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 12674.831] Entry deleted from font path.
[ 12674.831] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 12674.831] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 12674.831] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 12674.831] (II) Module ABI versions:
[ 12674.831] X.Org ANSI C Emulation: 0.4
[ 12674.831] X.Org Video Driver: 24.1
[ 12674.831] X.Org XInput driver : 24.1
[ 12674.831] X.Org Server Extension : 10.0
[ 12674.833] (++) using VT number 1
[ 12674.835] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 12674.836] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 12674.837] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 12674.839] (--) PCI: (1@0:0:0) 10de:2191:103c:8786 rev 161, Mem @ 0xfb000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[ 12674.839] (--) PCI:*(6@0:0:0) 1002:1636:103c:8786 rev 198, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfc500000/524288, I/O @ 0x0000d000/256
[ 12674.839] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 12674.839] (II) LoadModule: "glx"
[ 12674.839] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 12674.840] (II) Module glx: vendor="X.Org Foundation"
[ 12674.840] compiled for 1.20.11, module version = 1.0.0
[ 12674.840] ABI class: X.Org Server Extension, version 10.0
[ 12674.840] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[ 12674.840] loading driver: amdgpu
[ 12674.840] (==) Matched amdgpu as autoconfigured driver 0
[ 12674.840] (==) Matched ati as autoconfigured driver 1
[ 12674.840] (==) Matched modesetting as autoconfigured driver 2
[ 12674.840] (==) Matched fbdev as autoconfigured driver 3
[ 12674.840] (==) Matched vesa as autoconfigured driver 4
[ 12674.840] (==) Assigned the driver to the xf86ConfigLayout
[ 12674.840] (II) LoadModule: "amdgpu"
[ 12674.840] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 12674.842] (II) Module amdgpu: vendor="X.Org Foundation"
[ 12674.842] compiled for 1.20.8, module version = 19.1.0
[ 12674.842] Module class: X.Org Video Driver
[ 12674.842] ABI class: X.Org Video Driver, version 24.1
[ 12674.842] (II) LoadModule: "ati"
[ 12674.842] (WW) Warning, couldn't open module ati
[ 12674.842] (EE) Failed to load module "ati" (module does not exist, 0)
[ 12674.842] (II) LoadModule: "modesetting"
[ 12674.842] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 12674.842] (II) Module modesetting: vendor="X.Org Foundation"
[ 12674.842] compiled for 1.20.11, module version = 1.20.11
[ 12674.842] Module class: X.Org Video Driver
[ 12674.842] ABI class: X.Org Video Driver, version 24.1
[ 12674.842] (II) LoadModule: "fbdev"
[ 12674.842] (WW) Warning, couldn't open module fbdev
[ 12674.842] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 12674.842] (II) LoadModule: "vesa"
[ 12674.842] (WW) Warning, couldn't open module vesa
[ 12674.842] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 12674.842] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 12674.842] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 12674.845] (WW) Falling back to old probe method for modesetting
[ 12674.845] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 12674.845] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 12674.845] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 12674.845] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 12674.845] (==) AMDGPU(0): Default visual is TrueColor
[ 12674.845] (==) AMDGPU(0): RGB weight 888
[ 12674.845] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 12674.845] (--) AMDGPU(0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x1636)
[ 12674.845] (II) Loading sub module "fb"
[ 12674.845] (II) LoadModule: "fb"
[ 12674.845] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 12674.845] (II) Module fb: vendor="X.Org Foundation"
[ 12674.845] compiled for 1.20.11, module version = 1.0.0
[ 12674.845] ABI class: X.Org ANSI C Emulation, version 0.4
[ 12674.845] (II) Loading sub module "dri2"
[ 12674.845] (II) LoadModule: "dri2"
[ 12674.845] (II) Module "dri2" already built-in
[ 12674.874] (II) Loading sub module "glamoregl"
[ 12674.874] (II) LoadModule: "glamoregl"
[ 12674.874] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 12674.880] (II) Module glamoregl: vendor="X.Org Foundation"
[ 12674.880] compiled for 1.20.11, module version = 1.0.1
[ 12674.880] ABI class: X.Org ANSI C Emulation, version 0.4
[ 12674.900] (II) AMDGPU(0): glamor X acceleration enabled on AMD RENOIR (DRM 3.40.0, 5.12.5-arch1-1, LLVM 11.1.0)
[ 12674.900] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 12674.900] (==) AMDGPU(0): TearFree property default: auto
[ 12674.900] (==) AMDGPU(0): VariableRefresh: disabled
[ 12674.900] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 12674.901] (II) AMDGPU(0): Output eDP has no monitor section
[ 12674.906] (II) AMDGPU(0): EDID for output eDP
[ 12674.906] (II) AMDGPU(0): Manufacturer: LGD Model: 5fe Serial#: 0
[ 12674.906] (II) AMDGPU(0): Year: 2018 Week: 0
[ 12674.906] (II) AMDGPU(0): EDID Version: 1.4
[ 12674.906] (II) AMDGPU(0): Digital Display Input
[ 12674.906] (II) AMDGPU(0): 8 bits per channel
[ 12674.906] (II) AMDGPU(0): Digital interface is DisplayPort
[ 12674.906] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 12674.906] (II) AMDGPU(0): Gamma: 2.20
[ 12674.906] (II) AMDGPU(0): DPMS capabilities: StandBy Suspend Off
[ 12674.906] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 12674.906] (II) AMDGPU(0): First detailed timing is preferred mode
[ 12674.906] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[ 12674.906] (II) AMDGPU(0): redX: 0.640 redY: 0.330 greenX: 0.305 greenY: 0.605
[ 12674.906] (II) AMDGPU(0): blueX: 0.150 blueY: 0.055 whiteX: 0.313 whiteY: 0.329
[ 12674.906] (II) AMDGPU(0): Manufacturer's mask: 0
[ 12674.906] (II) AMDGPU(0): Supported detailed timing:
[ 12674.906] (II) AMDGPU(0): clock: 346.5 MHz Image Size: 344 x 194 mm
[ 12674.906] (II) AMDGPU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 12674.906] (II) AMDGPU(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1157 v_border: 0
[ 12674.906] (II) AMDGPU(0): Supported detailed timing:
[ 12674.906] (II) AMDGPU(0): clock: 144.4 MHz Image Size: 344 x 194 mm
[ 12674.906] (II) AMDGPU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 12674.906] (II) AMDGPU(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1157 v_border: 0
[ 12674.906] (II) AMDGPU(0): Unknown vendor-specific block 2
[ 12674.906] (II) AMDGPU(0): EDID (in hex):
[ 12674.906] (II) AMDGPU(0): 00ffffffffffff0030e4fe0500000000
[ 12674.906] (II) AMDGPU(0): 001c0104a5221378eae085a3544e9b26
[ 12674.906] (II) AMDGPU(0): 0e505400000001010101010101010101
[ 12674.906] (II) AMDGPU(0): 0101010101015e8780a070384d403020
[ 12674.906] (II) AMDGPU(0): 350058c21000001b683880a070384d40
[ 12674.906] (II) AMDGPU(0): 3020350058c21000001b000000000000
[ 12674.906] (II) AMDGPU(0): 00000000000000000000000000000002
[ 12674.906] (II) AMDGPU(0): 000c30f20f3c962e12309e0000000083
[ 12674.906] (II) AMDGPU(0): Printing probed modes for output eDP
[ 12674.906] (II) AMDGPU(0): Modeline "1920x1080"x144.0 346.54 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (166.6 kHz eP)
[ 12674.906] (II) AMDGPU(0): Modeline "1920x1080"x60.0 144.40 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (69.4 kHz e)
[ 12674.906] (II) AMDGPU(0): Modeline "1680x1050"x144.0 346.54 1680 1968 2000 2080 1050 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 12674.906] (II) AMDGPU(0): Modeline "1280x1024"x144.0 346.54 1280 1968 2000 2080 1024 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 12674.906] (II) AMDGPU(0): Modeline "1440x900"x144.0 346.54 1440 1968 2000 2080 900 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 12674.906] (II) AMDGPU(0): Modeline "1280x800"x144.0 346.54 1280 1968 2000 2080 800 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 12674.906] (II) AMDGPU(0): Modeline "1280x720"x144.0 346.54 1280 1968 2000 2080 720 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 12674.906] (II) AMDGPU(0): Modeline "1024x768"x144.0 346.54 1024 1968 2000 2080 768 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 12674.906] (II) AMDGPU(0): Modeline "800x600"x144.0 346.54 800 1968 2000 2080 600 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 12674.906] (II) AMDGPU(0): Modeline "640x480"x144.0 346.54 640 1968 2000 2080 480 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[ 12674.906] (II) AMDGPU(0): Output eDP connected
[ 12674.906] (II) AMDGPU(0): Using exact sizes for initial modes
[ 12674.906] (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0
[ 12674.906] (II) AMDGPU(0): mem size init: gart size :bf69e000 vram size: s:1df2e000 visible:1df2e000
[ 12674.906] (==) AMDGPU(0): DPI set to (96, 96)
[ 12674.906] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 12674.906] (II) Loading sub module "ramdac"
[ 12674.906] (II) LoadModule: "ramdac"
[ 12674.906] (II) Module "ramdac" already built-in
[ 12674.906] (II) UnloadModule: "modesetting"
[ 12674.906] (II) Unloading modesetting
[ 12674.906] (II) AMDGPU(0): [DRI2] Setup complete
[ 12674.906] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 12674.906] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 12674.917] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[ 12674.917] (II) AMDGPU(0): SYNC extension fences enabled
[ 12674.917] (II) AMDGPU(0): Present extension enabled
[ 12674.917] (==) AMDGPU(0): DRI3 enabled
[ 12674.917] (==) AMDGPU(0): Backing store enabled
[ 12674.917] (II) AMDGPU(0): Direct rendering enabled
[ 12674.923] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 12674.923] (II) AMDGPU(0): Acceleration enabled
[ 12674.923] (==) AMDGPU(0): DPMS enabled
[ 12674.923] (==) AMDGPU(0): Silken mouse disabled
[ 12674.923] (II) AMDGPU(0): Set up textured video (glamor)
[ 12674.926] (II) Initializing extension Generic Event Extension
[ 12674.926] (II) Initializing extension SHAPE
[ 12674.926] (II) Initializing extension MIT-SHM
[ 12674.926] (II) Initializing extension XInputExtension
[ 12674.926] (II) Initializing extension XTEST
[ 12674.926] (II) Initializing extension BIG-REQUESTS
[ 12674.926] (II) Initializing extension SYNC
[ 12674.926] (II) Initializing extension XKEYBOARD
[ 12674.926] (II) Initializing extension XC-MISC
[ 12674.926] (II) Initializing extension SECURITY
[ 12674.926] (II) Initializing extension XFIXES
[ 12674.926] (II) Initializing extension RENDER
[ 12674.926] (II) Initializing extension RANDR
[ 12674.926] (II) Initializing extension COMPOSITE
[ 12674.926] (II) Initializing extension DAMAGE
[ 12674.926] (II) Initializing extension MIT-SCREEN-SAVER
[ 12674.926] (II) Initializing extension DOUBLE-BUFFER
[ 12674.926] (II) Initializing extension RECORD
[ 12674.926] (II) Initializing extension DPMS
[ 12674.926] (II) Initializing extension Present
[ 12674.926] (II) Initializing extension DRI3
[ 12674.926] (II) Initializing extension X-Resource
[ 12674.926] (II) Initializing extension XVideo
[ 12674.926] (II) Initializing extension XVideo-MotionCompensation
[ 12674.926] (II) Initializing extension GLX
[ 12674.929] (II) AIGLX: Loaded and initialized radeonsi
[ 12674.929] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 12674.929] (II) Initializing extension XFree86-VidModeExtension
[ 12674.929] (II) Initializing extension XFree86-DGA
[ 12674.929] (II) Initializing extension XFree86-DRI
[ 12674.929] (II) Initializing extension DRI2
[ 12674.930] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[ 12674.996] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 12674.996] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 12674.996] (II) LoadModule: "libinput"
[ 12674.996] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 12674.997] (II) Module libinput: vendor="X.Org Foundation"
[ 12674.997] compiled for 1.20.11, module version = 1.0.1
[ 12674.997] Module class: X.Org XInput Driver
[ 12674.997] ABI class: X.Org XInput driver, version 24.1
[ 12674.997] (II) Using input driver 'libinput' for 'Power Button'
[ 12674.998] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 19 paused 0
[ 12674.998] (**) Power Button: always reports core events
[ 12674.998] (**) Option "Device" "/dev/input/event2"
[ 12674.998] (**) Option "_source" "server/udev"
[ 12674.999] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 12674.999] (II) event2 - Power Button: device is a keyboard
[ 12674.999] (II) event2 - Power Button: device removed
[ 12674.999] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 12674.999] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 12674.999] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 12674.999] (II) event2 - Power Button: device is a keyboard
[ 12674.999] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 12674.999] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 12674.999] (II) Using input driver 'libinput' for 'Video Bus'
[ 12675.001] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 22 paused 0
[ 12675.001] (**) Video Bus: always reports core events
[ 12675.001] (**) Option "Device" "/dev/input/event4"
[ 12675.001] (**) Option "_source" "server/udev"
[ 12675.001] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 12675.001] (II) event4 - Video Bus: device is a keyboard
[ 12675.001] (II) event4 - Video Bus: device removed
[ 12675.001] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input4/event4"
[ 12675.001] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 12675.002] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 12675.002] (II) event4 - Video Bus: device is a keyboard
[ 12675.002] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 12675.002] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 12675.002] (II) Using input driver 'libinput' for 'Power Button'
[ 12675.003] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 23 paused 0
[ 12675.003] (**) Power Button: always reports core events
[ 12675.003] (**) Option "Device" "/dev/input/event0"
[ 12675.003] (**) Option "_source" "server/udev"
[ 12675.004] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 12675.004] (II) event0 - Power Button: device is a keyboard
[ 12675.004] (II) event0 - Power Button: device removed
[ 12675.004] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 12675.004] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 12675.004] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 12675.004] (II) event0 - Power Button: device is a keyboard
[ 12675.004] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 12675.004] (II) No input driver specified, ignoring this device.
[ 12675.004] (II) This device may have been added with another device file.
[ 12675.005] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[ 12675.005] (II) No input driver specified, ignoring this device.
[ 12675.005] (II) This device may have been added with another device file.
[ 12675.005] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[ 12675.005] (II) No input driver specified, ignoring this device.
[ 12675.005] (II) This device may have been added with another device file.
[ 12675.005] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[ 12675.005] (II) No input driver specified, ignoring this device.
[ 12675.005] (II) This device may have been added with another device file.
[ 12675.005] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[ 12675.005] (II) No input driver specified, ignoring this device.
[ 12675.005] (II) This device may have been added with another device file.
[ 12675.005] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event13)
[ 12675.005] (II) No input driver specified, ignoring this device.
[ 12675.005] (II) This device may have been added with another device file.
[ 12675.005] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event14)
[ 12675.005] (II) No input driver specified, ignoring this device.
[ 12675.005] (II) This device may have been added with another device file.
[ 12675.006] (II) config/udev: Adding input device HP Wide Vision HD Camera: HP Wi (/dev/input/event17)
[ 12675.006] (**) HP Wide Vision HD Camera: HP Wi: Applying InputClass "libinput keyboard catchall"
[ 12675.006] (II) Using input driver 'libinput' for 'HP Wide Vision HD Camera: HP Wi'
[ 12675.007] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 24 paused 0
[ 12675.007] (**) HP Wide Vision HD Camera: HP Wi: always reports core events
[ 12675.007] (**) Option "Device" "/dev/input/event17"
[ 12675.007] (**) Option "_source" "server/udev"
[ 12675.008] (II) event17 - HP Wide Vision HD Camera: HP Wi: is tagged by udev as: Keyboard
[ 12675.008] (II) event17 - HP Wide Vision HD Camera: HP Wi: device is a keyboard
[ 12675.008] (II) event17 - HP Wide Vision HD Camera: HP Wi: device removed
[ 12675.008] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb3/3-3/3-3:1.0/input/input21/event17"
[ 12675.008] (II) XINPUT: Adding extended input device "HP Wide Vision HD Camera: HP Wi" (type: KEYBOARD, id 9)
[ 12675.008] (II) event17 - HP Wide Vision HD Camera: HP Wi: is tagged by udev as: Keyboard
[ 12675.008] (II) event17 - HP Wide Vision HD Camera: HP Wi: device is a keyboard
[ 12675.009] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event15)
[ 12675.009] (II) No input driver specified, ignoring this device.
[ 12675.009] (II) This device may have been added with another device file.
[ 12675.009] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event16)
[ 12675.009] (II) No input driver specified, ignoring this device.
[ 12675.009] (II) This device may have been added with another device file.
[ 12675.009] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Mouse (/dev/input/event7)
[ 12675.009] (**) SYNA32A5:00 06CB:CE17 Mouse: Applying InputClass "libinput pointer catchall"
[ 12675.009] (II) Using input driver 'libinput' for 'SYNA32A5:00 06CB:CE17 Mouse'
[ 12675.010] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 25 paused 0
[ 12675.010] (**) SYNA32A5:00 06CB:CE17 Mouse: always reports core events
[ 12675.010] (**) Option "Device" "/dev/input/event7"
[ 12675.010] (**) Option "_source" "server/udev"
[ 12675.011] (II) event7 - SYNA32A5:00 06CB:CE17 Mouse: is tagged by udev as: Mouse Pointingstick
[ 12675.011] (II) event7 - SYNA32A5:00 06CB:CE17 Mouse: device is a pointer
[ 12675.011] (II) event7 - SYNA32A5:00 06CB:CE17 Mouse: device removed
[ 12675.011] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-SYNA32A5:00/0018:06CB:CE17.0001/input/input10/event7"
[ 12675.011] (II) XINPUT: Adding extended input device "SYNA32A5:00 06CB:CE17 Mouse" (type: MOUSE, id 10)
[ 12675.011] (**) Option "AccelerationScheme" "none"
[ 12675.011] (**) SYNA32A5:00 06CB:CE17 Mouse: (accel) selected scheme none/0
[ 12675.011] (**) SYNA32A5:00 06CB:CE17 Mouse: (accel) acceleration factor: 2.000
[ 12675.011] (**) SYNA32A5:00 06CB:CE17 Mouse: (accel) acceleration threshold: 4
[ 12675.012] (II) event7 - SYNA32A5:00 06CB:CE17 Mouse: is tagged by udev as: Mouse Pointingstick
[ 12675.012] (II) event7 - SYNA32A5:00 06CB:CE17 Mouse: device is a pointer
[ 12675.012] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Mouse (/dev/input/mouse0)
[ 12675.012] (II) No input driver specified, ignoring this device.
[ 12675.012] (II) This device may have been added with another device file.
[ 12675.013] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Touchpad (/dev/input/event8)
[ 12675.013] (**) SYNA32A5:00 06CB:CE17 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 12675.013] (II) Using input driver 'libinput' for 'SYNA32A5:00 06CB:CE17 Touchpad'
[ 12675.014] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 26 paused 0
[ 12675.014] (**) SYNA32A5:00 06CB:CE17 Touchpad: always reports core events
[ 12675.014] (**) Option "Device" "/dev/input/event8"
[ 12675.014] (**) Option "_source" "server/udev"
[ 12675.014] (II) event8 - SYNA32A5:00 06CB:CE17 Touchpad: is tagged by udev as: Touchpad
[ 12675.015] (II) event8 - SYNA32A5:00 06CB:CE17 Touchpad: device is a touchpad
[ 12675.015] (II) event8 - SYNA32A5:00 06CB:CE17 Touchpad: device removed
[ 12675.016] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-SYNA32A5:00/0018:06CB:CE17.0001/input/input11/event8"
[ 12675.016] (II) XINPUT: Adding extended input device "SYNA32A5:00 06CB:CE17 Touchpad" (type: TOUCHPAD, id 11)
[ 12675.016] (**) Option "AccelerationScheme" "none"
[ 12675.016] (**) SYNA32A5:00 06CB:CE17 Touchpad: (accel) selected scheme none/0
[ 12675.016] (**) SYNA32A5:00 06CB:CE17 Touchpad: (accel) acceleration factor: 2.000
[ 12675.016] (**) SYNA32A5:00 06CB:CE17 Touchpad: (accel) acceleration threshold: 4
[ 12675.017] (II) event8 - SYNA32A5:00 06CB:CE17 Touchpad: is tagged by udev as: Touchpad
[ 12675.018] (II) event8 - SYNA32A5:00 06CB:CE17 Touchpad: device is a touchpad
[ 12675.018] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Touchpad (/dev/input/mouse1)
[ 12675.018] (II) No input driver specified, ignoring this device.
[ 12675.018] (II) This device may have been added with another device file.
[ 12675.018] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 12675.018] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 12675.018] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 12675.019] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[ 12675.019] (**) AT Translated Set 2 keyboard: always reports core events
[ 12675.019] (**) Option "Device" "/dev/input/event3"
[ 12675.019] (**) Option "_source" "server/udev"
[ 12675.020] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 12675.020] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 12675.020] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 12675.020] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 12675.020] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 12675.021] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 12675.021] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 12675.021] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 12675.021] (II) No input driver specified, ignoring this device.
[ 12675.021] (II) This device may have been added with another device file.
[ 12675.022] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event6)
[ 12675.022] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 12675.022] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[ 12675.023] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 28 paused 0
[ 12675.023] (**) HP WMI hotkeys: always reports core events
[ 12675.023] (**) Option "Device" "/dev/input/event6"
[ 12675.023] (**) Option "_source" "server/udev"
[ 12675.024] (II) event6 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 12675.024] (II) event6 - HP WMI hotkeys: device is a keyboard
[ 12675.024] (II) event6 - HP WMI hotkeys: device removed
[ 12675.024] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event6"
[ 12675.024] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 13)
[ 12675.024] (II) event6 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 12675.024] (II) event6 - HP WMI hotkeys: device is a keyboard
[ 12675.627] (II) AMDGPU(0): EDID vendor "LGD", prod id 1534
[ 12675.627] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 12675.627] (II) AMDGPU(0): Modeline "1920x1080"x0.0 346.54 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (166.6 kHz eP)
[ 12675.627] (II) AMDGPU(0): Modeline "1920x1080"x0.0 144.40 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (69.4 kHz e)
[ 12675.628] (II) AMDGPU(0): EDID vendor "LGD", prod id 1534
[ 12675.628] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 12675.628] (II) AMDGPU(0): Modeline "1920x1080"x0.0 346.54 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (166.6 kHz eP)
[ 12675.628] (II) AMDGPU(0): Modeline "1920x1080"x0.0 144.40 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (69.4 kHz e)
[ 12675.663] (II) AMDGPU(0): EDID vendor "LGD", prod id 1534
[ 12675.663] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 12675.663] (II) AMDGPU(0): Modeline "1920x1080"x0.0 346.54 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (166.6 kHz eP)
[ 12675.663] (II) AMDGPU(0): Modeline "1920x1080"x0.0 144.40 1920 1968 2000 2080 1080 1083 1088 1157 +hsync -vsync (69.4 kHz e)Last edited by omrils8 (2021-05-21 11:26:40)
Offline
I tried removing optimus-manager and install bumblebee instead, but got some errors, the socket under /var/run was not created even though the service was enabled and running (as indicated by systemctl status). I removed bumblebee and not xrandr actually detects both the AMD iGPU and the Nvidia dGPU. I tried running xrandr --auto but got and error:
xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x54 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 1 associated providers: 1 name:Unknown AMD Radeon GPU @ pci:0000:06:00.0
Provider 1: id: 0x1f7 cap: 0x2, Sink Output crtcs: 4 outputs: 5 associated providers: 1 name:NVIDIA-G0xrandr --auto --verbose
crtc 4: 1260x768 60.02 +0+0 "HDMI-1-0"
xrandr: Configure crtc 4 failed
crtc 0: disable
crtc 1: disable
crtc 2: disable
crtc 3: disable
crtc 4: disable
crtc 5: disable
crtc 6: disable
crtc 7: disable
screen 0: revert
crtc 0: revert
crtc 1: revert
crtc 2: revert
crtc 3: revert
crtc 4: revert
crtc 5: revert
crtc 6: revert
crtc 7: revertOffline
Well that you were using optimus-manager/bumblebee initially would've been good to know. I'm not sure whether proper prime offloading with amd gpu's works yet, but the method described in, https://wiki.archlinux.org/title/NVIDIA … phics_only should work (... switch the first MatchDriver=i915 to amdgpu) but that config would lead to the nvidia driver being active "on-the go" as well.
Offline
Yep, finally managed to get this working with this post. Thanks for all the help! Hopefully someday it would be possible to run a proper AMD/Nvidia combination without having to set one or the other as the primary GPU or using something like optimus-manager.
Offline