After installing cuda toolkit black screen

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
mAAx

After installing cuda toolkit black screen

Post by mAAx »

Hi everyone

I am having trouble with Linux Mint 18.2 and NVIDIA drivers/CUDA. I need to install the nvidia-cuda-toolkit but as soon as I restart after the successful installation I only get the Linux Mint boot symbol and after some seconds my screen becomes black. I can still get into tty and managed to fix the black screen by following an answer on SO (title Blank screen after installing nvidia restricted driver) which basically needs you to execute following commands:

Code: Select all

  sudo nvidia-settings --uninstall
  sudo apt-get remove --purge nvidia*
  sudo apt-get remove --purge xserver-xorg-video-nouveau xserver-xorg-video-nv
  sudo apt-get install nvidia-common
  sudo apt-get install xserver-xorg-video-nouveau
  sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
  sudo dpkg-reconfigure xserver-xorg
However this way I dont get the cuda toolkit. So can someone please help me with this?

inxi -Fxz:

Code: Select all

System:    Host: MintSSD Kernel: 4.10.0-35-generic x86_64 (64 bit gcc: 5.4.0)
           Desktop: Cinnamon 3.4.6 (Gtk 2.24.30) Distro: Linux Mint 18.2 Sonya
Machine:   System: Acer product: Aspire M5-581TG v: V2.11
           Mobo: Acer model: MA51_HX v: Type2 - Board Version
           Bios: Acer v: V2.11 date: 02/25/2013
CPU:       Dual core Intel Core i7-3517U (-HT-MCP-) cache: 4096 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 9577
           clock speeds: max: 3000 MHz 1: 2799 MHz 2: 2799 MHz 3: 2799 MHz
           4: 2799 MHz
Graphics:  Card-1: Intel 3rd Gen Core processor Graphics Controller
           bus-ID: 00:02.0
           Card-2: NVIDIA GK107M [GeForce GT 640M] bus-ID: 01:00.0
           Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1366x768@60.00hz
           GLX Renderer: Mesa DRI Intel Ivybridge Mobile
           GLX Version: 3.0 Mesa 17.0.7 Direct Rendering: Yes
Audio:     Card Intel 7 Series/C210 Series Family High Definition Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0
           Sound: Advanced Linux Sound Architecture v: k4.10.0-35-generic
Network:   Card-1: Broadcom NetLink BCM57780 Gigabit Ethernet PCIe
           driver: tg3 v: 3.137 bus-ID: 02:00.0
           IF: enp2s0 state: down mac: <filter>
           Card-2: Qualcomm Atheros AR9462 Wireless Network Adapter
           driver: ath9k bus-ID: 03:00.0
           IF: wlp3s0 state: up mac: <filter>
Drives:    HDD Total Size: 2506.5GB (59.0% used)
           ID-1: /dev/sda model: Samsung_SSD_850 size: 250.1GB temp: 0C
           ID-2: /dev/sdb model: ST2000LM003_HN size: 2000.4GB temp: 29C
           ID-3: /dev/sdc model: LITEONIT_LMT size: 256.1GB temp: 0C
Partition: ID-1: / size: 193G used: 40G (22%) fs: ext4 dev: /dev/sda1
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 58.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 230 Uptime: 2 min Memory: 1201.6/9814.3MB
           Init: systemd runlevel: 5 Gcc sys: 5.4.0
           Client: Shell (bash 4.3.481) inxi: 2.2.35 
/var/log/Xorg.1.log

Code: Select all

[   346.554] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[   346.556] X Protocol Version 11, Revision 0
[   346.557] Build Operating System: Linux 4.4.0-97-generic x86_64 Ubuntu
[   346.558] Current Operating System: Linux MintSSD 4.10.0-35-generic #39~16.04.1-Ubuntu SMP Wed Sep 13 09:02:42 UTC 2017 x86_64
[   346.558] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-35-generic root=UUID=e82dbb4c-9569-465a-9264-a436c8c15241 ro quiet splash vt.handoff=7
[   346.560] Build Date: 13 October 2017  01:57:05PM
[   346.560] xorg-server 2:1.18.4-0ubuntu0.7 (For technical support please see http://www.ubuntu.com/support) 
[   346.561] Current version of pixman: 0.33.6
[   346.563] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   346.563] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   346.566] (==) Log file: "/var/log/Xorg.1.log", Time: Mon Nov 27 20:55:18 2017
[   346.567] (==) Using config file: "/etc/X11/xorg.conf"
[   346.568] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   346.568] (==) ServerLayout "layout"
[   346.568] (**) |-->Screen "nvidia" (0)
[   346.568] (**) |   |-->Monitor "<default monitor>"
[   346.568] (**) |   |-->Device "nvidia"
[   346.568] (**) |   |-->GPUDevice "nvidia"
[   346.568] (==) No monitor specified for screen "nvidia".
	Using a default monitor configuration.
[   346.568] (**) |-->Inactive Device "intel"
[   346.568] (==) Automatically adding devices
[   346.568] (==) Automatically enabling devices
[   346.568] (==) Automatically adding GPU devices
[   346.568] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   346.568] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   346.568] 	Entry deleted from font path.
[   346.568] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[   346.568] 	Entry deleted from font path.
[   346.568] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   346.568] 	Entry deleted from font path.
[   346.568] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[   346.568] 	Entry deleted from font path.
[   346.568] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   346.568] 	Entry deleted from font path.
[   346.568] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[   346.568] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[   346.568] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   346.568] (II) Loader magic: 0x55ec54ef7dc0
[   346.568] (II) Module ABI versions:
[   346.568] 	X.Org ANSI C Emulation: 0.4
[   346.568] 	X.Org Video Driver: 20.0
[   346.568] 	X.Org XInput driver : 22.1
[   346.568] 	X.Org Server Extension : 9.0
[   346.569] (++) using VT number 2

[   346.572] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   346.573] (II) xfree86: Adding drm device (/dev/dri/card1)
[   346.574] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0
[   346.574] (II) xfree86: Adding drm device (/dev/dri/card0)
[   346.575] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
[   346.578] (--) PCI:*(0:0:2:0) 8086:0166:1025:071a rev 9, Mem @ 0xb4000000/4194304, 0xc0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[   346.578] (--) PCI: (0:1:0:0) 10de:0fd2:1025:071b rev 161, Mem @ 0xb3000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00003000/128
[   346.578] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[   346.578] (II) "glx" will be loaded by default.
[   346.578] (II) LoadModule: "glx"
[   346.578] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[   346.584] (II) Module glx: vendor="NVIDIA Corporation"
[   346.584] 	compiled for 4.0.2, module version = 1.0.0
[   346.584] 	Module class: X.Org Server Extension
[   346.584] (II) NVIDIA GLX Module  384.90  Tue Sep 19 17:00:25 PDT 2017
[   346.584] (II) LoadModule: "nvidia"
[   346.585] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[   346.585] (II) Module nvidia: vendor="NVIDIA Corporation"
[   346.585] 	compiled for 4.0.2, module version = 1.0.0
[   346.585] 	Module class: X.Org Video Driver
[   346.585] (II) LoadModule: "modesetting"
[   346.585] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   346.586] (II) Module modesetting: vendor="X.Org Foundation"
[   346.586] 	compiled for 1.18.4, module version = 1.18.4
[   346.586] 	Module class: X.Org Video Driver
[   346.586] 	ABI class: X.Org Video Driver, version 20.0
[   346.586] (II) NVIDIA dlloader X Driver  384.90  Tue Sep 19 16:35:54 PDT 2017
[   346.586] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   346.586] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   346.586] (II) systemd-logind: releasing fd for 226:1
[   346.586] (II) Loading sub module "fb"
[   346.586] (II) LoadModule: "fb"
[   346.587] (II) Loading /usr/lib/xorg/modules/libfb.so
[   346.587] (II) Module fb: vendor="X.Org Foundation"
[   346.587] 	compiled for 1.18.4, module version = 1.0.0
[   346.587] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   346.587] (II) Loading sub module "wfb"
[   346.587] (II) LoadModule: "wfb"
[   346.587] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   346.587] (II) Module wfb: vendor="X.Org Foundation"
[   346.587] 	compiled for 1.18.4, module version = 1.0.0
[   346.587] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   346.587] (II) Loading sub module "ramdac"
[   346.587] (II) LoadModule: "ramdac"
[   346.587] (II) Module "ramdac" already built-in
[   346.587] (II) modeset(G0): using drv /dev/dri/card0
[   346.587] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"nvidia" for depth/fbbpp 24/32
[   346.587] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   346.587] (==) NVIDIA(0): RGB weight 888
[   346.587] (==) NVIDIA(0): Default visual is TrueColor
[   346.587] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   346.587] (**) NVIDIA(0): Option "ConstrainCursor" "off"
[   346.587] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "on"
[   346.587] (**) NVIDIA(0): Option "IgnoreDisplayDevices" "CRT"
[   346.587] (**) NVIDIA(0): Enabling 2D acceleration
[   346.591] (II) NVIDIA(0): NVIDIA GPU GeForce GT 640M (GK107) at PCI:1:0:0 (GPU-0)
[   346.591] (--) NVIDIA(0): Memory: 1048576 kBytes
[   346.591] (--) NVIDIA(0): VideoBIOS: 80.07.28.00.25
[   346.591] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   346.591] (II) NVIDIA(0): Validated MetaModes:
[   346.591] (II) NVIDIA(0):     "NULL"
[   346.591] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[   346.591] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[   346.591] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[   346.591] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   346.591] (**) modeset(G0): Option "AccelMethod" "None"
[   346.591] (==) modeset(G0): RGB weight 888
[   346.591] (==) modeset(G0): Default visual is TrueColor
[   346.591] (**) modeset(G0): glamor disabled
[   346.591] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[   346.592] (II) modeset(G0): Output eDP-1-1 has no monitor section
[   346.716] (II) modeset(G0): Output VGA-1-1 has no monitor section
[   346.724] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[   346.724] (II) modeset(G0): Output DP-1-1 has no monitor section
[   346.725] (II) modeset(G0): EDID for output eDP-1-1
[   346.725] (II) modeset(G0): Manufacturer: LGD  Model: 39d  Serial#: 0
[   346.725] (II) modeset(G0): Year: 2012  Week: 0
[   346.725] (II) modeset(G0): EDID Version: 1.4
[   346.725] (II) modeset(G0): Digital Display Input
[   346.725] (II) modeset(G0): 6 bits per channel
[   346.725] (II) modeset(G0): Digital interface is DisplayPort
[   346.725] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   346.725] (II) modeset(G0): Gamma: 2.50
[   346.725] (II) modeset(G0): No DPMS capabilities specified
[   346.725] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   346.725] (II) modeset(G0): First detailed timing is preferred mode
[   346.725] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[   346.725] (II) modeset(G0): redX: 0.588 redY: 0.350   greenX: 0.340 greenY: 0.561
[   346.725] (II) modeset(G0): blueX: 0.156 blueY: 0.118   whiteX: 0.313 whiteY: 0.329
[   346.725] (II) modeset(G0): Manufacturer's mask: 0
[   346.725] (II) modeset(G0): Supported detailed timing:
[   346.725] (II) modeset(G0): clock: 70.0 MHz   Image Size:  344 x 194 mm
[   346.725] (II) modeset(G0): h_active: 1366  h_sync: 1402  h_sync_end 1450 h_blank_end 1492 h_border: 0
[   346.725] (II) modeset(G0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 782 v_border: 0
[   346.725] (II) modeset(G0):  LG Display
[   346.725] (II) modeset(G0):  LP156WH6-TJA2
[   346.725] (II) modeset(G0): EDID (in hex):
[   346.725] (II) modeset(G0): 	00ffffffffffff0030e49d0300000000
[   346.725] (II) modeset(G0): 	00160104952213960aa2159659578f28
[   346.725] (II) modeset(G0): 	1e505400000001010101010101010101
[   346.725] (II) modeset(G0): 	010101010101581b567e50000e302430
[   346.725] (II) modeset(G0): 	350058c2100000190000000000000000
[   346.725] (II) modeset(G0): 	00000000000000000000000000fe004c
[   346.725] (II) modeset(G0): 	4720446973706c61790a2020000000fe
[   346.725] (II) modeset(G0): 	004c503135365748362d544a4132008c
[   346.726] (II) modeset(G0): Printing probed modes for output eDP-1-1
[   346.726] (II) modeset(G0): Modeline "1366x768"x60.0   70.00  1366 1402 1450 1492  768 771 776 782 -hsync -vsync (46.9 kHz eP)
[   346.726] (II) modeset(G0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[   346.726] (II) modeset(G0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[   346.726] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   346.726] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   346.726] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   346.726] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   346.726] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   346.726] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   346.726] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   346.726] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   346.726] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   346.726] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   346.726] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   346.726] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   346.726] (II) modeset(G0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[   346.726] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   346.726] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   346.726] (II) modeset(G0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[   346.726] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   346.726] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   346.726] (II) modeset(G0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[   346.726] (II) modeset(G0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[   346.726] (II) modeset(G0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[   346.726] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   346.726] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   346.726] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   346.726] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   346.848] (II) modeset(G0): EDID for output VGA-1-1
[   346.856] (II) modeset(G0): EDID for output HDMI-1-1
[   346.856] (II) modeset(G0): EDID for output DP-1-1
[   346.856] (II) modeset(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   346.856] (==) modeset(G0): DPI set to (96, 96)
[   346.856] (II) Loading sub module "fb"
[   346.856] (II) LoadModule: "fb"
[   346.856] (II) Loading /usr/lib/xorg/modules/libfb.so
[   346.856] (II) Module fb: vendor="X.Org Foundation"
[   346.856] 	compiled for 1.18.4, module version = 1.0.0
[   346.856] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   346.856] (II) Loading sub module "shadow"
[   346.856] (II) LoadModule: "shadow"
[   346.857] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   346.857] (II) Module shadow: vendor="X.Org Foundation"
[   346.857] 	compiled for 1.18.4, module version = 1.1.0
[   346.857] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   346.857] (--) Depth 24 pixmap format is 32 bpp
[   346.857] (==) modeset(G0): Backing store enabled
[   346.857] (==) modeset(G0): Silken mouse enabled
[   346.857] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   346.858] (==) modeset(G0): DPMS enabled
[   346.858] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[   346.858] (WW) modeset(G0): Option "IgnoreDisplayDevices" is not used
[   347.189] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[   347.189] (II) NVIDIA:     access.
[   347.221] (II) NVIDIA(0): Setting mode "NULL"
[   347.227] (==) NVIDIA(0): Disabling shared memory pixmaps
[   347.227] (==) NVIDIA(0): Backing store enabled
[   347.227] (==) NVIDIA(0): Silken mouse enabled
[   347.227] (==) NVIDIA(0): DPMS enabled
[   347.227] (II) Loading sub module "dri2"
[   347.227] (II) LoadModule: "dri2"
[   347.227] (II) Module "dri2" already built-in
[   347.227] (II) NVIDIA(0): [DRI2] Setup complete
[   347.227] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   347.227] (--) RandR disabled
[   347.230] (II) SELinux: Disabled on system
[   347.230] (II) Initializing extension GLX
[   347.230] (II) Indirect GLX disabled.
[   347.231] (II) modeset(G0): Damage tracking initialized
[   347.275] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   347.275] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   347.275] (II) LoadModule: "evdev"
[   347.275] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   347.275] (II) Module evdev: vendor="X.Org Foundation"
[   347.275] 	compiled for 1.18.1, module version = 2.10.1
[   347.275] 	Module class: X.Org XInput Driver
[   347.275] 	ABI class: X.Org XInput driver, version 22.1
[   347.276] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[   347.276] (II) Using input driver 'evdev' for 'Power Button'
[   347.276] (**) Power Button: always reports core events
[   347.276] (**) evdev: Power Button: Device: "/dev/input/event3"
[   347.276] (--) evdev: Power Button: Vendor 0 Product 0x1
[   347.276] (--) evdev: Power Button: Found keys
[   347.276] (II) evdev: Power Button: Configuring as keyboard
[   347.276] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   347.276] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   347.276] (**) Option "xkb_rules" "evdev"
[   347.276] (**) Option "xkb_model" "pc105"
[   347.276] (**) Option "xkb_layout" "de"
[   347.298] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[   347.298] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   347.300] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 31 paused 0
[   347.300] (II) Using input driver 'evdev' for 'Video Bus'
[   347.300] (**) Video Bus: always reports core events
[   347.300] (**) evdev: Video Bus: Device: "/dev/input/event7"
[   347.300] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   347.300] (--) evdev: Video Bus: Found keys
[   347.300] (II) evdev: Video Bus: Configuring as keyboard
[   347.300] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event7"
[   347.300] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   347.300] (**) Option "xkb_rules" "evdev"
[   347.300] (**) Option "xkb_model" "pc105"
[   347.300] (**) Option "xkb_layout" "de"
[   347.301] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   347.301] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   347.302] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 32 paused 0
[   347.302] (II) Using input driver 'evdev' for 'Power Button'
[   347.302] (**) Power Button: always reports core events
[   347.302] (**) evdev: Power Button: Device: "/dev/input/event0"
[   347.302] (--) evdev: Power Button: Vendor 0 Product 0x1
[   347.302] (--) evdev: Power Button: Found keys
[   347.302] (II) evdev: Power Button: Configuring as keyboard
[   347.302] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input0/event0"
[   347.302] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   347.302] (**) Option "xkb_rules" "evdev"
[   347.302] (**) Option "xkb_model" "pc105"
[   347.302] (**) Option "xkb_layout" "de"
[   347.303] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   347.304] (II) No input driver specified, ignoring this device.
[   347.304] (II) This device may have been added with another device file.
[   347.304] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   347.304] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   347.305] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 33 paused 0
[   347.305] (II) Using input driver 'evdev' for 'Sleep Button'
[   347.305] (**) Sleep Button: always reports core events
[   347.305] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[   347.305] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   347.305] (--) evdev: Sleep Button: Found keys
[   347.305] (II) evdev: Sleep Button: Configuring as keyboard
[   347.305] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input2/event2"
[   347.305] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   347.305] (**) Option "xkb_rules" "evdev"
[   347.305] (**) Option "xkb_model" "pc105"
[   347.305] (**) Option "xkb_layout" "de"
[   347.306] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[   347.307] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   347.307] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 34 paused 0
[   347.307] (II) Using input driver 'evdev' for 'Video Bus'
[   347.307] (**) Video Bus: always reports core events
[   347.307] (**) evdev: Video Bus: Device: "/dev/input/event6"
[   347.308] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   347.308] (--) evdev: Video Bus: Found keys
[   347.308] (II) evdev: Video Bus: Configuring as keyboard
[   347.308] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36/LNXVIDEO:00/input/input8/event6"
[   347.308] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 10)
[   347.308] (**) Option "xkb_rules" "evdev"
[   347.308] (**) Option "xkb_model" "pc105"
[   347.308] (**) Option "xkb_layout" "de"
[   347.309] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event5)
[   347.309] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[   347.368] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 35 paused 0
[   347.368] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[   347.368] (**) USB Optical Mouse: always reports core events
[   347.369] (**) evdev: USB Optical Mouse: Device: "/dev/input/event5"
[   347.369] (--) evdev: USB Optical Mouse: Vendor 0x1bcf Product 0x5
[   347.369] (--) evdev: USB Optical Mouse: Found 9 mouse buttons
[   347.369] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
[   347.369] (--) evdev: USB Optical Mouse: Found relative axes
[   347.369] (--) evdev: USB Optical Mouse: Found x and y relative axes
[   347.369] (II) evdev: USB Optical Mouse: Configuring as mouse
[   347.369] (II) evdev: USB Optical Mouse: Adding scrollwheel support
[   347.369] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
[   347.369] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   347.369] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:1BCF:0005.0001/input/input7/event5"
[   347.369] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 11)
[   347.369] (II) evdev: USB Optical Mouse: initialized for relative axes.
[   347.370] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[   347.370] (**) USB Optical Mouse: (accel) acceleration profile 0
[   347.370] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[   347.370] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[   347.371] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[   347.371] (II) No input driver specified, ignoring this device.
[   347.371] (II) This device may have been added with another device file.
[   347.372] (II) config/udev: Adding input device HD WebCam (/dev/input/event9)
[   347.373] (**) HD WebCam: Applying InputClass "evdev keyboard catchall"
[   347.374] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 36 paused 0
[   347.374] (II) Using input driver 'evdev' for 'HD WebCam'
[   347.374] (**) HD WebCam: always reports core events
[   347.374] (**) evdev: HD WebCam: Device: "/dev/input/event9"
[   347.374] (--) evdev: HD WebCam: Vendor 0x1bcf Product 0x2c32
[   347.374] (--) evdev: HD WebCam: Found keys
[   347.374] (II) evdev: HD WebCam: Configuring as keyboard
[   347.374] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input10/event9"
[   347.374] (II) XINPUT: Adding extended input device "HD WebCam" (type: KEYBOARD, id 12)
[   347.374] (**) Option "xkb_rules" "evdev"
[   347.375] (**) Option "xkb_model" "pc105"
[   347.375] (**) Option "xkb_layout" "de"
[   347.376] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[   347.376] (II) No input driver specified, ignoring this device.
[   347.376] (II) This device may have been added with another device file.
[   347.377] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[   347.377] (II) No input driver specified, ignoring this device.
[   347.377] (II) This device may have been added with another device file.
[   347.378] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[   347.378] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   347.379] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 37 paused 0
[   347.379] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   347.379] (**) AT Translated Set 2 keyboard: always reports core events
[   347.379] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[   347.379] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   347.379] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   347.380] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   347.380] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[   347.380] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[   347.380] (**) Option "xkb_rules" "evdev"
[   347.380] (**) Option "xkb_model" "pc105"
[   347.380] (**) Option "xkb_layout" "de"
[   347.381] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event8)
[   347.381] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[   347.381] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchscreen catchall"
[   347.381] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[   347.381] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[   347.381] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[   347.381] (II) LoadModule: "synaptics"
[   347.382] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   347.382] (II) Module synaptics: vendor="X.Org Foundation"
[   347.382] 	compiled for 1.18.1, module version = 1.8.2
[   347.382] 	Module class: X.Org XInput Driver
[   347.382] 	ABI class: X.Org XInput driver, version 22.1
[   347.384] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 38 paused 0
[   347.384] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[   347.384] (**) ETPS/2 Elantech Touchpad: always reports core events
[   347.384] (**) Option "Device" "/dev/input/event8"
[   347.436] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
[   347.436] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3260 (res 32)
[   347.436] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 2282 (res 31)
[   347.436] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[   347.436] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[   347.436] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
[   347.436] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[   347.436] (**) Option "HorizTwoFingerScroll" "0"
[   347.436] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[   347.436] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   347.437] (**) ETPS/2 Elantech Touchpad: always reports core events
[   347.437] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event8"
[   347.437] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[   347.437] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[   347.437] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[   347.437] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.050
[   347.437] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[   347.437] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[   347.437] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[   347.437] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[   347.438] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   347.439] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[   347.439] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[   347.443] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event12)
[   347.443] (**) Acer WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   347.445] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 39 paused 0
[   347.445] (II) Using input driver 'evdev' for 'Acer WMI hotkeys'
[   347.445] (**) Acer WMI hotkeys: always reports core events
[   347.445] (**) evdev: Acer WMI hotkeys: Device: "/dev/input/event12"
[   347.445] (--) evdev: Acer WMI hotkeys: Vendor 0 Product 0
[   347.445] (--) evdev: Acer WMI hotkeys: Found keys
[   347.445] (II) evdev: Acer WMI hotkeys: Configuring as keyboard
[   347.445] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event12"
[   347.445] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 15)
[   347.445] (**) Option "xkb_rules" "evdev"
[   347.445] (**) Option "xkb_model" "pc105"
[   347.445] (**) Option "xkb_layout" "de"
[   347.445] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event13)
[   347.445] (II) No input driver specified, ignoring this device.
[   347.445] (II) This device may have been added with another device file.
[   347.445] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0)
[   347.445] (II) No input driver specified, ignoring this device.
[   347.445] (II) This device may have been added with another device file.
[   352.124] (II) systemd-logind: got pause for 226:0
[   352.124] (II) systemd-logind: got pause for 13:72
[   352.124] (II) systemd-logind: got pause for 13:66
[   352.125] (II) systemd-logind: got pause for 13:73
[   352.125] (II) systemd-logind: got pause for 13:69
[   352.125] (II) systemd-logind: got pause for 13:76
[   352.125] (II) systemd-logind: got pause for 13:68
[   352.125] (II) systemd-logind: got pause for 13:70
[   352.125] (II) systemd-logind: got pause for 13:71
[   352.125] (II) systemd-logind: got pause for 13:64
[   352.125] (II) systemd-logind: got pause for 13:67
[   353.529] (II) systemd-logind: got resume for 226:0
[   353.532] (II) NVIDIA(0): Setting mode "NULL"
[   354.726] (II) systemd-logind: got resume for 13:72
[   354.726] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   354.727] (II) systemd-logind: got resume for 13:66
[   354.727] (II) systemd-logind: got resume for 13:73
[   354.728] (II) systemd-logind: got resume for 13:69
[   354.728] (II) systemd-logind: got resume for 13:76
[   354.728] (II) systemd-logind: got resume for 13:68
[   354.728] (II) systemd-logind: got resume for 13:70
[   354.728] (II) systemd-logind: got resume for 13:71
[   354.729] (II) systemd-logind: got resume for 13:64
[   354.729] (II) systemd-logind: got resume for 13:67
[   376.772] (II) systemd-logind: got pause for 226:0
[   376.774] (II) systemd-logind: got pause for 13:72
[   376.774] (II) systemd-logind: got pause for 13:66
[   376.774] (II) systemd-logind: got pause for 13:73
[   376.774] (II) systemd-logind: got pause for 13:69
[   376.774] (II) systemd-logind: got pause for 13:76
[   376.774] (II) systemd-logind: got pause for 13:68
[   376.774] (II) systemd-logind: got pause for 13:70
[   376.774] (II) systemd-logind: got pause for 13:71
[   376.774] (II) systemd-logind: got pause for 13:64
[   376.774] (II) systemd-logind: got pause for 13:67
[   379.991] (II) systemd-logind: got resume for 226:0
[   379.994] (II) NVIDIA(0): Setting mode "NULL"
[   381.189] (II) systemd-logind: got resume for 13:72
[   381.189] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   381.190] (II) systemd-logind: got resume for 13:66
[   381.190] (II) systemd-logind: got resume for 13:73
[   381.191] (II) systemd-logind: got resume for 13:69
[   381.191] (II) systemd-logind: got resume for 13:76
[   381.191] (II) systemd-logind: got resume for 13:68
[   381.192] (II) systemd-logind: got resume for 13:70
[   381.192] (II) systemd-logind: got resume for 13:71
[   381.192] (II) systemd-logind: got resume for 13:64
[   381.192] (II) systemd-logind: got resume for 13:67
[   383.847] (II) systemd-logind: got pause for 226:0
[   383.848] (II) systemd-logind: got pause for 13:72
[   383.848] (II) systemd-logind: got pause for 13:66
[   383.848] (II) systemd-logind: got pause for 13:73
[   383.848] (II) systemd-logind: got pause for 13:69
[   383.848] (II) systemd-logind: got pause for 13:76
[   383.848] (II) systemd-logind: got pause for 13:68
[   383.848] (II) systemd-logind: got pause for 13:70
[   383.848] (II) systemd-logind: got pause for 13:71
[   383.848] (II) systemd-logind: got pause for 13:64
[   383.848] (II) systemd-logind: got pause for 13:67
[   539.259] (II) systemd-logind: got resume for 226:0
[   539.268] (II) NVIDIA(0): Setting mode "NULL"
[   540.441] (II) systemd-logind: got resume for 13:72
[   540.441] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   540.442] (II) systemd-logind: got resume for 13:66
[   540.443] (II) systemd-logind: got resume for 13:73
[   540.443] (II) systemd-logind: got resume for 13:69
[   540.443] (II) systemd-logind: got resume for 13:76
[   540.444] (II) systemd-logind: got resume for 13:68
[   540.444] (II) systemd-logind: got resume for 13:70
[   540.444] (II) systemd-logind: got resume for 13:71
[   540.444] (II) systemd-logind: got resume for 13:64
[   540.445] (II) systemd-logind: got resume for 13:67
[   608.989] (II) systemd-logind: got pause for 226:0
[   608.989] (II) systemd-logind: got pause for 13:72
[   608.989] (II) systemd-logind: got pause for 13:66
[   608.989] (II) systemd-logind: got pause for 13:73
[   608.989] (II) systemd-logind: got pause for 13:69
[   608.989] (II) systemd-logind: got pause for 13:76
[   608.989] (II) systemd-logind: got pause for 13:68
[   608.989] (II) systemd-logind: got pause for 13:70
[   608.989] (II) systemd-logind: got pause for 13:71
[   608.989] (II) systemd-logind: got pause for 13:64
[   608.989] (II) systemd-logind: got pause for 13:67
[   610.554] (II) systemd-logind: got resume for 226:0
[   610.563] (II) NVIDIA(0): Setting mode "NULL"
[   611.738] (II) systemd-logind: got resume for 13:72
[   611.738] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   611.739] (II) systemd-logind: got resume for 13:66
[   611.739] (II) systemd-logind: got resume for 13:73
[   611.739] (II) systemd-logind: got resume for 13:69
[   611.740] (II) systemd-logind: got resume for 13:76
[   611.740] (II) systemd-logind: got resume for 13:68
[   611.740] (II) systemd-logind: got resume for 13:70
[   611.740] (II) systemd-logind: got resume for 13:71
[   611.741] (II) systemd-logind: got resume for 13:64
[   611.741] (II) systemd-logind: got resume for 13:67
[   662.241] (II) systemd-logind: got pause for 226:0
[   662.241] (II) systemd-logind: got pause for 13:72
[   662.241] (II) systemd-logind: got pause for 13:66
[   662.241] (II) systemd-logind: got pause for 13:73
[   662.241] (II) systemd-logind: got pause for 13:69
[   662.241] (II) systemd-logind: got pause for 13:76
[   662.241] (II) systemd-logind: got pause for 13:68
[   662.241] (II) systemd-logind: got pause for 13:70
[   662.241] (II) systemd-logind: got pause for 13:71
[   662.241] (II) systemd-logind: got pause for 13:64
[   662.241] (II) systemd-logind: got pause for 13:67
[   691.863] (II) evdev: Acer WMI hotkeys: Close
[   691.863] (II) UnloadModule: "evdev"
[   691.863] (II) systemd-logind: releasing fd for 13:76
[   693.412] (II) UnloadModule: "synaptics"
[   693.412] (II) systemd-logind: releasing fd for 13:72
[   693.448] (II) evdev: AT Translated Set 2 keyboard: Close
[   693.448] (II) UnloadModule: "evdev"
[   693.448] (II) systemd-logind: releasing fd for 13:68
[   693.496] (II) evdev: HD WebCam: Close
[   693.496] (II) UnloadModule: "evdev"
[   693.496] (II) systemd-logind: releasing fd for 13:73
[   693.537] (II) evdev: USB Optical Mouse: Close
[   693.537] (II) UnloadModule: "evdev"
[   693.537] (II) systemd-logind: releasing fd for 13:69
[   693.588] (II) evdev: Video Bus: Close
[   693.588] (II) UnloadModule: "evdev"
[   693.588] (II) systemd-logind: releasing fd for 13:70
[   693.628] (II) evdev: Sleep Button: Close
[   693.628] (II) UnloadModule: "evdev"
[   693.628] (II) systemd-logind: releasing fd for 13:66
[   693.660] (II) evdev: Power Button: Close
[   693.660] (II) UnloadModule: "evdev"
[   693.661] (II) systemd-logind: releasing fd for 13:64
[   693.696] (II) evdev: Video Bus: Close
[   693.696] (II) UnloadModule: "evdev"
[   693.696] (II) systemd-logind: releasing fd for 13:71
[   693.728] (II) evdev: Power Button: Close
[   693.728] (II) UnloadModule: "evdev"
[   693.728] (II) systemd-logind: releasing fd for 13:67
[   693.798] (II) NVIDIA(GPU-0): Deleting GPU-0
[   693.798] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   693.798] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   693.798] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[   693.799] (II) Server terminated successfully (0). Closing log file.
/etc/X11/xorg.conf:

Code: Select all

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
    BusID "PCI:0@0:2:0"
    Option "AccelMethod" "None"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1@0:0:0"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" "CRT"
EndSection
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Graphics Cards & Monitors”