You are not logged in.

#1 2020-05-07 00:03:07

VDmvKcW9JamBSir5fNfehqpG
Member
From: Earth
Registered: 2019-12-30
Posts: 59

Nvidia driver running out of memory long before actually out of memory

I already posted this on r/archlinux on Reddit, but that led nowhere so I'm coming here.

Memory related info: 8GB RAM (don't tell me to buy more, my mobo and CPU don't support it), 16GB swap on LVM on LUKS, swappiness is 1, vfs cache pressure is 100, RAM passes memtest86+.

GPU related info: Nvidia Quadro FX 1800M with 1GB VRAM (not set to be used as swap) on version 340.108 of the proprietary driver. (No, I can't update it any further. Newer drivers don't support it, and nouveau is too unstable to use.)

The observable symptoms are that my system runs perfectly smoothly with no noticeable problems, until my X server dies. This seems to always happen when there is swapping, such as launching a new process, switching between browser tabs and application windows, or loading the lightdm greeter when I wake up the laptop from suspend. Needless to say, this is completely unacceptable. It always happens when there is at least about 7GB in physical RAM, and usually a decent amount in swap too, but there doesn't have to be.

In my troubleshooting, I could not find any references to the OOM killer or processes being killed for any reason in dmesg. However, in /var/log/Xorg.0.log.old, I found something of interest:

[376027.994] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+900 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: 1440x900_75 @1440x900 +240+0 {ViewPortIn=1440x900, ViewPortOut=1440x900+0+0}"
[376029.199] (EE) NVIDIA(0): Failed to allocate primary buffer: out of memory.
[376029.229] (EE) NVIDIA(0):  *** Aborting ***
[376029.232] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[376029.232] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[376029.232] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[376029.232] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[376029.232] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[376029.232] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[376029.232] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[376029.232] (II) NVIDIA(0):     Config Options in the README.
[376029.335] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-0)) does not support NVIDIA
[376029.335] (II) NVIDIA(GPU-0):     3D Vision stereo.
[376029.340] (EE)
[376029.340] (EE) Backtrace:
[376029.503] (EE) 0: /usr/lib/Xorg (xorg_backtrace+0x4d) [0x5629421e378d]
[376029.503] (EE) 1: /usr/lib/Xorg (0x562942130000+0xa9cf8) [0x5629421d9cf8]
[376029.503] (EE) 2: /usr/lib/libc.so.6 (0x7f28f497c000+0x3bd70) [0x7f28f49b7d70]
[376029.504] (EE) 3: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f28ef009000+0x9347d) [0x7f28ef09c47d]
[376029.504] (EE) 4: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f28ef009000+0x6c1c89) [0x7f28ef6cac89]
[376029.504] (EE) 5: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f28ef009000+0x6c63e4) [0x7f28ef6cf3e4]
[376029.504] (EE) 6: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f28ef009000+0x6d5f02) [0x7f28ef6def02]
[376029.504] (EE) 7: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f28ef009000+0x6cd8d1) [0x7f28ef6d68d1]
[376029.504] (EE) 8: /usr/lib/Xorg (xf86VTEnter+0x106) [0x5629421c0c36]
[376029.505] (EE) 9: /usr/lib/Xorg (WakeupHandler+0xac) [0x56294229f06c]
[376029.505] (EE) 10: /usr/lib/Xorg (WaitForSomething+0x22e) [0x5629421e594e]
[376029.505] (EE) 11: /usr/lib/Xorg (0x562942130000+0x38966) [0x562942168966]
[376029.505] (EE) 12: /usr/lib/libc.so.6 (__libc_start_main+0xf3) [0x7f28f49a3023]
[376029.505] (EE) 13: /usr/lib/Xorg (_start+0x2e) [0x5629421693be]
[376029.506] (EE)
[376029.507] (EE) Segmentation fault at address 0x30
[376029.507] (EE)
Fatal server error:
[376029.507] (EE) Caught signal 11 (Segmentation fault). Server aborting
[376029.507] (EE)
[376029.507] (EE)
Please consult the The X.Org Foundation support
         at [url]http://wiki.x.org[/url]
 for help.
[376029.508] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[376029.508] (EE)
[376030.549] (EE) Server terminated with error (1). Closing log file.

It seems to me like the nvidia driver thought that it ran out of memory so it decided to kill itself, causing whatever channel it was using to communicate with Xorg to cease to exist and Xorg to segfault when it tried to use it.

1. Is this error referring to processor memory or graphics memory? The fact that it only happens when I'm using a lot of processor memory seems to suggest that it's processor memory related, but the fact that there's still a lot of processor memory is left when it happens seems to suggest that it's not processor memory and most likely graphics memory because it's GPU related.

2. If it's processor memory that this error is related to, why is the process killing itself long before OOM, and is there a way to stop it from doing that?

3. If it's graphics memory, how do I monitor the usage of that?

Offline

#2 2020-05-07 03:57:16

Awebb
Member
Registered: 2010-05-06
Posts: 6,272

Re: Nvidia driver running out of memory long before actually out of memory

This is a known problem with Quadros. Try good old google for "Failed to allocate primary buffer: out of memory".


https://wiki.archlinux.org/index.php/NV … leshooting

Offline

#3 2020-05-07 04:38:18

VDmvKcW9JamBSir5fNfehqpG
Member
From: Earth
Registered: 2019-12-30
Posts: 59

Re: Nvidia driver running out of memory long before actually out of memory

That section is worded a little confusingly. It appears that I have to disable PAT with the kernel option nopat. What exactly are the tradeoffs to disabling that? It also says that I might have to disable RenderAccel. If I had to guess, that means disabling GPU acceleration. Because I need GPU acceleration, I can't set that option unless it is misleadingly named and actually does something else . However, it also appears that it only applies to nvidia-96xx, which I'm not using. So do I have to disable RenderAccel or not?

Offline

#4 2020-05-07 07:48:25

Awebb
Member
Registered: 2010-05-06
Posts: 6,272

Re: Nvidia driver running out of memory long before actually out of memory

Look up nopat, it's easy to find. I'm also not sure if this will fix your problem 100%, because I'm not sure if nopat is explicitly x86 only or also x86_64.

Search terms, all first hits:
nopat kernel option
PAT (page attribute table extension of pagetables)

The RenderAccel suggestion is independent from yout PAT problem and a general recommendation to try and see if it's the culprit.

Furthermore, your problem is well-known and has popped up on and off for half a decade across distros, kernels and nvidia packages, as the search term "Failed to allocate primary buffer: out of memory" suggests. I didn't find a solution on my quick query, but you can do it.

EDIT: After looking at your other posts... are you still using linux-lts? Does it work with the up-to-date linux kernel?

Last edited by Awebb (2020-05-07 07:50:18)

Offline

#5 2020-05-07 15:33:48

VDmvKcW9JamBSir5fNfehqpG
Member
From: Earth
Registered: 2019-12-30
Posts: 59

Re: Nvidia driver running out of memory long before actually out of memory

So if I understand correctly, turning off PAT reduces performance because it reduces the ability of the system to effectively decide what gets cached. (It was easy enough to find that PAT meant page attribute tables, but less easy to find out the tradeoffs of turning it off.)

Anyways, to avoid confounding variables, I'll try turning off renderaccel first, since you seem more confident in that solution. If that doesn't fix the problem or produces unacceptably bad performance, I'll turn it back on and try turning off PAT. If neither of those fixes it while providing acceptable performance, I'll come back.

I am currently using the linux-414 package from Manjaro (only because their old kernels are prebuilt, while Arch's aren't and take forever to compile), but this also happened on linux-lts (for Arch) back when it was on 4.19. I'm not sure if a more up to date Linux kernel would have this issue, but for some reason kernels newer than 4.19 cause my GPU to perform unacceptably poorly, so unless that can be fixed, a newer kernel is not an option.

Offline

#6 2020-05-08 02:03:58

VDmvKcW9JamBSir5fNfehqpG
Member
From: Earth
Registered: 2019-12-30
Posts: 59

Re: Nvidia driver running out of memory long before actually out of memory

OK, I tried both renderaccel false and nopat. With renderaccel false, the graphics performance was so bad that I could not stand to use the system long enough to actually figure out if it fixed the issue. Every time a window was drawn, I could actually see the pixels scanning down in real time, and anything that requires smooth motion such as scrolling, video playback, or games, became slideshows. I can't use that, so I next tried nopat. That prevented X from even starting at all. It just caused my laptop screen to stay black and the backlight to flash on and off. If you're curious, here's the Xorg.0.log from after the nopat trial.

[    81.927] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[    81.927] Build Operating System: Linux Arch Linux
[    81.927] Current Operating System: Linux arch-btw 4.14.175-1-MANJARO #1 SMP PREEMPT Thu Apr 2 17:20:00 UTC 2020 x86_64
[    81.927] Kernel command line: BOOT_IMAGE=/vmlinuz-linux414 root=/dev/mapper/ArchInstall-root rw loglevel=3 root=/dev/ArchInstall/root cryptdevice=/dev/sda2:main:allow-discards zswap.enabled=1 quiet nopat
[    81.927] Build Date: 30 March 2020  05:05:45AM
[    81.927]  
[    81.927] Current version of pixman: 0.40.0
[    81.927] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[    81.927] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    81.928] (==) Log file: "/var/log/Xorg.0.log", Time: Thu May  7 18:42:30 2020
[    81.928] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    81.928] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    81.929] (==) No Layout section.  Using the first Screen section.
[    81.929] (==) No screen section available. Using defaults.
[    81.929] (**) |-->Screen "Default Screen Section" (0)
[    81.929] (**) |   |-->Monitor "<default monitor>"
[    81.930] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    81.930] (**) |   |-->Device "Device0"
[    81.930] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    81.930] (==) Automatically adding devices
[    81.930] (==) Automatically enabling devices
[    81.930] (==) Automatically adding GPU devices
[    81.930] (==) Automatically binding GPU devices
[    81.930] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    81.930] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    81.930] 	Entry deleted from font path.
[    81.930] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    81.930] 	Entry deleted from font path.
[    81.930] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    81.930] (==) ModulePath set to "/usr/lib/xorg/modules"
[    81.930] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    81.930] (II) Module ABI versions:
[    81.930] 	X.Org ANSI C Emulation: 0.4
[    81.930] 	X.Org Video Driver: 24.1
[    81.931] 	X.Org XInput driver : 24.1
[    81.931] 	X.Org Server Extension : 10.0
[    81.932] (++) using VT number 7

[    81.933] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    81.934] (II) xfree86: Adding drm device (/dev/dri/card0)
[    81.943] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    81.943] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[    81.952] (--) PCI:*(1@0:0:0) 10de:0cbc:1028:040c rev 162, Mem @ 0xe2000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x00007000/128, BIOS @ 0x????????/131072
[    81.952] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    81.952] (II) LoadModule: "glx"
[    81.952] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[    81.990] (II) Module glx: vendor="NVIDIA Corporation"
[    81.990] 	compiled for 4.0.2, module version = 1.0.0
[    81.990] 	Module class: X.Org Server Extension
[    81.990] (II) NVIDIA GLX Module  340.108  Wed Dec 11 14:26:50 PST 2019
[    81.990] (II) LoadModule: "nvidia"
[    81.991] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    81.992] (II) Module nvidia: vendor="NVIDIA Corporation"
[    81.992] 	compiled for 4.0.2, module version = 1.0.0
[    81.992] 	Module class: X.Org Video Driver
[    81.992] (II) NVIDIA dlloader X Driver  340.108  Wed Dec 11 14:06:00 PST 2019
[    81.992] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    81.993] (II) Loading sub module "fb"
[    81.993] (II) LoadModule: "fb"
[    81.993] (II) Loading /usr/lib/xorg/modules/libfb.so
[    81.994] (II) Module fb: vendor="X.Org Foundation"
[    81.994] 	compiled for 1.20.8, module version = 1.0.0
[    81.994] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    81.994] (WW) Unresolved symbol: fbGetGCPrivateKey
[    81.994] (II) Loading sub module "wfb"
[    81.994] (II) LoadModule: "wfb"
[    81.994] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    81.995] (II) Module wfb: vendor="X.Org Foundation"
[    81.995] 	compiled for 1.20.8, module version = 1.0.0
[    81.995] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    81.995] (II) Loading sub module "ramdac"
[    81.995] (II) LoadModule: "ramdac"
[    81.995] (II) Module "ramdac" already built-in
[    81.996] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    81.996] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    81.996] (==) NVIDIA(0): RGB weight 888
[    81.996] (==) NVIDIA(0): Default visual is TrueColor
[    81.996] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    81.996] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    81.996] (**) NVIDIA(0): Option "NoLogo" "1"
[    81.997] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    81.997] (**) NVIDIA(0): Option "Coolbits" "13"
[    81.997] (**) NVIDIA(0): Enabling 2D acceleration
[    82.053] (II) NVIDIA(0): Display (Samsung SyncMaster (CRT-0)) does not support NVIDIA
[    82.053] (II) NVIDIA(0):     3D Vision stereo.
[    82.053] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[    82.056] (II) NVIDIA(0): NVIDIA GPU Quadro FX 1800M (GT215GL) at PCI:1:0:0 (GPU-0)
[    82.056] (--) NVIDIA(0): Memory: 1048576 kBytes
[    82.056] (--) NVIDIA(0): VideoBIOS: 70.15.41.01.04
[    82.056] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    82.089] (II) NVIDIA(GPU-0): Display (LGD (DFP-3)) does not support NVIDIA 3D Vision
[    82.089] (II) NVIDIA(GPU-0):     stereo.
[    82.089] (--) NVIDIA(0): Valid display device(s) on Quadro FX 1800M at PCI:1:0:0
[    82.089] (--) NVIDIA(0):     Samsung SyncMaster (CRT-0) (boot, connected)
[    82.089] (--) NVIDIA(0):     DFP-0
[    82.089] (--) NVIDIA(0):     DFP-1
[    82.089] (--) NVIDIA(0):     DFP-2
[    82.089] (--) NVIDIA(0):     LGD (DFP-3) (boot, connected)
[    82.090] (--) NVIDIA(0):     DFP-4
[    82.090] (--) NVIDIA(GPU-0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
[    82.090] (--) NVIDIA(0): DFP-0: Internal TMDS
[    82.090] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    82.090] (--) NVIDIA(0): DFP-1: Internal TMDS
[    82.090] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    82.090] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[    82.090] (--) NVIDIA(GPU-0): DFP-2: 480.0 MHz maximum pixel clock
[    82.090] (--) NVIDIA(0): LGD (DFP-3): Internal DisplayPort
[    82.090] (--) NVIDIA(GPU-0): LGD (DFP-3): 480.0 MHz maximum pixel clock
[    82.090] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[    82.090] (--) NVIDIA(GPU-0): DFP-4: 480.0 MHz maximum pixel clock
[    82.090] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    82.090] (**) NVIDIA(0):     device Samsung SyncMaster (CRT-0) (Using EDID frequencies
[    82.090] (**) NVIDIA(0):     has been enabled on all display devices.)
[    82.099] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    82.099] (**) NVIDIA(0):     device LGD (DFP-3) (Using EDID frequencies has been
[    82.099] (**) NVIDIA(0):     enabled on all display devices.)
[    82.100] (==) NVIDIA(0): 
[    82.100] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    82.100] (==) NVIDIA(0):     will be used as the requested mode.
[    82.100] (==) NVIDIA(0): 
[    82.101] (II) NVIDIA(0): Validated MetaModes:
[    82.101] (II) NVIDIA(0):     "DFP-3:nvidia-auto-select,CRT-0:nvidia-auto-select"
[    82.101] (II) NVIDIA(0): Virtual screen size determined to be 3360 x 1080
[    82.114] (--) NVIDIA(0): DPI set to (143, 144); computed from "UseEdidDpi" X config
[    82.114] (--) NVIDIA(0):     option
[    82.114] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[    82.190] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    82.190] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    82.190] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    82.190] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    82.190] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    82.191] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    82.191] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    82.191] (II) NVIDIA(0):     Config Options in the README.
[    82.220] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select,CRT-0:nvidia-auto-select"
[    82.397] (EE) NVIDIA(0): Failed to allocate sofware rendering cache surface: out of
[    82.397] (EE) NVIDIA(0):     memory.
[    82.397] (EE) NVIDIA(0):  *** Aborting ***
[    82.629] (EE) 
Fatal server error:
[    82.629] (EE) AddScreen/ScreenInit failed for driver 0
[    82.629] (EE) 
[    82.629] (EE) 
Please consult the The X.Org Foundation support 
	 at [url]http://wiki.x.org[/url]
 for help. 
[    82.629] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    82.629] (EE) 
[    82.835] (EE) Server terminated with error (1). Closing log file.

Anything else to try?

Offline

#7 2020-05-08 03:56:18

Awebb
Member
Registered: 2010-05-06
Posts: 6,272

Re: Nvidia driver running out of memory long before actually out of memory

Yes, performance or not, try the default Arch linux kernel package. If this works, bisect your way from there.

Offline

#8 2020-05-08 21:42:59

VDmvKcW9JamBSir5fNfehqpG
Member
From: Earth
Registered: 2019-12-30
Posts: 59

Re: Nvidia driver running out of memory long before actually out of memory

Issue still exists on new kernel.

Offline

#9 2020-05-19 03:03:21

VDmvKcW9JamBSir5fNfehqpG
Member
From: Earth
Registered: 2019-12-30
Posts: 59

Re: Nvidia driver running out of memory long before actually out of memory

Just happened again on new kernel. It is happening much less often now, but it is still happening.

Offline

#10 2020-05-29 01:03:14

VDmvKcW9JamBSir5fNfehqpG
Member
From: Earth
Registered: 2019-12-30
Posts: 59

Re: Nvidia driver running out of memory long before actually out of memory

Just had another crash on a new kernel. This one does not look like an out of memory error. Here's the log.

[    18.211] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[    18.211] Build Operating System: Linux Arch Linux
[    18.211] Current Operating System: Linux arch-btw 5.6.14-arch1-1 #1 SMP PREEMPT Wed, 20 May 2020 20:43:19 +0000 x86_64
[    18.211] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/ArchInstall-root rw loglevel=3 root=/dev/ArchInstall/root cryptdevice=/dev/sda2:main:allow-discards zswap.enabled=1 quiet noht
[    18.211] Build Date: 05 May 2020  05:08:17AM
[    18.211]  
[    18.211] Current version of pixman: 0.40.0
[    18.211] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[    18.211] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    18.212] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 27 13:48:23 2020
[    18.225] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    18.225] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    18.227] (==) No Layout section.  Using the first Screen section.
[    18.228] (==) No screen section available. Using defaults.
[    18.228] (**) |-->Screen "Default Screen Section" (0)
[    18.228] (**) |   |-->Monitor "<default monitor>"
[    18.235] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    18.235] (**) |   |-->Device "Device0"
[    18.235] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    18.235] (==) Automatically adding devices
[    18.235] (==) Automatically enabling devices
[    18.235] (==) Automatically adding GPU devices
[    18.235] (==) Automatically binding GPU devices
[    18.235] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    18.248] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    18.248] 	Entry deleted from font path.
[    18.248] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    18.248] 	Entry deleted from font path.
[    18.250] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    18.250] (==) ModulePath set to "/usr/lib/xorg/modules"
[    18.250] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    18.250] (II) Module ABI versions:
[    18.250] 	X.Org ANSI C Emulation: 0.4
[    18.250] 	X.Org Video Driver: 24.1
[    18.250] 	X.Org XInput driver : 24.1
[    18.250] 	X.Org Server Extension : 10.0
[    18.252] (++) using VT number 7

[    18.252] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    18.252] (II) xfree86: Adding drm device (/dev/dri/card0)
[    18.259] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    18.259] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[    18.264] (--) PCI:*(1@0:0:0) 10de:0cbc:1028:040c rev 162, Mem @ 0xe2000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x00007000/128, BIOS @ 0x????????/131072
[    18.264] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    18.264] (II) LoadModule: "glx"
[    18.267] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[    18.690] (II) Module glx: vendor="NVIDIA Corporation"
[    18.690] 	compiled for 4.0.2, module version = 1.0.0
[    18.690] 	Module class: X.Org Server Extension
[    18.694] (II) NVIDIA GLX Module  340.108  Wed Dec 11 14:26:50 PST 2019
[    18.698] (II) LoadModule: "nvidia"
[    18.705] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    18.776] (II) Module nvidia: vendor="NVIDIA Corporation"
[    18.776] 	compiled for 4.0.2, module version = 1.0.0
[    18.776] 	Module class: X.Org Video Driver
[    18.782] (II) NVIDIA dlloader X Driver  340.108  Wed Dec 11 14:06:00 PST 2019
[    18.782] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    18.967] (II) Loading sub module "fb"
[    18.967] (II) LoadModule: "fb"
[    18.969] (II) Loading /usr/lib/xorg/modules/libfb.so
[    18.975] (II) Module fb: vendor="X.Org Foundation"
[    18.975] 	compiled for 1.20.8, module version = 1.0.0
[    18.975] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.975] (WW) Unresolved symbol: fbGetGCPrivateKey
[    18.975] (II) Loading sub module "wfb"
[    18.975] (II) LoadModule: "wfb"
[    18.979] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    18.986] (II) Module wfb: vendor="X.Org Foundation"
[    18.986] 	compiled for 1.20.8, module version = 1.0.0
[    18.986] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.986] (II) Loading sub module "ramdac"
[    18.987] (II) LoadModule: "ramdac"
[    18.987] (II) Module "ramdac" already built-in
[    19.000] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    19.000] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    19.000] (==) NVIDIA(0): RGB weight 888
[    19.000] (==) NVIDIA(0): Default visual is TrueColor
[    19.000] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    19.001] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    19.001] (**) NVIDIA(0): Option "NoLogo" "1"
[    19.001] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    19.001] (**) NVIDIA(0): Option "Coolbits" "13"
[    19.001] (**) NVIDIA(0): Enabling 2D acceleration
[    20.147] (II) NVIDIA(0): Display (Samsung SyncMaster (CRT-0)) does not support NVIDIA
[    20.147] (II) NVIDIA(0):     3D Vision stereo.
[    20.147] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[    20.152] (II) NVIDIA(0): NVIDIA GPU Quadro FX 1800M (GT215GL) at PCI:1:0:0 (GPU-0)
[    20.152] (--) NVIDIA(0): Memory: 1048576 kBytes
[    20.152] (--) NVIDIA(0): VideoBIOS: 70.15.41.01.04
[    20.152] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    20.389] (II) NVIDIA(GPU-0): Display (LGD (DFP-3)) does not support NVIDIA 3D Vision
[    20.389] (II) NVIDIA(GPU-0):     stereo.
[    20.389] (--) NVIDIA(0): Valid display device(s) on Quadro FX 1800M at PCI:1:0:0
[    20.389] (--) NVIDIA(0):     Samsung SyncMaster (CRT-0) (connected)
[    20.389] (--) NVIDIA(0):     DFP-0
[    20.389] (--) NVIDIA(0):     DFP-1
[    20.389] (--) NVIDIA(0):     DFP-2
[    20.389] (--) NVIDIA(0):     LGD (DFP-3) (boot, connected)
[    20.389] (--) NVIDIA(0):     DFP-4
[    20.389] (--) NVIDIA(GPU-0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
[    20.389] (--) NVIDIA(0): DFP-0: Internal TMDS
[    20.389] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    20.389] (--) NVIDIA(0): DFP-1: Internal TMDS
[    20.389] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    20.389] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[    20.389] (--) NVIDIA(GPU-0): DFP-2: 480.0 MHz maximum pixel clock
[    20.389] (--) NVIDIA(0): LGD (DFP-3): Internal DisplayPort
[    20.389] (--) NVIDIA(GPU-0): LGD (DFP-3): 480.0 MHz maximum pixel clock
[    20.389] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[    20.389] (--) NVIDIA(GPU-0): DFP-4: 480.0 MHz maximum pixel clock
[    20.389] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    20.389] (**) NVIDIA(0):     device Samsung SyncMaster (CRT-0) (Using EDID frequencies
[    20.389] (**) NVIDIA(0):     has been enabled on all display devices.)
[    20.395] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    20.395] (**) NVIDIA(0):     device LGD (DFP-3) (Using EDID frequencies has been
[    20.395] (**) NVIDIA(0):     enabled on all display devices.)
[    21.438] (==) NVIDIA(0): 
[    21.438] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    21.438] (==) NVIDIA(0):     will be used as the requested mode.
[    21.438] (==) NVIDIA(0): 
[    21.439] (II) NVIDIA(0): Validated MetaModes:
[    21.439] (II) NVIDIA(0):     "DFP-3:nvidia-auto-select,CRT-0:nvidia-auto-select"
[    21.439] (II) NVIDIA(0): Virtual screen size determined to be 3360 x 1080
[    21.454] (--) NVIDIA(0): DPI set to (143, 144); computed from "UseEdidDpi" X config
[    21.454] (--) NVIDIA(0):     option
[    21.455] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[    21.462] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    21.462] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    21.462] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    21.462] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    21.462] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    21.462] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    21.462] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    21.462] (II) NVIDIA(0):     Config Options in the README.
[    21.494] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select,CRT-0:nvidia-auto-select"
[    21.853] (==) NVIDIA(0): Disabling shared memory pixmaps
[    21.853] (==) NVIDIA(0): Backing store enabled
[    21.853] (==) NVIDIA(0): Silken mouse disabled
[    21.854] (==) NVIDIA(0): DPMS enabled
[    21.854] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    21.854] (II) Loading sub module "dri2"
[    21.854] (II) LoadModule: "dri2"
[    21.854] (II) Module "dri2" already built-in
[    21.854] (II) NVIDIA(0): [DRI2] Setup complete
[    21.854] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    21.860] (II) Initializing extension Generic Event Extension
[    21.861] (II) Initializing extension SHAPE
[    21.861] (II) Initializing extension MIT-SHM
[    21.861] (II) Initializing extension XInputExtension
[    21.862] (II) Initializing extension XTEST
[    21.862] (II) Initializing extension BIG-REQUESTS
[    21.862] (II) Initializing extension SYNC
[    21.863] (II) Initializing extension XKEYBOARD
[    21.863] (II) Initializing extension XC-MISC
[    21.863] (II) Initializing extension SECURITY
[    21.864] (II) Initializing extension XFIXES
[    21.864] (II) Initializing extension RENDER
[    21.864] (II) Initializing extension RANDR
[    21.865] (II) Initializing extension COMPOSITE
[    21.865] (II) Initializing extension DAMAGE
[    21.865] (II) Initializing extension MIT-SCREEN-SAVER
[    21.866] (II) Initializing extension DOUBLE-BUFFER
[    21.866] (II) Initializing extension RECORD
[    21.866] (II) Initializing extension DPMS
[    21.867] (II) Initializing extension Present
[    21.867] (II) Initializing extension DRI3
[    21.867] (II) Initializing extension X-Resource
[    21.867] (II) Initializing extension XVideo
[    21.868] (II) Initializing extension XVideo-MotionCompensation
[    21.868] (II) Initializing extension XFree86-VidModeExtension
[    21.868] (II) Initializing extension XFree86-DGA
[    21.868] (II) Initializing extension XFree86-DRI
[    21.868] (II) Initializing extension DRI2
[    21.869] (II) Initializing extension GLX
[    21.869] (II) Initializing extension GLX
[    21.869] (II) Indirect GLX disabled.(II) Initializing extension NV-GLX
[    21.869] (II) Initializing extension NV-CONTROL
[    21.870] (II) Initializing extension XINERAMA
[    22.254] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    22.254] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.254] (II) LoadModule: "libinput"
[    22.255] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    22.273] (II) Module libinput: vendor="X.Org Foundation"
[    22.273] 	compiled for 1.20.8, module version = 0.30.0
[    22.273] 	Module class: X.Org XInput Driver
[    22.273] 	ABI class: X.Org XInput driver, version 24.1
[    22.273] (II) Using input driver 'libinput' for 'Power Button'
[    22.273] (**) Power Button: always reports core events
[    22.273] (**) Option "Device" "/dev/input/event3"
[    22.275] (**) Option "_source" "server/udev"
[    22.296] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    22.296] (II) event3  - Power Button: device is a keyboard
[    22.297] (II) event3  - Power Button: device removed
[    22.310] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    22.310] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    22.313] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    22.313] (II) event3  - Power Button: device is a keyboard
[    22.314] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    22.314] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    22.314] (II) Using input driver 'libinput' for 'Video Bus'
[    22.314] (**) Video Bus: always reports core events
[    22.314] (**) Option "Device" "/dev/input/event4"
[    22.315] (**) Option "_source" "server/udev"
[    22.317] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    22.317] (II) event4  - Video Bus: device is a keyboard
[    22.318] (II) event4  - Video Bus: device removed
[    22.384] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/LNXVIDEO:01/input/input4/event4"
[    22.384] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    22.389] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    22.389] (II) event4  - Video Bus: device is a keyboard
[    22.391] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    22.391] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.391] (II) Using input driver 'libinput' for 'Power Button'
[    22.391] (**) Power Button: always reports core events
[    22.391] (**) Option "Device" "/dev/input/event1"
[    22.391] (**) Option "_source" "server/udev"
[    22.394] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    22.394] (II) event1  - Power Button: device is a keyboard
[    22.395] (II) event1  - Power Button: device removed
[    22.407] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    22.407] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    22.408] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    22.408] (II) event1  - Power Button: device is a keyboard
[    22.409] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    22.409] (II) No input driver specified, ignoring this device.
[    22.409] (II) This device may have been added with another device file.
[    22.410] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    22.410] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    22.410] (II) Using input driver 'libinput' for 'Sleep Button'
[    22.410] (**) Sleep Button: always reports core events
[    22.410] (**) Option "Device" "/dev/input/event2"
[    22.410] (**) Option "_source" "server/udev"
[    22.411] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    22.411] (II) event2  - Sleep Button: device is a keyboard
[    22.411] (II) event2  - Sleep Button: device removed
[    22.437] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[    22.437] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    22.440] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    22.440] (II) event2  - Sleep Button: device is a keyboard
[    22.442] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event6)
[    22.442] (II) No input driver specified, ignoring this device.
[    22.442] (II) This device may have been added with another device file.
[    22.444] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event7)
[    22.444] (II) No input driver specified, ignoring this device.
[    22.444] (II) This device may have been added with another device file.
[    22.445] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event8)
[    22.445] (II) No input driver specified, ignoring this device.
[    22.445] (II) This device may have been added with another device file.
[    22.446] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event9)
[    22.446] (II) No input driver specified, ignoring this device.
[    22.447] (II) This device may have been added with another device file.
[    22.448] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[    22.448] (II) No input driver specified, ignoring this device.
[    22.448] (II) This device may have been added with another device file.
[    22.449] (II) config/udev: Adding input device HDA Intel MID Dock Mic (/dev/input/event11)
[    22.449] (II) No input driver specified, ignoring this device.
[    22.449] (II) This device may have been added with another device file.
[    22.450] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event12)
[    22.450] (II) No input driver specified, ignoring this device.
[    22.450] (II) This device may have been added with another device file.
[    22.451] (II) config/udev: Adding input device HDA Intel MID Dock Line Out (/dev/input/event13)
[    22.451] (II) No input driver specified, ignoring this device.
[    22.451] (II) This device may have been added with another device file.
[    22.452] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event14)
[    22.452] (II) No input driver specified, ignoring this device.
[    22.452] (II) This device may have been added with another device file.
[    22.454] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event15)
[    22.454] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    22.454] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    22.454] (**) Dell WMI hotkeys: always reports core events
[    22.454] (**) Option "Device" "/dev/input/event15"
[    22.454] (**) Option "_source" "server/udev"
[    22.457] (II) event15 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    22.457] (II) event15 - Dell WMI hotkeys: device is a keyboard
[    22.458] (II) event15 - Dell WMI hotkeys: device removed
[    22.500] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input19/event15"
[    22.500] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 10)
[    22.502] (II) event15 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    22.502] (II) event15 - Dell WMI hotkeys: device is a keyboard
[    22.503] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[    22.503] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    22.503] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    22.503] (**) AT Translated Set 2 keyboard: always reports core events
[    22.503] (**) Option "Device" "/dev/input/event5"
[    22.503] (**) Option "_source" "server/udev"
[    22.505] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    22.505] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    22.506] (II) event5  - AT Translated Set 2 keyboard: device removed
[    22.524] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[    22.524] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    22.525] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    22.525] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    22.527] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/event16)
[    22.527] (**) AlpsPS/2 ALPS DualPoint Stick: Applying InputClass "libinput pointer catchall"
[    22.527] (II) Using input driver 'libinput' for 'AlpsPS/2 ALPS DualPoint Stick'
[    22.527] (**) AlpsPS/2 ALPS DualPoint Stick: always reports core events
[    22.527] (**) Option "Device" "/dev/input/event16"
[    22.527] (**) Option "_source" "server/udev"
[    22.528] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[    22.529] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[    22.530] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: device removed
[    22.597] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input20/event16"
[    22.597] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint Stick" (type: MOUSE, id 12)
[    22.597] (**) Option "AccelerationScheme" "none"
[    22.597] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) selected scheme none/0
[    22.597] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration factor: 2.000
[    22.597] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration threshold: 4
[    22.600] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[    22.601] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[    22.603] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/mouse0)
[    22.603] (II) No input driver specified, ignoring this device.
[    22.603] (II) This device may have been added with another device file.
[    22.604] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event17)
[    22.604] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "libinput touchpad catchall"
[    22.604] (II) Using input driver 'libinput' for 'AlpsPS/2 ALPS DualPoint TouchPad'
[    22.604] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    22.604] (**) Option "Device" "/dev/input/event17"
[    22.604] (**) Option "_source" "server/udev"
[    22.607] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: is tagged by udev as: Touchpad
[    22.608] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: no resolution or size hints, assuming a size of 69x50mm
[    22.610] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: device is a touchpad
[    22.610] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: device removed
[    22.657] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event17"
[    22.657] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 13)
[    22.658] (**) Option "AccelerationScheme" "none"
[    22.658] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) selected scheme none/0
[    22.658] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[    22.658] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[    22.660] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: is tagged by udev as: Touchpad
[    22.661] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: no resolution or size hints, assuming a size of 69x50mm
[    22.664] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: device is a touchpad
[    22.667] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse1)
[    22.667] (II) No input driver specified, ignoring this device.
[    22.667] (II) This device may have been added with another device file.
[    26.624] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-0)) does not support NVIDIA
[    26.624] (II) NVIDIA(GPU-0):     3D Vision stereo.
[    26.654] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[    28.336] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: 1440x900_75 @1440x900 +240+0 {ViewPortIn=1440x900, ViewPortOut=1440x900+0+0}"
[    29.803] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+900 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: 1440x900_75 @1440x900 +240+0 {ViewPortIn=1440x900, ViewPortOut=1440x900+0+0}"
[   146.756] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-7ms), your system is too slow
[   162.534] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-54ms), your system is too slow
[   162.534] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-67ms), your system is too slow
[   164.338] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-80ms), your system is too slow
[   164.356] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-3ms), your system is too slow
[   329.550] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+900 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1915x1197 +240+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   331.923] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+900 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   335.638] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   342.839] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[   343.723] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: SYN_DROPPED event - some input events have been lost.
[   344.328] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[   345.130] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: SYN_DROPPED event - some input events have been lost.
[   353.566] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1915x1197 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   354.455] (II) event5  - AT Translated Set 2 keyboard: SYN_DROPPED event - some input events have been lost.
[   354.970] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   358.579] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   359.560] (II) event5  - AT Translated Set 2 keyboard: SYN_DROPPED event - some input events have been lost.
[   360.962] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[   362.292] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[   376.501] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1915x1197 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   378.318] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   381.524] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   383.201] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +1+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[   384.630] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[   385.360] (II) event5  - AT Translated Set 2 keyboard: SYN_DROPPED event - some input events have been lost.
[   416.196] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-27ms), your system is too slow
[   416.196] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-41ms), your system is too slow
[   421.165] (EE) client bug: timer event17 keyboard: scheduled expiry is in the past (-1585ms), your system is too slow
[   421.171] (EE) client bug: timer event17 keyboard: scheduled expiry is in the past (-1215ms), your system is too slow
[   421.171] (EE) client bug: timer event17 keyboard: scheduled expiry is in the past (-744ms), your system is too slow
[   421.172] (EE) client bug: timer event17 keyboard: scheduled expiry is in the past (-543ms), your system is too slow
[   421.172] (EE) client bug: timer event17 keyboard: scheduled expiry is in the past (-325ms), your system is too slow
[   421.173] (EE) client bug: timer event17 keyboard: scheduled expiry is in the past (-118ms), your system is too slow
[   489.262] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1915x1197 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   490.867] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   491.807] (II) event5  - AT Translated Set 2 keyboard: SYN_DROPPED event - some input events have been lost.
[   494.232] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   498.466] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[   499.829] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[   502.901] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: SYN_DROPPED event - some input events have been lost.
[   518.724] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1915x1197 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   520.302] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   523.074] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   525.437] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[   526.724] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[   532.204] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-8ms), your system is too slow
[   532.204] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-21ms), your system is too slow
[   535.166] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-3ms), your system is too slow
[   538.000] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1915x1197 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   540.693] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   543.196] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: SYN_DROPPED event - some input events have been lost.
[   545.957] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[   550.831] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: SYN_DROPPED event - some input events have been lost.
[   552.000] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[   552.686] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: SYN_DROPPED event - some input events have been lost.
[   553.188] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[   554.452] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1198 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[   556.142] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @2156x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[   559.995] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: SYN_DROPPED event - some input events have been lost.
[   561.951] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: SYN_DROPPED event - some input events have been lost.
[   561.951] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: WARNING: log rate limit exceeded (5 msgs per 30000ms). Discarding future messages.
[   905.497] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-88ms), your system is too slow
[   905.535] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-0ms), your system is too slow
[  2890.105] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-5ms), your system is too slow
[  3802.739] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @2156x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1915x1197 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[  3803.033] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @2156x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[  3803.653] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.329987,0.000000,0.000000,0.000000,1.329987,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1915x1197, ViewPortOut=1440x900+0+0}"
[  3804.028] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[  3804.199] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[  7478.102] (II) event3  - Power Button: device removed
[  7478.115] (II) event4  - Video Bus: device removed
[  7478.175] (II) event1  - Power Button: device removed
[  7478.194] (II) event2  - Sleep Button: device removed
[  7478.208] (II) event15 - Dell WMI hotkeys: device removed
[  7478.258] (II) event5  - AT Translated Set 2 keyboard: device removed
[  7478.284] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: device removed
[  7478.338] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: device removed
[  7482.226] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[  7483.611] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  7483.611] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  7483.611] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  7483.611] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  7483.611] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  7483.611] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  7483.611] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  7483.611] (II) NVIDIA(0):     Config Options in the README.
[  7483.643] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-0)) does not support NVIDIA
[  7483.643] (II) NVIDIA(GPU-0):     3D Vision stereo.
[  7483.706] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  7483.706] (II) event3  - Power Button: device is a keyboard
[  7483.717] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[  7483.717] (II) event4  - Video Bus: device is a keyboard
[  7483.725] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  7483.725] (II) event1  - Power Button: device is a keyboard
[  7483.733] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  7483.733] (II) event2  - Sleep Button: device is a keyboard
[  7483.744] (II) event15 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[  7483.744] (II) event15 - Dell WMI hotkeys: device is a keyboard
[  7483.753] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  7483.754] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[  7483.764] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[  7483.765] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[  7483.778] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: is tagged by udev as: Touchpad
[  7483.780] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: no resolution or size hints, assuming a size of 69x50mm
[  7483.783] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: device is a touchpad
[  9734.764] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-29ms), your system is too slow
[  9734.865] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-4ms), your system is too slow
[  9773.450] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-3ms), your system is too slow
[  9773.450] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-17ms), your system is too slow
[  9779.341] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-1ms), your system is too slow
[  9787.850] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-8ms), your system is too slow
[  9787.851] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-21ms), your system is too slow
[  9864.445] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-0ms), your system is too slow
[  9880.849] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-5ms), your system is too slow
[  9880.850] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-26ms), your system is too slow
[  9924.169] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-1ms), your system is too slow
[ 10009.790] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-21ms), your system is too slow
[ 10009.796] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-40ms), your system is too slow
[ 10400.766] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-12ms), your system is too slow
[ 10400.766] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-25ms), your system is too slow
[ 10477.157] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-1ms), your system is too slow
[ 10477.158] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-15ms), your system is too slow
[ 10590.507] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-2ms), your system is too slow
[ 11252.880] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-7ms), your system is too slow
[ 11277.184] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-55ms), your system is too slow
[ 11593.877] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-4ms), your system is too slow
[ 12871.010] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-1ms), your system is too slow
[ 13111.196] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-7ms), your system is too slow
[ 13205.730] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-11ms), your system is too slow
[ 13909.267] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-7ms), your system is too slow
[ 14436.687] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-0ms), your system is too slow
[ 14436.696] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-22ms), your system is too slow
[ 14465.786] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-12ms), your system is too slow
[ 14628.518] (II) event3  - Power Button: device removed
[ 14628.537] (II) event4  - Video Bus: device removed
[ 14628.586] (II) event1  - Power Button: device removed
[ 14628.602] (II) event2  - Sleep Button: device removed
[ 14628.616] (II) event15 - Dell WMI hotkeys: device removed
[ 14628.667] (II) event5  - AT Translated Set 2 keyboard: device removed
[ 14628.691] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: device removed
[ 14628.750] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: device removed
[ 14632.440] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[ 14633.825] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 14633.825] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 14633.825] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 14633.825] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 14633.825] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 14633.825] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 14633.825] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 14633.825] (II) NVIDIA(0):     Config Options in the README.
[ 14633.857] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-0)) does not support NVIDIA
[ 14633.857] (II) NVIDIA(GPU-0):     3D Vision stereo.
[ 14633.923] (II) event3  - Power Button: is tagged by udev as: Keyboard
[ 14633.924] (II) event3  - Power Button: device is a keyboard
[ 14633.936] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[ 14633.937] (II) event4  - Video Bus: device is a keyboard
[ 14633.945] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 14633.945] (II) event1  - Power Button: device is a keyboard
[ 14633.953] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[ 14633.953] (II) event2  - Sleep Button: device is a keyboard
[ 14633.963] (II) event15 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 14633.963] (II) event15 - Dell WMI hotkeys: device is a keyboard
[ 14633.973] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 14633.973] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[ 14633.984] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[ 14633.985] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[ 14633.997] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: is tagged by udev as: Touchpad
[ 14633.999] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: no resolution or size hints, assuming a size of 69x50mm
[ 14634.004] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: device is a touchpad
[ 16482.812] (II) event3  - Power Button: device removed
[ 16482.834] (II) event4  - Video Bus: device removed
[ 16482.884] (II) event1  - Power Button: device removed
[ 16482.910] (II) event2  - Sleep Button: device removed
[ 16482.941] (II) event15 - Dell WMI hotkeys: device removed
[ 16482.997] (II) event5  - AT Translated Set 2 keyboard: device removed
[ 16483.014] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: device removed
[ 16483.057] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: device removed
[ 16486.746] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[ 16488.130] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 16488.130] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 16488.130] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 16488.131] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 16488.131] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 16488.131] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 16488.131] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 16488.131] (II) NVIDIA(0):     Config Options in the README.
[ 16488.163] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-0)) does not support NVIDIA
[ 16488.163] (II) NVIDIA(GPU-0):     3D Vision stereo.
[ 16488.246] (II) event3  - Power Button: is tagged by udev as: Keyboard
[ 16488.246] (II) event3  - Power Button: device is a keyboard
[ 16488.262] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[ 16488.262] (II) event4  - Video Bus: device is a keyboard
[ 16488.271] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 16488.272] (II) event1  - Power Button: device is a keyboard
[ 16488.280] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[ 16488.280] (II) event2  - Sleep Button: device is a keyboard
[ 16488.290] (II) event15 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 16488.290] (II) event15 - Dell WMI hotkeys: device is a keyboard
[ 16488.300] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 16488.300] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[ 16488.311] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[ 16488.312] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[ 16488.323] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: is tagged by udev as: Touchpad
[ 16488.325] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: no resolution or size hints, assuming a size of 69x50mm
[ 16488.329] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: device is a touchpad
[ 23729.343] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: SYN_DROPPED event - some input events have been lost.
[ 23766.095] (II) event3  - Power Button: device removed
[ 23766.118] (II) event4  - Video Bus: device removed
[ 23766.196] (II) event1  - Power Button: device removed
[ 23766.213] (II) event2  - Sleep Button: device removed
[ 23766.252] (II) event15 - Dell WMI hotkeys: device removed
[ 23766.327] (II) event5  - AT Translated Set 2 keyboard: device removed
[ 23766.360] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: device removed
[ 23766.429] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: device removed
[ 23770.232] (II) NVIDIA(0): Setting mode "DP-3: nvidia-auto-select @1920x1080 +0+1201 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, VGA-0: nvidia-auto-select @1920x1200 +0+0 {Transform=(1.332993,0.000000,0.000000,0.000000,1.332993,0.000000,0.000000,0.000000,1.000000), ViewPortIn=1920x1200, ViewPortOut=1440x900+0+0}"
[ 23771.638] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 23771.638] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 23771.638] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 23771.638] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 23771.638] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 23771.638] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 23771.638] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 23771.638] (II) NVIDIA(0):     Config Options in the README.
[ 23771.676] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-0)) does not support NVIDIA
[ 23771.676] (II) NVIDIA(GPU-0):     3D Vision stereo.
[ 23771.767] (II) event3  - Power Button: is tagged by udev as: Keyboard
[ 23771.767] (II) event3  - Power Button: device is a keyboard
[ 23771.782] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[ 23771.783] (II) event4  - Video Bus: device is a keyboard
[ 23771.792] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 23771.792] (II) event1  - Power Button: device is a keyboard
[ 23771.801] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[ 23771.801] (II) event2  - Sleep Button: device is a keyboard
[ 23771.812] (II) event15 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 23771.813] (II) event15 - Dell WMI hotkeys: device is a keyboard
[ 23771.825] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 23771.825] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[ 23771.837] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[ 23771.838] (II) event16 - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[ 23771.852] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: is tagged by udev as: Touchpad
[ 23771.854] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: no resolution or size hints, assuming a size of 69x50mm
[ 23771.857] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: device is a touchpad
[ 32416.089] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-40ms), your system is too slow
[ 32416.094] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-58ms), your system is too slow
[ 32417.466] (II) event17 - AlpsPS/2 ALPS DualPoint TouchPad: SYN_DROPPED event - some input events have been lost.
[ 32873.147] (II) NVIDIA(GPU-0): Display (Samsung SyncMaster (CRT-0)) does not support NVIDIA
[ 32873.148] (II) NVIDIA(GPU-0):     3D Vision stereo.
[ 33033.009] (EE) 
[ 33033.013] (EE) Backtrace:
[ 33033.147] (EE) 0: /usr/lib/Xorg (xorg_backtrace+0x4d) [0x5571886ec76d]
[ 33033.147] (EE) 1: /usr/lib/Xorg (0x557188639000+0xa9cd8) [0x5571886e2cd8]
[ 33033.147] (EE) 2: /usr/lib/libc.so.6 (0x7f1ca66ea000+0x3c3e0) [0x7f1ca67263e0]
[ 33033.147] (EE) 3: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f1ca0f68000+0xda68c) [0x7f1ca104268c]
[ 33033.148] (EE) 4: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f1ca0f68000+0xe9dfb) [0x7f1ca1051dfb]
[ 33033.148] (EE) 5: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f1ca0f68000+0x6f5d90) [0x7f1ca165dd90]
[ 33033.148] (EE) 6: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f1ca0f68000+0x6f5fca) [0x7f1ca165dfca]
[ 33033.148] (EE) 7: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f1ca0f68000+0x6f9c20) [0x7f1ca1661c20]
[ 33033.148] (EE) 8: /usr/lib/Xorg (0x557188639000+0x128f40) [0x557188761f40]
[ 33033.148] (EE) 9: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f1ca0f68000+0x6dbd10) [0x7f1ca1643d10]
[ 33033.148] (EE) 10: /usr/lib/Xorg (0x557188639000+0x11e62a) [0x55718875762a]
[ 33033.148] (EE) 11: /usr/lib/Xorg (0x557188639000+0x39068) [0x557188672068]
[ 33033.148] (EE) 12: /usr/lib/libc.so.6 (__libc_start_main+0xf2) [0x7f1ca6711002]
[ 33033.148] (EE) 13: /usr/lib/Xorg (_start+0x2e) [0x55718867239e]
[ 33033.149] (EE) 
[ 33033.149] (EE) Segmentation fault at address 0x7f1ca0f68000
[ 33033.149] (EE) 
Fatal server error:
[ 33033.149] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 33033.149] (EE) 
[ 33033.149] (EE) 
Please consult the The X.Org Foundation support 
	 at [url]http://wiki.x.org[/url]
 for help. 
[ 33033.152] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 33033.152] (EE) 

Last edited by VDmvKcW9JamBSir5fNfehqpG (2020-05-29 01:03:42)

Offline

Board footer

Powered by FluxBB