You are not logged in.

#1 2015-11-12 18:36:47

lynzh
Member
Registered: 2015-10-16
Posts: 5

30-60 FPS with nvidia

Hey there, ive managed to install Steam 64bit and battlenet with 32bit wine.

I have noticed with CSGO in steam I get around 60-70 FPS in the heat of  battle wheras on win10 I would have ~300 fps constantly
with Stacraft II I sit on ~30 FPS ingame and 60 in the menu, the menu also uses an absurd long loading time between menu options and just generally loading the game.

Here are some of my outputs:

my system info

                   -`
                  .o+`                 lynzh@effort
                 `ooo/                 OS: Arch Linux 
                `+oooo:                Kernel: x86_64 Linux 4.2.5-1-ARCH
               `+oooooo:               Uptime: 2d 6h 59m
               -+oooooo+:              Packages: 919
             `/:-:++oooo+:             Shell: zsh 5.1.1
            `/++++/+++++++:            Resolution: 1920x1080
           `/++++++++++++++:           DE: Gnome 
          `/+++ooooooooooooo/`         WM: GNOME Shell
         ./ooosssso++osssssso+`        WM Theme: Adwaita
        .oossssso-````/ossssss+`       GTK Theme: Adwaita [GTK2/3]
       -osssssso.      :ssssssso.      Icon Theme: Adwaita
      :osssssss/        osssso+++.     Font: Cantarell 11
     /ossssssss/        +ssssooo/-     CPU: AMD Phenom II X6 1090T @ 3.2GHz
   `/ossssso+/:-        -:/+osssso+-   GPU: GeForce GTX 770
  `+sso+:-`                 `.-/+oso:  RAM: 1719MiB / 7987MiB
 `++:.                           `-/+/
 .`                                 `/

output of lspci

lynzh@effort ~ (git)-[master] % lspci | grep VGA
06:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 770] (rev a1)

output of lsmod

lynzh@effort ~ (git)-[master] % lsmod | grep "\(^nouveau\|^nvidia\)"
nvidia              10518528  60

output of pacman

lynzh@effort ~ (git)-[master] % pacman -Ss nvidia | grep -e installed
extra/libvdpau 1.1.1-1 [installed]
extra/nvidia-340xx 340.93-4 [installed]
extra/nvidia-340xx-libgl 340.93-1 [installed]
extra/nvidia-340xx-utils 340.93-1 [installed]
extra/xf86-video-nouveau 1.0.11-3 (xorg-drivers xorg) [installed]
multilib/lib32-nvidia-340xx-libgl 340.93-1 [installed]
multilib/lib32-nvidia-340xx-utils 340.93-1 [installed]
multilib/lib32-opencl-nvidia 355.11-1 [installed]

output of /etc/X11/xorg.conf.d/

lynzh@effort ~ (git)-[master] % ls -l /etc/X11/xorg.conf.d
total 0

output of /etc/X11/xorg.conf

lynzh@effort ~ (git)-[master] % cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 340.93  (buildmeister@swio-display-x86-rhel47-03)  Wed Aug 19 17:11:04 PDT 2015

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "keyboard"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

output of ~/.xinitrc

lynzh@effort ~ (git)-[master] % cat ~/.xinitrc 
exec gnome-session
setxkbmap us -option compse:caps

output of /etc/X11/xinit/xinitrc

lynzh@effort ~ (git)-[master] % cat /etc/X11/xinit/xinitrc 
#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







    xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then







    xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi

twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name login

output of /var/log/Xorg.0.log

lynzh@effort ~ (git)-[master] % cat /var/log/Xorg.0.log
[136643.159] 
X.Org X Server 1.17.4
Release Date: 2015-10-28
[136643.172] X Protocol Version 11, Revision 0
[136643.176] Build Operating System: Linux 4.2.5-1-ARCH x86_64 
[136643.181] Current Operating System: Linux effort 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64
[136643.181] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a0c772a4-0e04-4020-9432-cb4616d7f9e7 rw cryptdevice=UUID=659f440b-1bb5-437e-832e-673f8831bbdf:DerpVG
[136643.195] Build Date: 01 November 2015  10:36:50AM
[136643.200]  
[136643.204] Current version of pixman: 0.32.8
[136643.213] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[136643.214] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[136643.233] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 12 04:29:03 2015
[136643.240] (==) Using config file: "/etc/X11/xorg.conf"
[136643.245] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[136643.248] (==) ServerLayout "Layout0"
[136643.248] (**) |-->Screen "Screen0" (0)
[136643.248] (**) |   |-->Monitor "Monitor0"
[136643.248] (**) |   |-->Device "Device0"
[136643.248] (**) |-->Input Device "Keyboard0"
[136643.248] (**) |-->Input Device "Mouse0"
[136643.248] (==) Automatically adding devices
[136643.248] (==) Automatically enabling devices
[136643.248] (==) Automatically adding GPU devices
[136643.249] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[136643.249] (==) ModulePath set to "/usr/lib/xorg/modules"
[136643.249] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[136643.249] (WW) Disabling Keyboard0
[136643.249] (WW) Disabling Mouse0
[136643.249] (II) Loader magic: 0x817d60
[136643.249] (II) Module ABI versions:
[136643.249] 	X.Org ANSI C Emulation: 0.4
[136643.249] 	X.Org Video Driver: 19.0
[136643.249] 	X.Org XInput driver : 21.1
[136643.249] 	X.Org Server Extension : 9.0
[136643.253] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[136643.253] (II) xfree86: Adding drm device (/dev/dri/card0)
[136643.253] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[136643.255] (--) PCI:*(0:6:0:0) 10de:1184:10b0:1184 rev 161, Mem @ 0xfd000000/16777216, 0xd8000000/134217728, 0xd6000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/524288
[136643.255] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[136643.255] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[136643.255] (II) LoadModule: "dbe"
[136643.255] (II) Module "dbe" already built-in
[136643.255] (II) LoadModule: "extmod"
[136643.255] (II) Module "extmod" already built-in
[136643.255] (II) LoadModule: "glx"
[136643.256] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[136643.317] (II) Module glx: vendor="NVIDIA Corporation"
[136643.317] 	compiled for 4.0.2, module version = 1.0.0
[136643.317] 	Module class: X.Org Server Extension
[136643.318] (II) NVIDIA GLX Module  340.93  Wed Aug 19 16:23:51 PDT 2015
[136643.318] (II) LoadModule: "nvidia"
[136643.318] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[136643.330] (II) Module nvidia: vendor="NVIDIA Corporation"
[136643.330] 	compiled for 4.0.2, module version = 1.0.0
[136643.330] 	Module class: X.Org Video Driver
[136643.332] (II) NVIDIA dlloader X Driver  340.93  Wed Aug 19 16:01:53 PDT 2015
[136643.332] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[136643.332] (++) using VT number 1

[136643.332] (--) controlling tty is VT number 1, auto-enabling KeepTty
[136643.332] (II) Loading sub module "fb"
[136643.332] (II) LoadModule: "fb"
[136643.333] (II) Loading /usr/lib/xorg/modules/libfb.so
[136643.336] (II) Module fb: vendor="X.Org Foundation"
[136643.336] 	compiled for 1.17.4, module version = 1.0.0
[136643.336] 	ABI class: X.Org ANSI C Emulation, version 0.4
[136643.336] (WW) Unresolved symbol: fbGetGCPrivateKey
[136643.336] (II) Loading sub module "wfb"
[136643.336] (II) LoadModule: "wfb"
[136643.337] (II) Loading /usr/lib/xorg/modules/libwfb.so
[136643.338] (II) Module wfb: vendor="X.Org Foundation"
[136643.338] 	compiled for 1.17.4, module version = 1.0.0
[136643.338] 	ABI class: X.Org ANSI C Emulation, version 0.4
[136643.338] (II) Loading sub module "ramdac"
[136643.338] (II) LoadModule: "ramdac"
[136643.338] (II) Module "ramdac" already built-in
[136643.342] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[136643.342] (==) NVIDIA(0): RGB weight 888
[136643.342] (==) NVIDIA(0): Default visual is TrueColor
[136643.342] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[136643.346] (**) NVIDIA(0): Enabling 2D acceleration
[136643.702] (II) NVIDIA(0): Display (FUS LL 3220T (CRT-0)) does not support NVIDIA 3D
[136643.702] (II) NVIDIA(0):     Vision stereo.
[136643.702] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[136643.703] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 770 (GK104) at PCI:6:0:0 (GPU-0)
[136643.703] (--) NVIDIA(0): Memory: 2097152 kBytes
[136643.703] (--) NVIDIA(0): VideoBIOS: 80.04.c3.00.14
[136643.703] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[136643.710] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 770 at PCI:6:0:0
[136643.710] (--) NVIDIA(0):     FUS LL 3220T (CRT-0) (boot, connected)
[136643.710] (--) NVIDIA(0):     DFP-0
[136643.710] (--) NVIDIA(0):     DFP-1
[136643.710] (--) NVIDIA(0):     DFP-2
[136643.710] (--) NVIDIA(0):     DFP-3
[136643.710] (--) NVIDIA(0):     DFP-4
[136643.710] (--) NVIDIA(GPU-0): FUS LL 3220T (CRT-0): 400.0 MHz maximum pixel clock
[136643.710] (--) NVIDIA(0): DFP-0: Internal TMDS
[136643.710] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[136643.710] (--) NVIDIA(0): DFP-1: Internal TMDS
[136643.710] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[136643.710] (--) NVIDIA(0): DFP-2: Internal TMDS
[136643.710] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[136643.710] (--) NVIDIA(0): DFP-3: Internal TMDS
[136643.710] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[136643.710] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[136643.710] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[136643.711] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[136643.711] (**) NVIDIA(0):     device FUS LL 3220T (CRT-0) (Using EDID frequencies has
[136643.711] (**) NVIDIA(0):     been enabled on all display devices.)
[136643.711] (==) NVIDIA(0): 
[136643.711] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[136643.711] (==) NVIDIA(0):     will be used as the requested mode.
[136643.711] (==) NVIDIA(0): 
[136643.711] (II) NVIDIA(0): Validated MetaModes:
[136643.711] (II) NVIDIA(0):     "CRT-0:nvidia-auto-select"
[136643.711] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[136643.749] (--) NVIDIA(0): DPI set to (97, 94); computed from "UseEdidDpi" X config
[136643.749] (--) NVIDIA(0):     option
[136643.749] (--) Depth 24 pixmap format is 32 bpp
[136643.749] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[136643.749] (II) NVIDIA:     access.
[136643.753] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[136643.753] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[136643.753] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[136643.753] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[136643.753] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[136643.753] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[136643.753] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[136643.753] (II) NVIDIA(0):     Config Options in the README.
[136643.759] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
[136643.835] (==) NVIDIA(0): Disabling shared memory pixmaps
[136643.835] (==) NVIDIA(0): Backing store enabled
[136643.835] (==) NVIDIA(0): Silken mouse enabled
[136643.836] (**) NVIDIA(0): DPMS enabled
[136643.836] (II) Loading sub module "dri2"
[136643.836] (II) LoadModule: "dri2"
[136643.836] (II) Module "dri2" already built-in
[136643.836] (II) NVIDIA(0): [DRI2] Setup complete
[136643.836] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[136643.837] (--) RandR disabled
[136643.843] (II) Initializing extension GLX
[136643.844] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event4)
[136643.983] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[136643.983] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[136643.983] (II) LoadModule: "libinput"
[136643.983] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[136643.985] (II) Module libinput: vendor="X.Org Foundation"
[136643.985] 	compiled for 1.17.3, module version = 0.15.0
[136643.985] 	Module class: X.Org XInput Driver
[136643.985] 	ABI class: X.Org XInput driver, version 21.1
[136643.986] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 28 paused 0
[136643.986] (II) Using input driver 'libinput' for 'Power Button'
[136643.986] (**) Power Button: always reports core events
[136643.986] (**) Option "Device" "/dev/input/event4"
[136643.986] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[136643.986] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[136643.986] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4"
[136643.986] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[136643.986] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[136643.986] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[136643.987] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[136643.987] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[136643.987] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[136643.987] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 31 paused 0
[136643.987] (II) Using input driver 'libinput' for 'Power Button'
[136643.987] (**) Power Button: always reports core events
[136643.987] (**) Option "Device" "/dev/input/event3"
[136643.987] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[136643.987] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[136643.987] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event3"
[136643.987] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[136643.988] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[136643.988] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[136643.988] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[136643.988] (II) No input driver specified, ignoring this device.
[136643.988] (II) This device may have been added with another device file.
[136643.988] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[136643.988] (II) No input driver specified, ignoring this device.
[136643.988] (II) This device may have been added with another device file.
[136643.988] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event17)
[136643.988] (II) No input driver specified, ignoring this device.
[136643.988] (II) This device may have been added with another device file.
[136643.988] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
[136643.988] (II) No input driver specified, ignoring this device.
[136643.988] (II) This device may have been added with another device file.
[136643.989] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure Optical (/dev/input/event0)
[136643.989] (**) ROCCAT ROCCAT Kone Pure Optical: Applying InputClass "evdev pointer catchall"
[136643.989] (**) ROCCAT ROCCAT Kone Pure Optical: Applying InputClass "evdev keyboard catchall"
[136643.989] (**) ROCCAT ROCCAT Kone Pure Optical: Applying InputClass "libinput pointer catchall"
[136643.989] (**) ROCCAT ROCCAT Kone Pure Optical: Applying InputClass "libinput keyboard catchall"
[136643.989] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 32 paused 0
[136643.989] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone Pure Optical'
[136643.989] (**) ROCCAT ROCCAT Kone Pure Optical: always reports core events
[136643.989] (**) Option "Device" "/dev/input/event0"
[136643.989] (II) input device 'ROCCAT ROCCAT Kone Pure Optical', /dev/input/event0 is tagged by udev as: Keyboard Mouse
[136643.989] (II) Disabling EV_ABS 0x29 on device 'ROCCAT ROCCAT Kone Pure Optical' (min == max == 0)
[136643.989] (II) Disabling EV_ABS 0x2a on device 'ROCCAT ROCCAT Kone Pure Optical' (min == max == 0)
[136643.989] (II) Disabling EV_ABS 0x2b on device 'ROCCAT ROCCAT Kone Pure Optical' (min == max == 0)
[136643.989] (II) input device 'ROCCAT ROCCAT Kone Pure Optical', /dev/input/event0 is a pointer caps
[136643.989] (II) input device 'ROCCAT ROCCAT Kone Pure Optical', /dev/input/event0 is a keyboard
[136643.989] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb6/6-1/6-1:1.0/0003:1E7D:2DB4.0001/input/input2/event0"
[136643.990] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone Pure Optical" (type: MOUSE, id 8)
[136643.990] (**) Option "AccelerationScheme" "none"
[136643.990] (**) ROCCAT ROCCAT Kone Pure Optical: (accel) selected scheme none/0
[136643.990] (**) ROCCAT ROCCAT Kone Pure Optical: (accel) acceleration factor: 2.000
[136643.990] (**) ROCCAT ROCCAT Kone Pure Optical: (accel) acceleration threshold: 4
[136643.990] (II) input device 'ROCCAT ROCCAT Kone Pure Optical', /dev/input/event0 is tagged by udev as: Keyboard Mouse
[136643.990] (II) Disabling EV_ABS 0x29 on device 'ROCCAT ROCCAT Kone Pure Optical' (min == max == 0)
[136643.990] (II) Disabling EV_ABS 0x2a on device 'ROCCAT ROCCAT Kone Pure Optical' (min == max == 0)
[136643.990] (II) Disabling EV_ABS 0x2b on device 'ROCCAT ROCCAT Kone Pure Optical' (min == max == 0)
[136643.990] (II) input device 'ROCCAT ROCCAT Kone Pure Optical', /dev/input/event0 is a pointer caps
[136643.990] (II) input device 'ROCCAT ROCCAT Kone Pure Optical', /dev/input/event0 is a keyboard
[136643.991] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure Optical (/dev/input/mouse0)
[136643.991] (II) No input driver specified, ignoring this device.
[136643.991] (II) This device may have been added with another device file.
[136643.991] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure Optical (/dev/input/event1)
[136643.991] (**) ROCCAT ROCCAT Kone Pure Optical: Applying InputClass "evdev keyboard catchall"
[136643.991] (**) ROCCAT ROCCAT Kone Pure Optical: Applying InputClass "libinput keyboard catchall"
[136643.991] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 33 paused 0
[136643.991] (II) Using input driver 'libinput' for 'ROCCAT ROCCAT Kone Pure Optical'
[136643.991] (**) ROCCAT ROCCAT Kone Pure Optical: always reports core events
[136643.991] (**) Option "Device" "/dev/input/event1"
[136643.992] (II) input device 'ROCCAT ROCCAT Kone Pure Optical', /dev/input/event1 is tagged by udev as: Keyboard
[136643.992] (II) input device 'ROCCAT ROCCAT Kone Pure Optical', /dev/input/event1 is a keyboard
[136643.992] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb6/6-1/6-1:1.1/0003:1E7D:2DB4.0002/input/input3/event1"
[136643.992] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone Pure Optical" (type: KEYBOARD, id 9)
[136643.992] (II) input device 'ROCCAT ROCCAT Kone Pure Optical', /dev/input/event1 is tagged by udev as: Keyboard
[136643.992] (II) input device 'ROCCAT ROCCAT Kone Pure Optical', /dev/input/event1 is a keyboard
[136643.992] (II) config/udev: Adding input device LiteON HP Basic USB Keyboard (/dev/input/event2)
[136643.992] (**) LiteON HP Basic USB Keyboard: Applying InputClass "evdev keyboard catchall"
[136643.992] (**) LiteON HP Basic USB Keyboard: Applying InputClass "libinput keyboard catchall"
[136643.993] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 34 paused 0
[136643.993] (II) Using input driver 'libinput' for 'LiteON HP Basic USB Keyboard'
[136643.993] (**) LiteON HP Basic USB Keyboard: always reports core events
[136643.993] (**) Option "Device" "/dev/input/event2"
[136643.993] (II) input device 'LiteON HP Basic USB Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[136643.993] (II) input device 'LiteON HP Basic USB Keyboard', /dev/input/event2 is a keyboard
[136643.993] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb6/6-5/6-5:1.0/0003:03F0:0324.0003/input/input4/event2"
[136643.993] (II) XINPUT: Adding extended input device "LiteON HP Basic USB Keyboard" (type: KEYBOARD, id 10)
[136643.993] (II) input device 'LiteON HP Basic USB Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[136643.993] (II) input device 'LiteON HP Basic USB Keyboard', /dev/input/event2 is a keyboard
[136643.994] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event8)
[136643.994] (II) No input driver specified, ignoring this device.
[136643.994] (II) This device may have been added with another device file.
[136643.994] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event9)
[136643.994] (II) No input driver specified, ignoring this device.
[136643.994] (II) This device may have been added with another device file.
[136643.994] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event10)
[136643.994] (II) No input driver specified, ignoring this device.
[136643.994] (II) This device may have been added with another device file.
[136643.994] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event11)
[136643.994] (II) No input driver specified, ignoring this device.
[136643.994] (II) This device may have been added with another device file.
[136643.994] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event12)
[136643.994] (II) No input driver specified, ignoring this device.
[136643.994] (II) This device may have been added with another device file.
[136643.995] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event13)
[136643.995] (II) No input driver specified, ignoring this device.
[136643.995] (II) This device may have been added with another device file.
[136643.995] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[136643.995] (II) No input driver specified, ignoring this device.
[136643.995] (II) This device may have been added with another device file.
[136643.995] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event6)
[136643.995] (II) No input driver specified, ignoring this device.
[136643.995] (II) This device may have been added with another device file.
[136643.995] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event7)
[136643.995] (II) No input driver specified, ignoring this device.
[136643.995] (II) This device may have been added with another device file.
[136643.995] (II) config/udev: Adding input device PC Speaker (/dev/input/event14)
[136643.995] (II) No input driver specified, ignoring this device.
[136643.995] (II) This device may have been added with another device file.
[136645.167] (II) NVIDIA(GPU-0): Display (FUS LL 3220T (CRT-0)) does not support NVIDIA 3D
[136645.167] (II) NVIDIA(GPU-0):     Vision stereo.
[136646.378] (II) NVIDIA(GPU-0): Display (FUS LL 3220T (CRT-0)) does not support NVIDIA 3D
[136646.383] (II) NVIDIA(GPU-0):     Vision stereo.
[142691.784] (II) NVIDIA(GPU-0): Display (FUS LL 3220T (CRT-0)) does not support NVIDIA 3D
[142691.784] (II) NVIDIA(GPU-0):     Vision stereo.
[179054.760] (II) NVIDIA(GPU-0): Display (FUS LL 3220T (CRT-0)) does not support NVIDIA 3D
[179054.760] (II) NVIDIA(GPU-0):     Vision stereo.
[185798.838] (II) NVIDIA(GPU-0): Display (FUS LL 3220T (CRT-0)) does not support NVIDIA 3D
[185798.838] (II) NVIDIA(GPU-0):     Vision stereo.
[185819.204] (II) NVIDIA(GPU-0): Display (FUS LL 3220T (CRT-0)) does not support NVIDIA 3D
[185819.204] (II) NVIDIA(GPU-0):     Vision stereo.
[185823.584] (II) NVIDIA(GPU-0): Display (FUS LL 3220T (CRT-0)) does not support NVIDIA 3D
[185823.584] (II) NVIDIA(GPU-0):     Vision stereo.
[185845.834] (II) NVIDIA(GPU-0): Display (FUS LL 3220T (CRT-0)) does not support NVIDIA 3D
[185845.834] (II) NVIDIA(GPU-0):     Vision stereo.
[192194.437] (II) NVIDIA(GPU-0): Display (FUS LL 3220T (CRT-0)) does not support NVIDIA 3D
[192194.437] (II) NVIDIA(GPU-0):     Vision stereo.
[192295.827] (II) NVIDIA(GPU-0): Display (FUS LL 3220T (CRT-0)) does not support NVIDIA 3D
[192295.827] (II) NVIDIA(GPU-0):     Vision stereo.
[192589.824] (II) NVIDIA(GPU-0): Display (FUS LL 3220T (CRT-0)) does not support NVIDIA 3D
[192589.824] (II) NVIDIA(GPU-0):     Vision stereo.
[193056.552] (II) NVIDIA(GPU-0): Display (FUS LL 3220T (CRT-0)) does not support NVIDIA 3D
[193056.552] (II) NVIDIA(GPU-0):     Vision stereo.

output of dmesg

[    0.654737] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0, disabled.
[    0.654803] ACPI : EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
[    0.654886] vgaarb: setting as boot device: PCI:0000:06:00.0
[    0.654887] vgaarb: device added: PCI:0000:06:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.654889] vgaarb: loaded
[    0.654890] vgaarb: bridge control possible 0000:06:00.0
[    0.654986] PCI: Using ACPI for IRQ routing
[    0.660750] PCI: pci_cache_line_size set to 64 bytes
[    0.660799] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.660800] e820: reserve RAM buffer [mem 0xcfe80000-0xcfffffff]
[    0.660882] NetLabel: Initializing
[    0.660883] NetLabel:  domain hash size = 128
[    0.660884] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.660892] NetLabel:  unlabeled traffic allowed by default
[    0.660911] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.660914] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.662972] clocksource: Switched to clocksource hpet
[    0.667609] pnp: PnP ACPI init
[    0.667726] system 00:00: [mem 0xfec20000-0xfec200ff] could not be reserved
[    0.667730] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.667773] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.667907] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.667991] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.667993] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.667995] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.668149] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.668151] system 00:04: [io  0x040b] has been reserved
[    0.668152] system 00:04: [io  0x04d6] has been reserved
[    0.668153] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.668155] system 00:04: [io  0x0c14] has been reserved
[    0.668156] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.668157] system 00:04: [io  0x0c52] has been reserved
[    0.668159] system 00:04: [io  0x0c6c] has been reserved
[    0.668160] system 00:04: [io  0x0c6f] has been reserved
[    0.668161] system 00:04: [io  0x0cd0-0x0cd1] has been reserved
[    0.668163] system 00:04: [io  0x0cd2-0x0cd3] has been reserved
[    0.668164] system 00:04: [io  0x0cd4-0x0cd5] has been reserved
[    0.668165] system 00:04: [io  0x0cd6-0x0cd7] has been reserved
[    0.668167] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.668168] system 00:04: [io  0x0800-0x089f] could not be reserved
[    0.668170] system 00:04: [io  0x0b00-0x0b1f] has been reserved
[    0.668171] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.668172] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.668174] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.668175] system 00:04: [io  0xfe00-0xfefe] has been reserved
[    0.668177] system 00:04: [mem 0xcff00000-0xcfffffff] has been reserved
[    0.668179] system 00:04: [mem 0xffb80000-0xffbfffff] has been reserved
[    0.668180] system 00:04: [mem 0xfec10000-0xfec1001f] has been reserved
[    0.668182] system 00:04: [mem 0xfed80000-0xfed80fff] has been reserved
[    0.668184] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.668310] system 00:05: [io  0x0230-0x023f] has been reserved
[    0.668312] system 00:05: [io  0x0290-0x029f] has been reserved
[    0.668313] system 00:05: [io  0x0f40-0x0f4f] has been reserved
[    0.668315] system 00:05: [io  0x0a30-0x0a3f] has been reserved
[    0.668317] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.668355] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.668357] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.668436] system 00:07: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.668438] system 00:07: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.668439] system 00:07: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.668441] system 00:07: [mem 0x00100000-0xcfefffff] could not be reserved
[    0.668442] system 00:07: [mem 0xfec00000-0xffffffff] could not be reserved
[    0.668444] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.668503] pnp: PnP ACPI: found 8 devices
[    0.674735] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.674761] pci 0000:00:02.0: PCI bridge to [bus 06]
[    0.674763] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.674766] pci 0000:00:02.0:   bridge window [mem 0xfd000000-0xfe9fffff]
[    0.674768] pci 0000:00:02.0:   bridge window [mem 0xd6000000-0xdfffffff 64bit pref]
[    0.674770] pci 0000:00:04.0: PCI bridge to [bus 05]
[    0.674772] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.674774] pci 0000:00:04.0:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.674777] pci 0000:00:05.0: PCI bridge to [bus 04]
[    0.674779] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[    0.674781] pci 0000:00:05.0:   bridge window [mem 0xfce00000-0xfcefffff]
[    0.674784] pci 0000:00:06.0: PCI bridge to [bus 03]
[    0.674785] pci 0000:00:06.0:   bridge window [io  0xb000-0xbfff]
[    0.674787] pci 0000:00:06.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.674790] pci 0000:00:07.0: PCI bridge to [bus 02]
[    0.674792] pci 0000:00:07.0:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.674795] pci 0000:00:14.4: PCI bridge to [bus 01]
[    0.674803] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.674805] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.674806] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.674807] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.674809] pci_bus 0000:00: resource 8 [mem 0xcff00000-0xdfffffff window]
[    0.674810] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.674812] pci_bus 0000:06: resource 0 [io  0xe000-0xefff]
[    0.674813] pci_bus 0000:06: resource 1 [mem 0xfd000000-0xfe9fffff]
[    0.674814] pci_bus 0000:06: resource 2 [mem 0xd6000000-0xdfffffff 64bit pref]
[    0.674816] pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
[    0.674817] pci_bus 0000:05: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.674818] pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
[    0.674820] pci_bus 0000:04: resource 1 [mem 0xfce00000-0xfcefffff]
[    0.674821] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
[    0.674822] pci_bus 0000:03: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.674824] pci_bus 0000:02: resource 1 [mem 0xfcc00000-0xfccfffff]
[    0.674825] pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7 window]
[    0.674827] pci_bus 0000:01: resource 5 [io  0x0d00-0xffff window]
[    0.674828] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.674829] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.674831] pci_bus 0000:01: resource 8 [mem 0xcff00000-0xdfffffff window]
[    0.674832] pci_bus 0000:01: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.674862] NET: Registered protocol family 2
[    0.675044] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.675225] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.675508] TCP: Hash tables configured (established 65536 bind 65536)
[    0.675555] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.675602] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.675687] NET: Registered protocol family 1
[    1.760105] pci 0000:06:00.0: Video device with shadowed ROM
[    1.760114] pci 0000:05:00.0: async suspend disabled to avoid multi-function power-on ordering issue
[    1.760118] pci 0000:05:00.1: async suspend disabled to avoid multi-function power-on ordering issue
[    1.760195] PCI: CLS 64 bytes, default 64
[    1.760239] Unpacking initramfs...
[    2.116079] Freeing initrd memory: 27516K (ffff880034a32000 - ffff880036511000)
[    2.116091] PCI-DMA: Disabling AGP.
[    2.116226] PCI-DMA: aperture base @ c4000000 size 65536 KB
[    2.116227] PCI-DMA: using GART IOMMU.
[    2.116229] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    2.119065] microcode: CPU0: patch_level=0x010000bf
[    2.119084] microcode: CPU1: patch_level=0x010000bf
[    2.119100] microcode: CPU2: patch_level=0x010000bf
[    2.119117] microcode: CPU3: patch_level=0x010000bf
[    2.119134] microcode: CPU4: patch_level=0x010000bf
[    2.119151] microcode: CPU5: patch_level=0x010000bf
[    2.119215] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    2.119219] LVT offset 1 assigned for vector 0x400
[    2.119228] IBS: LVT offset 1 assigned
[    2.119244] perf: AMD IBS detected (0x0000001f)
[    2.119307] Scanning for low memory corruption every 60 seconds
[    2.119550] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    2.119575] Initialise system trusted keyring
[    2.119835] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.120987] zpool: loaded
[    2.120988] zbud: loaded
[    2.121190] VFS: Disk quotas dquot_6.6.0
[    2.121216] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.121352] Key type big_key registered
[    2.121499] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    2.121548] io scheduler noop registered
[    2.121550] io scheduler deadline registered
[    2.121572] io scheduler cfq registered (default)
[    2.121976] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[    2.121978] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[    2.121979] pci 0000:06:00.1: Signaling PME through PCIe PME interrupt
[    2.121982] pcie_pme 0000:00:02.0:pcie01: service driver pcie_pme loaded
[    2.121992] pcieport 0000:00:04.0: Signaling PME through PCIe PME interrupt
[    2.121993] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[    2.121994] pci 0000:05:00.1: Signaling PME through PCIe PME interrupt
[    2.121996] pcie_pme 0000:00:04.0:pcie01: service driver pcie_pme loaded
[    2.122005] pcieport 0000:00:05.0: Signaling PME through PCIe PME interrupt
[    2.122007] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    2.122008] pcie_pme 0000:00:05.0:pcie01: service driver pcie_pme loaded
[    2.122017] pcieport 0000:00:06.0: Signaling PME through PCIe PME interrupt
[    2.122018] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    2.122020] pcie_pme 0000:00:06.0:pcie01: service driver pcie_pme loaded
[    2.122030] pcieport 0000:00:07.0: Signaling PME through PCIe PME interrupt
[    2.122032] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    2.122033] pcie_pme 0000:00:07.0:pcie01: service driver pcie_pme loaded
[    2.122038] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.122042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.122051] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    2.122052] vesafb: scrolling: redraw
[    2.122053] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.122065] vesafb: framebuffer at 0xd7000000, mapped to 0xffffc90001000000, using 5120k, total 5120k
[    2.135063] Console: switching to colour frame buffer device 160x64
[    2.147928] fb0: VESA VGA frame buffer device
[    2.147964] GHES: HEST is not enabled!
[    2.148065] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    2.148372] Linux agpgart interface v0.103
[    2.148772] rtc_cmos 00:02: RTC can wake from S4
[    2.148858] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    2.148877] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.148889] ledtrig-cpu: registered to indicate activity on CPUs
[    2.149167] NET: Registered protocol family 10
[    2.149348] NET: Registered protocol family 17
[    2.149645] Loading compiled-in X.509 certificates
[    2.149655] registered taskstats version 1
[    2.149661] zswap: loading zswap
[    2.149663] zswap: using zbud pool
[    2.149666] zswap: using lzo compressor
[    2.149990]   Magic number: 7:637:533
[    2.150078] rtc_cmos 00:02: setting system clock to 2015-11-10 13:31:42 UTC (1447162302)
[    2.150111] PM: Hibernation image not present or could not be loaded.
[    2.150434] Freeing unused kernel memory: 1180K (ffffffff818e8000 - ffffffff81a0f000)
[    2.150436] Write protecting the kernel read-only data: 8192k
[    2.150689] Freeing unused kernel memory: 520K (ffff88000157e000 - ffff880001600000)
[    2.150787] Freeing unused kernel memory: 280K (ffff8800017ba000 - ffff880001800000)
[    2.156446] random: systemd-tmpfile urandom read with 1 bits of entropy available
[    2.183391] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    2.183764] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.183782] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.185872] SCSI subsystem initialized
[    2.186781] ACPI: bus type USB registered
[    2.186807] usbcore: registered new interface driver usbfs
[    2.186816] usbcore: registered new interface driver hub
[    2.186854] usbcore: registered new device driver usb
[    2.187541] libata version 3.00 loaded.
[    2.187895] pata_jmicron 0000:05:00.1: enabling device (0000 -> 0001)
[    2.188349] QUIRK: Enable AMD PLL fix
[    2.188370] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    2.188378] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    2.188491] xhci_hcd 0000:02:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x00000004
[    2.188585] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.188674] scsi host1: pata_atiixp
[    2.188802] ehci-pci: EHCI PCI platform driver
[    2.188839] scsi host2: pata_atiixp
[    2.188845] hub 1-0:1.0: USB hub found
[    2.188854] hub 1-0:1.0: 2 ports detected
[    2.188887] ata3: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
[    2.188889] ata4: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
[    2.188968] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    2.188972] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    2.189001] ehci-pci 0000:00:12.2: EHCI Host Controller
[    2.189007] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 3
[    2.189012] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.189022] ehci-pci 0000:00:12.2: debug port 1
[    2.189028] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.189060] ehci-pci 0000:00:12.2: irq 17, io mem 0xfcbfe400
[    2.189188] ohci-pci: OHCI PCI platform driver
[    2.190122] scsi host0: pata_jmicron
[    2.190234] scsi host3: pata_jmicron
[    2.190286] ata1: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 32
[    2.190288] ata2: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 32
[    2.191858] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.191964] hub 2-0:1.0: USB hub found
[    2.191973] hub 2-0:1.0: 2 ports detected
[    2.196738] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    2.196863] hub 3-0:1.0: USB hub found
[    2.196868] hub 3-0:1.0: 5 ports detected
[    2.197056] ehci-pci 0000:00:13.2: EHCI Host Controller
[    2.197060] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
[    2.197063] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.197071] ehci-pci 0000:00:13.2: debug port 1
[    2.197094] ehci-pci 0000:00:13.2: irq 17, io mem 0xfcbfe800
[    2.206751] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    2.206879] hub 4-0:1.0: USB hub found
[    2.206884] hub 4-0:1.0: 5 ports detected
[    2.207059] ehci-pci 0000:00:16.2: EHCI Host Controller
[    2.207063] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 5
[    2.207065] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.207072] ehci-pci 0000:00:16.2: debug port 1
[    2.207094] ehci-pci 0000:00:16.2: irq 17, io mem 0xfcbfec00
[    2.216779] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    2.216909] hub 5-0:1.0: USB hub found
[    2.216913] hub 5-0:1.0: 4 ports detected
[    2.217029] ahci 0000:00:11.0: version 3.0
[    2.217161] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    2.217164] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    2.217729] scsi host4: ahci
[    2.217814] scsi host5: ahci
[    2.217893] scsi host6: ahci
[    2.217971] scsi host7: ahci
[    2.218004] ata5: SATA max UDMA/133 abar m1024@0xfcbfe000 port 0xfcbfe100 irq 19
[    2.218006] ata6: SATA max UDMA/133 abar m1024@0xfcbfe000 port 0xfcbfe180 irq 19
[    2.218008] ata7: SATA max UDMA/133 abar m1024@0xfcbfe000 port 0xfcbfe200 irq 19
[    2.218010] ata8: SATA max UDMA/133 abar m1024@0xfcbfe000 port 0xfcbfe280 irq 19
[    2.218102] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    2.218109] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 6
[    2.218132] ohci-pci 0000:00:12.0: irq 18, io mem 0xfcbf7000
[    2.230109] ahci 0000:05:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    2.230112] ahci 0000:05:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    2.230382] scsi host8: ahci
[    2.230465] scsi host9: ahci
[    2.230503] ata9: SATA max UDMA/133 abar m8192@0xfcffe000 port 0xfcffe100 irq 41
[    2.230505] ata10: SATA max UDMA/133 abar m8192@0xfcffe000 port 0xfcffe180 irq 41
[    2.243458] firewire_ohci 0000:04:00.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x10
[    2.274295] hub 6-0:1.0: USB hub found
[    2.274302] hub 6-0:1.0: 5 ports detected
[    2.274463] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    2.274467] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 7
[    2.274482] ohci-pci 0000:00:13.0: irq 18, io mem 0xfcbfc000
[    2.330966] hub 7-0:1.0: USB hub found
[    2.330973] hub 7-0:1.0: 5 ports detected
[    2.331122] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    2.331126] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 8
[    2.331140] ohci-pci 0000:00:14.5: irq 18, io mem 0xfcbfd000
[    2.387638] hub 8-0:1.0: USB hub found
[    2.387645] hub 8-0:1.0: 2 ports detected
[    2.387766] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    2.387770] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 9
[    2.387784] ohci-pci 0000:00:16.0: irq 18, io mem 0xfcbff000
[    2.444329] hub 9-0:1.0: USB hub found
[    2.444337] hub 9-0:1.0: 4 ports detected
[    2.513490] usb 4-2: new high-speed USB device number 2 using ehci-pci
[    2.523464] usb 5-2: new high-speed USB device number 2 using ehci-pci
[    2.536812] ata6: SATA link down (SStatus 0 SControl 300)
[    2.543480] ata10: SATA link down (SStatus 0 SControl 300)
[    2.543520] ata9: SATA link down (SStatus 0 SControl 300)
[    2.659102] usb-storage 5-2:1.0: USB Mass Storage device detected
[    2.659204] scsi host10: usb-storage 5-2:1.0
[    2.659265] usbcore: registered new interface driver usb-storage
[    2.659528] usbcore: registered new interface driver uas
[    2.703541] ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.705442] ata7.00: supports DRM functions and may not be fully accessible
[    2.705483] ata7.00: READ LOG DMA EXT failed, trying unqueued
[    2.705506] ata7.00: failed to get NCQ Send/Recv Log Emask 0x1
[    2.705508] ata7.00: ATA-9: Samsung SSD 840 EVO 250GB, EXT0BB6Q, max UDMA/133
[    2.705509] ata7.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    2.705653] ata7.00: supports DRM functions and may not be fully accessible
[    2.705690] ata7.00: failed to get NCQ Send/Recv Log Emask 0x1
[    2.705692] ata7.00: configured for UDMA/133
[    2.706887] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.708107] ata5.00: ATA-8: WDC WD10EADS-00L5B1, 01.01A01, max UDMA/133
[    2.708109] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.708932] ata5.00: configured for UDMA/133
[    2.709083] scsi 4:0:0:0: Direct-Access     ATA      WDC WD10EADS-00L 1A01 PQ: 0 ANSI: 5
[    2.709384] scsi 6:0:0:0: Direct-Access     ATA      Samsung SSD 840  BB6Q PQ: 0 ANSI: 5
[    2.709834] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    2.709856] sd 4:0:0:0: [sda] Write Protect is off
[    2.709857] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.709868] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.709899] sd 6:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    2.710001] sd 6:0:0:0: [sdb] Write Protect is off
[    2.710004] sd 6:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.710039] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.710409]  sdb: sdb1 sdb2
[    2.710692] sd 6:0:0:0: [sdb] Attached SCSI disk
[    2.722318] usb-storage 4-2:1.0: USB Mass Storage device detected
[    2.722402] scsi host11: usb-storage 4-2:1.0
[    2.735183]  sda: sda1 sda2 < sda5 >
[    2.735390] sd 4:0:0:0: [sda] Attached SCSI disk
[    2.743606] firewire_core 0000:04:00.0: created device fw0: GUID 001e8c0000df082b, S400
[    2.750219] usb 6-1: new full-speed USB device number 2 using ohci-pci
[    2.806904] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.810400] ata8.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
[    2.810402] ata8.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.814436] ata8.00: configured for UDMA/133
[    2.814497] scsi 7:0:0:0: Direct-Access     ATA      WDC WD20EARS-00M AB51 PQ: 0 ANSI: 5
[    2.814619] sd 7:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    2.814641] sd 7:0:0:0: [sdc] Write Protect is off
[    2.814642] sd 7:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.814657] sd 7:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.916887] hidraw: raw HID events driver (C) Jiri Kosina
[    2.924013] usbcore: registered new interface driver usbhid
[    2.924015] usbhid: USB HID core driver
[    2.925085] input: ROCCAT ROCCAT Kone Pure Optical as /devices/pci0000:00/0000:00:12.0/usb6/6-1/6-1:1.0/0003:1E7D:2DB4.0001/input/input2
[    2.977042] konepure 0003:1E7D:2DB4.0001: input,hiddev0,hidraw0: USB HID v1.00 Mouse [ROCCAT ROCCAT Kone Pure Optical] on usb-0000:00:12.0-1/input0
[    2.978066] input: ROCCAT ROCCAT Kone Pure Optical as /devices/pci0000:00/0000:00:12.0/usb6/6-1/6-1:1.1/0003:1E7D:2DB4.0002/input/input3
[    3.030344] konepure 0003:1E7D:2DB4.0002: input,hidraw1: USB HID v1.11 Keyboard [ROCCAT ROCCAT Kone Pure Optical] on usb-0000:00:12.0-1/input1
[    3.116973] tsc: Refined TSC clocksource calibration: 3724.567 MHz
[    3.116976] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6b5ffa44d28, max_idle_ns: 881590459723 ns
[    3.163650] usb 6-3: new full-speed USB device number 3 using ohci-pci
[    3.218134]  sdc: sdc1
[    3.218305] sd 7:0:0:0: [sdc] Attached SCSI disk
[    3.409938] device-mapper: uevent: version 1.0.3
[    3.410011] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com
[    3.583757] usb 6-5: new low-speed USB device number 4 using ohci-pci
[    3.699437] scsi 10:0:0:0: Direct-Access     ST932032 5AS                   PQ: 0 ANSI: 2 CCS
[    3.700171] sd 10:0:0:0: [sdd] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    3.701173] sd 10:0:0:0: [sdd] Write Protect is off
[    3.701176] sd 10:0:0:0: [sdd] Mode Sense: 28 00 00 00
[    3.702171] sd 10:0:0:0: [sdd] No Caching mode page found
[    3.702254] sd 10:0:0:0: [sdd] Assuming drive cache: write through
[    3.705548]  sdd:
[    3.708802] sd 10:0:0:0: [sdd] Attached SCSI disk
[    3.722186] scsi 11:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 2
[    3.723550] sd 11:0:0:0: [sde] 15974400 512-byte logical blocks: (8.17 GB/7.61 GiB)
[    3.724180] sd 11:0:0:0: [sde] Write Protect is off
[    3.724183] sd 11:0:0:0: [sde] Mode Sense: 03 00 00 00
[    3.724804] sd 11:0:0:0: [sde] No Caching mode page found
[    3.724887] sd 11:0:0:0: [sde] Assuming drive cache: write through
[    3.756135] input: LiteON HP Basic USB Keyboard as /devices/pci0000:00/0000:00:12.0/usb6/6-5/6-5:1.0/0003:03F0:0324.0003/input/input4
[    3.807169] hid-generic 0003:03F0:0324.0003: input,hidraw2: USB HID v1.00 Keyboard [LiteON HP Basic USB Keyboard] on usb-0000:00:12.0-5/input0
[    3.980594]  sde: sde1
[    3.983085] sd 11:0:0:0: [sde] Attached SCSI removable disk
[    4.117277] clocksource: Switched to clocksource tsc
[    5.113542] random: nonblocking pool is initialized
[    9.775413] NET: Registered protocol family 38
[    9.783769] sha256_ssse3: Neither AVX nor SSSE3 is available/usable.
[   10.388541] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[   10.469387] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.471403] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
[   10.471458] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
[   10.471497] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
[   10.471530] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
[   10.471581] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
[   10.471621] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
[   10.471674] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls of type cgroup with options net_cls.
[   10.471713] systemd[1]: systemd 227 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
[   10.471856] systemd[1]: Detected architecture x86-64.
[   10.472359] systemd[1]: Set hostname to <effort>.
[   10.476232] systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys/fs/cgroup/systemd.
[   10.476274] systemd[1]: Installed release agent.
[   10.477186] systemd[1]: Controller 'cpu' supported: no
[   10.477188] systemd[1]: Controller 'cpuacct' supported: yes
[   10.477190] systemd[1]: Controller 'blkio' supported: yes
[   10.477191] systemd[1]: Controller 'memory' supported: yes
[   10.477193] systemd[1]: Controller 'devices' supported: yes
[   10.477194] systemd[1]: Controller 'pids' supported: yes
[   10.477195] systemd[1]: Controller 'net_cls' supported: yes
[   10.477203] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
[   10.478621] systemd[318]: Spawned /usr/lib/systemd/system-generators/systemd-getty-generator as 319.
[   10.478718] systemd[318]: Spawned /usr/lib/systemd/system-generators/systemd-debug-generator as 320.
[   10.478827] systemd[318]: Spawned /usr/lib/systemd/system-generators/systemd-dbus1-generator as 321.
[   10.479765] systemd[318]: Spawned /usr/lib/systemd/system-generators/lvm2-activation-generator as 322.
[   10.479873] systemd[318]: Spawned /usr/lib/systemd/system-generators/systemd-cryptsetup-generator as 323.
[   10.479972] systemd[318]: Spawned /usr/lib/systemd/system-generators/systemd-hibernate-resume-generator as 324.
[   10.480071] systemd[318]: Spawned /usr/lib/systemd/system-generators/systemd-gpt-auto-generator as 325.
[   10.480193] systemd[318]: Spawned /usr/lib/systemd/system-generators/systemd-fstab-generator as 326.
[   10.480310] systemd[318]: Spawned /usr/lib/systemd/system-generators/systemd-system-update-generator as 327.
[   10.481828] systemd[318]: /usr/lib/systemd/system-generators/systemd-dbus1-generator succeeded.
[   10.485445] systemd-fstab-generator[326]: Mount point none is not a valid path, ignoring.
[   10.485549] systemd[318]: /usr/lib/systemd/system-generators/systemd-fstab-generator succeeded.
[   10.485557] systemd[318]: /usr/lib/systemd/system-generators/systemd-debug-generator succeeded.
[   10.485562] systemd[318]: /usr/lib/systemd/system-generators/systemd-getty-generator succeeded.
[   10.485577] systemd[318]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
[   10.511223] systemd[318]: /usr/lib/systemd/system-generators/lvm2-activation-generator succeeded.
[   10.511233] systemd[318]: /usr/lib/systemd/system-generators/systemd-hibernate-resume-generator succeeded.
[   10.511240] systemd[318]: /usr/lib/systemd/system-generators/systemd-system-update-generator succeeded.
[   10.511245] systemd[318]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
[   10.511352] systemd[1]: system-generators succeeded.
[   10.511403] systemd[1]: Looking for unit files in (higher priority first):
[   10.511405] systemd[1]: 	/etc/systemd/system
[   10.511406] systemd[1]: 	/run/systemd/system
[   10.511407] systemd[1]: 	/run/systemd/generator
[   10.511408] systemd[1]: 	/usr/local/lib/systemd/system
[   10.511410] systemd[1]: 	/usr/lib/systemd/system
[   10.511411] systemd[1]: SysV init scripts and rcN.d links support disabled
[   10.512634] systemd[1]: Unit type .busname is not supported on this system.
[   10.518274] systemd[1]: plymouth-start.service: Failed to load configuration: No such file or directory
[   10.525136] systemd[1]: auditd.service: Failed to load configuration: No such file or directory
[   10.526607] systemd[1]: syslog.service: Failed to load configuration: No such file or directory
[   10.532202] systemd[1]: Using notification socket /run/systemd/notify
[   10.532244] systemd[1]: Successfully created private D-Bus server.
[   10.532248] systemd[1]: init.scope changed dead -> running
[   10.532255] systemd[1]: -.mount: Changed dead -> mounted
[   10.532268] systemd[1]: dev-mapper-DerpVG\x2dRootLV.device: Changed dead -> tentative
[   10.532272] systemd[1]: -.slice changed dead -> active
[   10.532276] systemd[1]: Activating default unit: default.target
[   10.532732] systemd[1]: display-manager.service: Failed to load configuration: No such file or directory
[   10.533895] systemd[1]: plymouth-quit-wait.service: Failed to load configuration: No such file or directory
[   10.543845] systemd[1]: dkms.service: Failed to load configuration: No such file or directory
[   10.543849] systemd[1]: graphical.target: Trying to enqueue job graphical.target/start/isolate
[   10.543971] systemd[1]: dkms.service: Cannot add dependency job, ignoring: Unit dkms.service failed to load: No such file or directory.
[   10.543989] systemd[1]: display-manager.service: Cannot add dependency job, ignoring: Unit display-manager.service failed to load: No such file or directory.
[   10.544128] systemd[1]: multi-user.target: Installed new job multi-user.target/start as 2
[   10.544132] systemd[1]: systemd-firstboot.service: Installed new job systemd-firstboot.service/start as 58
[   10.544135] systemd[1]: systemd-initctl.socket: Installed new job systemd-initctl.socket/start as 73
[   10.544138] systemd[1]: systemd-machine-id-commit.service: Installed new job systemd-machine-id-commit.service/start as 53
[   10.544140] systemd[1]: lvm2-lvmetad.socket: Installed new job lvm2-lvmetad.socket/start as 41
[   10.544142] systemd[1]: systemd-journal-flush.service: Installed new job systemd-journal-flush.service/start as 44
[   10.544144] systemd[1]: systemd-sysctl.service: Installed new job systemd-sysctl.service/start as 55
[   10.544147] systemd[1]: man-db.timer: Installed new job man-db.timer/start as 80
[   10.544149] systemd[1]: user.slice: Installed new job user.slice/start as 90
[   10.544151] systemd[1]: getty.target: Installed new job getty.target/start as 91
[   10.544153] systemd[1]: systemd-journald.socket: Installed new job systemd-journald.socket/start as 46
[   10.544155] systemd[1]: systemd-binfmt.service: Installed new job systemd-binfmt.service/start as 57
[   10.544158] systemd[1]: systemd-update-done.service: Installed new job systemd-update-done.service/start as 38
[   10.544160] systemd[1]: systemd-udevd-kernel.socket: Installed new job systemd-udevd-kernel.socket/start as 52
[   10.544162] systemd[1]: dev-hugepages.mount: Installed new job dev-hugepages.mount/start as 60
[   10.544165] systemd[1]: systemd-tmpfiles-setup-dev.service: Installed new job systemd-tmpfiles-setup-dev.service/start as 40
[   10.544167] systemd[1]: sshd.service: Installed new job sshd.service/start as 85
[   10.544169] systemd[1]: sys-kernel-config.mount: Installed new job sys-kernel-config.mount/start as 59
[   10.544171] systemd[1]: system-systemd\x2dcryptsetup.slice: Installed new job system-systemd\x2dcryptsetup.slice/start as 34
[   10.544174] systemd[1]: rt@lynzh.service: Installed new job rt@lynzh.service/start as 82
[   10.544176] systemd[1]: systemd-udevd-control.socket: Installed new job systemd-udevd-control.socket/start as 51
[   10.544178] systemd[1]: cryptsetup.target: Installed new job cryptsetup.target/start as 32
[   10.544180] systemd[1]: sys-kernel-debug.mount: Installed new job sys-kernel-debug.mount/start as 63
[   10.544182] systemd[1]: graphical.target: Installed new job graphical.target/start as 1
[   10.544185] systemd[1]: systemd-ask-password-wall.path: Installed new job systemd-ask-password-wall.path/start as 77
[   10.544187] systemd[1]: getty@tty1.service: Installed new job getty@tty1.service/start as 92
[   10.544189] systemd[1]: dev-mqueue.mount: Installed new job dev-mqueue.mount/start as 31
[   10.544191] systemd[1]: basic.target: Installed new job basic.target/start as 3
[   10.544194] systemd[1]: systemd-ask-password-console.path: Installed new job systemd-ask-password-console.path/start as 10
[   10.544196] systemd[1]: swap.target: Installed new job swap.target/start as 39
[   10.544200] systemd[1]: systemd-vconsole-setup.service: Installed new job systemd-vconsole-setup.service/start as 8
[   10.544202] systemd[1]: systemd-sysusers.service: Installed new job systemd-sysusers.service/start as 37
[   10.544207] systemd[1]: dev-disk-by\x2duuid-b4e65e1f\x2d5385\x2d43b4\x2d9ccd\x2db0c447d9601d.device: Installed new job dev-disk-by\x2duuid-b4e65e1f\x2d5385\x2d43b4\x2d9ccd\x2db0c447d9601d.device/start as 22
[   10.544218] systemd[1]: systemd-tmpfiles-setup.service: Installed new job systemd-tmpfiles-setup.service/start as 29
[   10.544220] systemd[1]: logrotate.timer: Installed new job logrotate.timer/start as 94
[   10.544223] systemd[1]: systemd-tmpfiles-clean.timer: Installed new job systemd-tmpfiles-clean.timer/start as 68
[   10.544225] systemd[1]: systemd-hwdb-update.service: Installed new job systemd-hwdb-update.service/start as 11
[   10.544228] systemd[1]: systemd-remount-fs.service: Installed new job systemd-remount-fs.service/start as 24
[   10.544230] systemd[1]: sysinit.target: Installed new job sysinit.target/start as 7
[   10.544232] systemd[1]: dhcpcd.service: Installed new job dhcpcd.service/start as 87
[   10.544234] systemd[1]: home.mount: Installed new job home.mount/start as 18
[   10.544237] systemd[1]: local-fs.target: Installed new job local-fs.target/start as 12
[   10.544239] systemd[1]: kmod-static-nodes.service: Installed new job kmod-static-nodes.service/start as 61
[   10.544241] systemd[1]: remote-fs.target: Installed new job remote-fs.target/start as 81
[   10.544243] systemd[1]: system-systemd\x2dfsck.slice: Installed new job system-systemd\x2dfsck.slice/start as 16
[   10.544246] systemd[1]: alsa-restore.service: Installed new job alsa-restore.service/start as 75
[   10.544248] systemd[1]: alsa-state.service: Installed new job alsa-state.service/start as 69
[   10.544250] systemd[1]: system.slice: Installed new job system.slice/start as 5
[   10.544252] systemd[1]: systemd-journald-dev-log.socket: Installed new job systemd-journald-dev-log.socket/start as 47
[   10.544255] systemd[1]: system-getty.slice: Installed new job system-getty.slice/start as 93
[   10.544258] systemd[1]: systemd-fsck@dev-disk-by\x2duuid-df252281\x2dbbe7\x2d42c8\x2d82e7\x2dce8d04dc2b96.service: Installed new job systemd-fsck@dev-disk-by\x2duuid-df252281\x2dbbe7\x2d42c8\x2d82e7\x2dce8d04dc2b96.service/start as 15
[   10.544260] systemd[1]: systemd-journald.service: Installed new job systemd-journald.service/start as 45
[   10.544263] systemd[1]: proc-sys-fs-binfmt_misc.automount: Installed new job proc-sys-fs-binfmt_misc.automount/start as 62
[   10.544266] systemd[1]: dev-mapper-2TB.device: Installed new job dev-mapper-2TB.device/start as 36
[   10.544268] systemd[1]: mnt-ext3.mount: Installed new job mnt-ext3.mount/start as 13
[   10.544270] systemd[1]: timers.target: Installed new job timers.target/start as 67
[   10.544273] systemd[1]: sockets.target: Installed new job sockets.target/start as 70
[   10.544275] systemd[1]: paths.target: Installed new job paths.target/start as 76
[   10.544277] systemd[1]: shadow.timer: Installed new job shadow.timer/start as 78
[   10.544280] systemd[1]: systemd-udev-trigger.service: Installed new job systemd-udev-trigger.service/start as 49
[   10.544283] systemd[1]: dev-disk-by\x2duuid-4861f8bc\x2d808b\x2d4e47\x2d9f57\x2df9175b27d4b1.device: Installed new job dev-disk-by\x2duuid-4861f8bc\x2d808b\x2d4e47\x2d9f57\x2df9175b27d4b1.device/start as 35
[   10.544286] systemd[1]: systemd-update-utmp.service: Installed new job systemd-update-utmp.service/start as 64
[   10.544288] systemd[1]: systemd-modules-load.service: Installed new job systemd-modules-load.service/start as 56
[   10.544291] systemd[1]: slices.target: Installed new job slices.target/start as 74
[   10.544293] systemd[1]: sys-fs-fuse-connections.mount: Installed new job sys-fs-fuse-connections.mount/start as 30
[   10.544295] systemd[1]: systemd-journal-catalog-update.service: Installed new job systemd-journal-catalog-update.service/start as 54
[   10.544297] systemd[1]: systemd-cryptsetup@2TB.service: Installed new job systemd-cryptsetup@Derp.service/start as 33
[   10.544300] systemd[1]: boot.mount: Installed new job boot.mount/start as 21
[   10.544302] systemd[1]: system-rt.slice: Installed new job system-rt.slice/start as 83
[   10.544304] systemd[1]: systemd-fsck@dev-disk-by\x2duuid-b889e87b\x2ddf5c\x2d410a\x2db3f6\x2d4b127ff0db41.service: Installed new job systemd-fsck@dev-disk-by\x2duuid-b889e87b\x2ddf5c\x2d410a\x2db3f6\x2d4b127ff0db41.service/start as 20
[   10.544306] systemd[1]: network.target: Installed new job network.target/start as 88
[   10.544309] systemd[1]: dbus.socket: Installed new job dbus.socket/start as 71
[   10.544311] systemd[1]: systemd-fsck-root.service: Installed new job systemd-fsck-root.service/start as 27
[   10.544313] systemd[1]: dev-disk-by\x2duuid-b889e87b\x2ddf5c\x2d410a\x2db3f6\x2d4b127ff0db41.device: Installed new job dev-disk-by\x2duuid-b889e87b\x2ddf5c\x2d410a\x2db3f6\x2d4b127ff0db41.device/start as 19
[   10.544316] systemd[1]: systemd-random-seed.service: Installed new job systemd-random-seed.service/start as 43
[   10.544319] systemd[1]: systemd-fsck@dev-disk-by\x2duuid-b4e65e1f\x2d5385\x2d43b4\x2d9ccd\x2db0c447d9601d.service: Installed new job systemd-fsck@dev-disk-by\x2duuid-b4e65e1f\x2d5385\x2d43b4\x2d9ccd\x2db0c447d9601d.service/start as 23
[   10.544321] systemd[1]: systemd-logind.service: Installed new job systemd-logind.service/start as 89
[   10.544323] systemd[1]: systemd-user-sessions.service: Installed new job systemd-user-sessions.service/start as 84
[   10.544325] systemd[1]: sshdgenkeys.service: Installed new job sshdgenkeys.service/start as 86
[   10.544328] systemd[1]: dev-disk-by\x2duuid-df252281\x2dbbe7\x2d42c8\x2d82e7\x2dce8d04dc2b96.device: Installed new job dev-disk-by\x2duuid-df252281\x2dbbe7\x2d42c8\x2d82e7\x2dce8d04dc2b96.device/start as 14
[   10.544330] systemd[1]: systemd-udevd.service: Installed new job systemd-udevd.service/start as 50
[   10.544333] systemd[1]: systemd-journald-audit.socket: Installed new job systemd-journald-audit.socket/start as 48
[   10.544335] systemd[1]: dm-event.socket: Installed new job dm-event.socket/start as 72
[   10.544337] systemd[1]: ldconfig.service: Installed new job ldconfig.service/start as 42
[   10.544339] systemd[1]: tmp.mount: Installed new job tmp.mount/start as 28
[   10.544341] systemd[1]: var-lib-machines.mount: Installed new job var-lib-machines.mount/start as 26
[   10.544343] systemd[1]: dbus.service: Installed new job dbus.service/start as 79
[   10.544345] systemd[1]: local-fs-pre.target: Installed new job local-fs-pre.target/start as 25
[   10.544351] systemd[1]: graphical.target: Enqueued job graphical.target/start as 1
[   10.544355] systemd[1]: Loaded units and determined initial transaction in 66ms.
[   10.544389] systemd[1]: Child 317 (switch_root) died (code=exited, status=0/SUCCESS)
[   10.544451] systemd[1]: Received SIGCHLD from PID 318 (n/a).
[   10.544688] systemd[1]: dm-event.socket: Changed dead -> listening
[   10.544692] systemd[1]: dm-event.socket: Job dm-event.socket/start finished, result=done
[   10.544700] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   10.544906] systemd[1]: systemd-journald-audit.socket: ConditionCapability=CAP_AUDIT_READ succeeded.
[   10.549186] systemd[1]: systemd-journald-audit.socket: ConditionSecurity=audit failed.
[   10.549190] systemd[1]: systemd-journald-audit.socket: Starting requested but condition failed. Not starting unit.
[   10.549193] systemd[1]: systemd-journald-audit.socket: Job systemd-journald-audit.socket/start finished, result=done
[   10.549212] systemd[1]: proc-sys-fs-binfmt_misc.automount: ConditionPathIsReadWrite=/proc/sys/ succeeded.
[   10.549220] systemd[1]: proc-sys-fs-binfmt_misc.automount: ConditionPathExists=/proc/sys/fs/binfmt_misc/ succeeded.
[   10.549275] systemd[1]: Autofs kernel version 1.0
[   10.549315] systemd[1]: Autofs protocol version 5.2
[   10.549319] systemd[1]: proc-sys-fs-binfmt_misc.automount: Changed dead -> waiting
[   10.549322] systemd[1]: proc-sys-fs-binfmt_misc.automount: Job proc-sys-fs-binfmt_misc.automount/start finished, result=done
[   10.549330] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   10.549521] systemd[1]: systemd-journald-dev-log.socket: Changed dead -> listening
[   10.549524] systemd[1]: systemd-journald-dev-log.socket: Job systemd-journald-dev-log.socket/start finished, result=done
[   10.549528] systemd[1]: Listening on Journal Socket (/dev/log).
[   10.549869] systemd[1]: system.slice changed dead -> active
[   10.549872] systemd[1]: system.slice: Job system.slice/start finished, result=done
[   10.549876] systemd[1]: Created slice System Slice.
[   10.550035] systemd[1]: system-getty.slice changed dead -> active
[   10.550038] systemd[1]: system-getty.slice: Job system-getty.slice/start finished, result=done
[   10.550042] systemd[1]: Created slice system-getty.slice.
[   10.550191] systemd[1]: system-rt.slice changed dead -> active
[   10.550194] systemd[1]: system-rt.slice: Job system-rt.slice/start finished, result=done
[   10.550198] systemd[1]: Created slice system-rt.slice.
[   10.550344] systemd[1]: system-systemd\x2dfsck.slice changed dead -> active
[   10.550347] systemd[1]: system-systemd\x2dfsck.slice: Job system-systemd\x2dfsck.slice/start finished, result=done
[   10.550351] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   10.550459] systemd[1]: remote-fs.target changed dead -> active
[   10.550462] systemd[1]: remote-fs.target: Job remote-fs.target/start finished, result=done
[   10.550466] systemd[1]: Reached target Remote File Systems.
[   10.550565] systemd[1]: swap.target changed dead -> active
[   10.550567] systemd[1]: swap.target: Job swap.target/start finished, result=done
[   10.550571] systemd[1]: Reached target Swap.
[   10.550651] systemd[1]: systemd-ask-password-console.path: ConditionPathExists=!/run/plymouth/pid succeeded.
[   10.550677] systemd[1]: systemd-ask-password-console.path: Changed dead -> waiting
[   10.550679] systemd[1]: systemd-ask-password-console.path: Job systemd-ask-password-console.path/start finished, result=done
[   10.550683] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   10.550831] systemd[1]: systemd-ask-password-wall.path: Changed dead -> waiting
[   10.550833] systemd[1]: systemd-ask-password-wall.path: Job systemd-ask-password-wall.path/start finished, result=done
[   10.550837] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   10.550963] systemd[1]: paths.target changed dead -> active
[   10.550965] systemd[1]: paths.target: Job paths.target/start finished, result=done
[   10.550969] systemd[1]: Reached target Paths.
[   10.551050] systemd[1]: systemd-udevd-control.socket: ConditionPathIsReadWrite=/sys succeeded.
[   10.551067] systemd[1]: systemd-udevd-control.socket: Changed dead -> listening
[   10.551069] systemd[1]: systemd-udevd-control.socket: Job systemd-udevd-control.socket/start finished, result=done
[   10.551073] systemd[1]: Listening on udev Control Socket.
[   10.551230] systemd[1]: system-systemd\x2dcryptsetup.slice changed dead -> active
[   10.551233] systemd[1]: system-systemd\x2dcryptsetup.slice: Job system-systemd\x2dcryptsetup.slice/start finished, result=done
[   10.551237] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice.
[   10.551356] systemd[1]: systemd-udevd-kernel.socket: ConditionPathIsReadWrite=/sys succeeded.
[   10.551366] systemd[1]: systemd-udevd-kernel.socket: Changed dead -> listening
[   10.551369] systemd[1]: systemd-udevd-kernel.socket: Job systemd-udevd-kernel.socket/start finished, result=done
[   10.551373] systemd[1]: Listening on udev Kernel Socket.
[   10.551482] systemd[1]: systemd-journald.socket: Changed dead -> listening
[   10.551484] systemd[1]: systemd-journald.socket: Job systemd-journald.socket/start finished, result=done
[   10.551488] systemd[1]: Listening on Journal Socket.
[   10.551582] systemd[1]: systemd-vconsole-setup.service: ConditionPathExists=/dev/tty0 succeeded.
[   10.551731] systemd[1]: systemd-vconsole-setup.service: About to execute: /usr/lib/systemd/systemd-vconsole-setup
[   10.551836] systemd[1]: systemd-vconsole-setup.service: Forked /usr/lib/systemd/systemd-vconsole-setup as 330
[   10.551916] systemd[1]: systemd-vconsole-setup.service: Changed dead -> start
[   10.551924] systemd[1]: Starting Setup Virtual Console...
[   10.552035] systemd[1]: dev-mqueue.mount: ConditionPathExists=/proc/sys/fs/mqueue succeeded.
[   10.552041] systemd[1]: dev-mqueue.mount: Failed to check symlink /dev/mqueue, ignoring: No such file or directory
[   10.552244] systemd[1]: dev-mqueue.mount: About to execute: /usr/bin/mount mqueue /dev/mqueue -t mqueue
[   10.552335] systemd[1]: dev-mqueue.mount: Forked /usr/bin/mount as 331
[   10.552375] systemd[1]: dev-mqueue.mount: Changed dead -> mounting
[   10.552383] systemd[1]: Mounting POSIX Message Queue File System...
[   10.552685] systemd[1]: systemd-journald.service: About to execute: /usr/lib/systemd/systemd-journald
[   10.552782] systemd[1]: systemd-journald.service: Forked /usr/lib/systemd/systemd-journald as 332
[   10.552857] systemd[1]: systemd-journald.service: Changed dead -> start
[   10.552867] systemd[1]: Starting Journal Service...
[   10.552975] systemd[1]: kmod-static-nodes.service: ConditionPathExists=/lib/modules/4.2.5-1-ARCH/modules.devname succeeded.
[   10.553007] systemd[1]: kmod-static-nodes.service: ConditionCapability=CAP_SYS_MODULE succeeded.
[   10.553171] systemd[1]: kmod-static-nodes.service: About to execute: /usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
[   10.553270] systemd[1]: kmod-static-nodes.service: Forked /usr/bin/kmod as 333
[   10.553341] systemd[1]: kmod-static-nodes.service: Changed dead -> start
[   10.553348] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[   10.553537] systemd[1]: dev-hugepages.mount: ConditionCapability=CAP_SYS_ADMIN succeeded.
[   10.553546] systemd[1]: dev-hugepages.mount: ConditionPathExists=/sys/kernel/mm/hugepages succeeded.
[   10.553554] systemd[1]: dev-hugepages.mount: Failed to check symlink /dev/hugepages, ignoring: No such file or directory
[   10.553731] systemd[1]: dev-hugepages.mount: About to execute: /usr/bin/mount hugetlbfs /dev/hugepages -t hugetlbfs
[   10.553832] systemd[1]: dev-hugepages.mount: Forked /usr/bin/mount as 334
[   10.553876] systemd[1]: dev-hugepages.mount: Changed dead -> mounting
[   10.553883] systemd[1]: Mounting Huge Pages File System...
[   10.554002] systemd[1]: systemd-binfmt.service: ConditionDirectoryNotEmpty=|/run/binfmt.d failed.
[   10.554406] systemd[1]: systemd-binfmt.service: ConditionDirectoryNotEmpty=|/etc/binfmt.d failed.
[   10.554413] systemd[1]: systemd-binfmt.service: ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d failed.
[   10.555164] systemd[1]: systemd-binfmt.service: ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d failed.
[   10.555174] systemd[1]: systemd-binfmt.service: ConditionDirectoryNotEmpty=|/lib/binfmt.d failed.
[   10.555181] systemd[1]: systemd-binfmt.service: ConditionPathIsReadWrite=/proc/sys/ succeeded.
[   10.555184] systemd[1]: systemd-binfmt.service: Starting requested but condition failed. Not starting unit.
[   10.555187] systemd[1]: systemd-binfmt.service: Job systemd-binfmt.service/start finished, result=done
[   10.555238] systemd[1]: sys-kernel-debug.mount: ConditionCapability=CAP_SYS_RAWIO succeeded.
[   10.555251] systemd[1]: sys-kernel-debug.mount: ConditionPathExists=/sys/kernel/debug succeeded.
[   10.555589] systemd[1]: sys-kernel-debug.mount: About to execute: /usr/bin/mount debugfs /sys/kernel/debug -t debugfs
[   10.555672] systemd[1]: sys-kernel-debug.mount: Forked /usr/bin/mount as 336
[   10.555716] systemd[1]: sys-kernel-debug.mount: Changed dead -> mounting
[   10.555723] systemd[1]: Mounting Debug File System...
[   10.555875] systemd[1]: systemd-modules-load.service: ConditionKernelCommandLine=|rd.modules-load failed.
[   10.555890] systemd[1]: systemd-modules-load.service: ConditionKernelCommandLine=|modules-load failed.
[   10.555896] systemd[1]: systemd-modules-load.service: ConditionDirectoryNotEmpty=|/run/modules-load.d failed.
[   10.556366] systemd[1]: systemd-modules-load.service: ConditionDirectoryNotEmpty=|/etc/modules-load.d failed.
[   10.556375] systemd[1]: systemd-modules-load.service: ConditionDirectoryNotEmpty=|/usr/local/lib/modules-load.d failed.
[   10.556542] systemd[1]: systemd-modules-load.service: ConditionDirectoryNotEmpty=|/usr/lib/modules-load.d failed.
[   10.556555] systemd[1]: systemd-modules-load.service: ConditionDirectoryNotEmpty=|/lib/modules-load.d failed.
[   10.556595] systemd[1]: systemd-modules-load.service: ConditionCapability=CAP_SYS_MODULE succeeded.
[   10.556744] systemd[1]: systemd-modules-load.service: Starting requested but condition failed. Not starting unit.
[   10.556747] systemd[1]: systemd-modules-load.service: Job systemd-modules-load.service/start finished, result=done
[   10.556797] systemd[1]: sys-kernel-config.mount: ConditionCapability=CAP_SYS_RAWIO succeeded.
[   10.556804] systemd[1]: sys-kernel-config.mount: ConditionPathExists=/sys/kernel/config succeeded.
[   10.556987] systemd[1]: sys-kernel-config.mount: About to execute: /usr/bin/mount configfs /sys/kernel/config -t configfs
[   10.557070] systemd[1]: sys-kernel-config.mount: Forked /usr/bin/mount as 338
[   10.557113] systemd[1]: sys-kernel-config.mount: Changed dead -> mounting
[   10.557120] systemd[1]: Mounting Configuration File System...
[   10.557240] systemd[1]: sys-fs-fuse-connections.mount: ConditionPathExists=/sys/fs/fuse/connections failed.
[   10.557242] systemd[1]: sys-fs-fuse-connections.mount: Starting requested but condition failed. Not starting unit.
[   10.557245] systemd[1]: sys-fs-fuse-connections.mount: Job sys-fs-fuse-connections.mount/start finished, result=done
[   10.557283] systemd[1]: tmp.mount: ConditionPathIsSymbolicLink=!/tmp succeeded.
[   10.557954] systemd[1]: tmp.mount: About to execute: /usr/bin/mount tmpfs /tmp -t tmpfs -o mode=1777,strictatime
[   10.558048] systemd[1]: tmp.mount: Forked /usr/bin/mount as 339
[   10.558092] systemd[1]: tmp.mount: Changed dead -> mounting
[   10.558099] systemd[1]: Mounting Temporary Directory...
[   10.558246] systemd[1]: systemd-fsck-root.service: ConditionPathIsReadWrite=!/ failed.
[   10.558249] systemd[1]: systemd-fsck-root.service: Starting requested but condition failed. Not starting unit.
[   10.558251] systemd[1]: systemd-fsck-root.service: Job systemd-fsck-root.service/start finished, result=done
[   10.558271] systemd[1]: systemd-remount-fs.service: ConditionPathExists=/etc/fstab succeeded.
[   10.558472] systemd[1]: systemd-remount-fs.service: About to execute: /usr/lib/systemd/systemd-remount-fs
[   10.558583] systemd[1]: systemd-remount-fs.service: Forked /usr/lib/systemd/systemd-remount-fs as 340
[   10.558702] systemd[1]: systemd-remount-fs.service: Changed dead -> start
[   10.558713] systemd[1]: Starting Remount Root and Kernel File Systems...
[   10.558944] systemd[1]: user.slice changed dead -> active
[   10.558948] systemd[1]: user.slice: Job user.slice/start finished, result=done
[   10.558953] systemd[1]: Created slice User and Session Slice.
[   10.559063] systemd[1]: slices.target changed dead -> active
[   10.559065] systemd[1]: slices.target: Job slices.target/start finished, result=done
[   10.559070] systemd[1]: Reached target Slices.
[   10.559163] systemd[1]: systemd-sysctl.service: ConditionPathIsReadWrite=/proc/sys/ succeeded.
[   10.559388] systemd[1]: systemd-sysctl.service: About to execute: /usr/lib/systemd/systemd-sysctl
[   10.559527] systemd[1]: systemd-sysctl.service: Forked /usr/lib/systemd/systemd-sysctl as 341
[   10.559607] systemd[1]: systemd-sysctl.service: Changed dead -> start
[   10.559615] systemd[1]: Starting Apply Kernel Variables...
[   10.559790] systemd[1]: lvm2-lvmetad.socket: Changed dead -> listening
[   10.559794] systemd[1]: lvm2-lvmetad.socket: Job lvm2-lvmetad.socket/start finished, result=done
[   10.559799] systemd[1]: Listening on LVM2 metadata daemon socket.
[   10.559938] systemd[1]: systemd-initctl.socket: Changed dead -> listening
[   10.559940] systemd[1]: systemd-initctl.socket: Job systemd-initctl.socket/start finished, result=done
[   10.559945] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   10.560858] systemd[1]: libmount event [rescan: yes]
[   10.561235] systemd[1]: Received SIGCHLD from PID 333 (kmod).
[   10.561249] systemd[1]: Child 333 (kmod) died (code=exited, status=0/SUCCESS)
[   10.562546] systemd[1]: kmod-static-nodes.service: Child 333 belongs to kmod-static-nodes.service
[   10.562559] systemd[1]: kmod-static-nodes.service: Main process exited, code=exited, status=0/SUCCESS
[   10.562650] systemd[1]: kmod-static-nodes.service: Changed start -> exited
[   10.562654] systemd[1]: kmod-static-nodes.service: Job kmod-static-nodes.service/start finished, result=done
[   10.562659] systemd[1]: Started Create list of required static device nodes for the current kernel.
[   10.563418] systemd[1]: kmod-static-nodes.service: cgroup is empty
[   10.563464] systemd[1]: systemd-journald.socket: Incoming traffic
[   10.563470] systemd[1]: systemd-journald.socket: Changed listening -> running
[   10.563491] systemd[1]: Failed to determine peer security context: Protocol not available
[   10.564354] systemd[1]: Accepted new private connection.
[   10.564596] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[   10.564679] systemd[1]: Got disconnect on private connection.
[   10.565321] systemd[1]: systemd-journald.service: Got notification message from PID 332 (WATCHDOG=1)
[   10.572857] systemd[1]: libmount event [rescan: yes]
[   10.573218] systemd[1]: dev-hugepages.mount: Changed mounting -> mounting-done
[   10.573225] systemd[1]: dev-hugepages.mount: Job dev-hugepages.mount/start finished, result=done
[   10.573235] systemd[1]: Mounted Huge Pages File System.
[   10.573383] systemd[1]: Received SIGCHLD from PID 334 (mount).
[   10.573396] systemd[1]: Child 334 (mount) died (code=exited, status=0/SUCCESS)
[   10.573414] systemd[1]: dev-hugepages.mount: Child 334 belongs to dev-hugepages.mount
[   10.573418] systemd[1]: dev-hugepages.mount: Mount process exited, code=exited status=0
[   10.573422] systemd[1]: dev-hugepages.mount: Changed mounting-done -> mounted
[   10.573479] systemd[1]: Failed to determine peer security context: Protocol not available
[   10.574052] systemd[1]: Accepted new private connection.
[   10.575184] systemd[1]: libmount event [rescan: yes]
[   10.575479] systemd[1]: sys-kernel-debug.mount: Changed mounting -> mounting-done
[   10.575483] systemd[1]: sys-kernel-debug.mount: Job sys-kernel-debug.mount/start finished, result=done
[   10.575489] systemd[1]: Mounted Debug File System.
[   10.575601] systemd[1]: dev-mqueue.mount: Changed mounting -> mounting-done
[   10.575603] systemd[1]: dev-mqueue.mount: Job dev-mqueue.mount/start finished, result=done
[   10.575608] systemd[1]: Mounted POSIX Message Queue File System.
[   10.575836] systemd[1]: Received SIGCHLD from PID 331 (mount).
[   10.575848] systemd[1]: Child 331 (mount) died (code=exited, status=0/SUCCESS)
[   10.575866] systemd[1]: dev-mqueue.mount: Child 331 belongs to dev-mqueue.mount
[   10.575870] systemd[1]: dev-mqueue.mount: Mount process exited, code=exited status=0
[   10.575874] systemd[1]: dev-mqueue.mount: Changed mounting-done -> mounted
[   10.575919] systemd[1]: Child 336 (mount) died (code=exited, status=0/SUCCESS)
[   10.575934] systemd[1]: sys-kernel-debug.mount: Child 336 belongs to sys-kernel-debug.mount
[   10.575937] systemd[1]: sys-kernel-debug.mount: Mount process exited, code=exited status=0
[   10.575940] systemd[1]: sys-kernel-debug.mount: Changed mounting-done -> mounted
[   10.576059] systemd[1]: Failed to determine peer security context: Protocol not available
[   10.576507] EXT4-fs (dm-1): re-mounted. Opts: data=ordered
[   10.578982] systemd[1]: Accepted new private connection.
[   10.579000] systemd[1]: libmount event [rescan: yes]
[   10.579808] systemd[1]: sys-kernel-config.mount: Changed mounting -> mounting-done
[   10.579814] systemd[1]: sys-kernel-config.mount: Job sys-kernel-config.mount/start finished, result=done
[   10.579820] systemd[1]: Mounted Configuration File System.
[   10.579947] systemd[1]: tmp.mount: Changed mounting -> mounting-done
[   10.579949] systemd[1]: tmp.mount: Job tmp.mount/start finished, result=done
[   10.579954] systemd[1]: Mounted Temporary Directory.
[   10.580284] systemd[1]: Received SIGCHLD from PID 340 (systemd-remount).
[   10.580299] systemd[1]: Child 338 (mount) died (code=exited, status=0/SUCCESS)
[   10.580317] systemd[1]: sys-kernel-config.mount: Child 338 belongs to sys-kernel-config.mount
[   10.580346] systemd[1]: sys-kernel-config.mount: Mount process exited, code=exited status=0
[   10.580350] systemd[1]: sys-kernel-config.mount: Changed mounting-done -> mounted
[   10.580397] systemd[1]: Child 339 (mount) died (code=exited, status=0/SUCCESS)
[   10.580412] systemd[1]: tmp.mount: Child 339 belongs to tmp.mount
[   10.580415] systemd[1]: tmp.mount: Mount process exited, code=exited status=0
[   10.580418] systemd[1]: tmp.mount: Changed mounting-done -> mounted
[   10.580536] systemd[1]: Child 340 (systemd-remount) died (code=exited, status=0/SUCCESS)
[   10.580553] systemd[1]: systemd-remount-fs.service: Child 340 belongs to systemd-remount-fs.service
[   10.580559] systemd[1]: systemd-remount-fs.service: Main process exited, code=exited, status=0/SUCCESS
[   10.580658] systemd[1]: systemd-remount-fs.service: Changed start -> exited
[   10.580661] systemd[1]: systemd-remount-fs.service: Job systemd-remount-fs.service/start finished, result=done
[   10.580666] systemd[1]: Started Remount Root and Kernel File Systems.
[   10.580800] systemd[1]: systemd-remount-fs.service: cgroup is empty
[   10.580854] systemd[1]: Child 341 (systemd-sysctl) died (code=exited, status=0/SUCCESS)
[   10.580871] systemd[1]: systemd-sysctl.service: Child 341 belongs to systemd-sysctl.service
[   10.580874] systemd[1]: systemd-sysctl.service: Main process exited, code=exited, status=0/SUCCESS
[   10.581205] systemd[1]: systemd-sysctl.service: Changed start -> exited
[   10.581209] systemd[1]: systemd-sysctl.service: Job systemd-sysctl.service/start finished, result=done
[   10.581214] systemd[1]: Started Apply Kernel Variables.
[   10.581323] systemd[1]: systemd-sysctl.service: cgroup is empty
[   10.581861] systemd[1]: Failed to determine peer security context: Protocol not available
[   10.582548] systemd[1]: Accepted new private connection.
[   10.582563] systemd[1]: systemd-udevd-kernel.socket: Incoming traffic
[   10.582569] systemd[1]: systemd-udevd-kernel.socket: Changed listening -> running
[   10.582649] systemd[1]: systemd-udevd-kernel.socket: Failed to send unit change signal for systemd-udevd-kernel.socket: Transport endpoint is not connected
[   10.582716] systemd[1]: Got disconnect on private connection.
[   10.583071] systemd[1]: Failed to determine peer security context: Protocol not available
[   10.583750] systemd[1]: Accepted new private connection.
[   10.583802] systemd[1]: Failed to determine peer security context: Protocol not available
[   10.584681] systemd[1]: Accepted new private connection.
[   10.584729] systemd[1]: Failed to determine peer security context: Protocol not available
[   10.585413] systemd[1]: Accepted new private connection.
[   10.585481] systemd[1]: Got disconnect on private connection.
[   10.585791] systemd[1]: Failed to determine peer security context: Protocol not available
[   10.586435] systemd[1]: Accepted new private connection.
[   10.586460] systemd[1]: Got disconnect on private connection.
[   10.586693] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[   10.586845] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[   10.586903] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[   10.586945] systemd[1]: Got disconnect on private connection.
[   10.587242] systemd[1]: Got disconnect on private connection.
[   10.587523] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[   10.587591] systemd[1]: Got disconnect on private connection.
[   10.587867] systemd[1]: Got disconnect on private connection.
[   10.588106] systemd[1]: ldconfig.service: ConditionFileNotEmpty=|!/etc/ld.so.cache failed.
[   10.588121] systemd[1]: ldconfig.service: ConditionNeedsUpdate=|/etc failed.
[   10.588123] systemd[1]: ldconfig.service: Starting requested but condition failed. Not starting unit.
[   10.588126] systemd[1]: ldconfig.service: Job ldconfig.service/start finished, result=done
[   10.588302] systemd[1]: systemd-hwdb-update.service: ConditionDirectoryNotEmpty=|/etc/udev/hwdb.d/ failed.
[   10.588309] systemd[1]: systemd-hwdb-update.service: ConditionPathExists=|/etc/udev/hwdb.bin succeeded.
[   10.588459] systemd[1]: systemd-hwdb-update.service: ConditionPathExists=|!/usr/lib/udev/hwdb.bin succeeded.
[   10.588464] systemd[1]: systemd-hwdb-update.service: ConditionNeedsUpdate=/etc failed.
[   10.588466] systemd[1]: systemd-hwdb-update.service: Starting requested but condition failed. Not starting unit.
[   10.588468] systemd[1]: systemd-hwdb-update.service: Job systemd-hwdb-update.service/start finished, result=done
[   10.588477] systemd[1]: systemd-udev-trigger.service: ConditionPathIsReadWrite=/sys succeeded.
[   10.588717] systemd[1]: systemd-udev-trigger.service: About to execute: /usr/bin/udevadm trigger --type=subsystems --action=add
[   10.588906] systemd[1]: systemd-udev-trigger.service: Forked /usr/bin/udevadm as 356
[   10.589055] systemd[1]: systemd-udev-trigger.service: Changed dead -> start
[   10.589065] systemd[1]: Starting udev Coldplug all Devices...
[   10.589355] systemd[1]: systemd-random-seed.service: About to execute: /usr/lib/systemd/systemd-random-seed load
[   10.589461] systemd[1]: systemd-random-seed.service: Forked /usr/lib/systemd/systemd-random-seed as 357
[   10.589542] systemd[1]: systemd-random-seed.service: Changed dead -> start
[   10.589550] systemd[1]: Starting Load/Save Random Seed...
[   10.589651] systemd[1]: systemd-firstboot.service: ConditionFirstBoot=yes failed.
[   10.589653] systemd[1]: systemd-firstboot.service: Starting requested but condition failed. Not starting unit.
[   10.589655] systemd[1]: systemd-firstboot.service: Job systemd-firstboot.service/start finished, result=done
[   10.589686] systemd[1]: systemd-sysusers.service: ConditionNeedsUpdate=/etc failed.
[   10.589687] systemd[1]: systemd-sysusers.service: Starting requested but condition failed. Not starting unit.
[   10.589690] systemd[1]: systemd-sysusers.service: Job systemd-sysusers.service/start finished, result=done
[   10.589727] systemd[1]: systemd-tmpfiles-setup-dev.service: ConditionCapability=CAP_SYS_MODULE succeeded.
[   10.589960] systemd[1]: systemd-tmpfiles-setup-dev.service: About to execute: /usr/bin/systemd-tmpfiles --prefix=/dev --create --boot
[   10.590108] systemd[1]: systemd-tmpfiles-setup-dev.service: Forked /usr/bin/systemd-tmpfiles as 358
[   10.590227] systemd[1]: systemd-tmpfiles-setup-dev.service: Changed dead -> start
[   10.590236] systemd[1]: Starting Create Static Device Nodes in /dev...
[   10.614031] systemd[1]: Received SIGCHLD from PID 358 (systemd-tmpfile).
[   10.614049] systemd[1]: Child 358 (systemd-tmpfile) died (code=exited, status=0/SUCCESS)
[   10.614074] systemd[1]: systemd-tmpfiles-setup-dev.service: Child 358 belongs to systemd-tmpfiles-setup-dev.service
[   10.614082] systemd[1]: systemd-tmpfiles-setup-dev.service: Main process exited, code=exited, status=0/SUCCESS
[   10.614180] systemd[1]: systemd-tmpfiles-setup-dev.service: Changed start -> exited
[   10.614184] systemd[1]: systemd-tmpfiles-setup-dev.service: Job systemd-tmpfiles-setup-dev.service/start finished, result=done
[   10.614193] systemd[1]: Started Create Static Device Nodes in /dev.
[   10.619872] systemd[1]: systemd-tmpfiles-setup-dev.service: cgroup is empty
[   10.619938] systemd[1]: Child 330 (systemd-vconsol) died (code=exited, status=0/SUCCESS)
[   10.619958] systemd[1]: systemd-vconsole-setup.service: Child 330 belongs to systemd-vconsole-setup.service
[   10.619968] systemd[1]: systemd-vconsole-setup.service: Main process exited, code=exited, status=0/SUCCESS
[   10.620051] systemd[1]: systemd-vconsole-setup.service: Changed start -> exited
[   10.620054] systemd[1]: systemd-vconsole-setup.service: Job systemd-vconsole-setup.service/start finished, result=done
[   10.620060] systemd[1]: Started Setup Virtual Console.
[   10.623623] systemd[1]: systemd-vconsole-setup.service: cgroup is empty
[   10.623677] systemd[1]: Received SIGCHLD from PID 330 (n/a).
[   10.623701] systemd[1]: Failed to determine peer security context: Protocol not available
[   10.624304] systemd[1]: Accepted new private connection.
[   10.624320] systemd[1]: Failed to determine peer security context: Protocol not available
[   10.624953] systemd[1]: Accepted new private connection.
[   10.624985] systemd[1]: local-fs-pre.target changed dead -> active
[   10.624988] systemd[1]: local-fs-pre.target: Job local-fs-pre.target/start finished, result=done
[   10.624994] systemd[1]: Reached target Local File Systems (Pre).
[   10.628710] systemd[1]: var-lib-machines.mount: ConditionPathExists=/var/lib/machines.raw failed.
[   10.628713] systemd[1]: var-lib-machines.mount: Starting requested but condition failed. Not starting unit.
[   10.628716] systemd[1]: var-lib-machines.mount: Job var-lib-machines.mount/start finished, result=done
[   10.628740] systemd[1]: systemd-udevd.service: ConditionPathIsReadWrite=/sys succeeded.
[   10.628957] systemd[1]: systemd-udevd.service: About to execute: /usr/lib/systemd/systemd-udevd
[   10.629090] systemd[1]: systemd-udevd.service: Forked /usr/lib/systemd/systemd-udevd as 362
[   10.629166] systemd[1]: systemd-udevd.service: Changed dead -> start
[   10.629178] systemd[1]: Starting udev Kernel Device Manager...
[   10.633280] systemd[1]: Got disconnect on private connection.
[   10.633533] systemd[1]: Got disconnect on private connection.
[   11.039363] systemd[1]: systemd-journald.service: Got notification message from PID 332 (READY=1, STATUS=Processing requests...)
[   11.039375] systemd[1]: systemd-journald.service: Changed start -> running
[   11.039381] systemd[1]: systemd-journald.service: Job systemd-journald.service/start finished, result=done
[   11.039393] systemd[1]: Started Journal Service.
[   11.092266] systemd[1]: systemd-udev-trigger.service: Running next main command for state start.
[   11.148864] systemd-journald[332]: Received request to flush runtime journal from PID 1
[   11.175619] systemd[1]: systemd-udev-trigger.service: Child 375 belongs to systemd-udev-trigger.service
[   11.188779] ACPI: acpi_idle registered with cpuidle
[   11.192986] acpi-cpufreq: overriding BIOS provided _PSD data
[   11.202288] systemd[1]: systemd-udev-trigger.service: Changed start -> exited
[   11.209564] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   11.215883] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[   11.215887] ACPI: Power Button [PWRB]
[   11.215925] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[   11.215927] ACPI: Power Button [PWRF]
[   11.243276] wmi: Mapper loaded
[   11.247055] [drm] Initialized drm 1.1.0 20060810
[   11.260451] ATK0110 ATK0110:00: EC enabled
[   11.277678] sky2: driver version 1.30
[   11.277789] sky2 0000:03:00.0: Yukon-2 Optima chip revision 1
[   11.279418] sky2 0000:03:00.0 eth0: addr 20:cf:30:7f:6d:eb
[   11.287119] snd_hda_intel 0000:06:00.1: Disabling MSI
[   11.287125] snd_hda_intel 0000:06:00.1: Handle VGA-switcheroo audio client
[   11.300626] snd_hda_codec_via hdaudioC0D0: autoconfig for VT2020: line_outs=4 (0x24/0x25/0x26/0x27/0x0) type:line
[   11.300632] snd_hda_codec_via hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   11.300636] snd_hda_codec_via hdaudioC0D0:    hp_outs=1 (0x28/0x0/0x0/0x0/0x0)
[   11.300639] snd_hda_codec_via hdaudioC0D0:    mono: mono_out=0x0
[   11.300641] snd_hda_codec_via hdaudioC0D0:    dig-out=0x2d/0x2e
[   11.300643] snd_hda_codec_via hdaudioC0D0:    inputs:
[   11.300646] snd_hda_codec_via hdaudioC0D0:      Front Mic=0x29
[   11.300649] snd_hda_codec_via hdaudioC0D0:      Rear Mic=0x2b
[   11.300652] snd_hda_codec_via hdaudioC0D0:      Line=0x2a
[   11.316873] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[   11.317073] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[   11.317104] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[   11.317127] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[   11.317150] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[   11.317172] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
[   11.317193] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input13
[   11.317215] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
[   11.317237] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input15
[   11.333859] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B07 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B2F (\_SB_.PCI0.SBRG.ASOC.SMRG) (20150619/utaddress-254)
[   11.333865] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   11.334958] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[   11.335005] sp5100_tco: PCI Revision ID: 0x42
[   11.335037] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
[   11.335047] sp5100_tco: Last reboot was not triggered by watchdog.
[   11.335355] sp5100_tco: initialized (0xffffc90000c70b00). heartbeat=60 sec (nowayout=0)
[   11.406202] cdc_acm 6-3:1.0: ttyACM0: USB ACM device
[   11.408809] usbcore: registered new interface driver cdc_acm
[   11.408811] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   11.451521] EXT4-fs (sdb1): mounting ext3 file system using the ext4 subsystem
[   11.456909] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: data=ordered
[   11.459908] MCE: In-kernel MCE decoding enabled.
[   11.461749] EDAC MC: Ver: 3.0.0
[   11.472273] AMD64 EDAC driver v3.4.0
[   11.472296] EDAC amd64: DRAM ECC disabled.
[   11.472307] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   11.472973] mousedev: PS/2 mouse device common for all mice
[   11.539666] input: PC Speaker as /devices/platform/pcspkr/input/input16
[   11.635807] kvm: Nested Virtualization enabled
[   11.635812] kvm: Nested Paging enabled
[   11.730106] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:06:00.1/sound/card1/input18
[   11.730165] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:06:00.1/sound/card1/input19
[   11.730218] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:06:00.1/sound/card1/input20
[   11.730315] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:06:00.1/sound/card1/input21
[   11.753444] sky2 0000:03:00.0 enp3s0: renamed from eth0
[   11.887480] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: data=ordered
[   12.069291] nvidia: module license 'NVIDIA' taints kernel.
[   12.069296] Disabling lock debugging due to kernel taint
[   12.097861] vgaarb: device changed decodes: PCI:0000:06:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   12.105919] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:06:00.0 on minor 0
[   12.105928] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  340.93  Wed Aug 19 16:49:15 PDT 2015
[   16.816968] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: data=ordered
[   16.841000] microcode: CPU0: new patch_level=0x010000dc
[   16.841011] microcode: CPU1: new patch_level=0x010000dc
[   16.841040] microcode: CPU2: new patch_level=0x010000dc
[   16.841074] microcode: CPU3: new patch_level=0x010000dc
[   16.841108] microcode: CPU4: new patch_level=0x010000dc
[   16.841127] microcode: CPU5: new patch_level=0x010000dc
[   16.986721] sky2 0000:03:00.0 enp3s0: enabling interface
[   16.986906] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[   17.007076] systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 object=n/a interface=n/a member=n/a cookie=5 reply_cookie=4 error=n/a
[   17.020411] systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=5 reply_cookie=0 error=n/a
[   17.033784] systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 object=n/a interface=n/a member=n/a cookie=6 reply_cookie=5 error=n/a
[   17.047094] systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=6 reply_cookie=0 error=n/a
[   17.060428] systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 object=n/a interface=n/a member=n/a cookie=7 reply_cookie=6 error=n/a
[   17.160460] systemd[1]: rt@lynzh.service: Job rt@lynzh.service/start finished, result=failed
[   18.671482] sky2 0000:03:00.0 enp3s0: Link is up at 100 Mbps, full duplex, flow control rx
[   18.671563] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[   34.604466] NVRM: Your system is not currently configured to drive a VGA console
[   34.604470] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[   34.604472] NVRM: requires the use of a text-mode VGA console. Use of other console
[   34.604473] NVRM: drivers including, but not limited to, vesafb, may result in
[   34.604474] NVRM: corruption and stability problems, and is not supported.
[  153.868478] fuse init (API version 7.23)
[  158.764873] FAT-fs (sde1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[34177.577359] systemd[1]: shadow.timer: Changed waiting -> running
[34177.590832] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/shadow_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=306 reply_cookie=0 error=n/a
[34177.604049] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/shadow_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=307 reply_cookie=0 error=n/a
[34177.620704] systemd[1]: man-db.timer: Timer elapsed.
[69746.269123] perf interrupt took too long (2503 > 2495), lowering kernel.perf_event_max_sample_rate to 50100
[87410.877023] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dclean_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=356 reply_cookie=0 error=n/a
[87410.890528] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dclean_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=357 reply_cookie=0 error=n/a
[87410.903772] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/1973 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=358 reply_cookie=0 error=n/a
[87410.916997] systemd[1]: systemd-journald.service: Got notification message from PID 332 (WATCHDOG=1)
[87411.003681] systemd[1]: systemd-tmpfiles-clean.timer: Monotonic timer elapses in 23h 59min 59.869777s.
[120539.172869] systemd[1]: shadow.timer: Changed waiting -> running
[120539.186150] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/shadow_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=370 reply_cookie=0 error=n/a
[120539.199523] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/shadow_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=371 reply_cookie=0 error=n/a
[120539.212843] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=372 reply_cookie=0 error=n/a
[120539.246164] systemd[1]: man-db.timer: Changed waiting -> running
[120539.259539] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/man_2ddb_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=373 reply_cookie=0 error=n/a
[120539.286182] systemd[1]: man-db.service: Changed dead -> start
[120539.312861] systemd[1]: logrotate.service: Changed dead -> start
[120539.332906] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/logrotate_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=377 reply_cookie=0 error=n/a
[120539.346297] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/shadow_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=379 reply_cookie=0 error=n/a
[120539.415205] systemd[1]: Child 10148 (logrotate) died (code=exited, status=0/SUCCESS)
[130585.674927] systemd[1]: Sent message type=method_return sender=n/a destination=:1.1 object=n/a interface=n/a member=n/a cookie=407 reply_cookie=188 error=n/a
[130585.688305] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=408 reply_cookie=0 error=n/a
[130585.701739] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=409 reply_cookie=0 error=n/a
[130585.714892] systemd[1]: session-c3.scope changed dead -> running
[130585.738244] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=410 reply_cookie=0 error=n/a
[130585.753455] systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 object=n/a interface=n/a member=n/a cookie=69 reply_cookie=411 error=n/a
[130585.764902] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/session_2dc3_2escope interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=412 reply_cookie=0 error=n/a
[132332.141489] systemd[1]: Child 10225 (zsh) died (code=exited, status=1/FAILURE)
[132332.154342] systemd[1]: Received SIGCHLD from PID 5421 (gnome-keyring-d).
[136679.113149] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/2297 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=417 reply_cookie=0 error=n/a
[137140.941805] systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetNameOwner cookie=458 reply_cookie=0 error=n/a
[155381.716811] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=468 reply_cookie=0 error=n/a
[155381.730100] systemd[1]: Got message type=method_call sender=:1.1 destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1/unit/session_2dc3_2escope interface=org.freedesktop.DBus.Properties member=Get cookie=252 reply_cookie=0 error=n/a
[155381.743434] systemd[1]: session-c3.scope: Failed to load configuration: No such file or directory
[155381.756736] systemd[1]: Sent message type=method_return sender=n/a destination=:1.1 object=n/a interface=n/a member=n/a cookie=469 reply_cookie=252 error=n/a
[155381.773451] systemd[1]: Got message type=method_call sender=:1.1 destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1/unit/session_2dc3_2escope interface=org.freedesktop.DBus.Properties member=Get cookie=253 reply_cookie=0 error=n/a
[155381.796789] systemd[1]: session-c3.scope: Collecting.
[155381.810452] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=473 reply_cookie=0 error=n/a
[173832.744163] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dclean_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=479 reply_cookie=0 error=n/a
[173832.757511] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/2617 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=480 reply_cookie=0 error=n/a
[173832.780872] systemd[1]: Received SIGCHLD from PID 12686 (systemd-tmpfile).
[173832.794190] systemd[1]: Child 12686 (systemd-tmpfile) died (code=exited, status=0/SUCCESS)
[173832.847566] systemd[1]: systemd-tmpfiles-clean.timer: Got notified about unit deactivation.
[173832.867557] systemd[1]: systemd-tmpfiles-clean.service: cgroup is empty
[173832.910914] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[188631.663254] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/session_2dc4_2escope interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=501 reply_cookie=0 error=n/a
[188631.676287] systemd[1]: Received SIGCHLD from PID 11776 (tmux).
[188631.689624] systemd[1]: Child 11776 (tmux) died (code=exited, status=1/FAILURE)
[188631.769652] systemd[1]: session-c4.scope: Collecting.
[192316.438011] HTMLController [17570]: segfault at 68 ip 00000000ef4db6fe sp 00000000ef3e6e30 error 4 in chromehtml.so[ef4cb000+13d000]
[194247.074966] HTMLController [20026]: segfault at 58 ip 00000000ef3636fe sp 00000000ef281e30 error 4 in chromehtml.so[ef353000+13d000]

I used the nvidia-beta driver, the nvidia-lts 355.11-5 driver and now on nvidia-340xx -- Should I be adding nvidia to the hooks array in mkinitcpio.conf as described in https://wiki.archlinux.org/index.php/NV … nel_update? Im at a loss for what to do, also, some of my steam games are without sound like FTL, though I have sound in CSGO and SCII both.

Offline

#2 2015-11-12 20:28:20

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

Re: 30-60 FPS with nvidia

You have the wrong driver. GT 400 and newer use nvidia, not the 340xx. Have you had a look at the steam forums? GO had performance problems on Linux from time to time.

Last edited by Awebb (2015-11-12 20:29:41)

Offline

#3 2015-11-13 01:11:11

lynzh
Member
Registered: 2015-10-16
Posts: 5

Re: 30-60 FPS with nvidia

I updated to the newest nvidia driver now

lynzh@effort ~ (git)-[master] % pacman -Ss nvidia | grep installed
extra/libvdpau 1.1.1-1 [installed]
extra/nvidia 355.11-4 [installed]
extra/nvidia-libgl 355.11-1 [installed]
extra/nvidia-utils 355.11-1 [installed]
extra/xf86-video-nouveau 1.0.11-3 (xorg-drivers xorg) [installed]
multilib/lib32-nvidia-libgl 355.11-1 [installed]
multilib/lib32-nvidia-utils 355.11-1 [installed]
multilib/lib32-opencl-nvidia 355.11-1 [installed]

The FPS increase in CSGO is no different, I swing from 60-90, in the heat of swinging, hopping and dropping enemies, the FPS goes down to 20-30..

I wanna give a big thanks out to the arch community, I have learned a lot setting up my workstation comp, reading wikis, tweaking and tuning my system, and actually trying to learn something.

Offline

#4 2015-11-13 08:19:01

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

Re: 30-60 FPS with nvidia

You also have a sound problem, right? Read the Steam wiki page, there should be a note about lib32 alsa and pulse libraries you need for 32bit games.

For the FPS problem, let's rule out Gnome and the way it handles 3D applications as a possible culprit:
1. Your log looks like you run X and not Wayland, is that correct? Running Wayland without xwayland would mean all X applications only run in software mode. Not very likely, but I'd check this.
2. Try starting Steam in big picture mode as a standalone session and compare the frame rates there. See the Steam wiki page.

Let's also rule out library problems, read the Steam wiki article and find the passage about using native vs. the Steam runtime.

I haven't played GO in ages. I'll install it on both partitions and see for myself. How do you measure the FPS?

Offline

#5 2015-11-13 11:12:31

DarkCerberus
Banned
From: Holsworthy, Devon
Registered: 2011-12-31
Posts: 252

Re: 30-60 FPS with nvidia

The difference in the FPS could be VBlank related - could you enter the nvidia control panel app and turn off "sync to VBlank" in the OpenGL section and then check with glxgears -info in terminal - to see if the speed has improved.... On mine if VBlank is off I get the FPS Speed of 100438 frames in 5.0 seconds = 20087.543 FPS


Our enemies are your enemies, Nick. Disorder, war. It's just a matter of time before a dirty bomb goes off in Moscow, or an EMP fries Chicago.  ---  Alexander Pierce, Captain America: Winter Soldier
Access Denied! De-cryption failed, override denied all files sealed! --- Triskelion, Shield OS
-----
How to ask questions the smart way

Offline

#6 2015-11-13 15:57:35

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

Re: 30-60 FPS with nvidia

DarkCerberus is right. Windows gives me 180-220 FPS, Linux on a GTX 970m gives me 60fps with framedrops to 20. If I run steam with vblank_mode=0, then it's between 120 and 280 fps.

Offline

#7 2015-11-22 05:27:52

lynzh
Member
Registered: 2015-10-16
Posts: 5

Re: 30-60 FPS with nvidia

DarkCerberus wrote:

The difference in the FPS could be VBlank related - could you enter the nvidia control panel app and turn off "sync to VBlank" in the OpenGL section and then check with glxgears -info in terminal - to see if the speed has improved.... On mine if VBlank is off I get the FPS Speed of 100438 frames in 5.0 seconds = 20087.543 FPS

Thanks man, I feel like I owe you guys a response since I started this thread. 
I did the changes to VBlank and got a huge FPS increase in

glxgears -info
62960 frames in 5.0 seconds = 12591.978 FPS

Although in games like CSGO nothing is different that I could tell, diablo lags like a mfer -- but that is through wine so Im just not expecting that to run smoothly at all. Through steam I can play the witcher 2 on medium 1080p settings and some tweaking can probably remove the stuttering, im not sure what else to do.

Hearthstone works through wine and I am grateful for that, although It has to be played on low settings without sound due to

ALSA lib pcm.c:7963:(snd_pcm_recover) underrun occurred

and in my /etc/pulse/daemon.conf I have changed

default-fragments = 64 
default-fragment-size-msec = 25

But to no avail. Thanks for all the help so far.


Awebb wrote:

1. Your log looks like you run X and not Wayland, is that correct? Running Wayland without xwayland would mean all X applications only run in software mode. Not very likely, but I'd check this.
2. Try starting Steam in big picture mode as a standalone session and compare the frame rates there. See the Steam wiki page.

Let's also rule out library problems, read the Steam wiki article and find the passage about using native vs. the Steam runtime.

I haven't played GO in ages. I'll install it on both partitions and see for myself. How do you measure the FPS?

To measure the FPS open a console and type

net graph 3

Witcher 2 has sound and so does CSGO, havent checked XCOM/CiV5 yet but they probably do.

I seem to have xwayland packages installed due to

lynzh@effort ~ (git)-[master] % pacman -Ss wayland | egrep "installed"      :(
extra/wayland 1.9.0-1 [installed]
extra/xorg-server-xwayland 1.17.4-2 [installed]
multilib/lib32-wayland 1.9.0-1 [installed]

But its still possible that I run games in software mode? According to the graphics tab of Witcher 2 I could choose between Opengl 2.1 or 3.2 so there is that.

So thats where I am at right now. Am I running wayland due to these packages being installed or should I follow the wiki and use weston to animate windows?

Offline

#8 2015-11-22 11:33:18

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,076

Re: 30-60 FPS with nvidia

If you are using Nvida drivers you aren't using wayland/weston so don't break your head over it, and you likely would be MUCH slower than 30-60 FPS if the games ran with software rendering. Easiest way to confirm would be a

glxinfo | grep OpenGL

  I still believe this to be a Vsync/Vblank related issue because 30/60 are exactly the kind of values you get with VSync on a 60Hz monitor. Either you have Vsync enabled in the games, or GNOME fails to redirect the windows properly. Have you tried running the games in a more conservative  WM that doesn't implement/let's you turn off compositing? e.g. Openbox or similar.

As  for the sound issues, have you installed pulseaudio-alsa and (lib32-)alsa-plugins? That said the newest release of Wine now includes a pulseaudio driver so most issues with that should be a thing of the past™

PS: Because my OCD is tingling, if you only want to find packages installed on your system

pacman -Qs package

is more efficient since you don't need to do a server roundtrip, get loads of unrelated data and then filter that for the ones you actually have installed

Offline

#9 2015-11-22 12:09:12

Dedal
Member
Registered: 2015-04-18
Posts: 10

Re: 30-60 FPS with nvidia

Why do you expect windows games to have the same porformance under Wine???

Offline

#10 2015-11-22 12:27:04

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,076

Re: 30-60 FPS with nvidia

@Dedal he doesn't where did you read that? CSGO has a linux client

Offline

#11 2015-11-22 13:15:40

Dedal
Member
Registered: 2015-04-18
Posts: 10

Re: 30-60 FPS with nvidia

V1del wrote:

@Dedal he doesn't where did you read that? CSGO has a linux client

Maybe I misread something but:

Hey there, ive managed to install Steam 64bit and battlenet with 32bit wine.

I have noticed with CSGO in steam I get around 60-70 FPS in the heat of  battle wheras on win10 I would have ~300 fps constantly
with Stacraft II I sit on ~30 FPS ingame and 60 in the menu, the menu also uses an absurd long loading time between menu options and just generally loading the game

Yes, I know that CSGO has a linux client but does OP know?

Offline

#12 2015-11-25 18:42:12

lynzh
Member
Registered: 2015-10-16
Posts: 5

Re: 30-60 FPS with nvidia

Dedal wrote:

Yes, I know that CSGO has a linux client but does OP know?

I am using Steam's Linux client.


I found a post concering wine and sound over on the newbie corner https://bbs.archlinux.org/viewtopic.php … 3#p1054713 
and I've installed the list of apps like a dumbass with no change to wine's gamesound, excempt from this list I could not find

lib32-openal-git 20120207-1
openal-git 20120207-1
wine-fox 1.4rc2-1

and I havent found pulseaudio version 4 which people seem to say makes it work again.

I am gonna update my installed packages with pacman and rethink the way I am searching for packages again.

Edit:

Alright, I installed openbox, I got sound in SC II to work by setting the output to "Out: Default ((null))" I noticed its choppiness to be miniscule now.

My settings in /etc/pulse/daemon.conf now look like

default-fragments = 5000 
default-fragment-size-msec = 60000

No idea what these do, again I am fumbling blind through this process, I feel like I should have made a recipe as I was making changes.

I wish there was a way to set the sound settings in hearthstone aswell.

Last edited by lynzh (2015-11-25 19:25:45)

Offline

#13 2015-11-25 21:24:49

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,076

Re: 30-60 FPS with nvidia

The post you linked is three years old you shouldn't follow advice this old to the tee, even though there's nothing harmful in there package wise except the ones you didn't find which is good, revert the fragments to what they were these numbers are ridiculous and would hurt more than help if they were actually being used which they likely aren't by your soundchip. Wine should be using pulseaudio as of 1.7.55, if it doesn't, you could try using wine-staging since I know for certain that staging does, open up winecfg go to the audio tab and verify that  it is using winepulse.drv. Anything in the terminal when you start starcraft that would give a hint as to why it lacks/has bad sound?

Also in which windows version are you executing wine? try to lower that to winxp which often helps with cases like these, and are you using a real win32 wine prefix?

Last edited by V1del (2015-11-25 21:35:23)

Offline

#14 2015-11-25 22:54:59

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

Re: 30-60 FPS with nvidia

Tried this already?

Awebb wrote:

DarkCerberus is right. Windows gives me 180-220 FPS, Linux on a GTX 970m gives me 60fps with framedrops to 20. If I run steam with vblank_mode=0, then it's between 120 and 280 fps.

Offline

#15 2015-11-26 03:49:16

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: 30-60 FPS with nvidia

I just started CS:GO and went into a local match against bots. When I do cl_showfps 1, I see the normal close-to-300fps with a GTX 680 and i5-3570k (overclocked). I didn't do anything special for VSync. It works for me just through disabling it in the game's options menu, but like people mentioned you could try to force this manually from the outside to make sure that it does exactly what you want.

That "vblank_mode=0" for the environment that was mentioned does not work with NVIDIA. With the NVIDIA drivers, forcing the VSync setting for one particular program works through "__GL_SYNC_TO_VBLANK=0". To do it for one particular game in Steam, you right-click on the game in the Library and select Properties. Click on the "set launch options" that's somewhere on the first tab of the Properties window. For CS:GO, put something like this in the input box that opens:

__GL_SYNC_TO_VBLANK=0 %command% -novid

Last edited by Ropid (2015-11-26 03:50:58)

Offline

#16 2015-11-26 17:10:25

lynzh
Member
Registered: 2015-10-16
Posts: 5

Re: 30-60 FPS with nvidia

V1del wrote:

The post you linked is three years old you shouldn't follow advice this old to the tee, even though there's nothing harmful in there package wise except the ones you didn't find which is good, revert the fragments to what they were these numbers are ridiculous and would hurt more than help if they were actually being used which they likely aren't by your soundchip. Wine should be using pulseaudio as of 1.7.55, if it doesn't, you could try using wine-staging since I know for certain that staging does, open up winecfg go to the audio tab and verify that  it is using winepulse.drv. Anything in the terminal when you start starcraft that would give a hint as to why it lacks/has bad sound?

Also in which windows version are you executing wine? try to lower that to winxp which often helps with cases like these, and are you using a real win32 wine prefix?

I went in to winecfg yesterday and I saw what was wrong, on the audio tab I had selected a different audio output for output, I changed it to default and wham. Sound in Hearthstone! That is wicked man thank you.


Ropid wrote:

That "vblank_mode=0" for the environment that was mentioned does not work with NVIDIA. With the NVIDIA drivers, forcing the VSync setting for one particular program works through "__GL_SYNC_TO_VBLANK=0". To do it for one particular game in Steam, you right-click on the game in the Library and select Properties. Click on the "set launch options" that's somewhere on the first tab of the Properties window. For CS:GO, put something like this in the input box that opens:

__GL_SYNC_TO_VBLANK=0 %command% -novid

I edited the launch options to include

__GL_SYNC_TO_VBLANK=0 -novid

and theres no visible change to me ingame. I dont know.

Offline

#17 2015-11-27 03:54:54

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: 30-60 FPS with nvidia

lynzh wrote:

I edited the launch options to include

__GL_SYNC_TO_VBLANK=0 -novid

and theres no visible change to me ingame. I dont know.

You are right, I tested this here again and it does nothing for me in CS:GO (I tried Borderlands2 and it works for that game). I tried both "__GL_SYNC_TO_VBLANK=1 %command%" and with "0", and it simply does nothing.

For me, it always does exactly what I've set in CS:GO's in-game graphics options menu. Like, when I have vsync disabled in the menu then fps are unlocked, and when I have it set to double-buffer there, it's at 60fps.

EDIT: Perhaps something in xorg.conf helps to make this work right for me. My config files in /etc/X11/xorg.conf.d/ look like this:

$ tail -n +1 /etc/X11/xorg.conf.d/*
==> /etc/X11/xorg.conf.d/00-keyboard.conf <==
# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us"
        Option "XkbVariant" "altgr-intl"
EndSection

==> /etc/X11/xorg.conf.d/20-nvidia.conf <==
Section "Device"
    Identifier     "NVIDIA GPU"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option "Coolbits" "28"
    Option "TripleBuffer" "False"
    Option "FlatPanelProperties" "Dithering = Disabled"
    Option "RegistryDwords" "OGL_MaxFramesAllowed=0x1"
EndSection

==> /etc/X11/xorg.conf.d/50-mouse.conf <==
Section "InputClass"
        Identifier "My Mouse"
	MatchIsPointer "yes"

	# evdev
	Option "AccelerationProfile" "-1"
	Option "AccelerationScheme" "none"

        # libinput
        #Option "AccelProfile" "flat"
EndSection

I have no /etc/X11/xorg.conf.

Last edited by Ropid (2015-11-27 04:07:22)

Offline

Board footer

Powered by FluxBB