[url]Gfx card: ROG STRIX-GTX1080-A8G-GAMING
Distribution: Fedora 24 (64bit)
Nvidia driver: NVIDIA-Linux-x86_64-367.57.run
Monitor: ASUS PA246
I found that i am unable to get vsync working on linux (on windows it works fine) using the monitors default resolution of 1920x1200 and refresh rate of 59.95 hz.
Using firefox and the website https://www.vsynctester.com/ I can see that on Linux it assumes a monitor refresh rate of 60.00 hz while on Windows it assumes the correct refresh rate of 59.95 hz.
Both Nvidia control panel and xrandr correctly reports that the monitor is running at 59.95 hz.
I think there must be some bug in the linux driver, causing it to always refresh the image 60 times per second, even though the monitor is running at a different rate.
If i using xrandr use the resolution 1920x1080 and refresh rate of 60.00 hz - vsync works fine… If i use 1920x1080 with different refresh rate than 60 - the problem also appears for this resolution.
Screenshot of vsync tester: http://imgur.com/a/sbQZC
xrandr table
DP-2 connected primary 1920x1200+0+0 (normal left inverted right x axis y axis) 546mm x 352mm
1920x1200 59.95*+
1920x1080 60.00 59.99 59.94 50.00 60.05 60.00 50.04
1680x1050 59.95
1600x1200 60.00
1440x900 59.89
1366x768 59.79
1280x1024 75.02 60.02
1280x960 60.00
1280x720 60.00 59.94 50.00
1152x864 75.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
720x576 50.00
720x480 59.94
640x480 75.00 72.81 59.94 59.93
xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 367.57 (buildmeister@swio-display-x64-rhel04-13) Mon Oct 3 21:41:11 PDT 2016
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
FontPath "/usr/share/fonts/default/Type1"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "Monitor"
# HorizSync source: xconfig, VertRefresh source: xconfig
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Ancor Communications Inc PA246"
HorizSync 30.0 - 83.0
VertRefresh 50.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1080"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-5"
Option "metamodes" "nvidia-auto-select +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Xorg.0.log
[ 90.315]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 90.315] X Protocol Version 11, Revision 0
[ 90.315] Build Operating System: 4.6.4-301.fc24.x86_64
[ 90.315] Current Operating System: Linux localhost.localdomain 4.8.4-200.fc24.x86_64 #1 SMP Tue Oct 25 13:06:04 UTC 2016 x86_64
[ 90.315] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.8.4-200.fc24.x86_64 root=UUID=1af299c8-0c15-4bef-b0ca-51fff97c4d60 ro rhgb quiet LANG=en_DK.UTF-8
[ 90.315] Build Date: 25 August 2016 05:27:31PM
[ 90.315] Build ID: xorg-x11-server 1.18.4-4.fc24
[ 90.315] Current version of pixman: 0.34.0
[ 90.315] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 90.315] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 90.315] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 3 23:27:43 2016
[ 90.315] (==) Using config file: "/etc/X11/xorg.conf"
[ 90.315] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 90.315] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 90.315] (==) ServerLayout "Layout0"
[ 90.315] (**) |-->Screen "Screen0" (0)
[ 90.315] (**) | |-->Monitor "Monitor0"
[ 90.315] (**) | |-->Device "Device0"
[ 90.315] (**) |-->Input Device "Keyboard0"
[ 90.315] (**) |-->Input Device "Mouse0"
[ 90.315] (**) Option "Xinerama" "0"
[ 90.315] (==) Automatically adding devices
[ 90.315] (==) Automatically enabling devices
[ 90.315] (==) Automatically adding GPU devices
[ 90.315] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 90.315] (**) FontPath set to:
/usr/share/fonts/default/Type1,
catalogue:/etc/X11/fontpath.d,
built-ins
[ 90.315] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 90.315] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 90.315] (WW) Disabling Keyboard0
[ 90.315] (WW) Disabling Mouse0
[ 90.315] (II) Loader magic: 0x824dc0
[ 90.315] (II) Module ABI versions:
[ 90.315] X.Org ANSI C Emulation: 0.4
[ 90.315] X.Org Video Driver: 20.0
[ 90.315] X.Org XInput driver : 22.1
[ 90.315] X.Org Server Extension : 9.0
[ 90.316] (++) using VT number 1
[ 90.316] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 90.316] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 90.317] (--) PCI:*(0:1:0:0) 10de:1b80:1043:85aa rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 90.317] (II) LoadModule: "glx"
[ 90.317] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 90.319] (II) Module glx: vendor="NVIDIA Corporation"
[ 90.319] compiled for 4.0.2, module version = 1.0.0
[ 90.319] Module class: X.Org Server Extension
[ 90.319] (II) NVIDIA GLX Module 367.57 Mon Oct 3 20:28:17 PDT 2016
[ 90.319] (II) LoadModule: "nvidia"
[ 90.319] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 90.319] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 90.319] compiled for 4.0.2, module version = 1.0.0
[ 90.319] Module class: X.Org Video Driver
[ 90.319] (II) NVIDIA dlloader X Driver 367.57 Mon Oct 3 20:03:48 PDT 2016
[ 90.319] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 90.321] (II) Loading sub module "fb"
[ 90.321] (II) LoadModule: "fb"
[ 90.321] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 90.321] (II) Module fb: vendor="X.Org Foundation"
[ 90.321] compiled for 1.18.4, module version = 1.0.0
[ 90.321] ABI class: X.Org ANSI C Emulation, version 0.4
[ 90.321] (II) Loading sub module "wfb"
[ 90.321] (II) LoadModule: "wfb"
[ 90.322] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 90.322] (II) Module wfb: vendor="X.Org Foundation"
[ 90.322] compiled for 1.18.4, module version = 1.0.0
[ 90.322] ABI class: X.Org ANSI C Emulation, version 0.4
[ 90.322] (II) Loading sub module "ramdac"
[ 90.322] (II) LoadModule: "ramdac"
[ 90.322] (II) Module "ramdac" already built-in
[ 90.322] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 90.322] (==) NVIDIA(0): RGB weight 888
[ 90.322] (==) NVIDIA(0): Default visual is TrueColor
[ 90.322] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 90.322] (**) NVIDIA(0): Option "Stereo" "0"
[ 90.322] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-5"
[ 90.322] (**) NVIDIA(0): Option "SLI" "Off"
[ 90.322] (**) NVIDIA(0): Option "MultiGPU" "Off"
[ 90.322] (**) NVIDIA(0): Option "BaseMosaic" "off"
[ 90.322] (**) NVIDIA(0): Stereo disabled by request
[ 90.322] (**) NVIDIA(0): NVIDIA SLI disabled.
[ 90.322] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[ 90.322] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0"
[ 90.322] (**) NVIDIA(0): Enabling 2D acceleration
[ 90.836] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 90.836] (--) NVIDIA(0): DFP-0
[ 90.836] (--) NVIDIA(0): DFP-1
[ 90.836] (--) NVIDIA(0): DFP-2
[ 90.836] (--) NVIDIA(0): DFP-3
[ 90.836] (--) NVIDIA(0): DFP-4
[ 90.836] (--) NVIDIA(0): DFP-5 (boot)
[ 90.836] (--) NVIDIA(0): DFP-6
[ 90.836] (--) NVIDIA(0): DFP-0: disconnected
[ 90.836] (--) NVIDIA(0): DFP-0: Internal TMDS
[ 90.836] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[ 90.836] (--) NVIDIA(0):
[ 90.836] (--) NVIDIA(0): DFP-1: disconnected
[ 90.836] (--) NVIDIA(0): DFP-1: Internal TMDS
[ 90.836] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
[ 90.836] (--) NVIDIA(0):
[ 90.836] (--) NVIDIA(0): DFP-2: disconnected
[ 90.836] (--) NVIDIA(0): DFP-2: Internal TMDS
[ 90.836] (--) NVIDIA(0): DFP-2: 330.0 MHz maximum pixel clock
[ 90.836] (--) NVIDIA(0):
[ 90.836] (--) NVIDIA(0): DFP-3: disconnected
[ 90.836] (--) NVIDIA(0): DFP-3: Internal DisplayPort
[ 90.836] (--) NVIDIA(0): DFP-3: 1440.0 MHz maximum pixel clock
[ 90.836] (--) NVIDIA(0):
[ 90.836] (--) NVIDIA(0): DFP-4: disconnected
[ 90.836] (--) NVIDIA(0): DFP-4: Internal TMDS
[ 90.836] (--) NVIDIA(0): DFP-4: 330.0 MHz maximum pixel clock
[ 90.836] (--) NVIDIA(0):
[ 90.837] (--) NVIDIA(0): Ancor Communications Inc PA246 (DFP-5): connected
[ 90.837] (--) NVIDIA(0): Ancor Communications Inc PA246 (DFP-5): Internal DisplayPort
[ 90.837] (--) NVIDIA(0): Ancor Communications Inc PA246 (DFP-5): 1440.0 MHz maximum pixel clock
[ 90.837] (--) NVIDIA(0):
[ 90.837] (--) NVIDIA(0): DFP-6: disconnected
[ 90.837] (--) NVIDIA(0): DFP-6: Internal TMDS
[ 90.837] (--) NVIDIA(0): DFP-6: 330.0 MHz maximum pixel clock
[ 90.837] (--) NVIDIA(0):
[ 90.838] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1080 (GP104-A) at PCI:1:0:0 (GPU-0)
[ 90.838] (--) NVIDIA(0): Memory: 8388608 kBytes
[ 90.838] (--) NVIDIA(0): VideoBIOS: 86.04.17.00.e3
[ 90.838] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 90.838] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 90.838] (**) NVIDIA(0): device Ancor Communications Inc PA246 (DFP-5) (Using EDID
[ 90.838] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
[ 90.842] (II) NVIDIA(0): Validated MetaModes:
[ 90.842] (II) NVIDIA(0): "nvidia-auto-select+0+0"
[ 90.842] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200
[ 90.848] (--) NVIDIA(0): DPI set to (93, 95); computed from "UseEdidDpi" X config
[ 90.848] (--) NVIDIA(0): option
[ 90.848] (--) Depth 24 pixmap format is 32 bpp
[ 90.849] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[ 90.849] (II) NVIDIA: access.
[ 90.851] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 90.851] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 90.851] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 90.851] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 90.851] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 90.851] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 90.851] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 90.851] (II) NVIDIA(0): Config Options in the README.
[ 90.861] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0"
[ 90.932] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 90.932] (==) NVIDIA(0): Backing store enabled
[ 90.932] (==) NVIDIA(0): Silken mouse enabled
[ 90.932] (**) NVIDIA(0): DPMS enabled
[ 90.932] (II) Loading sub module "dri2"
[ 90.932] (II) LoadModule: "dri2"
[ 90.932] (II) Module "dri2" already built-in
[ 90.932] (II) NVIDIA(0): [DRI2] Setup complete
[ 90.932] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 90.932] (--) RandR disabled
[ 90.934] (II) SELinux: Disabled on system
[ 90.934] (II) Initializing extension GLX
[ 90.934] (II) Indirect GLX disabled.
[ 90.954] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 90.954] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 90.954] (**) Power Button: Applying InputClass "system-keyboard"
[ 90.954] (II) LoadModule: "evdev"
[ 90.954] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 90.954] (II) Module evdev: vendor="X.Org Foundation"
[ 90.954] compiled for 1.18.3, module version = 2.10.3
[ 90.954] Module class: X.Org XInput Driver
[ 90.954] ABI class: X.Org XInput driver, version 22.1
[ 90.954] (II) Using input driver 'evdev' for 'Power Button'
[ 90.954] (**) Power Button: always reports core events
[ 90.954] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 90.954] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 90.954] (--) evdev: Power Button: Found keys
[ 90.954] (II) evdev: Power Button: Configuring as keyboard
[ 90.954] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 90.954] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 90.954] (**) Option "xkb_rules" "evdev"
[ 90.954] (**) Option "xkb_layout" "dk"
[ 90.961] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 90.961] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 90.961] (**) Power Button: Applying InputClass "system-keyboard"
[ 90.961] (II) Using input driver 'evdev' for 'Power Button'
[ 90.961] (**) Power Button: always reports core events
[ 90.961] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 90.961] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 90.961] (--) evdev: Power Button: Found keys
[ 90.961] (II) evdev: Power Button: Configuring as keyboard
[ 90.961] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 90.961] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 90.961] (**) Option "xkb_rules" "evdev"
[ 90.961] (**) Option "xkb_layout" "dk"
[ 90.962] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 90.962] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 90.962] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 90.962] (II) Using input driver 'evdev' for 'Sleep Button'
[ 90.962] (**) Sleep Button: always reports core events
[ 90.962] (**) evdev: Sleep Button: Device: "/dev/input/event0"
[ 90.962] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 90.962] (--) evdev: Sleep Button: Found keys
[ 90.962] (II) evdev: Sleep Button: Configuring as keyboard
[ 90.962] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 90.962] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 90.962] (**) Option "xkb_rules" "evdev"
[ 90.962] (**) Option "xkb_layout" "dk"
[ 90.962] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event8)
[ 90.962] (II) No input driver specified, ignoring this device.
[ 90.962] (II) This device may have been added with another device file.
[ 90.962] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
[ 90.962] (II) No input driver specified, ignoring this device.
[ 90.962] (II) This device may have been added with another device file.
[ 90.962] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event10)
[ 90.962] (II) No input driver specified, ignoring this device.
[ 90.962] (II) This device may have been added with another device file.
[ 90.962] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event11)
[ 90.962] (II) No input driver specified, ignoring this device.
[ 90.962] (II) This device may have been added with another device file.
[ 90.962] (II) config/udev: Adding input device Logitech Logitech G710 Keyboard (/dev/input/event3)
[ 90.962] (**) Logitech Logitech G710 Keyboard: Applying InputClass "evdev keyboard catchall"
[ 90.962] (**) Logitech Logitech G710 Keyboard: Applying InputClass "system-keyboard"
[ 90.962] (II) Using input driver 'evdev' for 'Logitech Logitech G710 Keyboard'
[ 90.962] (**) Logitech Logitech G710 Keyboard: always reports core events
[ 90.962] (**) evdev: Logitech Logitech G710 Keyboard: Device: "/dev/input/event3"
[ 90.962] (--) evdev: Logitech Logitech G710 Keyboard: Vendor 0x46d Product 0xc24d
[ 90.962] (--) evdev: Logitech Logitech G710 Keyboard: Found keys
[ 90.962] (II) evdev: Logitech Logitech G710 Keyboard: Configuring as keyboard
[ 90.962] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:0d:00.0/usb5/5-1/5-1:1.0/0003:046D:C24D.0001/input/input6/event3"
[ 90.962] (II) XINPUT: Adding extended input device "Logitech Logitech G710 Keyboard" (type: KEYBOARD, id 9)
[ 90.962] (**) Option "xkb_rules" "evdev"
[ 90.962] (**) Option "xkb_layout" "dk"
[ 90.963] (II) config/udev: Adding input device Logitech Logitech G710 Keyboard (/dev/input/event4)
[ 90.963] (**) Logitech Logitech G710 Keyboard: Applying InputClass "evdev keyboard catchall"
[ 90.963] (**) Logitech Logitech G710 Keyboard: Applying InputClass "system-keyboard"
[ 90.963] (II) Using input driver 'evdev' for 'Logitech Logitech G710 Keyboard'
[ 90.963] (**) Logitech Logitech G710 Keyboard: always reports core events
[ 90.963] (**) evdev: Logitech Logitech G710 Keyboard: Device: "/dev/input/event4"
[ 90.963] (--) evdev: Logitech Logitech G710 Keyboard: Vendor 0x46d Product 0xc24d
[ 90.963] (--) evdev: Logitech Logitech G710 Keyboard: Found keys
[ 90.963] (II) evdev: Logitech Logitech G710 Keyboard: Configuring as keyboard
[ 90.963] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:0d:00.0/usb5/5-1/5-1:1.1/0003:046D:C24D.0002/input/input7/event4"
[ 90.963] (II) XINPUT: Adding extended input device "Logitech Logitech G710 Keyboard" (type: KEYBOARD, id 10)
[ 90.963] (**) Option "xkb_rules" "evdev"
[ 90.963] (**) Option "xkb_layout" "dk"
[ 90.963] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event5)
[ 90.963] (**) Logitech Gaming Mouse G502: Applying InputClass "evdev pointer catchall"
[ 90.963] (II) Using input driver 'evdev' for 'Logitech Gaming Mouse G502'
[ 90.963] (**) Logitech Gaming Mouse G502: always reports core events
[ 90.963] (**) evdev: Logitech Gaming Mouse G502: Device: "/dev/input/event5"
[ 91.015] (--) evdev: Logitech Gaming Mouse G502: Vendor 0x46d Product 0xc07d
[ 91.015] (--) evdev: Logitech Gaming Mouse G502: Found 20 mouse buttons
[ 91.015] (--) evdev: Logitech Gaming Mouse G502: Found scroll wheel(s)
[ 91.015] (--) evdev: Logitech Gaming Mouse G502: Found relative axes
[ 91.015] (--) evdev: Logitech Gaming Mouse G502: Found x and y relative axes
[ 91.015] (II) evdev: Logitech Gaming Mouse G502: Configuring as mouse
[ 91.015] (II) evdev: Logitech Gaming Mouse G502: Adding scrollwheel support
[ 91.015] (**) evdev: Logitech Gaming Mouse G502: YAxisMapping: buttons 4 and 5
[ 91.015] (**) evdev: Logitech Gaming Mouse G502: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 91.015] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:0d:00.0/usb5/5-2/5-2:1.0/0003:046D:C07D.0003/input/input8/event5"
[ 91.015] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 11)
[ 91.015] (II) evdev: Logitech Gaming Mouse G502: initialized for relative axes.
[ 91.015] (**) Logitech Gaming Mouse G502: (accel) keeping acceleration scheme 1
[ 91.015] (**) Logitech Gaming Mouse G502: (accel) acceleration profile 0
[ 91.015] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[ 91.015] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[ 91.015] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/mouse0)
[ 91.015] (II) No input driver specified, ignoring this device.
[ 91.015] (II) This device may have been added with another device file.
[ 91.015] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event6)
[ 91.015] (**) Logitech Gaming Mouse G502: Applying InputClass "evdev keyboard catchall"
[ 91.015] (**) Logitech Gaming Mouse G502: Applying InputClass "system-keyboard"
[ 91.015] (II) Using input driver 'evdev' for 'Logitech Gaming Mouse G502'
[ 91.015] (**) Logitech Gaming Mouse G502: always reports core events
[ 91.015] (**) evdev: Logitech Gaming Mouse G502: Device: "/dev/input/event6"
[ 91.015] (--) evdev: Logitech Gaming Mouse G502: Vendor 0x46d Product 0xc07d
[ 91.015] (--) evdev: Logitech Gaming Mouse G502: Found 1 mouse buttons
[ 91.015] (--) evdev: Logitech Gaming Mouse G502: Found scroll wheel(s)
[ 91.015] (--) evdev: Logitech Gaming Mouse G502: Found relative axes
[ 91.015] (II) evdev: Logitech Gaming Mouse G502: Forcing relative x/y axes to exist.
[ 91.016] (--) evdev: Logitech Gaming Mouse G502: Found absolute axes
[ 91.016] (II) evdev: Logitech Gaming Mouse G502: Forcing absolute x/y axes to exist.
[ 91.016] (--) evdev: Logitech Gaming Mouse G502: Found keys
[ 91.016] (II) evdev: Logitech Gaming Mouse G502: Configuring as mouse
[ 91.016] (II) evdev: Logitech Gaming Mouse G502: Configuring as keyboard
[ 91.016] (II) evdev: Logitech Gaming Mouse G502: Adding scrollwheel support
[ 91.016] (**) evdev: Logitech Gaming Mouse G502: YAxisMapping: buttons 4 and 5
[ 91.016] (**) evdev: Logitech Gaming Mouse G502: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 91.016] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:0d:00.0/usb5/5-2/5-2:1.1/0003:046D:C07D.0004/input/input9/event6"
[ 91.016] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: KEYBOARD, id 12)
[ 91.016] (**) Option "xkb_rules" "evdev"
[ 91.016] (**) Option "xkb_layout" "dk"
[ 91.016] (II) evdev: Logitech Gaming Mouse G502: initialized for relative axes.
[ 91.016] (WW) evdev: Logitech Gaming Mouse G502: ignoring absolute axes.
[ 91.016] (**) Logitech Gaming Mouse G502: (accel) keeping acceleration scheme 1
[ 91.016] (**) Logitech Gaming Mouse G502: (accel) acceleration profile 0
[ 91.016] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[ 91.016] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[ 91.016] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event7)
[ 91.016] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 91.016] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[ 91.016] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[ 91.016] (**) Eee PC WMI hotkeys: always reports core events
[ 91.016] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event7"
[ 91.016] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[ 91.016] (--) evdev: Eee PC WMI hotkeys: Found keys
[ 91.016] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[ 91.016] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input10/event7"
[ 91.016] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[ 91.016] (**) Option "xkb_rules" "evdev"
[ 91.016] (**) Option "xkb_layout" "dk"
[ 91.019] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): connected
[ 91.019] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): Internal DisplayPort
[ 91.019] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): 1440.0 MHz maximum pixel clock
[ 91.019] (--) NVIDIA(GPU-0):
[ 93.250] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 93.251] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 93.251] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 93.251] (--) NVIDIA(GPU-0):
[ 93.251] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 93.251] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 93.251] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[ 93.251] (--) NVIDIA(GPU-0):
[ 93.251] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 93.251] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 93.251] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[ 93.251] (--) NVIDIA(GPU-0):
[ 93.251] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 93.251] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 93.251] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[ 93.251] (--) NVIDIA(GPU-0):
[ 93.251] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 93.251] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 93.251] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[ 93.251] (--) NVIDIA(GPU-0):
[ 93.251] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): connected
[ 93.251] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): Internal DisplayPort
[ 93.251] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): 1440.0 MHz maximum pixel clock
[ 93.251] (--) NVIDIA(GPU-0):
[ 93.252] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 93.252] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 93.252] (--) NVIDIA(GPU-0): DFP-6: 330.0 MHz maximum pixel clock
[ 93.252] (--) NVIDIA(GPU-0):
[ 93.252] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 93.252] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 93.252] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 93.252] (--) NVIDIA(GPU-0):
[ 93.252] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 93.252] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 93.252] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[ 93.252] (--) NVIDIA(GPU-0):
[ 93.252] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 93.252] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 93.252] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[ 93.252] (--) NVIDIA(GPU-0):
[ 93.252] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 93.252] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 93.252] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[ 93.252] (--) NVIDIA(GPU-0):
[ 93.253] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 93.253] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 93.253] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[ 93.253] (--) NVIDIA(GPU-0):
[ 93.253] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): connected
[ 93.253] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): Internal DisplayPort
[ 93.253] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): 1440.0 MHz maximum pixel clock
[ 93.253] (--) NVIDIA(GPU-0):
[ 93.253] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 93.253] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 93.253] (--) NVIDIA(GPU-0): DFP-6: 330.0 MHz maximum pixel clock
[ 93.253] (--) NVIDIA(GPU-0):
[ 93.254] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 93.254] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 93.254] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 93.254] (--) NVIDIA(GPU-0):
[ 93.254] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 93.254] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 93.254] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[ 93.254] (--) NVIDIA(GPU-0):
[ 93.254] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 93.254] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 93.254] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[ 93.254] (--) NVIDIA(GPU-0):
[ 93.254] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 93.254] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 93.254] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[ 93.254] (--) NVIDIA(GPU-0):
[ 93.255] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 93.255] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 93.255] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[ 93.255] (--) NVIDIA(GPU-0):
[ 93.255] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): connected
[ 93.255] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): Internal DisplayPort
[ 93.255] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): 1440.0 MHz maximum pixel clock
[ 93.255] (--) NVIDIA(GPU-0):
[ 93.255] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 93.255] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 93.255] (--) NVIDIA(GPU-0): DFP-6: 330.0 MHz maximum pixel clock
[ 93.255] (--) NVIDIA(GPU-0):
[ 93.256] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 93.256] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 93.256] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 93.256] (--) NVIDIA(GPU-0):
[ 93.256] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 93.256] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 93.256] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[ 93.256] (--) NVIDIA(GPU-0):
[ 93.256] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 93.256] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 93.256] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[ 93.256] (--) NVIDIA(GPU-0):
[ 93.256] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 93.256] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 93.256] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[ 93.256] (--) NVIDIA(GPU-0):
[ 93.257] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 93.257] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 93.257] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[ 93.257] (--) NVIDIA(GPU-0):
[ 93.257] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): connected
[ 93.257] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): Internal DisplayPort
[ 93.257] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): 1440.0 MHz maximum pixel clock
[ 93.257] (--) NVIDIA(GPU-0):
[ 93.257] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 93.257] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 93.257] (--) NVIDIA(GPU-0): DFP-6: 330.0 MHz maximum pixel clock
[ 93.257] (--) NVIDIA(GPU-0):
[ 93.392] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 93.392] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 93.392] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 93.392] (--) NVIDIA(GPU-0):
[ 93.392] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 93.392] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 93.392] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[ 93.392] (--) NVIDIA(GPU-0):
[ 93.392] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 93.392] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 93.392] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[ 93.392] (--) NVIDIA(GPU-0):
[ 93.392] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 93.392] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 93.392] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[ 93.392] (--) NVIDIA(GPU-0):
[ 93.392] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 93.392] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 93.392] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[ 93.392] (--) NVIDIA(GPU-0):
[ 93.392] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): connected
[ 93.392] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): Internal DisplayPort
[ 93.392] (--) NVIDIA(GPU-0): Ancor Communications Inc PA246 (DFP-5): 1440.0 MHz maximum pixel clock
[ 93.392] (--) NVIDIA(GPU-0):
[ 93.393] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 93.393] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 93.393] (--) NVIDIA(GPU-0): DFP-6: 330.0 MHz maximum pixel clock
[ 93.393] (--) NVIDIA(GPU-0):
[/url]