Black screen on boot with video-hybrid-amd-nvidia-prime

I recently switched to video-hybrid-amd-nvidia-prime and have been experiencing black screen on reboot since. However if I switch to another tty by pressing ctrl+alt+f2 and then switch back to original(f1) then the system freezes for a second or two and then resumes as normal with proper GUI.

My system configuration(ryzen 7 4800h with nvidia 2060) -

~ >>> inxi -G                                                                  
Graphics:
  Device-1: NVIDIA TU106M [GeForce RTX 2060 Mobile] driver: nvidia 
  v: 455.45.01 
  Device-2: AMD Renoir driver: amdgpu v: kernel 
  Device-3: Luxvisions Innotech Limited HP Wide Vision HD Camera type: USB 
  driver: uvcvideo 
  Display: x11 server: X.org 1.20.10 driver: amdgpu,ati,nvidia 
  unloaded: modesetting,nouveau resolution: <missing: xdpyinfo> 
  OpenGL: renderer: AMD RENOIR (DRM 3.40.0 5.10.2-2-MANJARO LLVM 11.0.0) 
  v: 4.6 Mesa 20.3.1 

~ >>> glxinfo | grep "OpenGL renderer" && prime-run glxinfo | grep "OpenGL renderer"
OpenGL renderer string: AMD RENOIR (DRM 3.40.0, 5.10.2-2-MANJARO, LLVM 11.0.0)
OpenGL renderer string: GeForce RTX 2060/PCIe/SSE2

(my startup logs are larger than limit allowed so pasted here)
And startup logs == gist dot github dot com/agauniyal/3ca711c6d41ce72bdda3cbbcaee165fa

The portion that stands out to me from startup logs -

Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (WW) Falling back to old probe method for modesetting
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (II) systemd-logind: releasing fd for 226:0
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (II) Loading sub module "fb"
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (II) LoadModule: "fb"
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (II) Loading /usr/lib/xorg/modules/libfb.so
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (II) Module fb: vendor="X.Org Foundation"
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]:         compiled for 1.20.10, module version = 1.0.0
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]:         ABI class: X.Org ANSI C Emulation, version 0.4
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (II) Loading sub module "wfb"
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (II) LoadModule: "wfb"
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (II) Loading /usr/lib/xorg/modules/libwfb.so
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (II) Module wfb: vendor="X.Org Foundation"
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]:         compiled for 1.20.10, module version = 1.0.0
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]:         ABI class: X.Org ANSI C Emulation, version 0.4
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (II) Loading sub module "ramdac"
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (II) LoadModule: "ramdac"
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (II) Module "ramdac" already built-in
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (EE) Screen 0 deleted because of no matching config section.
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (II) UnloadModule: "modesetting"
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (EE) Device(s) detected, but none match those in the config file.
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (EE)
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: Fatal server error:
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (EE) no screens found(EE)
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (EE)
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: Please consult the The X.Org Foundation support
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]:          at http://wiki.x.org
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]:  for help.
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (EE)
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[681]: (EE) Server terminated with error (1). Closing log file.
Jan 01 13:02:25 manjaro /usr/lib/gdm-x-session[679]: Unable to run X server

mkinitcpio -

~ >>> cat /etc/mkinitcpio.conf                                                
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(piix ide_disk reiserfs)
MODULES=(lz4 lz4_compress)

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=""

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS=(base)
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS=(base udev autodetect block filesystems)
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS=(base udev block filesystems)
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS=(base udev block mdadm encrypt filesystems)
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS=(base udev block lvm2 filesystems)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS="base udev autodetect modconf block keyboard keymap plymouth filesystems"

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
COMPRESSION="lz4"
#COMPRESSION="zstd"

# COMPRESSION_OPTIONS
# Additional options for the compressor
COMPRESSION_OPTIONS=(-9)

Grub Conf -

~ >>> cat /etc/default/grub                                              [130]
GRUB_DEFAULT=saved
GRUB_TIMEOUT=3
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash apparmor=1 security=apparmor udev.log_priority=3 nowatchdog"
GRUB_CMDLINE_LINUX=""

# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true

# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"

# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y

# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console

# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto

# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep

# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true

# Uncomment and set to the desired menu colors.  Used by normal and wallpaper
# modes only.  Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"

# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
GRUB_THEME="/usr/share/grub/themes/manjaro/theme.txt"

# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
~ >>> mhwd -li                                                                 
> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
video-hybrid-amd-nvidia-prime            2020.11.30               false            PCI
           video-linux            2018.05.04                true            PCI

Warning: No installed USB configs

If i’m not mistaken, you should remove video-linux and install video-modesetting and then install video-hybrid-amd-nvidia-prime

sudo mhwd -r pci video-linux
sudo mhwd -i pci video-modesetting
force reinstalling the hybrid driver
sudo mhwd -f -i pci video-hybrid-amd-nvidia-prime

I did as you instructed but would like to mention that video-linux was required by video-hybrid-amd-nvidia-prime so couldn’t remove it directly. So i removed them both and proceeded with given steps. At the end I had exactly similar libraries installed which I started with… and nothing changed.

Here is log output for xorg -

[    27.543] (--) Log file renamed from "/var/log/Xorg.pid-1100.log" to "/var/log/Xorg.0.log"
[    27.544] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    27.544] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[    27.544] Build Operating System: Linux Manjaro Linux
[    27.544] Current Operating System: Linux manjaro 5.10.2-2-MANJARO #1 SMP PREEMPT Tue Dec 22 08:14:42 UTC 2020 x86_64
[    27.544] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10-x86_64 root=UUID=8b8d885d-96d1-430d-b8d7-5886be3a516a rw quiet splash apparmor=1 security=apparmor udev.log_priority=3 nowatchdog
[    27.544] Build Date: 16 December 2020  10:33:32PM
[    27.544]  
[    27.544] Current version of pixman: 0.40.0
[    27.544] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    27.544] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    27.544] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan  1 21:58:30 2021
[    27.544] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    27.545] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    27.545] (==) ServerLayout "layout"
[    27.545] (==) No screen section available. Using defaults.
[    27.545] (**) |-->Screen "Default Screen Section" (0)
[    27.545] (**) |   |-->Monitor "<default monitor>"
[    27.545] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    27.545] (==) Automatically adding devices
[    27.545] (==) Automatically enabling devices
[    27.545] (==) Automatically adding GPU devices
[    27.545] (==) Automatically binding GPU devices
[    27.545] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    27.545] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    27.545] 	Entry deleted from font path.
[    27.545] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    27.545] 	Entry deleted from font path.
[    27.545] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    27.545] 	Entry deleted from font path.
[    27.545] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/Type1
[    27.545] (==) ModulePath set to "/usr/lib/xorg/modules"
[    27.545] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    27.545] (II) Module ABI versions:
[    27.545] 	X.Org ANSI C Emulation: 0.4
[    27.545] 	X.Org Video Driver: 24.1
[    27.545] 	X.Org XInput driver : 24.1
[    27.545] 	X.Org Server Extension : 10.0
[    27.546] (++) using VT number 3

[    27.550] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_35
[    27.550] (II) xfree86: Adding drm device (/dev/dri/card0)
[    27.551] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    27.551] (II) xfree86: Adding drm device (/dev/dri/card1)
[    27.552] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[    27.553] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    27.553] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    27.876] (--) PCI: (1@0:0:0) 10de:1f15:103c:8787 rev 161, Mem @ 0xfb000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[    27.876] (--) PCI:*(6@0:0:0) 1002:1636:103c:8787 rev 198, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfc500000/524288, I/O @ 0x0000d000/256
[    27.877] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    27.877] (II) LoadModule: "glx"
[    27.877] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    27.879] (II) Module glx: vendor="X.Org Foundation"
[    27.879] 	compiled for 1.20.10, module version = 1.0.0
[    27.879] 	ABI class: X.Org Server Extension, version 10.0
[    27.879] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[    27.879] 	loading driver: amdgpu
[    27.879] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[    27.879] 	loading driver: amdgpu
[    27.879] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    27.879] 	loading driver: nvidia
[    27.879] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    27.879] 	loading driver: nvidia
[    27.879] (==) Matched amdgpu as autoconfigured driver 0
[    27.879] (==) Matched ati as autoconfigured driver 1
[    27.879] (==) Matched nvidia as autoconfigured driver 2
[    27.879] (==) Matched nouveau as autoconfigured driver 3
[    27.879] (==) Matched nv as autoconfigured driver 4
[    27.879] (==) Matched modesetting as autoconfigured driver 5
[    27.879] (==) Matched fbdev as autoconfigured driver 6
[    27.879] (==) Matched vesa as autoconfigured driver 7
[    27.879] (==) Assigned the driver to the xf86ConfigLayout
[    27.879] (II) LoadModule: "amdgpu"
[    27.880] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[    27.917] (II) Module amdgpu: vendor="X.Org Foundation"
[    27.917] 	compiled for 1.20.8, module version = 19.1.0
[    27.917] 	Module class: X.Org Video Driver
[    27.917] 	ABI class: X.Org Video Driver, version 24.1
[    27.917] (II) LoadModule: "ati"
[    27.917] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    27.917] (II) Module ati: vendor="X.Org Foundation"
[    27.917] 	compiled for 1.20.8, module version = 19.1.0
[    27.917] 	Module class: X.Org Video Driver
[    27.917] 	ABI class: X.Org Video Driver, version 24.1
[    27.918] (II) LoadModule: "nvidia"
[    27.918] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    27.918] (II) Module nvidia: vendor="NVIDIA Corporation"
[    27.918] 	compiled for 1.6.99.901, module version = 1.0.0
[    27.918] 	Module class: X.Org Video Driver
[    27.918] (II) LoadModule: "nouveau"
[    27.919] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    27.919] (II) Module nouveau: vendor="X.Org Foundation"
[    27.919] 	compiled for 1.20.8, module version = 1.0.16
[    27.919] 	Module class: X.Org Video Driver
[    27.919] 	ABI class: X.Org Video Driver, version 24.1
[    27.919] (II) LoadModule: "nv"
[    27.920] (WW) Warning, couldn't open module nv
[    27.920] (EE) Failed to load module "nv" (module does not exist, 0)
[    27.920] (II) LoadModule: "modesetting"
[    27.920] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    27.920] (II) Module modesetting: vendor="X.Org Foundation"
[    27.920] 	compiled for 1.20.10, module version = 1.20.10
[    27.920] 	Module class: X.Org Video Driver
[    27.920] 	ABI class: X.Org Video Driver, version 24.1
[    27.920] (II) LoadModule: "fbdev"
[    27.920] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    27.920] (II) Module fbdev: vendor="X.Org Foundation"
[    27.920] 	compiled for 1.20.8, module version = 0.5.0
[    27.920] 	Module class: X.Org Video Driver
[    27.920] 	ABI class: X.Org Video Driver, version 24.1
[    27.920] (II) LoadModule: "vesa"
[    27.920] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    27.920] (II) Module vesa: vendor="X.Org Foundation"
[    27.920] 	compiled for 1.20.9, module version = 2.5.0
[    27.920] 	Module class: X.Org Video Driver
[    27.920] 	ABI class: X.Org Video Driver, version 24.1
[    27.920] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[    27.920] (II) NVIDIA dlloader X Driver  455.45.01  Thu Nov  5 23:01:05 UTC 2020
[    27.920] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    27.920] (II) NOUVEAU driver 
[    27.920] (II) NOUVEAU driver for NVIDIA chipset families :
[    27.921] 	RIVA TNT            (NV04)
[    27.921] 	RIVA TNT2           (NV05)
[    27.921] 	GeForce 256         (NV10)
[    27.921] 	GeForce 2           (NV11, NV15)
[    27.921] 	GeForce 4MX         (NV17, NV18)
[    27.921] 	GeForce 3           (NV20)
[    27.921] 	GeForce 4Ti         (NV25, NV28)
[    27.921] 	GeForce FX          (NV3x)
[    27.921] 	GeForce 6           (NV4x)
[    27.921] 	GeForce 7           (G7x)
[    27.921] 	GeForce 8           (G8x)
[    27.921] 	GeForce 9           (G9x)
[    27.921] 	GeForce GTX 2xx/3xx (GT2xx)
[    27.921] 	GeForce GTX 4xx/5xx (GFxxx)
[    27.921] 	GeForce GTX 6xx/7xx (GKxxx)
[    27.921] 	GeForce GTX 9xx     (GMxxx)
[    27.922] 	GeForce GTX 10xx    (GPxxx)
[    27.922] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    27.922] (II) FBDEV: driver for framebuffer: fbdev
[    27.922] (II) VESA: driver for VESA chipsets: vesa
[    27.925] (WW) Falling back to old probe method for modesetting
[    27.925] (WW) Falling back to old probe method for fbdev
[    27.925] (II) Loading sub module "fbdevhw"
[    27.925] (II) LoadModule: "fbdevhw"
[    27.925] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    27.925] (II) Module fbdevhw: vendor="X.Org Foundation"
[    27.925] 	compiled for 1.20.10, module version = 0.0.2
[    27.926] 	ABI class: X.Org Video Driver, version 24.1
[    27.926] (II) systemd-logind: releasing fd for 226:0
[    27.927] (II) Loading sub module "fb"
[    27.927] (II) LoadModule: "fb"
[    27.927] (II) Loading /usr/lib/xorg/modules/libfb.so
[    27.927] (II) Module fb: vendor="X.Org Foundation"
[    27.928] 	compiled for 1.20.10, module version = 1.0.0
[    27.928] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    27.928] (II) Loading sub module "wfb"
[    27.928] (II) LoadModule: "wfb"
[    27.928] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    27.928] (II) Module wfb: vendor="X.Org Foundation"
[    27.928] 	compiled for 1.20.10, module version = 1.0.0
[    27.928] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    27.928] (II) Loading sub module "ramdac"
[    27.928] (II) LoadModule: "ramdac"
[    27.928] (II) Module "ramdac" already built-in
[    27.929] (II) AMDGPU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    27.929] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[    27.929] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    27.929] (==) AMDGPU(0): Default visual is TrueColor
[    27.929] (==) AMDGPU(0): RGB weight 888
[    27.929] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[    27.929] (--) AMDGPU(0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x1636)
[    27.929] (II) Loading sub module "fb"
[    27.929] (II) LoadModule: "fb"
[    27.929] (II) Loading /usr/lib/xorg/modules/libfb.so
[    27.929] (II) Module fb: vendor="X.Org Foundation"
[    27.929] 	compiled for 1.20.10, module version = 1.0.0
[    27.929] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    27.929] (II) Loading sub module "dri2"
[    27.929] (II) LoadModule: "dri2"
[    27.929] (II) Module "dri2" already built-in
[    28.022] (II) Loading sub module "glamoregl"
[    28.022] (II) LoadModule: "glamoregl"
[    28.022] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    28.027] (II) Module glamoregl: vendor="X.Org Foundation"
[    28.027] 	compiled for 1.20.10, module version = 1.0.1
[    28.027] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    28.068] (II) AMDGPU(0): glamor X acceleration enabled on AMD RENOIR (DRM 3.40.0, 5.10.2-2-MANJARO, LLVM 11.0.0)
[    28.068] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[    28.068] (==) AMDGPU(0): TearFree property default: auto
[    28.068] (==) AMDGPU(0): VariableRefresh: disabled
[    28.068] (II) AMDGPU(0): KMS Pageflipping: enabled
[    28.068] (II) AMDGPU(0): Output eDP has no monitor section
[    28.073] (II) AMDGPU(0): EDID for output eDP
[    28.073] (II) AMDGPU(0): Manufacturer: LGD  Model: 5fe  Serial#: 0
[    28.073] (II) AMDGPU(0): Year: 2018  Week: 0
[    28.073] (II) AMDGPU(0): EDID Version: 1.4
[    28.073] (II) AMDGPU(0): Digital Display Input
[    28.073] (II) AMDGPU(0): 8 bits per channel
[    28.073] (II) AMDGPU(0): Digital interface is DisplayPort
[    28.073] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    28.073] (II) AMDGPU(0): Gamma: 2.20
[    28.073] (II) AMDGPU(0): DPMS capabilities: StandBy Suspend Off
[    28.073] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    28.073] (II) AMDGPU(0): First detailed timing is preferred mode
[    28.073] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[    28.073] (II) AMDGPU(0): redX: 0.640 redY: 0.330   greenX: 0.305 greenY: 0.605
[    28.073] (II) AMDGPU(0): blueX: 0.150 blueY: 0.055   whiteX: 0.313 whiteY: 0.329
[    28.073] (II) AMDGPU(0): Manufacturer's mask: 0
[    28.073] (II) AMDGPU(0): Supported detailed timing:
[    28.073] (II) AMDGPU(0): clock: 346.5 MHz   Image Size:  344 x 194 mm
[    28.073] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    28.073] (II) AMDGPU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1157 v_border: 0
[    28.073] (II) AMDGPU(0): Supported detailed timing:
[    28.073] (II) AMDGPU(0): clock: 144.4 MHz   Image Size:  344 x 194 mm
[    28.073] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    28.073] (II) AMDGPU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1157 v_border: 0
[    28.073] (II) AMDGPU(0): Unknown vendor-specific block 2
[    28.073] (II) AMDGPU(0): EDID (in hex):
[    28.073] (II) AMDGPU(0): 	00ffffffffffff0030e4fe0500000000
[    28.073] (II) AMDGPU(0): 	001c0104a5221378eae085a3544e9b26
[    28.073] (II) AMDGPU(0): 	0e505400000001010101010101010101
[    28.073] (II) AMDGPU(0): 	0101010101015e8780a070384d403020
[    28.073] (II) AMDGPU(0): 	350058c21000001b683880a070384d40
[    28.073] (II) AMDGPU(0): 	3020350058c21000001b000000000000
[    28.073] (II) AMDGPU(0): 	00000000000000000000000000000002
[    28.073] (II) AMDGPU(0): 	000c30f20f3c962e12309e0000000083
[    28.073] (II) AMDGPU(0): Printing probed modes for output eDP
[    28.073] (II) AMDGPU(0): Modeline "1920x1080"x144.0  346.54  1920 1968 2000 2080  1080 1083 1088 1157 +hsync -vsync (166.6 kHz eP)
[    28.073] (II) AMDGPU(0): Modeline "1920x1080"x60.0  144.40  1920 1968 2000 2080  1080 1083 1088 1157 +hsync -vsync (69.4 kHz e)
[    28.073] (II) AMDGPU(0): Modeline "1680x1050"x144.0  346.54  1680 1968 2000 2080  1050 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[    28.073] (II) AMDGPU(0): Modeline "1280x1024"x144.0  346.54  1280 1968 2000 2080  1024 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[    28.073] (II) AMDGPU(0): Modeline "1440x900"x144.0  346.54  1440 1968 2000 2080  900 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[    28.073] (II) AMDGPU(0): Modeline "1280x800"x144.0  346.54  1280 1968 2000 2080  800 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[    28.073] (II) AMDGPU(0): Modeline "1280x720"x144.0  346.54  1280 1968 2000 2080  720 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[    28.073] (II) AMDGPU(0): Modeline "1024x768"x144.0  346.54  1024 1968 2000 2080  768 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[    28.074] (II) AMDGPU(0): Modeline "800x600"x144.0  346.54  800 1968 2000 2080  600 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[    28.074] (II) AMDGPU(0): Modeline "640x480"x144.0  346.54  640 1968 2000 2080  480 1083 1088 1157 +hsync -vsync (166.6 kHz e)
[    28.074] (II) AMDGPU(0): Output eDP connected
[    28.074] (II) AMDGPU(0): Using exact sizes for initial modes
[    28.074] (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0
[    28.074] (II) AMDGPU(0): mem size init: gart size :bf6b3000 vram size: s:1e2dd000 visible:1e2dd000
[    28.074] (==) AMDGPU(0): DPI set to (96, 96)
[    28.074] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[    28.074] (II) Loading sub module "ramdac"
[    28.074] (II) LoadModule: "ramdac"
[    28.074] (II) Module "ramdac" already built-in
[    28.074] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    28.074] (==) NVIDIA(G0): RGB weight 888
[    28.074] (==) NVIDIA(G0): Default visual is TrueColor
[    28.074] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    28.074] (**) Option "AllowNVIDIAGpuScreens"
[    28.074] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    28.074] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    28.074] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    28.074] (**) NVIDIA(G0): Enabling 2D acceleration
[    28.074] (II) Loading sub module "glxserver_nvidia"
[    28.074] (II) LoadModule: "glxserver_nvidia"
[    28.074] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    28.104] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    28.104] 	compiled for 1.6.99.901, module version = 1.0.0
[    28.104] 	Module class: X.Org Server Extension
[    28.105] (II) NVIDIA GLX Module  455.45.01  Thu Nov  5 22:58:18 UTC 2020
[    28.106] (II) NVIDIA: The X server supports PRIME Render Offload.
[    29.233] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    29.233] (--) NVIDIA(0):     DFP-0
[    29.233] (--) NVIDIA(0):     DFP-1
[    29.233] (--) NVIDIA(0):     DFP-2
[    29.233] (--) NVIDIA(0):     DFP-3
[    29.233] (--) NVIDIA(0):     DFP-4
[    29.234] (II) NVIDIA(G0): NVIDIA GPU GeForce RTX 2060 (TU106-A) at PCI:1:0:0 (GPU-0)
[    29.234] (--) NVIDIA(G0): Memory: 6291456 kBytes
[    29.234] (--) NVIDIA(G0): VideoBIOS: 90.06.58.40.73
[    29.234] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    29.234] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    29.234] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    29.234] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[    29.234] (--) NVIDIA(GPU-0): 
[    29.234] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    29.235] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    29.235] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    29.235] (--) NVIDIA(GPU-0): 
[    29.235] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    29.235] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    29.235] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    29.235] (--) NVIDIA(GPU-0): 
[    29.235] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    29.235] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    29.235] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[    29.235] (--) NVIDIA(GPU-0): 
[    29.235] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    29.235] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    29.235] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    29.235] (--) NVIDIA(GPU-0): 
[    29.235] (II) NVIDIA(G0): Validated MetaModes:
[    29.235] (II) NVIDIA(G0):     "NULL"
[    29.236] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    29.236] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    29.236] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    29.236] (II) UnloadModule: "nouveau"
[    29.236] (II) Unloading nouveau
[    29.236] (II) UnloadModule: "modesetting"
[    29.236] (II) Unloading modesetting
[    29.236] (II) UnloadModule: "fbdev"
[    29.236] (II) Unloading fbdev
[    29.236] (II) UnloadSubModule: "fbdevhw"
[    29.236] (II) Unloading fbdevhw
[    29.236] (II) UnloadModule: "vesa"
[    29.236] (II) Unloading vesa
[    29.236] (II) AMDGPU(0): [DRI2] Setup complete
[    29.236] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[    29.236] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[    29.300] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[    29.301] (II) AMDGPU(0): SYNC extension fences enabled
[    29.301] (II) AMDGPU(0): Present extension enabled
[    29.301] (==) AMDGPU(0): DRI3 enabled
[    29.301] (==) AMDGPU(0): Backing store enabled
[    29.301] (II) AMDGPU(0): Direct rendering enabled
[    29.337] (II) AMDGPU(0): Use GLAMOR acceleration.
[    29.337] (II) AMDGPU(0): Acceleration enabled
[    29.337] (==) AMDGPU(0): DPMS enabled
[    29.337] (==) AMDGPU(0): Silken mouse disabled
[    29.337] (II) AMDGPU(0): Set up textured video (glamor)
[    29.343] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[    29.343] (II) NVIDIA:     access.
[    29.409] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    29.409] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    29.410] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    29.410] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    29.410] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    29.410] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    29.410] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    29.410] (II) NVIDIA(G0):     Config Options in the README.
[    29.441] (II) NVIDIA(G0): Setting mode "NULL"
[    29.455] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    29.455] (==) NVIDIA(G0): Backing store enabled
[    29.455] (==) NVIDIA(G0): Silken mouse disabled
[    29.455] (==) NVIDIA(G0): DPMS enabled
[    29.456] (II) Loading sub module "dri2"
[    29.456] (II) LoadModule: "dri2"
[    29.456] (II) Module "dri2" already built-in
[    29.456] (II) NVIDIA(G0): [DRI2] Setup complete
[    29.456] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    29.456] (II) Initializing extension Generic Event Extension
[    29.456] (II) Initializing extension SHAPE
[    29.456] (II) Initializing extension MIT-SHM
[    29.456] (II) Initializing extension XInputExtension
[    29.456] (II) Initializing extension XTEST
[    29.456] (II) Initializing extension BIG-REQUESTS
[    29.456] (II) Initializing extension SYNC
[    29.456] (II) Initializing extension XKEYBOARD
[    29.456] (II) Initializing extension XC-MISC
[    29.456] (II) Initializing extension SECURITY
[    29.456] (II) Initializing extension XFIXES
[    29.456] (II) Initializing extension RENDER
[    29.456] (II) Initializing extension RANDR
[    29.456] (II) Initializing extension COMPOSITE
[    29.456] (II) Initializing extension DAMAGE
[    29.456] (II) Initializing extension MIT-SCREEN-SAVER
[    29.456] (II) Initializing extension DOUBLE-BUFFER
[    29.456] (II) Initializing extension RECORD
[    29.456] (II) Initializing extension DPMS
[    29.457] (II) Initializing extension Present
[    29.457] (II) Initializing extension DRI3
[    29.457] (II) Initializing extension X-Resource
[    29.457] (II) Initializing extension XVideo
[    29.457] (II) Initializing extension XVideo-MotionCompensation
[    29.457] (II) Initializing extension GLX
[    29.457] (II) Initializing extension GLX
[    29.457] (II) Indirect GLX disabled.
[    29.464] (II) AIGLX: Loaded and initialized radeonsi
[    29.464] (II) GLX: Initialized DRI2 GL provider for screen 0
[    29.464] (II) Initializing extension XFree86-VidModeExtension
[    29.464] (II) Initializing extension XFree86-DGA
[    29.464] (II) Initializing extension XFree86-DRI
[    29.464] (II) Initializing extension DRI2
[    29.464] (II) Initializing extension NV-GLX
[    29.464] (II) Initializing extension NV-CONTROL
[    29.467] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[    29.552] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    29.552] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    29.552] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    29.552] (**) Power Button: Applying InputClass "system-keyboard"
[    29.552] (II) LoadModule: "libinput"
[    29.552] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    29.554] (II) Module libinput: vendor="X.Org Foundation"
[    29.554] 	compiled for 1.20.8, module version = 0.30.0
[    29.554] 	Module class: X.Org XInput Driver
[    29.554] 	ABI class: X.Org XInput driver, version 24.1
[    29.554] (II) Using input driver 'libinput' for 'Power Button'
[    29.555] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 37 paused 0
[    29.555] (**) Power Button: always reports core events
[    29.555] (**) Option "Device" "/dev/input/event2"
[    29.555] (**) Option "_source" "server/udev"
[    29.560] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    29.560] (II) event2  - Power Button: device is a keyboard
[    29.560] (II) event2  - Power Button: device removed
[    29.560] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    29.560] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    29.560] (**) Option "xkb_layout" "us"
[    29.560] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    29.561] (II) event2  - Power Button: device is a keyboard
[    29.561] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    29.561] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    29.561] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    29.561] (**) Video Bus: Applying InputClass "system-keyboard"
[    29.561] (II) Using input driver 'libinput' for 'Video Bus'
[    29.562] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 40 paused 0
[    29.562] (**) Video Bus: always reports core events
[    29.562] (**) Option "Device" "/dev/input/event4"
[    29.562] (**) Option "_source" "server/udev"
[    29.563] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    29.564] (II) event4  - Video Bus: device is a keyboard
[    29.564] (II) event4  - Video Bus: device removed
[    29.564] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input4/event4"
[    29.564] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    29.564] (**) Option "xkb_layout" "us"
[    29.566] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    29.566] (II) event4  - Video Bus: device is a keyboard
[    29.567] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    29.567] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    29.567] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    29.567] (**) Power Button: Applying InputClass "system-keyboard"
[    29.567] (II) Using input driver 'libinput' for 'Power Button'
[    29.568] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 41 paused 0
[    29.568] (**) Power Button: always reports core events
[    29.568] (**) Option "Device" "/dev/input/event0"
[    29.568] (**) Option "_source" "server/udev"
[    29.569] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    29.570] (II) event0  - Power Button: device is a keyboard
[    29.570] (II) event0  - Power Button: device removed
[    29.570] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    29.570] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    29.570] (**) Option "xkb_layout" "us"
[    29.571] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    29.571] (II) event0  - Power Button: device is a keyboard
[    29.572] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    29.572] (II) No input driver specified, ignoring this device.
[    29.572] (II) This device may have been added with another device file.
[    29.574] (II) config/udev: Adding input device HP Wide Vision HD Camera: HP Wi (/dev/input/event11)
[    29.574] (**) HP Wide Vision HD Camera: HP Wi: Applying InputClass "evdev keyboard catchall"
[    29.574] (**) HP Wide Vision HD Camera: HP Wi: Applying InputClass "libinput keyboard catchall"
[    29.574] (**) HP Wide Vision HD Camera: HP Wi: Applying InputClass "system-keyboard"
[    29.574] (II) Using input driver 'libinput' for 'HP Wide Vision HD Camera: HP Wi'
[    29.575] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 42 paused 0
[    29.575] (**) HP Wide Vision HD Camera: HP Wi: always reports core events
[    29.575] (**) Option "Device" "/dev/input/event11"
[    29.575] (**) Option "_source" "server/udev"
[    29.578] (II) event11 - HP Wide Vision HD Camera: HP Wi: is tagged by udev as: Keyboard
[    29.578] (II) event11 - HP Wide Vision HD Camera: HP Wi: device is a keyboard
[    29.578] (II) event11 - HP Wide Vision HD Camera: HP Wi: device removed
[    29.578] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb3/3-3/3-3:1.0/input/input15/event11"
[    29.578] (II) XINPUT: Adding extended input device "HP Wide Vision HD Camera: HP Wi" (type: KEYBOARD, id 9)
[    29.578] (**) Option "xkb_layout" "us"
[    29.580] (II) event11 - HP Wide Vision HD Camera: HP Wi: is tagged by udev as: Keyboard
[    29.580] (II) event11 - HP Wide Vision HD Camera: HP Wi: device is a keyboard
[    29.581] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event9)
[    29.581] (II) No input driver specified, ignoring this device.
[    29.581] (II) This device may have been added with another device file.
[    29.582] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event10)
[    29.582] (II) No input driver specified, ignoring this device.
[    29.582] (II) This device may have been added with another device file.
[    29.582] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Mouse (/dev/input/event7)
[    29.582] (**) SYNA32A5:00 06CB:CE17 Mouse: Applying InputClass "evdev pointer catchall"
[    29.583] (**) SYNA32A5:00 06CB:CE17 Mouse: Applying InputClass "libinput pointer catchall"
[    29.583] (II) Using input driver 'libinput' for 'SYNA32A5:00 06CB:CE17 Mouse'
[    29.584] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 43 paused 0
[    29.584] (**) SYNA32A5:00 06CB:CE17 Mouse: always reports core events
[    29.584] (**) Option "Device" "/dev/input/event7"
[    29.584] (**) Option "_source" "server/udev"
[    29.586] (II) event7  - SYNA32A5:00 06CB:CE17 Mouse: is tagged by udev as: Mouse Pointingstick
[    29.587] (II) event7  - SYNA32A5:00 06CB:CE17 Mouse: device is a pointer
[    29.587] (II) event7  - SYNA32A5:00 06CB:CE17 Mouse: device removed
[    29.588] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-SYNA32A5:00/0018:06CB:CE17.0001/input/input10/event7"
[    29.588] (II) XINPUT: Adding extended input device "SYNA32A5:00 06CB:CE17 Mouse" (type: MOUSE, id 10)
[    29.588] (**) Option "AccelerationScheme" "none"
[    29.588] (**) SYNA32A5:00 06CB:CE17 Mouse: (accel) selected scheme none/0
[    29.588] (**) SYNA32A5:00 06CB:CE17 Mouse: (accel) acceleration factor: 2.000
[    29.588] (**) SYNA32A5:00 06CB:CE17 Mouse: (accel) acceleration threshold: 4
[    29.590] (II) event7  - SYNA32A5:00 06CB:CE17 Mouse: is tagged by udev as: Mouse Pointingstick
[    29.590] (II) event7  - SYNA32A5:00 06CB:CE17 Mouse: device is a pointer
[    29.591] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Mouse (/dev/input/mouse0)
[    29.592] (II) No input driver specified, ignoring this device.
[    29.592] (II) This device may have been added with another device file.
[    29.592] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Touchpad (/dev/input/event8)
[    29.592] (**) SYNA32A5:00 06CB:CE17 Touchpad: Applying InputClass "evdev touchpad catchall"
[    29.592] (**) SYNA32A5:00 06CB:CE17 Touchpad: Applying InputClass "libinput touchpad catchall"
[    29.592] (II) Using input driver 'libinput' for 'SYNA32A5:00 06CB:CE17 Touchpad'
[    29.594] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
[    29.594] (**) SYNA32A5:00 06CB:CE17 Touchpad: always reports core events
[    29.594] (**) Option "Device" "/dev/input/event8"
[    29.594] (**) Option "_source" "server/udev"
[    29.596] (II) event8  - SYNA32A5:00 06CB:CE17 Touchpad: is tagged by udev as: Touchpad
[    29.598] (II) event8  - SYNA32A5:00 06CB:CE17 Touchpad: device is a touchpad
[    29.598] (II) event8  - SYNA32A5:00 06CB:CE17 Touchpad: device removed
[    29.599] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-SYNA32A5:00/0018:06CB:CE17.0001/input/input11/event8"
[    29.599] (II) XINPUT: Adding extended input device "SYNA32A5:00 06CB:CE17 Touchpad" (type: TOUCHPAD, id 11)
[    29.601] (**) Option "AccelerationScheme" "none"
[    29.601] (**) SYNA32A5:00 06CB:CE17 Touchpad: (accel) selected scheme none/0
[    29.601] (**) SYNA32A5:00 06CB:CE17 Touchpad: (accel) acceleration factor: 2.000
[    29.601] (**) SYNA32A5:00 06CB:CE17 Touchpad: (accel) acceleration threshold: 4
[    29.603] (II) event8  - SYNA32A5:00 06CB:CE17 Touchpad: is tagged by udev as: Touchpad
[    29.605] (II) event8  - SYNA32A5:00 06CB:CE17 Touchpad: device is a touchpad
[    29.606] (II) config/udev: Adding input device SYNA32A5:00 06CB:CE17 Touchpad (/dev/input/mouse1)
[    29.606] (II) No input driver specified, ignoring this device.
[    29.606] (II) This device may have been added with another device file.
[    29.607] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    29.607] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    29.607] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    29.607] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    29.607] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    29.608] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 45 paused 0
[    29.608] (**) AT Translated Set 2 keyboard: always reports core events
[    29.608] (**) Option "Device" "/dev/input/event3"
[    29.608] (**) Option "_source" "server/udev"
[    29.610] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    29.610] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    29.611] (II) event3  - AT Translated Set 2 keyboard: device removed
[    29.611] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    29.611] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    29.611] (**) Option "xkb_layout" "us"
[    29.613] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    29.613] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    29.615] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    29.615] (II) No input driver specified, ignoring this device.
[    29.615] (II) This device may have been added with another device file.
[    29.618] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event6)
[    29.618] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    29.618] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    29.618] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
[    29.618] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    29.620] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 46 paused 0
[    29.620] (**) HP WMI hotkeys: always reports core events
[    29.620] (**) Option "Device" "/dev/input/event6"
[    29.620] (**) Option "_source" "server/udev"
[    29.621] (II) event6  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    29.621] (II) event6  - HP WMI hotkeys: device is a keyboard
[    29.621] (II) event6  - HP WMI hotkeys: device is a switch device
[    29.622] (II) event6  - HP WMI hotkeys: device removed
[    29.622] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event6"
[    29.622] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 13)
[    29.622] (**) Option "xkb_layout" "us"
[    29.623] (II) event6  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    29.623] (II) event6  - HP WMI hotkeys: device is a keyboard
[    29.623] (II) event6  - HP WMI hotkeys: device is a switch device
[    30.098] (II) AMDGPU(0): EDID vendor "LGD", prod id 1534
[    30.098] (II) AMDGPU(0): Printing DDC gathered Modelines:
[    30.098] (II) AMDGPU(0): Modeline "1920x1080"x0.0  346.54  1920 1968 2000 2080  1080 1083 1088 1157 +hsync -vsync (166.6 kHz eP)
[    30.098] (II) AMDGPU(0): Modeline "1920x1080"x0.0  144.40  1920 1968 2000 2080  1080 1083 1088 1157 +hsync -vsync (69.4 kHz e)
[    30.099] (II) AMDGPU(0): EDID vendor "LGD", prod id 1534
[    30.099] (II) AMDGPU(0): Printing DDC gathered Modelines:
[    30.099] (II) AMDGPU(0): Modeline "1920x1080"x0.0  346.54  1920 1968 2000 2080  1080 1083 1088 1157 +hsync -vsync (166.6 kHz eP)
[    30.099] (II) AMDGPU(0): Modeline "1920x1080"x0.0  144.40  1920 1968 2000 2080  1080 1083 1088 1157 +hsync -vsync (69.4 kHz e)
[    30.099] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    30.099] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[    30.099] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[    30.099] (--) NVIDIA(GPU-0): 
[    30.099] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    30.099] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    30.099] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    30.099] (--) NVIDIA(GPU-0): 
[    30.099] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    30.099] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    30.099] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    30.099] (--) NVIDIA(GPU-0): 
[    30.099] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    30.099] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    30.099] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[    30.099] (--) NVIDIA(GPU-0): 
[    30.099] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    30.099] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    30.099] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[    30.099] (--) NVIDIA(GPU-0):

Did you found the solution? I had a similiar problem with another nvidia card. Also, I can’t make an external monitor works

This is a known problem for AMD integrated GPU + NVIDIA GPU configurations. See this thread for more information.

The solution to the black screen on boot is as shown here: GDM does not start until I switch tty, - #4 by DeLinuxCo

Thanks, that’s works perfect. Now to the other problem :smiley: