You are not logged in.

#1 2018-10-10 13:12:24

taccons
Member
Registered: 2018-10-10
Posts: 5

[SOLVED] Fresh Install: KDE stuck loading screen

Hello !

I already installed ArchLinux in dual boot with Windows 10 a couple of times. But it always was on the same hardware (HP Elitebook 840 G1).
But now I bought a new laptop, a Rog Strix Hero II with a SSD and HDD.

I want to install Arch in dual boot and put the /root and swap partitions on the SSD and /home on the HDD.
So, I reduced the Windows partitions, booted on archiso, and followed these steps :

- Partitioned disks : here is the output of fdisk -l after partitionning

# fdisk -l
Disk /dev/nvme0n1: 477 GiB, 512110190592 bytes, 1000215216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: DDB86209-946E-4CF4-80E4-36FA4205AFD5

Device             Start        End   Sectors   Size Type
/dev/nvme0n1p1      2048     534527    532480   260M EFI System
/dev/nvme0n1p2    534528     567295     32768    16M Microsoft reserved
/dev/nvme0n1p3    567296  871596686 871029391 415.3G Microsoft basic data
/dev/nvme0n1p4 998576128 1000214527   1638400   800M Windows recovery environment
/dev/nvme0n1p5 871598080  879986687   8388608     4G Linux swap
/dev/nvme0n1p6 879986688  998576127 118589440  56.6G Linux filesystem

Partition table entries are not in disk order.


Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: E04EAC75-EF5D-4833-BD69-EA492C945ED9

Device          Start        End    Sectors   Size Type
/dev/sda1        2048 1744625663 1744623616 831.9G Microsoft basic data
/dev/sda2  1744625664 1953525134  208899471  99.6G Linux home


Disk /dev/sdb: 7.5 GiB, 8053063680 bytes, 15728640 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: A3C2C1F1-66CA-4A77-BB51-16C117255B31

Device     Start      End  Sectors  Size Type
/dev/sdb1   2048 15728606 15726559  7.5G Microsoft basic data


Disk /dev/loop0: 464.7 MiB, 487239680 bytes, 951640 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

- Mounted partitions :

mount /dev/nvme0n1p5 /mnt/ 
mount /dev/nvme0n1p1 /mnt/boot 
mount /dev/sda2 /mnt/home 

- Installed system & chroot & config

pacstrap /mnt base base-devel
arch-chroot  /mnt
genfstab -U -p /mnt >> /mnt/etc/fstab
mkinitcpio -p linux

- Created user

- Installed GRUB

grub-install /dev/nvme0n1p --efi-directory=/boot
grub-mkconfig -o /boot/grub/grub.cfg

- Installed KDE and SDDM and enabled SDDM

- And then :

exit
umount -R /mnt

So far, no error or problem.
And then when I tried to reboot, it showed some errors and remained stuck.

[FAILED] Failed unmounting /run/archiso/bootmnt.
….
umount: can't unmount /dev/loop0: Invalid argument 
umount: can't unmount /oldrun/archiso/cowspace: Invalid argument

There is also some other errors like :

ACPI Error: Method parse/execution failed 

So, I shutdowned it with the laptop's power button. After powering it on again, GRUB appeared with the ArchLinux entry.
I reached SDDM login with my user name. But after entering the password, the splashscreen of KDE appeared and the loading stuck instantly.
I cannot do anything in this state, I cannot open a TTY with Ctrl + Alt + F2 (even on the SDDM screen).

I tried to boot on the archiso, mount partitions and chrooted.

Here is the output of fdisk -l when chrooted.

# fdisk -l
Disk /dev/nvme0n1: 477 GiB, 512110190592 bytes, 1000215216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: DDB86209-946E-4CF4-80E4-36FA4205AFD5

Device             Start        End   Sectors   Size Type
/dev/nvme0n1p1      2048     534527    532480   260M EFI System
/dev/nvme0n1p2    534528     567295     32768    16M Microsoft reserved
/dev/nvme0n1p3    567296  871596686 871029391 415.3G Microsoft basic data
/dev/nvme0n1p4 998576128 1000214527   1638400   800M Windows recovery environment
/dev/nvme0n1p5 871598080  879986687   8388608     4G Linux swap
/dev/nvme0n1p6 879986688  998576127 118589440  56.6G Linux filesystem

Partition table entries are not in disk order.


Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: E04EAC75-EF5D-4833-BD69-EA492C945ED9

Device          Start        End    Sectors   Size Type
/dev/sda1        2048 1744625663 1744623616 831.9G Microsoft basic data
/dev/sda2  1744625664 1953525134  208899471  99.6G Linux home

And here is the output of /etc/fstab.

# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>
# /dev/nvme0n1p6
UUID=03254ef5-399e-4da3-9d37-0f673f84c9b1	/         	ext4      	rw,relatime	0 1

# /dev/sda2
UUID=0d59c890-7f33-41cd-9dd8-ffdf64830108	/home     	ext4      	rw,relatime	0 2

# /dev/nvme0n1p1 LABEL=SYSTEM
UUID=EE6B-05BF      	/boot     	vfat      	rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro	0 2

# /dev/nvme0n1p5
UUID=b8ebacaa-3629-4d9b-9cc6-0424c9d6a4dc	none      	swap      	defaults,pri=-2	0 0

I searched for something useful about the error messages but found nothing. I don’t know if this comes from a hardware problem, or from an installation problem (parttionning, grub…).
So I came here for some help smile

Do not hesitate to ask for more information, I will try to answer as clearly as possible.
Thanks in advance for your help!

Last edited by taccons (2018-10-10 20:29:05)

Offline

#2 2018-10-10 13:18:22

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,449
Website

Re: [SOLVED] Fresh Install: KDE stuck loading screen

You should be able to boot into multiuser target (without the iso).  From there test Xorg with startx an a simple WM (e.g., TWM and xterm with the default xinitrc).

As you tried to install everything from within the initial chroot there are just far too many variables.  Narrow it down first.

Note that your title is almost certainly a red-herring.  Your problem has nothing to do with that error message at the end of the installation process.  Your problem is simply that your DM/DE are freezing.

Last edited by Trilby (2018-10-10 13:19:36)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2018-10-10 19:17:58

taccons
Member
Registered: 2018-10-10
Posts: 5

Re: [SOLVED] Fresh Install: KDE stuck loading screen

Thanks for your answer!

I booted into multiuser target, logged as root and tried to run

startx

.
At first, it did not work, so I installed twm and xclock (according to the logs).
I also installed the nvidia drivers and the xorg-drivers

pacman -S nvidia
pacman -S xorg-drivers

I rebooted and tried again. I got a black screen.
In an other TTY, I did

cat /var/log/Xorg.0.log | grep EE

I got only on error :

(EE) Failed to load module "nv" (module does not exist, 0)

But I saw that the nv module was deprecated and should be blacklisted by the nvidia drivers...
How can I solve this ?

Offline

#4 2018-10-10 19:38:46

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Fresh Install: KDE stuck loading screen

Don't post snippets of the log, paste the entire log: https://bbs.archlinux.org/viewtopic.php?id=57855


Not an Installation issue, moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2018-10-10 19:46:29

taccons
Member
Registered: 2018-10-10
Posts: 5

Re: [SOLVED] Fresh Install: KDE stuck loading screen

Ok sorry, here is the full log file

# cat /var/log/Xorg.0.log
[    17.690] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    17.691] 
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
[    17.691] Build Operating System: Linux Arch Linux
[    17.691] Current Operating System: Linux PC_ROG 4.18.12-arch1-1-ARCH #1 SMP PREEMPT Thu Oct 4 01:01:27 UTC 2018 x86_64
[    17.691] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=03254ef5-399e-4da3-9d37-0f673f84c9b1 rw quiet
[    17.692] Build Date: 09 August 2018  06:37:34PM
[    17.692]  
[    17.692] Current version of pixman: 0.34.0
[    17.692] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    17.692] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    17.693] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 10 22:43:06 2018
[    17.694] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    17.696] (==) No Layout section.  Using the first Screen section.
[    17.696] (==) No screen section available. Using defaults.
[    17.696] (**) |-->Screen "Default Screen Section" (0)
[    17.696] (**) |   |-->Monitor "<default monitor>"
[    17.697] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    17.697] (==) Automatically adding devices
[    17.697] (==) Automatically enabling devices
[    17.697] (==) Automatically adding GPU devices
[    17.697] (==) Automatically binding GPU devices
[    17.697] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    17.698] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[    17.698] 	Entry deleted from font path.
[    17.698] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[    17.698] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    17.698] 	Entry deleted from font path.
[    17.698] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    17.698] 	Entry deleted from font path.
[    17.699] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    17.699] (==) ModulePath set to "/usr/lib/xorg/modules"
[    17.699] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    17.699] (II) Module ABI versions:
[    17.699] 	X.Org ANSI C Emulation: 0.4
[    17.699] 	X.Org Video Driver: 24.0
[    17.699] 	X.Org XInput driver : 24.1
[    17.699] 	X.Org Server Extension : 10.0
[    17.700] (++) using VT number 1

[    17.704] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    17.705] (II) xfree86: Adding drm device (/dev/dri/card1)
[    17.706] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[    17.706] (II) xfree86: Adding drm device (/dev/dri/card0)
[    17.707] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    17.710] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    17.710] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[    17.712] (--) PCI: (0@0:2:0) 8086:3e9b:1043:19ae rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    17.712] (--) PCI:*(1@0:0:0) 10de:1c20:1043:19ae rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    17.712] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    17.712] (II) LoadModule: "glx"
[    17.713] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    17.719] (II) Module glx: vendor="X.Org Foundation"
[    17.719] 	compiled for 1.20.1, module version = 1.0.0
[    17.719] 	ABI class: X.Org Server Extension, version 10.0
[    17.719] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    17.719] 	loading driver: nvidia
[    17.719] (II) Applying OutputClass "intel" to /dev/dri/card0
[    17.719] 	loading driver: modesetting
[    17.719] (==) Matched nvidia as autoconfigured driver 0
[    17.719] (==) Matched nouveau as autoconfigured driver 1
[    17.719] (==) Matched nv as autoconfigured driver 2
[    17.719] (==) Matched modesetting as autoconfigured driver 3
[    17.719] (==) Matched intel as autoconfigured driver 4
[    17.719] (==) Matched fbdev as autoconfigured driver 5
[    17.719] (==) Matched vesa as autoconfigured driver 6
[    17.719] (==) Assigned the driver to the xf86ConfigLayout
[    17.719] (II) LoadModule: "nvidia"
[    17.720] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    17.723] (II) Module nvidia: vendor="NVIDIA Corporation"
[    17.723] 	compiled for 4.0.2, module version = 1.0.0
[    17.723] 	Module class: X.Org Video Driver
[    17.723] (II) LoadModule: "nouveau"
[    17.724] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    17.725] (II) Module nouveau: vendor="X.Org Foundation"
[    17.725] 	compiled for 1.20.0, module version = 1.0.15
[    17.725] 	Module class: X.Org Video Driver
[    17.725] 	ABI class: X.Org Video Driver, version 24.0
[    17.725] (II) LoadModule: "nv"
[    17.726] (WW) Warning, couldn't open module nv
[    17.726] (EE) Failed to load module "nv" (module does not exist, 0)
[    17.726] (II) LoadModule: "modesetting"
[    17.726] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    17.729] (II) Module modesetting: vendor="X.Org Foundation"
[    17.729] 	compiled for 1.20.1, module version = 1.20.1
[    17.729] 	Module class: X.Org Video Driver
[    17.729] 	ABI class: X.Org Video Driver, version 24.0
[    17.729] (II) LoadModule: "intel"
[    17.729] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    17.731] (II) Module intel: vendor="X.Org Foundation"
[    17.731] 	compiled for 1.20.1, module version = 2.99.917
[    17.731] 	Module class: X.Org Video Driver
[    17.731] 	ABI class: X.Org Video Driver, version 24.0
[    17.731] (II) LoadModule: "fbdev"
[    17.731] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    17.732] (II) Module fbdev: vendor="X.Org Foundation"
[    17.732] 	compiled for 1.20.0, module version = 0.5.0
[    17.732] 	Module class: X.Org Video Driver
[    17.732] 	ABI class: X.Org Video Driver, version 24.0
[    17.732] (II) LoadModule: "vesa"
[    17.732] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    17.732] (II) Module vesa: vendor="X.Org Foundation"
[    17.732] 	compiled for 1.20.0, module version = 2.4.0
[    17.732] 	Module class: X.Org Video Driver
[    17.732] 	ABI class: X.Org Video Driver, version 24.0
[    17.732] (II) NVIDIA dlloader X Driver  410.57  Tue Sep 18 23:30:38 CDT 2018
[    17.732] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    17.733] (II) NOUVEAU driver 
[    17.733] (II) NOUVEAU driver for NVIDIA chipset families :
[    17.733] 	RIVA TNT        (NV04)
[    17.733] 	RIVA TNT2       (NV05)
[    17.733] 	GeForce 256     (NV10)
[    17.733] 	GeForce 2       (NV11, NV15)
[    17.733] 	GeForce 4MX     (NV17, NV18)
[    17.733] 	GeForce 3       (NV20)
[    17.733] 	GeForce 4Ti     (NV25, NV28)
[    17.733] 	GeForce FX      (NV3x)
[    17.733] 	GeForce 6       (NV4x)
[    17.733] 	GeForce 7       (G7x)
[    17.733] 	GeForce 8       (G8x)
[    17.733] 	GeForce GTX 200 (NVA0)
[    17.733] 	GeForce GTX 400 (NVC0)
[    17.733] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    17.733] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    17.734] (II) intel: Driver for Intel(R) HD Graphics
[    17.734] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    17.734] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    17.734] (II) FBDEV: driver for framebuffer: fbdev
[    17.734] (II) VESA: driver for VESA chipsets: vesa
[    17.734] (II) systemd-logind: releasing fd for 226:1
[    17.735] (II) Loading sub module "fb"
[    17.735] (II) LoadModule: "fb"
[    17.735] (II) Loading /usr/lib/xorg/modules/libfb.so
[    17.736] (II) Module fb: vendor="X.Org Foundation"
[    17.736] 	compiled for 1.20.1, module version = 1.0.0
[    17.736] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    17.736] (II) Loading sub module "wfb"
[    17.736] (II) LoadModule: "wfb"
[    17.736] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    17.737] (II) Module wfb: vendor="X.Org Foundation"
[    17.737] 	compiled for 1.20.1, module version = 1.0.0
[    17.737] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    17.737] (II) Loading sub module "ramdac"
[    17.737] (II) LoadModule: "ramdac"
[    17.737] (II) Module "ramdac" already built-in
[    17.738] (WW) Falling back to old probe method for modesetting
[    17.738] (WW) Falling back to old probe method for fbdev
[    17.738] (II) Loading sub module "fbdevhw"
[    17.738] (II) LoadModule: "fbdevhw"
[    17.739] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    17.739] (II) Module fbdevhw: vendor="X.Org Foundation"
[    17.739] 	compiled for 1.20.1, module version = 0.0.2
[    17.739] 	ABI class: X.Org Video Driver, version 24.0
[    17.739] (II) modeset(G0): using drv /dev/dri/card0
[    17.739] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    17.739] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    17.739] (==) NVIDIA(0): RGB weight 888
[    17.739] (==) NVIDIA(0): Default visual is TrueColor
[    17.739] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    17.740] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    17.740] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    17.740] (**) NVIDIA(0): Enabling 2D acceleration
[    17.740] (II) Loading sub module "glxserver_nvidia"
[    17.740] (II) LoadModule: "glxserver_nvidia"
[    17.740] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    17.760] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    17.761] 	compiled for 4.0.2, module version = 1.0.0
[    17.761] 	Module class: X.Org Server Extension
[    17.761] (II) NVIDIA GLX Module  410.57  Tue Sep 18 23:27:13 CDT 2018
[    18.460] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    18.460] (--) NVIDIA(0):     DFP-0
[    18.460] (--) NVIDIA(0):     DFP-1
[    18.460] (--) NVIDIA(0):     DFP-2
[    18.460] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1060 (GP106-A) at PCI:1:0:0 (GPU-0)
[    18.460] (--) NVIDIA(0): Memory: 6291456 kBytes
[    18.460] (--) NVIDIA(0): VideoBIOS: 86.06.67.00.41
[    18.460] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    18.460] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.460] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    18.460] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    18.460] (--) NVIDIA(GPU-0): 
[    18.460] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    18.460] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    18.460] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock
[    18.461] (--) NVIDIA(GPU-0): 
[    18.461] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    18.461] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    18.461] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    18.461] (--) NVIDIA(GPU-0): 
[    18.461] (==) NVIDIA(0): 
[    18.461] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    18.461] (==) NVIDIA(0):     will be used as the requested mode.
[    18.461] (==) NVIDIA(0): 
[    18.461] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[    18.461] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[    18.461] (II) NVIDIA(0): Validated MetaModes:
[    18.461] (II) NVIDIA(0):     "NULL"
[    18.461] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    18.461] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    18.461] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    18.461] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    18.461] (==) modeset(G0): RGB weight 888
[    18.461] (==) modeset(G0): Default visual is TrueColor
[    18.461] (II) Loading sub module "glamoregl"
[    18.461] (II) LoadModule: "glamoregl"
[    18.461] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    18.465] (II) Module glamoregl: vendor="X.Org Foundation"
[    18.465] 	compiled for 1.20.1, module version = 1.0.1
[    18.465] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.514] (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2) 
[    18.514] (II) modeset(G0): glamor initialized
[    18.515] (II) modeset(G0): Output eDP-1-1 has no monitor section
[    18.516] (II) modeset(G0): EDID for output eDP-1-1
[    18.516] (II) modeset(G0): Manufacturer: AUO  Model: 82ed  Serial#: 0
[    18.516] (II) modeset(G0): Year: 2018  Week: 10
[    18.516] (II) modeset(G0): EDID Version: 1.4
[    18.516] (II) modeset(G0): Digital Display Input
[    18.516] (II) modeset(G0): 8 bits per channel
[    18.516] (II) modeset(G0): Digital interface is DisplayPort
[    18.516] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    18.516] (II) modeset(G0): Gamma: 2.20
[    18.516] (II) modeset(G0): No DPMS capabilities specified
[    18.516] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[    18.516] (II) modeset(G0): First detailed timing is preferred mode
[    18.516] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    18.516] (II) modeset(G0): redX: 0.642 redY: 0.338   greenX: 0.322 greenY: 0.611
[    18.516] (II) modeset(G0): blueX: 0.153 blueY: 0.046   whiteX: 0.313 whiteY: 0.329
[    18.516] (II) modeset(G0): Manufacturer's mask: 0
[    18.516] (II) modeset(G0): Supported detailed timing:
[    18.516] (II) modeset(G0): clock: 368.1 MHz   Image Size:  344 x 194 mm
[    18.516] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2102 h_border: 0
[    18.516] (II) modeset(G0): v_active: 1080  v_sync: 1090  v_sync_end 1095 v_blanking: 1216 v_border: 0
[    18.516] (II) modeset(G0): Supported detailed timing:
[    18.516] (II) modeset(G0): clock: 368.1 MHz   Image Size:  344 x 193 mm
[    18.516] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2102 h_border: 0
[    18.516] (II) modeset(G0): v_active: 1080  v_sync: 1090  v_sync_end 1095 v_blanking: 2915 v_border: 0
[    18.516] (II) modeset(G0):  AUO
[    18.516] (II) modeset(G0):  B156HAN08.2
[    18.516] (II) modeset(G0): EDID (in hex):
[    18.516] (II) modeset(G0): 	00ffffffffffff0006afed8200000000
[    18.516] (II) modeset(G0): 	0a1c0104a5221378026a75a456529c27
[    18.516] (II) modeset(G0): 	0b505400000001010101010101010101
[    18.516] (II) modeset(G0): 	010101010101ce8f80b6703888403020
[    18.516] (II) modeset(G0): 	a50058c210000000ce8f80b670382b47
[    18.516] (II) modeset(G0): 	3020a50058c110000000000000fe0041
[    18.516] (II) modeset(G0): 	554f0a202020202020202020000000fe
[    18.516] (II) modeset(G0): 	004231353648414e30382e32200a0017
[    18.516] (II) modeset(G0): Printing probed modes for output eDP-1-1
[    18.516] (II) modeset(G0): Modeline "1920x1080"x144.0  368.14  1920 1968 2000 2102  1080 1090 1095 1216 -hsync -vsync (175.1 kHz eP)
[    18.516] (II) modeset(G0): Modeline "1920x1080"x60.1  368.14  1920 1968 2000 2102  1080 1090 1095 2915 -hsync -vsync (175.1 kHz e)
[    18.516] (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    18.516] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    18.516] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    18.516] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    18.516] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    18.516] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    18.516] (II) modeset(G0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    18.516] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    18.516] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    18.516] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    18.516] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    18.516] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    18.516] (II) modeset(G0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    18.516] (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    18.516] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    18.516] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    18.516] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    18.517] (II) modeset(G0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    18.517] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    18.517] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    18.517] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    18.517] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    18.517] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    18.517] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    18.517] (II) modeset(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    18.517] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    18.517] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    18.517] (II) modeset(G0): Modeline "1024x768"x170.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    18.517] (II) modeset(G0): Modeline "1024x768"x150.1  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    18.517] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    18.517] (II) modeset(G0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    18.517] (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    18.517] (II) modeset(G0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    18.517] (II) modeset(G0): Modeline "1024x768i"x43.5   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "960x720"x170.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "960x720"x150.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    18.517] (II) modeset(G0): Modeline "928x696"x150.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    18.517] (II) modeset(G0): Modeline "896x672"x150.1  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    18.517] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    18.517] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    18.517] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    18.517] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    18.517] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    18.517] (II) modeset(G0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    18.517] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    18.517] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    18.517] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    18.517] (II) modeset(G0): Modeline "800x600"x170.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    18.517] (II) modeset(G0): Modeline "800x600"x150.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    18.517] (II) modeset(G0): Modeline "800x600"x140.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "800x600"x130.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    18.517] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    18.517] (II) modeset(G0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    18.517] (II) modeset(G0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    18.517] (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    18.517] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    18.517] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    18.517] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    18.517] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    18.517] (II) modeset(G0): Modeline "700x525"x149.5   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    18.517] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x512"x170.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x512"x150.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    18.517] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    18.517] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x480"x170.2   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    18.517] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    18.517] (II) modeset(G0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    18.517] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "576x432"x150.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    18.517] (II) modeset(G0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "512x384"x170.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    18.517] (II) modeset(G0): Modeline "512x384"x150.1   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    18.517] (II) modeset(G0): Modeline "512x384"x140.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    18.517] (II) modeset(G0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "416x312"x149.3   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    18.517] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    18.517] (II) modeset(G0): Modeline "400x300"x170.5   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    18.517] (II) modeset(G0): Modeline "400x300"x144.4   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    18.517] (II) modeset(G0): Modeline "400x300"x150.2   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    18.517] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    18.517] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    18.517] (II) modeset(G0): Modeline "320x240"x170.4   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    18.517] (II) modeset(G0): Modeline "320x240"x145.6   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "320x240"x150.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    18.517] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    18.517] (II) modeset(G0): Modeline "360x200"x170.1   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "320x200"x170.5   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    18.517] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    18.517] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    18.517] (II) modeset(G0): Modeline "320x175"x170.5   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    18.517] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    18.517] (==) modeset(G0): DPI set to (96, 96)
[    18.517] (II) Loading sub module "fb"
[    18.517] (II) LoadModule: "fb"
[    18.517] (II) Loading /usr/lib/xorg/modules/libfb.so
[    18.517] (II) Module fb: vendor="X.Org Foundation"
[    18.517] 	compiled for 1.20.1, module version = 1.0.0
[    18.517] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.517] (II) UnloadModule: "nouveau"
[    18.517] (II) Unloading nouveau
[    18.517] (II) UnloadModule: "intel"
[    18.517] (II) Unloading intel
[    18.517] (II) UnloadModule: "fbdev"
[    18.517] (II) Unloading fbdev
[    18.517] (II) UnloadSubModule: "fbdevhw"
[    18.517] (II) Unloading fbdevhw
[    18.517] (II) UnloadModule: "vesa"
[    18.517] (II) Unloading vesa
[    18.521] (==) modeset(G0): Backing store enabled
[    18.521] (==) modeset(G0): Silken mouse disabled
[    18.541] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    18.541] (==) modeset(G0): DPMS enabled
[    18.542] (II) modeset(G0): [DRI2] Setup complete
[    18.542] (II) modeset(G0): [DRI2]   DRI driver: i965
[    18.542] (II) modeset(G0): [DRI2]   VDPAU driver: i965
[    18.542] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[    18.542] (II) NVIDIA:     access.
[    18.553] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    18.553] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    18.553] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    18.553] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    18.553] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    18.553] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    18.553] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    18.553] (II) NVIDIA(0):     Config Options in the README.
[    18.565] (II) NVIDIA(0): Setting mode "NULL"
[    18.570] (==) NVIDIA(0): Disabling shared memory pixmaps
[    18.570] (==) NVIDIA(0): Backing store enabled
[    18.570] (==) NVIDIA(0): Silken mouse disabled
[    18.570] (==) NVIDIA(0): DPMS enabled
[    18.570] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    18.570] (II) Loading sub module "dri2"
[    18.570] (II) LoadModule: "dri2"
[    18.570] (II) Module "dri2" already built-in
[    18.570] (II) NVIDIA(0): [DRI2] Setup complete
[    18.570] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    18.570] (II) Initializing extension Generic Event Extension
[    18.570] (II) Initializing extension SHAPE
[    18.570] (II) Initializing extension MIT-SHM
[    18.570] (II) Initializing extension XInputExtension
[    18.570] (II) Initializing extension XTEST
[    18.571] (II) Initializing extension BIG-REQUESTS
[    18.571] (II) Initializing extension SYNC
[    18.571] (II) Initializing extension XKEYBOARD
[    18.571] (II) Initializing extension XC-MISC
[    18.571] (II) Initializing extension SECURITY
[    18.571] (II) Initializing extension XFIXES
[    18.571] (II) Initializing extension RENDER
[    18.571] (II) Initializing extension RANDR
[    18.571] (II) Initializing extension COMPOSITE
[    18.571] (II) Initializing extension DAMAGE
[    18.571] (II) Initializing extension MIT-SCREEN-SAVER
[    18.571] (II) Initializing extension DOUBLE-BUFFER
[    18.571] (II) Initializing extension RECORD
[    18.571] (II) Initializing extension DPMS
[    18.571] (II) Initializing extension Present
[    18.571] (II) Initializing extension DRI3
[    18.571] (II) Initializing extension X-Resource
[    18.571] (II) Initializing extension XVideo
[    18.571] (II) Initializing extension XVideo-MotionCompensation
[    18.571] (II) Initializing extension GLX
[    18.571] (II) Initializing extension GLX
[    18.571] (II) Indirect GLX disabled.
[    18.571] (II) GLX: Another vendor is already registered for screen 0
[    18.571] (II) Initializing extension XFree86-VidModeExtension
[    18.571] (II) Initializing extension XFree86-DGA
[    18.571] (II) Initializing extension XFree86-DRI
[    18.571] (II) Initializing extension DRI2
[    18.571] (II) Initializing extension NV-GLX
[    18.571] (II) Initializing extension NV-CONTROL
[    18.840] (II) modeset(G0): Damage tracking initialized
[    18.929] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    18.929] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    18.929] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    18.929] (II) LoadModule: "libinput"
[    18.929] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    18.931] (II) Module libinput: vendor="X.Org Foundation"
[    18.931] 	compiled for 1.20.0, module version = 0.28.0
[    18.931] 	Module class: X.Org XInput Driver
[    18.931] 	ABI class: X.Org XInput driver, version 24.1
[    18.931] (II) Using input driver 'libinput' for 'Power Button'
[    18.932] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 37 paused 0
[    18.932] (**) Power Button: always reports core events
[    18.932] (**) Option "Device" "/dev/input/event3"
[    18.932] (**) Option "_source" "server/udev"
[    18.935] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    18.935] (II) event3  - Power Button: device is a keyboard
[    18.935] (II) event3  - Power Button: device removed
[    18.935] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    18.935] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    18.935] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    18.935] (II) event3  - Power Button: device is a keyboard
[    18.936] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event11)
[    18.936] (**) Asus Wireless Radio Control: Applying InputClass "evdev keyboard catchall"
[    18.936] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    18.936] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    18.936] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 40 paused 0
[    18.936] (**) Asus Wireless Radio Control: always reports core events
[    18.936] (**) Option "Device" "/dev/input/event11"
[    18.936] (**) Option "_source" "server/udev"
[    18.937] (II) event11 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    18.937] (II) event11 - Asus Wireless Radio Control: device is a keyboard
[    18.937] (II) event11 - Asus Wireless Radio Control: device removed
[    18.937] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input11/event11"
[    18.937] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    18.937] (II) event11 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    18.937] (II) event11 - Asus Wireless Radio Control: device is a keyboard
[    18.937] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[    18.937] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    18.937] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    18.937] (II) Using input driver 'libinput' for 'Video Bus'
[    18.938] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 41 paused 0
[    18.938] (**) Video Bus: always reports core events
[    18.938] (**) Option "Device" "/dev/input/event15"
[    18.938] (**) Option "_source" "server/udev"
[    18.938] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[    18.938] (II) event15 - Video Bus: device is a keyboard
[    18.938] (II) event15 - Video Bus: device removed
[    18.938] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15/event15"
[    18.938] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    18.939] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[    18.939] (II) event15 - Video Bus: device is a keyboard
[    18.939] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[    18.939] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    18.939] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    18.939] (II) Using input driver 'libinput' for 'Video Bus'
[    18.940] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 42 paused 0
[    18.940] (**) Video Bus: always reports core events
[    18.940] (**) Option "Device" "/dev/input/event16"
[    18.940] (**) Option "_source" "server/udev"
[    18.940] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[    18.940] (II) event16 - Video Bus: device is a keyboard
[    18.940] (II) event16 - Video Bus: device removed
[    18.940] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input16/event16"
[    18.940] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[    18.941] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[    18.941] (II) event16 - Video Bus: device is a keyboard
[    18.941] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    18.941] (II) No input driver specified, ignoring this device.
[    18.941] (II) This device may have been added with another device file.
[    18.941] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    18.941] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    18.941] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    18.941] (II) Using input driver 'libinput' for 'Power Button'
[    18.942] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 43 paused 0
[    18.942] (**) Power Button: always reports core events
[    18.942] (**) Option "Device" "/dev/input/event2"
[    18.942] (**) Option "_source" "server/udev"
[    18.942] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    18.942] (II) event2  - Power Button: device is a keyboard
[    18.942] (II) event2  - Power Button: device removed
[    18.942] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    18.942] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[    18.943] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    18.943] (II) event2  - Power Button: device is a keyboard
[    18.943] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    18.943] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    18.943] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    18.943] (II) Using input driver 'libinput' for 'Sleep Button'
[    18.944] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 44 paused 0
[    18.944] (**) Sleep Button: always reports core events
[    18.944] (**) Option "Device" "/dev/input/event1"
[    18.944] (**) Option "_source" "server/udev"
[    18.944] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    18.944] (II) event1  - Sleep Button: device is a keyboard
[    18.944] (II) event1  - Sleep Button: device removed
[    18.944] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    18.944] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[    18.945] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    18.945] (II) event1  - Sleep Button: device is a keyboard
[    18.945] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device (/dev/input/event5)
[    18.945] (**) ASUSTeK Computer Inc. N-KEY Device: Applying InputClass "evdev keyboard catchall"
[    18.945] (**) ASUSTeK Computer Inc. N-KEY Device: Applying InputClass "libinput keyboard catchall"
[    18.945] (II) Using input driver 'libinput' for 'ASUSTeK Computer Inc. N-KEY Device'
[    18.946] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 45 paused 0
[    18.946] (**) ASUSTeK Computer Inc. N-KEY Device: always reports core events
[    18.946] (**) Option "Device" "/dev/input/event5"
[    18.946] (**) Option "_source" "server/udev"
[    18.946] (II) event5  - ASUSTeK Computer Inc. N-KEY Device: is tagged by udev as: Keyboard
[    18.946] (II) event5  - ASUSTeK Computer Inc. N-KEY Device: device is a keyboard
[    18.946] (II) event5  - ASUSTeK Computer Inc. N-KEY Device: device removed
[    18.946] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:0B05:1866.0001/input/input5/event5"
[    18.946] (II) XINPUT: Adding extended input device "ASUSTeK Computer Inc. N-KEY Device" (type: KEYBOARD, id 12)
[    18.947] (II) event5  - ASUSTeK Computer Inc. N-KEY Device: is tagged by udev as: Keyboard
[    18.947] (II) event5  - ASUSTeK Computer Inc. N-KEY Device: device is a keyboard
[    18.948] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device (/dev/input/event6)
[    18.948] (**) ASUSTeK Computer Inc. N-KEY Device: Applying InputClass "evdev keyboard catchall"
[    18.948] (**) ASUSTeK Computer Inc. N-KEY Device: Applying InputClass "libinput keyboard catchall"
[    18.948] (II) Using input driver 'libinput' for 'ASUSTeK Computer Inc. N-KEY Device'
[    18.948] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 46 paused 0
[    18.948] (**) ASUSTeK Computer Inc. N-KEY Device: always reports core events
[    18.948] (**) Option "Device" "/dev/input/event6"
[    18.948] (**) Option "_source" "server/udev"
[    18.949] (II) event6  - ASUSTeK Computer Inc. N-KEY Device: is tagged by udev as: Keyboard
[    18.949] (II) event6  - ASUSTeK Computer Inc. N-KEY Device: device is a keyboard
[    18.949] (II) event6  - ASUSTeK Computer Inc. N-KEY Device: device removed
[    18.949] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:0B05:1866.0002/input/input6/event6"
[    18.949] (II) XINPUT: Adding extended input device "ASUSTeK Computer Inc. N-KEY Device" (type: KEYBOARD, id 13)
[    18.950] (II) event6  - ASUSTeK Computer Inc. N-KEY Device: is tagged by udev as: Keyboard
[    18.950] (II) event6  - ASUSTeK Computer Inc. N-KEY Device: device is a keyboard
[    18.950] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device (/dev/input/event10)
[    18.950] (II) No input driver specified, ignoring this device.
[    18.950] (II) This device may have been added with another device file.
[    18.950] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device (/dev/input/event7)
[    18.950] (II) No input driver specified, ignoring this device.
[    18.950] (II) This device may have been added with another device file.
[    18.951] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device Consumer Control (/dev/input/event8)
[    18.951] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: Applying InputClass "evdev keyboard catchall"
[    18.951] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: Applying InputClass "libinput keyboard catchall"
[    18.951] (II) Using input driver 'libinput' for 'ASUSTeK Computer Inc. N-KEY Device Consumer Control'
[    18.951] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 47 paused 0
[    18.951] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: always reports core events
[    18.951] (**) Option "Device" "/dev/input/event8"
[    18.951] (**) Option "_source" "server/udev"
[    18.952] (II) event8  - ASUSTeK Computer Inc. N-KEY Device Consumer Control: is tagged by udev as: Keyboard
[    18.952] (II) event8  - ASUSTeK Computer Inc. N-KEY Device Consumer Control: device is a keyboard
[    18.952] (II) event8  - ASUSTeK Computer Inc. N-KEY Device Consumer Control: device removed
[    18.952] (II) libinput: ASUSTeK Computer Inc. N-KEY Device Consumer Control: needs a virtual subdevice
[    18.952] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.2/0003:0B05:1866.0003/input/input8/event8"
[    18.952] (II) XINPUT: Adding extended input device "ASUSTeK Computer Inc. N-KEY Device Consumer Control" (type: MOUSE, id 14)
[    18.952] (**) Option "AccelerationScheme" "none"
[    18.952] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: (accel) selected scheme none/0
[    18.952] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: (accel) acceleration factor: 2.000
[    18.952] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: (accel) acceleration threshold: 4
[    18.953] (II) event8  - ASUSTeK Computer Inc. N-KEY Device Consumer Control: is tagged by udev as: Keyboard
[    18.953] (II) event8  - ASUSTeK Computer Inc. N-KEY Device Consumer Control: device is a keyboard
[    18.953] (II) config/udev: Adding input device ASUSTeK Computer Inc. N-KEY Device (/dev/input/event9)
[    18.953] (II) No input driver specified, ignoring this device.
[    18.953] (II) This device may have been added with another device file.
[    18.953] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event13)
[    18.953] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "evdev keyboard catchall"
[    18.953] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[    18.953] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[    18.954] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 48 paused 0
[    18.954] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[    18.954] (**) Option "Device" "/dev/input/event13"
[    18.954] (**) Option "_source" "server/udev"
[    18.954] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[    18.954] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[    18.954] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[    18.954] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/input/input13/event13"
[    18.954] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 15)
[    18.955] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[    18.955] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[    18.955] (II) config/udev: Adding input device ELAN1200:00 04F3:307A Touchpad (/dev/input/event17)
[    18.955] (**) ELAN1200:00 04F3:307A Touchpad: Applying InputClass "evdev touchpad catchall"
[    18.955] (**) ELAN1200:00 04F3:307A Touchpad: Applying InputClass "libinput touchpad catchall"
[    18.955] (**) ELAN1200:00 04F3:307A Touchpad: Applying InputClass "touchpad catchall"
[    18.955] (**) ELAN1200:00 04F3:307A Touchpad: Applying InputClass "Default clickpad buttons"
[    18.955] (II) LoadModule: "synaptics"
[    18.956] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    18.956] (II) Module synaptics: vendor="X.Org Foundation"
[    18.956] 	compiled for 1.20.0, module version = 1.9.1
[    18.956] 	Module class: X.Org XInput Driver
[    18.956] 	ABI class: X.Org XInput driver, version 24.1
[    18.956] (II) Using input driver 'synaptics' for 'ELAN1200:00 04F3:307A Touchpad'
[    19.064] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 49 paused 0
[    19.064] (**) ELAN1200:00 04F3:307A Touchpad: always reports core events
[    19.064] (**) Option "Device" "/dev/input/event17"
[    19.064] (--) synaptics: ELAN1200:00 04F3:307A Touchpad: x-axis range 0 - 3234 (res 32)
[    19.064] (--) synaptics: ELAN1200:00 04F3:307A Touchpad: y-axis range 0 - 1661 (res 32)
[    19.064] (II) synaptics: ELAN1200:00 04F3:307A Touchpad: device does not report pressure, will use touch data.
[    19.064] (II) synaptics: ELAN1200:00 04F3:307A Touchpad: device does not report finger width.
[    19.064] (--) synaptics: ELAN1200:00 04F3:307A Touchpad: buttons: left right double triple
[    19.064] (--) synaptics: ELAN1200:00 04F3:307A Touchpad: Vendor 0x4f3 Product 0x307a
[    19.064] (--) synaptics: ELAN1200:00 04F3:307A Touchpad: invalid pressure range.  defaulting to 0 - 255
[    19.064] (--) synaptics: ELAN1200:00 04F3:307A Touchpad: invalid finger width range.  defaulting to 0 - 15
[    19.064] (--) synaptics: ELAN1200:00 04F3:307A Touchpad: touchpad found
[    19.064] (**) ELAN1200:00 04F3:307A Touchpad: always reports core events
[    19.065] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN1200:00/0018:04F3:307A.0004/input/input20/event17"
[    19.065] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:307A Touchpad" (type: TOUCHPAD, id 16)
[    19.065] (**) synaptics: ELAN1200:00 04F3:307A Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[    19.065] (**) synaptics: ELAN1200:00 04F3:307A Touchpad: (accel) MaxSpeed is now 1.75
[    19.065] (**) synaptics: ELAN1200:00 04F3:307A Touchpad: (accel) AccelFactor is now 0.055
[    19.065] (**) ELAN1200:00 04F3:307A Touchpad: (accel) keeping acceleration scheme 1
[    19.065] (**) ELAN1200:00 04F3:307A Touchpad: (accel) acceleration profile 1
[    19.065] (**) ELAN1200:00 04F3:307A Touchpad: (accel) acceleration factor: 2.000
[    19.065] (**) ELAN1200:00 04F3:307A Touchpad: (accel) acceleration threshold: 4
[    19.065] (--) synaptics: ELAN1200:00 04F3:307A Touchpad: touchpad found
[    19.066] (II) config/udev: Adding input device ELAN1200:00 04F3:307A Touchpad (/dev/input/mouse0)
[    19.066] (**) ELAN1200:00 04F3:307A Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[    19.067] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[    19.067] (II) No input driver specified, ignoring this device.
[    19.067] (II) This device may have been added with another device file.
[    19.068] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event14)
[    19.068] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    19.068] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    19.068] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    19.070] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 50 paused 0
[    19.070] (**) Asus WMI hotkeys: always reports core events
[    19.070] (**) Option "Device" "/dev/input/event14"
[    19.070] (**) Option "_source" "server/udev"
[    19.072] (II) event14 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    19.072] (II) event14 - Asus WMI hotkeys: device is a keyboard
[    19.072] (II) event14 - Asus WMI hotkeys: device removed
[    19.073] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input14/event14"
[    19.073] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 17)
[    19.075] (II) event14 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    19.075] (II) event14 - Asus WMI hotkeys: device is a keyboard
[    19.076] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    19.076] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    19.076] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    19.076] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    19.078] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 51 paused 0
[    19.078] (**) AT Translated Set 2 keyboard: always reports core events
[    19.078] (**) Option "Device" "/dev/input/event4"
[    19.078] (**) Option "_source" "server/udev"
[    19.081] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    19.081] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    19.082] (II) event4  - AT Translated Set 2 keyboard: device removed
[    19.082] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    19.082] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
[    19.085] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    19.085] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    19.087] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[    19.087] (II) No input driver specified, ignoring this device.
[    19.087] (II) This device may have been added with another device file.
[    19.097] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: Applying InputClass "evdev keyboard catchall"
[    19.097] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: Applying InputClass "libinput keyboard catchall"
[    19.097] (II) Using input driver 'libinput' for 'ASUSTeK Computer Inc. N-KEY Device Consumer Control'
[    19.097] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[    19.097] (**) ASUSTeK Computer Inc. N-KEY Device Consumer Control: always reports core events
[    19.097] (**) Option "Device" "/dev/input/event8"
[    19.097] (**) Option "_source" "_driver/libinput"
[    19.097] (II) libinput: ASUSTeK Computer Inc. N-KEY Device Consumer Control: is a virtual subdevice
[    19.097] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.2/0003:0B05:1866.0003/input/input8/event8"
[    19.097] (II) XINPUT: Adding extended input device "ASUSTeK Computer Inc. N-KEY Device Consumer Control" (type: KEYBOARD, id 19)
[    24.906] (**) Option "fd" "37"
[    24.906] (II) event3  - Power Button: device removed
[    24.906] (**) Option "fd" "40"
[    24.906] (II) event11 - Asus Wireless Radio Control: device removed
[    24.906] (**) Option "fd" "41"
[    24.906] (II) event15 - Video Bus: device removed
[    24.906] (**) Option "fd" "42"
[    24.906] (II) event16 - Video Bus: device removed
[    24.906] (**) Option "fd" "43"
[    24.906] (II) event2  - Power Button: device removed
[    24.906] (**) Option "fd" "44"
[    24.906] (II) event1  - Sleep Button: device removed
[    24.906] (**) Option "fd" "45"
[    24.907] (II) event5  - ASUSTeK Computer Inc. N-KEY Device: device removed
[    24.907] (**) Option "fd" "46"
[    24.907] (II) event6  - ASUSTeK Computer Inc. N-KEY Device: device removed
[    24.907] (**) Option "fd" "47"
[    24.907] (**) Option "fd" "48"
[    24.907] (II) event13 - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[    24.907] (**) Option "fd" "50"
[    24.907] (II) event14 - Asus WMI hotkeys: device removed
[    24.907] (**) Option "fd" "51"
[    24.907] (II) event4  - AT Translated Set 2 keyboard: device removed
[    24.907] (**) Option "fd" "47"
[    24.907] (II) event8  - ASUSTeK Computer Inc. N-KEY Device Consumer Control: device removed
[    25.156] (II) systemd-logind: got pause for 13:66
[    25.156] (II) systemd-logind: got pause for 13:72
[    25.156] (II) systemd-logind: got pause for 13:77
[    25.156] (II) systemd-logind: got pause for 13:67
[    25.156] (II) systemd-logind: got pause for 13:65
[    25.156] (II) systemd-logind: got pause for 13:80
[    25.156] (II) systemd-logind: got pause for 13:70
[    25.156] (II) systemd-logind: got pause for 13:78
[    25.156] (II) systemd-logind: got pause for 13:79
[    25.156] (II) systemd-logind: got pause for 13:75
[    25.156] (II) systemd-logind: got pause for 13:69
[    25.156] (II) systemd-logind: got pause for 13:81
[    25.156] (II) systemd-logind: got pause for 226:0
[    25.156] (II) systemd-logind: got pause for 13:68
[  2264.925] (II) UnloadModule: "libinput"
[  2264.925] (II) systemd-logind: not releasing fd for 13:72, still in use
[  2264.925] (II) UnloadModule: "libinput"
[  2264.925] (II) systemd-logind: releasing fd for 13:68
[  2264.960] (II) UnloadModule: "libinput"
[  2264.960] (II) systemd-logind: releasing fd for 13:78
[  2265.013] (II) UnloadModule: "synaptics"
[  2265.013] (II) systemd-logind: releasing fd for 13:81
[  2265.067] (II) UnloadModule: "libinput"
[  2265.067] (II) systemd-logind: releasing fd for 13:77
[  2265.140] (II) UnloadModule: "libinput"
[  2265.140] (II) systemd-logind: releasing fd for 13:72
[  2265.173] (II) UnloadModule: "libinput"
[  2265.173] (II) systemd-logind: releasing fd for 13:70
[  2265.207] (II) UnloadModule: "libinput"
[  2265.207] (II) systemd-logind: releasing fd for 13:69
[  2265.240] (II) UnloadModule: "libinput"
[  2265.240] (II) systemd-logind: releasing fd for 13:65
[  2265.267] (II) UnloadModule: "libinput"
[  2265.267] (II) systemd-logind: releasing fd for 13:66
[  2265.293] (II) UnloadModule: "libinput"
[  2265.293] (II) systemd-logind: releasing fd for 13:80
[  2265.347] (II) UnloadModule: "libinput"
[  2265.347] (II) systemd-logind: releasing fd for 13:79
[  2265.400] (II) UnloadModule: "libinput"
[  2265.400] (II) systemd-logind: releasing fd for 13:75
[  2265.454] (II) UnloadModule: "libinput"
[  2265.454] (II) systemd-logind: releasing fd for 13:67
[  2265.499] (II) NVIDIA(GPU-0): Deleting GPU-0
[  2265.500] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[  2265.500] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[  2265.500] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[  2265.501] (II) Server terminated successfully (0). Closing log file.

Offline

#6 2018-10-10 19:51:39

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [SOLVED] Fresh Install: KDE stuck loading screen

How have you configured hybrid graphics on the system?

Offline

#7 2018-10-10 19:56:37

taccons
Member
Registered: 2018-10-10
Posts: 5

Re: [SOLVED] Fresh Install: KDE stuck loading screen

Hmm, I don't have configured anything special about the hybrid graphics.
Should I do something in particular ? I will go document myself about that a little bit.

Offline

#8 2018-10-10 19:58:07

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [SOLVED] Fresh Install: KDE stuck loading screen

Offline

#9 2018-10-10 20:28:39

taccons
Member
Registered: 2018-10-10
Posts: 5

Re: [SOLVED] Fresh Install: KDE stuck loading screen

Thank you very much, that was the problem!

I followed the instructions on the NVIDIA_Optimus wiki page and it is working.
I also managed to start SDDM and KDE.

Thanks again, I will mark the topic as solved.

Offline

Board footer

Powered by FluxBB