You are not logged in.

#1 2015-09-05 15:59:43

Ch0b0
Member
Registered: 2015-09-05
Posts: 2

[SOLVED] Xorg settings do not apply on reboot (nvidia + gnome)

I've set up my new Arch Linux install using gnome and it's working well for the most part aside from one annoying issue. The Xorg configuration is not saved upon reboot, so I have to re-set my refresh rate to 120hz after every reboot.

I'm seeing some weird behavior where it looks like my monitor loses and then regains signal upon login; it seems something fishy is going on there.

I've tried:

  • Saved the generated xorg configuration from nvidia-settings to /etc/X11/xorg.conf. I also tried saving it to /etc/X11/xorg.conf.d/20-nvidia-settings.conf

  • Placed the command "xrandr --output DP-4 --mode 2560x1440 --rate 120" in ~/.xprofile . This works if I run it post-login, but it doesn't run correctly from .xprofile. I had my .xprofile echo some text to a file, so I know it's being run at some point.

  • Ran dconf-editor and disabled xrandr under org.gnome.settings-daemon.plugins

The log file /var/log/Xorg.0.log has some interesting occurences. It appears the xorg.conf settings are loaded, but then get tossed out by some autoconfiguration at the very end. Is gnome still running xrandr or some other display config?

/var/log/Xorg.0.log:

[    30.172] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[    30.172] _XSERVTransMakeAllCOTSServerListeners: server already running
[    30.172] 
X.Org X Server 1.17.2
Release Date: 2015-06-16
[    30.172] X Protocol Version 11, Revision 0
[    30.172] Build Operating System: Linux 4.0.4-2-ARCH x86_64 
[    30.172] Current Operating System: Linux archdt 4.1.6-1-ARCH #1 SMP PREEMPT Mon Aug 17 08:52:28 CEST 2015 x86_64
[    30.172] Kernel command line: initrd=\initramfs-linux.img root=/dev/sdc2 rw
[    30.172] Build Date: 17 July 2015  05:38:19PM
[    30.172]  
[    30.172] Current version of pixman: 0.32.6
[    30.172] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    30.172] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    30.173] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep  5 11:26:16 2015
[    30.173] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    30.173] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    30.173] (==) ServerLayout "Layout0"
[    30.173] (**) |-->Screen "Screen0" (0)
[    30.173] (**) |   |-->Monitor "Monitor0"
[    30.173] (**) |   |-->Device "Device0"
[    30.173] (**) |-->Input Device "Keyboard0"
[    30.173] (**) |-->Input Device "Mouse0"
[    30.173] (**) Option "Xinerama" "0"
[    30.173] (==) Automatically adding devices
[    30.173] (==) Automatically enabling devices
[    30.173] (==) Automatically adding GPU devices
[    30.173] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    30.173] 	Entry deleted from font path.
[    30.173] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    30.173] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    30.173] 	Entry deleted from font path.
[    30.173] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    30.173] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/
[    30.173] (==) ModulePath set to "/usr/lib/xorg/modules"
[    30.173] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    30.173] (WW) Disabling Keyboard0
[    30.173] (WW) Disabling Mouse0
[    30.173] (II) Loader magic: 0x817d60
[    30.173] (II) Module ABI versions:
[    30.173] 	X.Org ANSI C Emulation: 0.4
[    30.173] 	X.Org Video Driver: 19.0
[    30.173] 	X.Org XInput driver : 21.1
[    30.173] 	X.Org Server Extension : 9.0
[    30.174] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c3
[    30.175] (II) xfree86: Adding drm device (/dev/dri/card0)
[    30.175] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    30.178] (--) PCI:*(0:1:0:0) 10de:17c8:3842:4992 rev 161, Mem @ 0xfa000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    30.178] (II) Open ACPI successful (/var/run/acpid.socket)
[    30.178] (II) LoadModule: "glx"
[    30.178] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    30.186] (II) Module glx: vendor="NVIDIA Corporation"
[    30.186] 	compiled for 4.0.2, module version = 1.0.0
[    30.186] 	Module class: X.Org Server Extension
[    30.186] (II) NVIDIA GLX Module  352.41  Fri Aug 21 22:40:16 PDT 2015
[    30.186] (II) LoadModule: "nvidia"
[    30.186] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    30.187] (II) Module nvidia: vendor="NVIDIA Corporation"
[    30.187] 	compiled for 4.0.2, module version = 1.0.0
[    30.187] 	Module class: X.Org Video Driver
[    30.187] (II) NVIDIA dlloader X Driver  352.41  Fri Aug 21 22:14:01 PDT 2015
[    30.187] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    30.187] (++) using VT number 2

[    30.187] (II) Loading sub module "fb"
[    30.187] (II) LoadModule: "fb"
[    30.187] (II) Loading /usr/lib/xorg/modules/libfb.so
[    30.187] (II) Module fb: vendor="X.Org Foundation"
[    30.187] 	compiled for 1.17.2, module version = 1.0.0
[    30.187] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    30.187] (II) Loading sub module "wfb"
[    30.187] (II) LoadModule: "wfb"
[    30.187] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    30.187] (II) Module wfb: vendor="X.Org Foundation"
[    30.187] 	compiled for 1.17.2, module version = 1.0.0
[    30.187] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    30.187] (II) Loading sub module "ramdac"
[    30.187] (II) LoadModule: "ramdac"
[    30.187] (II) Module "ramdac" already built-in
[    30.187] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    30.187] (==) NVIDIA(0): RGB weight 888
[    30.187] (==) NVIDIA(0): Default visual is TrueColor
[    30.188] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    30.188] (**) NVIDIA(0): Option "Stereo" "0"
[    30.188] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-6"
[    30.188] (**) NVIDIA(0): Option "SLI" "Off"
[    30.188] (**) NVIDIA(0): Option "MultiGPU" "Off"
[    30.188] (**) NVIDIA(0): Option "BaseMosaic" "off"
[    30.188] (**) NVIDIA(0): Stereo disabled by request
[    30.188] (**) NVIDIA(0): NVIDIA SLI disabled.
[    30.188] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[    30.188] (**) NVIDIA(0): Option "MetaModes" "2560x1440_120 +0+0"
[    30.188] (**) NVIDIA(0): Enabling 2D acceleration
[    30.188] (II) NVIDIA: Allocated GPU:0 (GPU-57876a0e-a406-0842-f99d-cd99de54310f) @
[    30.188] (II) NVIDIA:     PCI:0000:01:00.0
[    30.193] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    30.193] (--) NVIDIA(0):     CRT-0
[    30.193] (--) NVIDIA(0):     DFP-0
[    30.193] (--) NVIDIA(0):     DFP-1
[    30.193] (--) NVIDIA(0):     DFP-2
[    30.193] (--) NVIDIA(0):     DFP-3
[    30.193] (--) NVIDIA(0):     DFP-4
[    30.193] (--) NVIDIA(0):     DFP-5
[    30.193] (--) NVIDIA(0):     DFP-6 (boot)
[    30.193] (--) NVIDIA(0):     DFP-7
[    30.196] (--) NVIDIA(0): CRT-0: disconnected
[    30.196] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[    30.196] (--) NVIDIA(0): 
[    30.198] (--) NVIDIA(0): DFP-0: disconnected
[    30.198] (--) NVIDIA(0): DFP-0: Internal TMDS
[    30.198] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[    30.198] (--) NVIDIA(0): 
[    30.198] (--) NVIDIA(0): DFP-1: disconnected
[    30.198] (--) NVIDIA(0): DFP-1: Internal TMDS
[    30.198] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[    30.198] (--) NVIDIA(0): 
[    30.198] (--) NVIDIA(0): DFP-2: disconnected
[    30.198] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[    30.198] (--) NVIDIA(0): DFP-2: 960.0 MHz maximum pixel clock
[    30.198] (--) NVIDIA(0): 
[    30.199] (--) NVIDIA(0): DFP-3: disconnected
[    30.199] (--) NVIDIA(0): DFP-3: Internal TMDS
[    30.199] (--) NVIDIA(0): DFP-3: 165.0 MHz maximum pixel clock
[    30.199] (--) NVIDIA(0): 
[    30.199] (--) NVIDIA(0): DFP-4: disconnected
[    30.199] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[    30.199] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[    30.199] (--) NVIDIA(0): 
[    30.199] (--) NVIDIA(0): DFP-5: disconnected
[    30.199] (--) NVIDIA(0): DFP-5: Internal TMDS
[    30.199] (--) NVIDIA(0): DFP-5: 165.0 MHz maximum pixel clock
[    30.199] (--) NVIDIA(0): 
[    30.199] (--) NVIDIA(0): DFP-6: disconnected
[    30.199] (--) NVIDIA(0): DFP-6: Internal DisplayPort
[    30.199] (--) NVIDIA(0): DFP-6: 960.0 MHz maximum pixel clock
[    30.199] (--) NVIDIA(0): 
[    30.199] (--) NVIDIA(0): DFP-7: disconnected
[    30.199] (--) NVIDIA(0): DFP-7: Internal TMDS
[    30.199] (--) NVIDIA(0): DFP-7: 165.0 MHz maximum pixel clock
[    30.199] (--) NVIDIA(0): 
[    30.199] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[    30.200] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 980 Ti (GM200-A) at PCI:1:0:0 (GPU-0)
[    30.200] (--) NVIDIA(0): Memory: 6291456 kBytes
[    30.200] (--) NVIDIA(0): VideoBIOS: 84.00.32.00.90
[    30.200] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    30.401] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): connected
[    30.401] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): Internal DisplayPort
[    30.401] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): 960.0 MHz maximum pixel clock
[    30.401] (--) NVIDIA(GPU-0): 
[    30.401] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    30.401] (**) NVIDIA(0):     device Acer XB270HU (DFP-6) (Using EDID frequencies has
[    30.401] (**) NVIDIA(0):     been enabled on all display devices.)
[    30.402] (II) NVIDIA(0): Validated MetaModes:
[    30.402] (II) NVIDIA(0):     "2560x1440_120+0+0"
[    30.402] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[    30.406] (--) NVIDIA(0): DPI set to (108, 107); computed from "UseEdidDpi" X config
[    30.406] (--) NVIDIA(0):     option
[    30.406] (--) Depth 24 pixmap format is 32 bpp
[    30.407] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[    30.407] (II) NVIDIA:     access.
[    30.427] (II) NVIDIA(0): Setting mode "2560x1440_120+0+0"
[    30.468] (==) NVIDIA(0): Disabling shared memory pixmaps
[    30.468] (==) NVIDIA(0): Backing store enabled
[    30.468] (==) NVIDIA(0): Silken mouse enabled
[    30.468] (**) NVIDIA(0): DPMS enabled
[    30.469] (II) Loading sub module "dri2"
[    30.469] (II) LoadModule: "dri2"
[    30.469] (II) Module "dri2" already built-in
[    30.469] (II) NVIDIA(0): [DRI2] Setup complete
[    30.469] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    30.469] (--) RandR disabled
[    30.472] (II) Initializing extension GLX
[    30.472] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event4)
[    30.521] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    30.521] (II) LoadModule: "evdev"
[    30.521] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    30.522] (II) Module evdev: vendor="X.Org Foundation"
[    30.522] 	compiled for 1.17.1, module version = 2.9.2
[    30.522] 	Module class: X.Org XInput Driver
[    30.522] 	ABI class: X.Org XInput driver, version 21.0
[    30.522] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 34 paused 0
[    30.522] (II) Using input driver 'evdev' for 'Power Button'
[    30.522] (**) Power Button: always reports core events
[    30.522] (**) evdev: Power Button: Device: "/dev/input/event4"
[    30.522] (--) evdev: Power Button: Vendor 0 Product 0x1
[    30.522] (--) evdev: Power Button: Found keys
[    30.522] (II) evdev: Power Button: Configuring as keyboard
[    30.522] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4"
[    30.522] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    30.522] (**) Option "xkb_rules" "evdev"
[    30.522] (**) Option "xkb_model" "pc104"
[    30.522] (**) Option "xkb_layout" "us"
[    30.546] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    30.546] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    30.546] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 35 paused 0
[    30.546] (II) Using input driver 'evdev' for 'Power Button'
[    30.546] (**) Power Button: always reports core events
[    30.546] (**) evdev: Power Button: Device: "/dev/input/event3"
[    30.546] (--) evdev: Power Button: Vendor 0 Product 0x1
[    30.546] (--) evdev: Power Button: Found keys
[    30.546] (II) evdev: Power Button: Configuring as keyboard
[    30.546] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event3"
[    30.546] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    30.546] (**) Option "xkb_rules" "evdev"
[    30.546] (**) Option "xkb_model" "pc104"
[    30.546] (**) Option "xkb_layout" "us"
[    30.547] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event7)
[    30.547] (II) No input driver specified, ignoring this device.
[    30.547] (II) This device may have been added with another device file.
[    30.547] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event8)
[    30.547] (II) No input driver specified, ignoring this device.
[    30.547] (II) This device may have been added with another device file.
[    30.547] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9)
[    30.547] (II) No input driver specified, ignoring this device.
[    30.547] (II) This device may have been added with another device file.
[    30.547] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
[    30.547] (II) No input driver specified, ignoring this device.
[    30.547] (II) This device may have been added with another device file.
[    30.548] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/event12)
[    30.548] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "evdev pointer catchall"
[    30.548] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "My Mouse"
[    30.548] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 36 paused 0
[    30.548] (II) Using input driver 'evdev' for 'MOSART Semi. 2.4G Wireless Mouse'
[    30.548] (**) MOSART Semi. 2.4G Wireless Mouse: always reports core events
[    30.548] (**) evdev: MOSART Semi. 2.4G Wireless Mouse: Device: "/dev/input/event12"
[    30.548] (--) evdev: MOSART Semi. 2.4G Wireless Mouse: Vendor 0x62a Product 0x4102
[    30.548] (--) evdev: MOSART Semi. 2.4G Wireless Mouse: Found 9 mouse buttons
[    30.548] (--) evdev: MOSART Semi. 2.4G Wireless Mouse: Found scroll wheel(s)
[    30.548] (--) evdev: MOSART Semi. 2.4G Wireless Mouse: Found relative axes
[    30.548] (--) evdev: MOSART Semi. 2.4G Wireless Mouse: Found x and y relative axes
[    30.548] (--) evdev: MOSART Semi. 2.4G Wireless Mouse: Found absolute axes
[    30.548] (II) evdev: MOSART Semi. 2.4G Wireless Mouse: Forcing absolute x/y axes to exist.
[    30.548] (II) evdev: MOSART Semi. 2.4G Wireless Mouse: Configuring as mouse
[    30.548] (II) evdev: MOSART Semi. 2.4G Wireless Mouse: Adding scrollwheel support
[    30.548] (**) evdev: MOSART Semi. 2.4G Wireless Mouse: YAxisMapping: buttons 4 and 5
[    30.548] (**) evdev: MOSART Semi. 2.4G Wireless Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    30.548] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10.4/3-10.4.4/3-10.4.4:1.0/0003:062A:4102.0007/input/input15/event12"
[    30.548] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Wireless Mouse" (type: MOUSE, id 8)
[    30.548] (II) evdev: MOSART Semi. 2.4G Wireless Mouse: initialized for relative axes.
[    30.548] (WW) evdev: MOSART Semi. 2.4G Wireless Mouse: ignoring absolute axes.
[    30.548] (**) Option "AccelerationScheme" "none"
[    30.548] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) selected scheme none/0
[    30.548] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration factor: 2.000
[    30.548] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration threshold: 4
[    30.549] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/mouse1)
[    30.549] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "My Mouse"
[    30.549] (II) No input driver specified, ignoring this device.
[    30.549] (II) This device may have been added with another device file.
[    30.549] (II) config/udev: Adding input device SteelSeries Kinzu V2 Gaming Mouse (/dev/input/event11)
[    30.549] (**) SteelSeries Kinzu V2 Gaming Mouse: Applying InputClass "evdev pointer catchall"
[    30.549] (**) SteelSeries Kinzu V2 Gaming Mouse: Applying InputClass "My Mouse"
[    30.550] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 37 paused 0
[    30.550] (II) Using input driver 'evdev' for 'SteelSeries Kinzu V2 Gaming Mouse'
[    30.550] (**) SteelSeries Kinzu V2 Gaming Mouse: always reports core events
[    30.550] (**) evdev: SteelSeries Kinzu V2 Gaming Mouse: Device: "/dev/input/event11"
[    30.550] (--) evdev: SteelSeries Kinzu V2 Gaming Mouse: Vendor 0x1038 Product 0x1366
[    30.550] (--) evdev: SteelSeries Kinzu V2 Gaming Mouse: Found 12 mouse buttons
[    30.550] (--) evdev: SteelSeries Kinzu V2 Gaming Mouse: Found scroll wheel(s)
[    30.550] (--) evdev: SteelSeries Kinzu V2 Gaming Mouse: Found relative axes
[    30.550] (--) evdev: SteelSeries Kinzu V2 Gaming Mouse: Found x and y relative axes
[    30.550] (II) evdev: SteelSeries Kinzu V2 Gaming Mouse: Configuring as mouse
[    30.550] (II) evdev: SteelSeries Kinzu V2 Gaming Mouse: Adding scrollwheel support
[    30.550] (**) evdev: SteelSeries Kinzu V2 Gaming Mouse: YAxisMapping: buttons 4 and 5
[    30.550] (**) evdev: SteelSeries Kinzu V2 Gaming Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    30.550] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.1/0003:1038:1366.0006/input/input14/event11"
[    30.550] (II) XINPUT: Adding extended input device "SteelSeries Kinzu V2 Gaming Mouse" (type: MOUSE, id 9)
[    30.550] (II) evdev: SteelSeries Kinzu V2 Gaming Mouse: initialized for relative axes.
[    30.550] (**) Option "AccelerationScheme" "none"
[    30.550] (**) SteelSeries Kinzu V2 Gaming Mouse: (accel) selected scheme none/0
[    30.550] (**) SteelSeries Kinzu V2 Gaming Mouse: (accel) acceleration factor: 2.000
[    30.550] (**) SteelSeries Kinzu V2 Gaming Mouse: (accel) acceleration threshold: 4
[    30.550] (II) config/udev: Adding input device SteelSeries Kinzu V2 Gaming Mouse (/dev/input/mouse0)
[    30.550] (**) SteelSeries Kinzu V2 Gaming Mouse: Applying InputClass "My Mouse"
[    30.550] (II) No input driver specified, ignoring this device.
[    30.550] (II) This device may have been added with another device file.
[    30.551] (II) config/udev: Adding input device Corsair Corsair K65 Gaming Keyboard (/dev/input/event0)
[    30.551] (**) Corsair Corsair K65 Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[    30.551] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 38 paused 0
[    30.551] (II) Using input driver 'evdev' for 'Corsair Corsair K65 Gaming Keyboard'
[    30.551] (**) Corsair Corsair K65 Gaming Keyboard: always reports core events
[    30.551] (**) evdev: Corsair Corsair K65 Gaming Keyboard: Device: "/dev/input/event0"
[    30.551] (--) evdev: Corsair Corsair K65 Gaming Keyboard: Vendor 0x1b1c Product 0x1b07
[    30.551] (--) evdev: Corsair Corsair K65 Gaming Keyboard: Found keys
[    30.551] (II) evdev: Corsair Corsair K65 Gaming Keyboard: Configuring as keyboard
[    30.551] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/0003:1B1C:1B07.0002/input/input2/event0"
[    30.551] (II) XINPUT: Adding extended input device "Corsair Corsair K65 Gaming Keyboard" (type: KEYBOARD, id 10)
[    30.551] (**) Option "xkb_rules" "evdev"
[    30.551] (**) Option "xkb_model" "pc104"
[    30.551] (**) Option "xkb_layout" "us"
[    30.552] (II) config/udev: Adding input device Corsair Corsair K65 Gaming Keyboard (/dev/input/event1)
[    30.552] (**) Corsair Corsair K65 Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[    30.552] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 39 paused 0
[    30.552] (II) Using input driver 'evdev' for 'Corsair Corsair K65 Gaming Keyboard'
[    30.552] (**) Corsair Corsair K65 Gaming Keyboard: always reports core events
[    30.552] (**) evdev: Corsair Corsair K65 Gaming Keyboard: Device: "/dev/input/event1"
[    30.552] (--) evdev: Corsair Corsair K65 Gaming Keyboard: Vendor 0x1b1c Product 0x1b07
[    30.552] (--) evdev: Corsair Corsair K65 Gaming Keyboard: Found 1 mouse buttons
[    30.552] (--) evdev: Corsair Corsair K65 Gaming Keyboard: Found scroll wheel(s)
[    30.552] (--) evdev: Corsair Corsair K65 Gaming Keyboard: Found relative axes
[    30.552] (II) evdev: Corsair Corsair K65 Gaming Keyboard: Forcing relative x/y axes to exist.
[    30.552] (--) evdev: Corsair Corsair K65 Gaming Keyboard: Found absolute axes
[    30.552] (II) evdev: Corsair Corsair K65 Gaming Keyboard: Forcing absolute x/y axes to exist.
[    30.552] (--) evdev: Corsair Corsair K65 Gaming Keyboard: Found keys
[    30.552] (II) evdev: Corsair Corsair K65 Gaming Keyboard: Configuring as mouse
[    30.552] (II) evdev: Corsair Corsair K65 Gaming Keyboard: Configuring as keyboard
[    30.552] (II) evdev: Corsair Corsair K65 Gaming Keyboard: Adding scrollwheel support
[    30.552] (**) evdev: Corsair Corsair K65 Gaming Keyboard: YAxisMapping: buttons 4 and 5
[    30.552] (**) evdev: Corsair Corsair K65 Gaming Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    30.552] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.1/0003:1B1C:1B07.0003/input/input3/event1"
[    30.552] (II) XINPUT: Adding extended input device "Corsair Corsair K65 Gaming Keyboard" (type: KEYBOARD, id 11)
[    30.552] (**) Option "xkb_rules" "evdev"
[    30.552] (**) Option "xkb_model" "pc104"
[    30.552] (**) Option "xkb_layout" "us"
[    30.553] (II) evdev: Corsair Corsair K65 Gaming Keyboard: initialized for relative axes.
[    30.553] (WW) evdev: Corsair Corsair K65 Gaming Keyboard: ignoring absolute axes.
[    30.553] (**) Corsair Corsair K65 Gaming Keyboard: (accel) keeping acceleration scheme 1
[    30.553] (**) Corsair Corsair K65 Gaming Keyboard: (accel) acceleration profile 0
[    30.553] (**) Corsair Corsair K65 Gaming Keyboard: (accel) acceleration factor: 2.000
[    30.553] (**) Corsair Corsair K65 Gaming Keyboard: (accel) acceleration threshold: 4
[    30.553] (II) config/udev: Adding input device Corsair Corsair K65 Gaming Keyboard (/dev/input/event2)
[    30.553] (**) Corsair Corsair K65 Gaming Keyboard: Applying InputClass "evdev keyboard catchall"
[    30.554] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 40 paused 0
[    30.554] (II) Using input driver 'evdev' for 'Corsair Corsair K65 Gaming Keyboard'
[    30.554] (**) Corsair Corsair K65 Gaming Keyboard: always reports core events
[    30.554] (**) evdev: Corsair Corsair K65 Gaming Keyboard: Device: "/dev/input/event2"
[    30.554] (--) evdev: Corsair Corsair K65 Gaming Keyboard: Vendor 0x1b1c Product 0x1b07
[    30.554] (--) evdev: Corsair Corsair K65 Gaming Keyboard: Found keys
[    30.554] (II) evdev: Corsair Corsair K65 Gaming Keyboard: Configuring as keyboard
[    30.554] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.2/0003:1B1C:1B07.0004/input/input4/event2"
[    30.554] (II) XINPUT: Adding extended input device "Corsair Corsair K65 Gaming Keyboard" (type: KEYBOARD, id 12)
[    30.554] (**) Option "xkb_rules" "evdev"
[    30.554] (**) Option "xkb_model" "pc104"
[    30.554] (**) Option "xkb_layout" "us"
[    30.554] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event6)
[    30.554] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    30.554] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 41 paused 0
[    30.554] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[    30.554] (**) Eee PC WMI hotkeys: always reports core events
[    30.554] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event6"
[    30.554] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[    30.554] (--) evdev: Eee PC WMI hotkeys: Found keys
[    30.554] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[    30.554] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input9/event6"
[    30.554] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[    30.554] (**) Option "xkb_rules" "evdev"
[    30.554] (**) Option "xkb_model" "pc104"
[    30.554] (**) Option "xkb_layout" "us"
[    30.555] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    30.555] (II) No input driver specified, ignoring this device.
[    30.555] (II) This device may have been added with another device file.
[    33.114] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    33.114] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    33.114] (--) NVIDIA(GPU-0): 
[    33.117] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    33.117] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    33.117] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    33.117] (--) NVIDIA(GPU-0): 
[    33.117] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    33.117] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    33.117] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[    33.117] (--) NVIDIA(GPU-0): 
[    33.117] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    33.117] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    33.117] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[    33.117] (--) NVIDIA(GPU-0): 
[    33.117] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    33.117] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    33.117] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[    33.117] (--) NVIDIA(GPU-0): 
[    33.117] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    33.117] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    33.117] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    33.117] (--) NVIDIA(GPU-0): 
[    33.117] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    33.117] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    33.117] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[    33.117] (--) NVIDIA(GPU-0): 
[    33.118] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): connected
[    33.118] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): Internal DisplayPort
[    33.118] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): 960.0 MHz maximum pixel clock
[    33.118] (--) NVIDIA(GPU-0): 
[    33.118] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    33.118] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[    33.118] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[    33.118] (--) NVIDIA(GPU-0): 
[    33.236] (II) NVIDIA(0): Setting mode "DP-4: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[    33.840] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    33.840] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    33.840] (--) NVIDIA(GPU-0): 
[    33.843] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    33.843] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    33.843] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    33.843] (--) NVIDIA(GPU-0): 
[    33.843] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    33.843] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    33.843] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[    33.843] (--) NVIDIA(GPU-0): 
[    33.843] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    33.843] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    33.843] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[    33.843] (--) NVIDIA(GPU-0): 
[    33.843] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    33.843] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    33.843] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[    33.843] (--) NVIDIA(GPU-0): 
[    33.843] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    33.843] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    33.843] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    33.843] (--) NVIDIA(GPU-0): 
[    33.843] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    33.843] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    33.843] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[    33.843] (--) NVIDIA(GPU-0): 
[    33.844] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): connected
[    33.844] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): Internal DisplayPort
[    33.844] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): 960.0 MHz maximum pixel clock
[    33.844] (--) NVIDIA(GPU-0): 
[    33.844] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    33.844] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[    33.844] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[    33.844] (--) NVIDIA(GPU-0): 
[   835.313] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   835.313] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   835.313] (--) NVIDIA(GPU-0): 
[   835.316] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   835.316] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   835.316] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   835.316] (--) NVIDIA(GPU-0): 
[   835.316] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   835.316] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   835.316] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   835.316] (--) NVIDIA(GPU-0): 
[   835.316] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   835.316] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   835.316] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   835.316] (--) NVIDIA(GPU-0): 
[   835.317] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   835.317] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   835.317] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   835.317] (--) NVIDIA(GPU-0): 
[   835.317] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   835.317] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   835.317] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   835.317] (--) NVIDIA(GPU-0): 
[   835.317] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   835.317] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[   835.317] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[   835.317] (--) NVIDIA(GPU-0): 
[   835.318] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): connected
[   835.318] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): Internal DisplayPort
[   835.318] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): 960.0 MHz maximum pixel clock
[   835.318] (--) NVIDIA(GPU-0): 
[   835.318] (--) NVIDIA(GPU-0): DFP-7: disconnected
[   835.318] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[   835.318] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[   835.318] (--) NVIDIA(GPU-0): 
[   841.042] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   841.042] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   841.042] (--) NVIDIA(GPU-0): 
[   841.044] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   841.044] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   841.044] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   841.044] (--) NVIDIA(GPU-0): 
[   841.044] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   841.044] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   841.045] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   841.045] (--) NVIDIA(GPU-0): 
[   841.045] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   841.045] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   841.045] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   841.045] (--) NVIDIA(GPU-0): 
[   841.045] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   841.045] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   841.045] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   841.045] (--) NVIDIA(GPU-0): 
[   841.045] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   841.045] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   841.045] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   841.045] (--) NVIDIA(GPU-0): 
[   841.045] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   841.045] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[   841.045] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[   841.045] (--) NVIDIA(GPU-0): 
[   841.046] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): connected
[   841.046] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): Internal DisplayPort
[   841.046] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): 960.0 MHz maximum pixel clock
[   841.046] (--) NVIDIA(GPU-0): 
[   841.046] (--) NVIDIA(GPU-0): DFP-7: disconnected
[   841.046] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[   841.046] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[   841.046] (--) NVIDIA(GPU-0): 
[   841.131] (II) NVIDIA(0): Setting mode "DP-4: 2560x1440_120 @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[   841.556] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   841.556] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   841.556] (--) NVIDIA(GPU-0): 
[   841.559] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   841.559] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   841.559] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   841.559] (--) NVIDIA(GPU-0): 
[   841.559] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   841.559] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   841.559] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   841.559] (--) NVIDIA(GPU-0): 
[   841.559] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   841.559] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   841.559] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   841.559] (--) NVIDIA(GPU-0): 
[   841.559] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   841.559] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   841.559] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   841.559] (--) NVIDIA(GPU-0): 
[   841.559] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   841.559] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   841.559] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   841.559] (--) NVIDIA(GPU-0): 
[   841.559] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   841.559] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[   841.559] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[   841.559] (--) NVIDIA(GPU-0): 
[   841.560] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): connected
[   841.560] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): Internal DisplayPort
[   841.560] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): 960.0 MHz maximum pixel clock
[   841.560] (--) NVIDIA(GPU-0): 
[   841.560] (--) NVIDIA(GPU-0): DFP-7: disconnected
[   841.560] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[   841.560] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[   841.560] (--) NVIDIA(GPU-0): 
[   866.412] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   866.412] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   866.412] (--) NVIDIA(GPU-0): 
[   866.415] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   866.415] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   866.415] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   866.415] (--) NVIDIA(GPU-0): 
[   866.415] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   866.415] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   866.415] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[   866.415] (--) NVIDIA(GPU-0): 
[   866.415] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   866.415] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   866.415] (--) NVIDIA(GPU-0): DFP-2: 960.0 MHz maximum pixel clock
[   866.415] (--) NVIDIA(GPU-0): 
[   866.415] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   866.415] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   866.415] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   866.415] (--) NVIDIA(GPU-0): 
[   866.415] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   866.415] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[   866.415] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[   866.415] (--) NVIDIA(GPU-0): 
[   866.416] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   866.416] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[   866.416] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[   866.416] (--) NVIDIA(GPU-0): 
[   866.416] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): connected
[   866.416] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): Internal DisplayPort
[   866.416] (--) NVIDIA(GPU-0): Acer XB270HU (DFP-6): 960.0 MHz maximum pixel clock
[   866.416] (--) NVIDIA(GPU-0): 
[   866.417] (--) NVIDIA(GPU-0): DFP-7: disconnected
[   866.417] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[   866.417] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[   866.417] (--) NVIDIA(GPU-0): 

Line of interest: [    30.427] (II) NVIDIA(0): Setting mode "2560x1440_120+0+0"
Then, [   841.131] (II) NVIDIA(0): Setting mode "DP-4: 2560x1440_120 @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"

I'm stumped at this point. I've tried the major items mentioned in the Wiki and from googling around. Are there any other log files to check? Any other gnome/X/nvidia settings to play around with? I figure the next rabbit-hole I would need to go down is learn more about gnome startup procedures, but I'm hoping one of you has some good insight. smile

EDIT: I later noticed this line in the X log: [    33.236] (II) NVIDIA(0): Setting mode "DP-4: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
I'd like to try to disable nvidia-auto-select, but I'm not sure how to yet.


SOLVED: I fixed the issue. The nvidia generated Xorg configuration had the correct monitor VertRefresh range (30-150) and the correct meta-mode configured (2560x1440_120 +0+0), but something about gnome is preventing some component from using this information correctly or overriding the metamodes. I *think* it is gnome, because if I disable gdm and run startx, the driver applies the refresh rate correctly.  I added the line    Option         "VertRefresh" "DFP-6: 120" to the xorg configuration and it applies the refresh setting when the gnome session starts.

/etc/X11/xorg.conf.d/20-nvidia.conf for reference

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 352.41  (buildmeister@swio-display-x64-rhel04-11)  Fri Aug 21 23:59:57 PDT 2015

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
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         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Acer XB270HU"
    HorizSync       30.0 - 210.0
    VertRefresh     30.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 980 Ti"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "VertRefresh" "DFP-6: 120"
    Option         "nvidiaXineramaInfoOrder" "DFP-6"
    Option         "metamodes" "2560x1440_120 +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Last edited by Ch0b0 (2015-09-07 03:19:58)

Offline

Board footer

Powered by FluxBB