You are not logged in.

#1 2016-06-27 16:59:15

nam_lah
Member
From: San Salvador, El Salvador
Registered: 2016-01-16
Posts: 9

[SOLVED] Nvidia GTX 650 Ti Boost + Gnome 3.xx: Oh snap!

Phenom 960T
GTX 650Ti Boost
AsRock Extreme 3, secure mode off. BIOS Grub.
Fresh x64 installation on Saturday night - Sunday midnight.

Hi there!

N00b here. Have been using Arch for less than a year on my Laptops, Mini ITX server, RPi, and have been really happy with it! It has been a quite educative experience although sometimes, challenging.  So I wanted to do the same on my old Full ATX box. I was able to successfully hit the Desktop at least once during the weekend, albeit at 720p. I think it was after I fully installed Nvidia driver, that I got to a dead end.

The " Oh Snap! " message would come up; switching to TTY2 or above would make the screen blink with a few mosaics for a brief moment. Here's what I've done:


- Installed nvidia, nvidia-libgl, and the 32 bit OpenGL packages.
- rolled back to nvidia vanilla, as switching did no difference at all (I'm using Driver version: 367.27 as of now).
- ran nvidia-xconfig
- uninstalled nvidia and replaced it by nvidia-lts
- disabled gdm from systemctl and tried running from startx (exec gnome-session).
- installed awesome wm (I've used it before), it does hit the desktop.
- done research in the wiki, bbs, and the internet.
- ran journalctl and grabbed info for gdm, nvidia, gnome-session, checked var logs, nvidia settings, 10-monitor.conf, 20-nvidia.conf, xorg.conf.
- drank obscene amounts of caffeine, scratched my head and knocked it on my desk for a few times now :v

Please see attached pastebin files.


GDM, grepped from journalctl: http://pastebin.com/cq5XvjaV
Gnome, grepped from journalctl, http://pastebin.com/T1KH9NjL
Nvidia, grepped from journalctl: http://pastebin.com/AAnyRt4i
xorg log, http://pastebin.com/iuhqZJHN
10-monitor.conf, http://pastebin.com/3PedLBXS
20-nvidia.conf, http://pastebin.com/3PedLBXS



I'm reading the logs now. Any help and feedback from vets will be highly appreciated smile

Last edited by nam_lah (2016-07-08 17:02:52)


X555 4210u 8GB GeForce 840M | Mini CQ10 N270 1GB | Banana Pro | Raspie B | Rasbie B+

Offline

#2 2016-06-27 19:43:59

JohnBobSmith
Member
From: Canada
Registered: 2014-11-29
Posts: 804

Re: [SOLVED] Nvidia GTX 650 Ti Boost + Gnome 3.xx: Oh snap!

Greetings,

There are a few odd things found in your logs. 10-monitor.conf shows:

    Driver                 "vesa" #Choose the driver used for this monitor

Which seems odd if you want the nvidia driver, but I could be wrong here as I dont normally edit these types of files.  The bigger, more likely causes of your problems are:

#This error from xorg.0.log..
[    11.503] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)

#And these from your journalctl paste..
Jun 27 09:11:02 phenom gnome-session[402]: Xlib:  extension "GLX" missing on display ":0".
Jun 27 09:11:02 phenom gnome-session[402]: gnome-session-is-accelerated: No hardware 3D support.
Jun 27 09:11:02 phenom gnome-session[402]: Xlib:  extension "GLX" missing on display ":0".
Jun 27 09:11:02 phenom gnome-session[402]: gnome-session-check-accelerated: Helper exited with code 256
Jun 27 09:11:14 phenom gnome-session[402]: Xlib:  extension "GLX" missing on display ":0".

These seem to point to GLX being missing or the driver being incorrectly configured. This post may help: https://bbs.archlinux.org/viewtopic.php?id=63132. Otherwise my best guess (since I dont use Nvidia) is that you may need to install nvidia-libgl and/or the corresponding lts packages. And of course, always consult the wiki above all for these types of driver-related issues.

EDIT: Don't install all of those packages, that link was just an easy reference so you know what they are called. smile

EDIt2: For what it's worth: https://wiki.archlinux.org/index.php/NVIDIA.

Good luck!

Last edited by JohnBobSmith (2016-06-27 19:49:13)


I am diagnosed with bipolar disorder. As it turns out, what I thought was my greatest weakness is now my greatest strength.

Everyday, I make a conscious choice to overcome my challenges and my problems. It's not easy, but its better than the alternative...

Offline

#3 2016-06-28 16:46:25

nam_lah
Member
From: San Salvador, El Salvador
Registered: 2016-01-16
Posts: 9

Re: [SOLVED] Nvidia GTX 650 Ti Boost + Gnome 3.xx: Oh snap!

John,

Thank you for your thorough response. I saw that "mesa" line and thought I had removed it... I guess I didn't, hehe. Now I commented it out for sure via Vim; I have a login smile

Now:

I get 768p only. There's a part of the Xorg log saying

 Xorg.0.log      Xorg.0.log.old  Xorg.1.log      Xorg.1.log.old  
[aumha@phenom ~]$ sudo cat /var/log/Xorg.0.log | less
[aumha@phenom ~]$ sudo cat /var/log/Xorg.0.log 
[    10.089] (--) Log file renamed from "/var/log/Xorg.pid-345.log" to "/var/log/Xorg.0.log"
[    10.092] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[    10.092] X Protocol Version 11, Revision 0
[    10.092] Build Operating System: Linux 4.5.1-1-ARCH x86_64 
[    10.092] Current Operating System: Linux phenom 4.6.2-1-ARCH #1 SMP PREEMPT Wed Jun 8 08:40:59 CEST 2016 x86_64
[    10.092] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=bcc5e535-1ebb-4182-b7d3-c46753b18464 rw quiet
[    10.092] Build Date: 03 June 2016  07:28:24AM
[    10.092]  
[    10.092] Current version of pixman: 0.34.0
[    10.092] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    10.092] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    10.092] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 29 00:06:20 2016
[    10.100] (==) Using config file: "/etc/X11/xorg.conf"
[    10.101] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    10.101] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    10.108] (==) ServerLayout "Layout0"
[    10.108] (**) |-->Screen "Screen0" (0)
[    10.108] (**) |   |-->Monitor "Monitor0"
[    10.108] (**) |   |-->Device "Device0"
[    10.108] (**) |   |-->GPUDevice "Device0"
[    10.108] (**) |-->Input Device "Keyboard0"
[    10.108] (**) |-->Input Device "Mouse0"
[    10.108] (==) Automatically adding devices
[    10.108] (==) Automatically enabling devices
[    10.108] (==) Automatically adding GPU devices
[    10.108] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    10.117] (==) 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/
[    10.117] (==) ModulePath set to "/usr/lib/xorg/modules"
[    10.117] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    10.117] (WW) Disabling Keyboard0
[    10.117] (WW) Disabling Mouse0
[    10.118] (II) Loader magic: 0x821d20
[    10.118] (II) Module ABI versions:
[    10.118] 	X.Org ANSI C Emulation: 0.4
[    10.118] 	X.Org Video Driver: 20.0
[    10.118] 	X.Org XInput driver : 22.1
[    10.118] 	X.Org Server Extension : 9.0
[    10.119] (++) using VT number 1

[    10.123] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    10.124] (II) xfree86: Adding drm device (/dev/dri/card0)
[    10.124] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
[    10.127] (--) PCI:*(0:1:0:0) 10de:11c2:3842:3658 rev 161, Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xf8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    10.127] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    10.127] (II) LoadModule: "glx"
[    10.129] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    10.204] (II) Module glx: vendor="NVIDIA Corporation"
[    10.204] 	compiled for 4.0.2, module version = 1.0.0
[    10.204] 	Module class: X.Org Server Extension
[    10.204] (II) NVIDIA GLX Module  367.27  Thu Jun  9 18:19:55 PDT 2016
[    10.205] (II) LoadModule: "nvidia"
[    10.205] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    10.215] (II) Module nvidia: vendor="NVIDIA Corporation"
[    10.215] 	compiled for 4.0.2, module version = 1.0.0
[    10.215] 	Module class: X.Org Video Driver
[    10.215] (II) NVIDIA dlloader X Driver  367.27  Thu Jun  9 17:57:30 PDT 2016
[    10.215] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    10.216] (II) systemd-logind: releasing fd for 226:0
[    10.218] (II) Loading sub module "fb"
[    10.218] (II) LoadModule: "fb"
[    10.218] (II) Loading /usr/lib/xorg/modules/libfb.so
[    10.220] (II) Module fb: vendor="X.Org Foundation"
[    10.220] 	compiled for 1.18.3, module version = 1.0.0
[    10.220] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.220] (II) Loading sub module "wfb"
[    10.220] (II) LoadModule: "wfb"
[    10.220] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    10.222] (II) Module wfb: vendor="X.Org Foundation"
[    10.222] 	compiled for 1.18.3, module version = 1.0.0
[    10.222] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.222] (II) Loading sub module "ramdac"
[    10.222] (II) LoadModule: "ramdac"
[    10.222] (II) Module "ramdac" already built-in
[    10.224] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    10.224] (==) NVIDIA(0): RGB weight 888
[    10.224] (==) NVIDIA(0): Default visual is TrueColor
[    10.224] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    10.225] (**) NVIDIA(0): Enabling 2D acceleration
[    10.914] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    10.914] (--) NVIDIA(0):     CRT-0
[    10.914] (--) NVIDIA(0):     DFP-0
[    10.914] (--) NVIDIA(0):     DFP-1 (boot)
[    10.914] (--) NVIDIA(0):     DFP-2
[    10.914] (--) NVIDIA(0):     DFP-3
[    10.914] (--) NVIDIA(0):     DFP-4
[    10.917] (--) NVIDIA(0): CRT-0: disconnected
[    10.917] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[    10.917] (--) NVIDIA(0): 
[    10.920] (--) NVIDIA(0): DFP-0: disconnected
[    10.920] (--) NVIDIA(0): DFP-0: Internal TMDS
[    10.920] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[    10.920] (--) NVIDIA(0): 
[    10.973] (--) NVIDIA(0): DFP-1: connected
[    10.973] (--) NVIDIA(0): DFP-1: Internal TMDS
[    10.973] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[    10.973] (--) NVIDIA(0): 
[    10.973] (--) NVIDIA(0): DFP-2: disconnected
[    10.973] (--) NVIDIA(0): DFP-2: Internal TMDS
[    10.973] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[    10.973] (--) NVIDIA(0): 
[    10.973] (--) NVIDIA(0): DFP-3: disconnected
[    10.973] (--) NVIDIA(0): DFP-3: Internal TMDS
[    10.973] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[    10.973] (--) NVIDIA(0): 
[    10.973] (--) NVIDIA(0): DFP-4: disconnected
[    10.973] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[    10.973] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[    10.973] (--) NVIDIA(0): 
[    10.975] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 650 Ti BOOST (GK106) at PCI:1:0:0
[    10.975] (II) NVIDIA(0):     (GPU-0)
[    10.975] (--) NVIDIA(0): Memory: 2097152 kBytes
[    10.975] (--) NVIDIA(0): VideoBIOS: 80.06.59.00.50
[    10.975] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    10.975] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    10.975] (**) NVIDIA(0):     device DFP-1 (Using EDID frequencies has been enabled on
[    10.975] (**) NVIDIA(0):     all display devices.)
[    10.977] (WW) NVIDIA(0): No valid modes for "DFP-1:1900x1080_75.00"; removing.
[    10.977] (WW) NVIDIA(0): 
[    10.977] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
[    10.977] (WW) NVIDIA(0):     "nvidia-auto-select".
[    10.977] (WW) NVIDIA(0): 
[    10.978] (II) NVIDIA(0): Validated MetaModes:
[    10.978] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
[    10.978] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[    10.984] (WW) NVIDIA(0): DFP-1 does not have an EDID, or its EDID does not contain a
[    10.984] (WW) NVIDIA(0):     maximum image size; cannot compute DPI from DFP-1's EDID.
[    10.984] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    10.984] (--) Depth 24 pixmap format is 32 bpp
[    10.984] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[    10.984] (II) NVIDIA:     access.
[    10.989] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    10.989] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    10.989] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    10.989] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    10.989] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    10.989] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    10.989] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    10.989] (II) NVIDIA(0):     Config Options in the README.
[    11.010] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[    11.069] (==) NVIDIA(0): Disabling shared memory pixmaps
[    11.069] (==) NVIDIA(0): Backing store enabled
[    11.069] (==) NVIDIA(0): Silken mouse enabled
[    11.070] (==) NVIDIA(0): DPMS enabled
[    11.072] (II) Loading sub module "dri2"
[    11.072] (II) LoadModule: "dri2"
[    11.072] (II) Module "dri2" already built-in
[    11.072] (II) NVIDIA(0): [DRI2] Setup complete
[    11.072] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    11.072] (--) RandR disabled
[    11.079] (II) Initializing extension GLX
[    11.079] (II) Indirect GLX disabled.
[    11.240] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    11.240] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    11.240] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    11.240] (II) LoadModule: "libinput"
[    11.240] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    11.250] (II) Module libinput: vendor="X.Org Foundation"
[    11.250] 	compiled for 1.18.3, module version = 0.19.0
[    11.250] 	Module class: X.Org XInput Driver
[    11.250] 	ABI class: X.Org XInput driver, version 22.1
[    11.251] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
[    11.251] (II) Using input driver 'libinput' for 'Power Button'
[    11.251] (**) Power Button: always reports core events
[    11.251] (**) Option "Device" "/dev/input/event1"
[    11.251] (**) Option "_source" "server/udev"
[    11.251] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[    11.251] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[    11.252] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
[    11.252] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    11.252] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[    11.252] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[    11.252] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    11.252] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    11.252] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    11.253] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 32 paused 0
[    11.253] (II) Using input driver 'libinput' for 'Power Button'
[    11.253] (**) Power Button: always reports core events
[    11.253] (**) Option "Device" "/dev/input/event0"
[    11.253] (**) Option "_source" "server/udev"
[    11.254] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
[    11.254] (II) input device 'Power Button', /dev/input/event0 is a keyboard
[    11.254] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
[    11.254] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    11.255] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
[    11.255] (II) input device 'Power Button', /dev/input/event0 is a keyboard
[    11.255] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[    11.255] (II) No input driver specified, ignoring this device.
[    11.255] (II) This device may have been added with another device file.
[    11.256] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[    11.256] (II) No input driver specified, ignoring this device.
[    11.256] (II) This device may have been added with another device file.
[    11.256] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    11.256] (II) No input driver specified, ignoring this device.
[    11.256] (II) This device may have been added with another device file.
[    11.257] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[    11.257] (II) No input driver specified, ignoring this device.
[    11.257] (II) This device may have been added with another device file.
[    11.257] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event7)
[    11.257] (II) No input driver specified, ignoring this device.
[    11.257] (II) This device may have been added with another device file.
[    11.257] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event8)
[    11.257] (II) No input driver specified, ignoring this device.
[    11.257] (II) This device may have been added with another device file.
[    11.258] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event9)
[    11.258] (II) No input driver specified, ignoring this device.
[    11.258] (II) This device may have been added with another device file.
[    11.258] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event10)
[    11.258] (II) No input driver specified, ignoring this device.
[    11.258] (II) This device may have been added with another device file.
[    11.259] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event3)
[    11.259] (II) No input driver specified, ignoring this device.
[    11.259] (II) This device may have been added with another device file.
[    11.259] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event4)
[    11.259] (II) No input driver specified, ignoring this device.
[    11.259] (II) This device may have been added with another device file.
[    11.259] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event5)
[    11.259] (II) No input driver specified, ignoring this device.
[    11.259] (II) This device may have been added with another device file.
[    11.260] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event6)
[    11.260] (II) No input driver specified, ignoring this device.
[    11.260] (II) This device may have been added with another device file.
[    11.261] (II) config/udev: Adding input device   USB Keyboard (/dev/input/event11)
[    11.261] (**)   USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    11.261] (**)   USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    11.262] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 33 paused 0
[    11.262] (II) Using input driver 'libinput' for '  USB Keyboard'
[    11.262] (**)   USB Keyboard: always reports core events
[    11.262] (**) Option "Device" "/dev/input/event11"
[    11.262] (**) Option "_source" "server/udev"
[    11.262] (II) input device '  USB Keyboard', /dev/input/event11 is tagged by udev as: Keyboard
[    11.262] (II) input device '  USB Keyboard', /dev/input/event11 is a keyboard
[    11.262] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb7/7-3/7-3:1.0/0003:04D9:1702.0001/input/input14/event11"
[    11.262] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD, id 8)
[    11.263] (II) input device '  USB Keyboard', /dev/input/event11 is tagged by udev as: Keyboard
[    11.263] (II) input device '  USB Keyboard', /dev/input/event11 is a keyboard
[    11.263] (II) config/udev: Adding input device   USB Keyboard (/dev/input/event12)
[    11.263] (**)   USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    11.263] (**)   USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    11.265] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 34 paused 0
[    11.265] (II) Using input driver 'libinput' for '  USB Keyboard'
[    11.265] (**)   USB Keyboard: always reports core events
[    11.265] (**) Option "Device" "/dev/input/event12"
[    11.265] (**) Option "_source" "server/udev"
[    11.265] (II) input device '  USB Keyboard', /dev/input/event12 is tagged by udev as: Keyboard
[    11.265] (II) input device '  USB Keyboard', /dev/input/event12 is a keyboard
[    11.265] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb7/7-3/7-3:1.1/0003:04D9:1702.0002/input/input15/event12"
[    11.265] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD, id 9)
[    11.265] (II) input device '  USB Keyboard', /dev/input/event12 is tagged by udev as: Keyboard
[    11.265] (II) input device '  USB Keyboard', /dev/input/event12 is a keyboard
[    11.266] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    11.266] (II) No input driver specified, ignoring this device.
[    11.266] (II) This device may have been added with another device file.
[    11.861] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    11.861] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    11.861] (--) NVIDIA(GPU-0): 
[    11.864] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    11.864] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    11.864] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    11.864] (--) NVIDIA(GPU-0): 
[    11.884] (--) NVIDIA(GPU-0): DFP-1: connected
[    11.884] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    11.884] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    11.884] (--) NVIDIA(GPU-0): 
[    11.884] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    11.884] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    11.884] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    11.884] (--) NVIDIA(GPU-0): 
[    11.884] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    11.884] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    11.884] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[    11.884] (--) NVIDIA(GPU-0): 
[    11.884] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    11.884] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    11.884] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    11.884] (--) NVIDIA(GPU-0): 
[    15.649] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    15.649] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    15.649] (--) NVIDIA(GPU-0): 
[    15.652] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    15.652] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    15.652] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    15.652] (--) NVIDIA(GPU-0): 
[    15.703] (--) NVIDIA(GPU-0): DFP-1: connected
[    15.703] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    15.703] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    15.703] (--) NVIDIA(GPU-0): 
[    15.703] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    15.703] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    15.703] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    15.703] (--) NVIDIA(GPU-0): 
[    15.703] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    15.703] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    15.703] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[    15.703] (--) NVIDIA(GPU-0): 
[    15.703] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    15.703] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    15.703] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    15.703] (--) NVIDIA(GPU-0): 
[    58.318] (**) Option "fd" "29"
[    58.318] (**) Option "fd" "32"
[    58.318] (**) Option "fd" "33"
[    58.318] (**) Option "fd" "34"
[    58.808] (II) systemd-logind: got pause for 13:64
[    58.808] (II) systemd-logind: got pause for 13:76
[    58.808] (II) systemd-logind: got pause for 13:65
[    58.808] (II) systemd-logind: got pause for 13:75
[    66.501] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/mouse0)
[    66.502] (II) No input driver specified, ignoring this device.
[    66.502] (II) This device may have been added with another device file.
[    66.589] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/event17)
[    66.589] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "evdev pointer catchall"
[    66.589] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "libinput pointer catchall"
[    66.643] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 21 paused 1
[    66.643] (II) systemd-logind: releasing fd for 13:81
 

LCD is a generic Hanstar/I-Inc 24" LCD. Also, I get artifacts and mosaics when opening applications. It seems like the GLX driver now it's recognized after I installed the Nvidia X Control Driver from the packages

I have updated the content of this comment now to utilize proper BBCode style smile

Edit 2:

$ xrandr shows the following:

 $ xrandr
Screen 0: minimum 8 x 8, current 1024 x 768, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      60.00*+
   800x600       72.19    60.32    56.25  
   640x480       59.94  
   512x384       60.00  
   400x300       72.19  
   320x240       60.05  
DP-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis) 

Last edited by nam_lah (2016-06-29 06:53:40)


X555 4210u 8GB GeForce 840M | Mini CQ10 N270 1GB | Banana Pro | Raspie B | Rasbie B+

Offline

#4 2016-06-29 06:42:43

nam_lah
Member
From: San Salvador, El Salvador
Registered: 2016-01-16
Posts: 9

Re: [SOLVED] Nvidia GTX 650 Ti Boost + Gnome 3.xx: Oh snap!

Update 2:

I have copied these

Section "Screen"

lines from /etc/X11/xorg.conf.d/10-monitor.conf:

  DefaultDepth           24 #16 #Choose the depth (16||24)
    SubSection             "Display"
        Depth              24 #16
        Modes	   "1900x1080_75.00" 

into the corresponding section at /etc/X11/xorg.conf.d/10-monitor.conf

This has eliminated the mosaics and artifacts. I'm still getting 768p resolution though, and no option for transparency at Terminal... so I'd say it's got something to do with my findings from my previous message. It's past midnight here, I'll continue troubleshooting tomorrow smile


X555 4210u 8GB GeForce 840M | Mini CQ10 N270 1GB | Banana Pro | Raspie B | Rasbie B+

Offline

#5 2016-06-29 10:02:05

alex.theoto
Member
From: Athens Greece
Registered: 2014-11-30
Posts: 307

Re: [SOLVED] Nvidia GTX 650 Ti Boost + Gnome 3.xx: Oh snap!

To many things are happening. Lets start from the basics:
Give us the output of

lspci |grep VGA
pacman -Qs nvidia
uname -a

Also, don't run nvidia-xconfig (see the wiki why).
Remove any Xconf created from nvidia

Last edited by alex.theoto (2016-06-29 10:03:17)

Offline

#6 2016-06-29 14:26:02

nam_lah
Member
From: San Salvador, El Salvador
Registered: 2016-01-16
Posts: 9

Re: [SOLVED] Nvidia GTX 650 Ti Boost + Gnome 3.xx: Oh snap!

Alex.theoto,

Thank you. Here it is.

$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GK106 [GeForce GTX 650 Ti Boost] (rev a1)
$ pacman -Qs nvidia
local/lib32-nvidia-libgl 367.27-1
    NVIDIA drivers libraries symlinks (32-bit)
local/lib32-nvidia-utils 367.27-1
    NVIDIA drivers utilities (32-bit)
local/libvdpau 1.1.1-2
    Nvidia VDPAU library
local/libxnvctrl 352.21-1
    NVIDIA X Ctrl library
local/nvidia 367.27-1
    NVIDIA drivers for linux
local/nvidia-libgl 367.27-1
    NVIDIA drivers libraries symlinks
local/nvidia-settings 367.27-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 367.27-1
    NVIDIA drivers utilities
local/xf86-video-nouveau 1.0.12-1 (xorg-drivers xorg)
    Open Source 2D acceleration driver for nVidia cards
$ uname -a
Linux phenom 4.6.2-1-ARCH #1 SMP PREEMPT Wed Jun 8 08:40:59 CEST 2016 x86_64 GNU/Linux

I removed nvidia-xconfig auto-generated file and both autogenerated and manual backup I created from the /etc/X11/directory.

Edit2: I had also removed the /etc/X11/xorg.conf.d/20-nvidia.conf before.
Edit3: I rebooted after having removed the nvidia-xconfig autogenerated file. No changes yet.

Last edited by nam_lah (2016-06-29 14:38:25)


X555 4210u 8GB GeForce 840M | Mini CQ10 N270 1GB | Banana Pro | Raspie B | Rasbie B+

Offline

#7 2016-06-29 16:50:53

alex.theoto
Member
From: Athens Greece
Registered: 2014-11-30
Posts: 307

Re: [SOLVED] Nvidia GTX 650 Ti Boost + Gnome 3.xx: Oh snap!

I'm puzzled...
Are you sure you don't need 304xx driver?
How old is your gpu?

EDIT. Nope. I'm wrong. Your drivers are correct.

Last edited by alex.theoto (2016-06-29 17:17:05)

Offline

#8 2016-06-29 17:42:48

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [SOLVED] Nvidia GTX 650 Ti Boost + Gnome 3.xx: Oh snap!

Repost the Xorg log after having removed the config, I also have a faint memory of AMD based cpus running into problems with 4.6 (check your dmesg) you might want to try the LTS kernel (not 100% sure on that one)

Offline

#9 2016-07-05 05:37:00

nam_lah
Member
From: San Salvador, El Salvador
Registered: 2016-01-16
Posts: 9

Re: [SOLVED] Nvidia GTX 650 Ti Boost + Gnome 3.xx: Oh snap!

Guys, I apologize for the delayed response. I've been a bit away from my systems in the last few days. I thank you for your support!

V1del, here it is:

 

cat .local/share/xorg/Xorg.0.log

[    73.272] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[    73.272] X Protocol Version 11, Revision 0
[    73.272] Build Operating System: Linux 4.5.1-1-ARCH x86_64 
[    73.272] Current Operating System: Linux phenom 4.6.2-1-ARCH #1 SMP PREEMPT Wed Jun 8 08:40:59 CEST 2016 x86_64
[    73.272] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=bcc5e535-1ebb-4182-b7d3-c46753b18464 rw quiet
[    73.272] Build Date: 03 June 2016  07:28:24AM
[    73.272]  
[    73.272] Current version of pixman: 0.34.0
[    73.272] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    73.272] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    73.272] (==) Log file: "/home/aumha/.local/share/xorg/Xorg.0.log", Time: Wed Jun 29 10:38:51 2016
[    73.272] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    73.272] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    73.272] (==) No Layout section.  Using the first Screen section.
[    73.272] (==) No screen section available. Using defaults.
[    73.272] (**) |-->Screen "Default Screen Section" (0)
[    73.272] (**) |   |-->Monitor "<default monitor>"
[    73.272] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    73.273] (==) Automatically adding devices
[    73.273] (==) Automatically enabling devices
[    73.273] (==) Automatically adding GPU devices
[    73.273] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    73.273] (==) 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/
[    73.273] (==) ModulePath set to "/usr/lib/xorg/modules"
[    73.273] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    73.273] (II) Loader magic: 0x821d20
[    73.273] (II) Module ABI versions:
[    73.273] 	X.Org ANSI C Emulation: 0.4
[    73.273] 	X.Org Video Driver: 20.0
[    73.273] 	X.Org XInput driver : 22.1
[    73.273] 	X.Org Server Extension : 9.0
[    73.274] (++) using VT number 2

[    73.274] (--) controlling tty is VT number 2, auto-enabling KeepTty
[    73.278] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c7
[    73.278] (II) xfree86: Adding drm device (/dev/dri/card0)
[    73.279] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[    73.281] (--) PCI:*(0:1:0:0) 10de:11c2:3842:3658 rev 161, Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xf8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    73.281] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    73.281] (II) LoadModule: "glx"
[    73.281] (WW) Warning, couldn't open module glx
[    73.281] (II) UnloadModule: "glx"
[    73.281] (II) Unloading glx
[    73.281] (EE) Failed to load module "glx" (module does not exist, 0)
[    73.281] (==) Matched nouveau as autoconfigured driver 0
[    73.281] (==) Matched nv as autoconfigured driver 1
[    73.281] (==) Matched nouveau as autoconfigured driver 2
[    73.281] (==) Matched nv as autoconfigured driver 3
[    73.281] (==) Matched modesetting as autoconfigured driver 4
[    73.281] (==) Matched fbdev as autoconfigured driver 5
[    73.281] (==) Matched vesa as autoconfigured driver 6
[    73.281] (==) Assigned the driver to the xf86ConfigLayout
[    73.281] (II) LoadModule: "nouveau"
[    73.281] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    73.281] (II) Module nouveau: vendor="X.Org Foundation"
[    73.281] 	compiled for 1.18.0, module version = 1.0.12
[    73.281] 	Module class: X.Org Video Driver
[    73.281] 	ABI class: X.Org Video Driver, version 20.0
[    73.281] (II) LoadModule: "nv"
[    73.281] (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
[    73.282] (II) Module nv: vendor="X.Org Foundation"
[    73.282] 	compiled for 1.18.0, module version = 2.1.20
[    73.282] 	Module class: X.Org Video Driver
[    73.282] 	ABI class: X.Org Video Driver, version 20.0
[    73.282] (II) LoadModule: "modesetting"
[    73.282] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    73.282] (II) Module modesetting: vendor="X.Org Foundation"
[    73.282] 	compiled for 1.18.3, module version = 1.18.3
[    73.282] 	Module class: X.Org Video Driver
[    73.282] 	ABI class: X.Org Video Driver, version 20.0
[    73.282] (II) LoadModule: "fbdev"
[    73.282] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    73.282] (II) Module fbdev: vendor="X.Org Foundation"
[    73.282] 	compiled for 1.18.0, module version = 0.4.4
[    73.282] 	Module class: X.Org Video Driver
[    73.282] 	ABI class: X.Org Video Driver, version 20.0
[    73.282] (II) LoadModule: "vesa"
[    73.282] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    73.282] (II) Module vesa: vendor="X.Org Foundation"
[    73.282] 	compiled for 1.18.0, module version = 2.3.4
[    73.282] 	Module class: X.Org Video Driver
[    73.282] 	ABI class: X.Org Video Driver, version 20.0
[    73.282] (II) NOUVEAU driver 
[    73.282] (II) NOUVEAU driver for NVIDIA chipset families :
[    73.282] 	RIVA TNT        (NV04)
[    73.282] 	RIVA TNT2       (NV05)
[    73.282] 	GeForce 256     (NV10)
[    73.282] 	GeForce 2       (NV11, NV15)
[    73.282] 	GeForce 4MX     (NV17, NV18)
[    73.282] 	GeForce 3       (NV20)
[    73.282] 	GeForce 4Ti     (NV25, NV28)
[    73.282] 	GeForce FX      (NV3x)
[    73.282] 	GeForce 6       (NV4x)
[    73.282] 	GeForce 7       (G7x)
[    73.282] 	GeForce 8       (G8x)
[    73.282] 	GeForce GTX 200 (NVA0)
[    73.282] 	GeForce GTX 400 (NVC0)
[    73.282] (II) NOUVEAU driver 
[    73.282] (II) NOUVEAU driver for NVIDIA chipset families :
[    73.282] 	RIVA TNT        (NV04)
[    73.282] 	RIVA TNT2       (NV05)
[    73.282] 	GeForce 256     (NV10)
[    73.282] 	GeForce 2       (NV11, NV15)
[    73.282] 	GeForce 4MX     (NV17, NV18)
[    73.282] 	GeForce 3       (NV20)
[    73.282] 	GeForce 4Ti     (NV25, NV28)
[    73.282] 	GeForce FX      (NV3x)
[    73.282] 	GeForce 6       (NV4x)
[    73.282] 	GeForce 7       (G7x)
[    73.282] 	GeForce 8       (G8x)
[    73.282] 	GeForce GTX 200 (NVA0)
[    73.283] 	GeForce GTX 400 (NVC0)
[    73.283] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    73.283] (II) FBDEV: driver for framebuffer: fbdev
[    73.283] (II) VESA: driver for VESA chipsets: vesa
[    73.283] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    73.283] (II) [drm] nouveau interface version: 1.3.1
[    73.283] (WW) Falling back to old probe method for modesetting
[    73.283] (WW) Falling back to old probe method for fbdev
[    73.283] (II) Loading sub module "fbdevhw"
[    73.283] (II) LoadModule: "fbdevhw"
[    73.283] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    73.283] (II) Module fbdevhw: vendor="X.Org Foundation"
[    73.283] 	compiled for 1.18.3, module version = 0.0.2
[    73.283] 	ABI class: X.Org Video Driver, version 20.0
[    73.283] (EE) open /dev/fb0: Permission denied
[    73.283] (WW) Falling back to old probe method for vesa
[    73.283] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    73.283] (II) Loading sub module "dri2"
[    73.283] (II) LoadModule: "dri2"
[    73.283] (II) Module "dri2" already built-in
[    73.283] (--) NOUVEAU(0): Chipset: "NVIDIA NVE6"
[    73.283] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    73.283] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    73.283] (==) NOUVEAU(0): RGB weight 888
[    73.283] (==) NOUVEAU(0): Default visual is TrueColor
[    73.283] (==) NOUVEAU(0): Using HW cursor
[    73.283] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[    73.283] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[    73.283] (==) NOUVEAU(0): Page flipping enabled
[    73.283] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[    73.283] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[    73.283] (II) NOUVEAU(0): Initializing outputs ...
[    73.295] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
[    73.364] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
[    73.416] (II) NOUVEAU(0): Output DP-1 has no monitor section
[    73.417] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
[    73.417] (II) NOUVEAU(0): 4 crtcs needed for screen.
[    73.418] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[    73.418] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[    73.418] (II) NOUVEAU(0): Allocated crtc nr. 2 to this screen.
[    73.418] (II) NOUVEAU(0): Allocated crtc nr. 3 to this screen.
[    73.430] (II) NOUVEAU(0): EDID for output DVI-I-1
[    73.498] (WW) EDID timing clock 148.50 exceeds claimed max 145MHz, fixing
[    73.498] (II) NOUVEAU(0): EDID for output HDMI-1
[    73.498] (II) NOUVEAU(0): Manufacturer: HSD  Model: 2214  Serial#: 1363
[    73.498] (II) NOUVEAU(0): Year: 2010  Week: 14
[    73.498] (II) NOUVEAU(0): EDID Version: 1.3
[    73.498] (II) NOUVEAU(0): Digital Display Input
[    73.498] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 54  vert.: 30
[    73.498] (II) NOUVEAU(0): Gamma: 2.20
[    73.498] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[    73.498] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    73.498] (II) NOUVEAU(0): First detailed timing is preferred mode
[    73.498] (II) NOUVEAU(0): redX: 0.636 redY: 0.336   greenX: 0.300 greenY: 0.616
[    73.498] (II) NOUVEAU(0): blueX: 0.138 blueY: 0.071   whiteX: 0.313 whiteY: 0.329
[    73.498] (II) NOUVEAU(0): Supported established timings:
[    73.498] (II) NOUVEAU(0): 720x400@70Hz
[    73.498] (II) NOUVEAU(0): 640x480@60Hz
[    73.498] (II) NOUVEAU(0): 640x480@67Hz
[    73.499] (II) NOUVEAU(0): 640x480@72Hz
[    73.499] (II) NOUVEAU(0): 640x480@75Hz
[    73.499] (II) NOUVEAU(0): 800x600@56Hz
[    73.499] (II) NOUVEAU(0): 800x600@60Hz
[    73.499] (II) NOUVEAU(0): 800x600@72Hz
[    73.499] (II) NOUVEAU(0): 800x600@75Hz
[    73.499] (II) NOUVEAU(0): 832x624@75Hz
[    73.499] (II) NOUVEAU(0): 1024x768@60Hz
[    73.499] (II) NOUVEAU(0): 1024x768@70Hz
[    73.499] (II) NOUVEAU(0): 1024x768@75Hz
[    73.499] (II) NOUVEAU(0): 1280x1024@75Hz
[    73.499] (II) NOUVEAU(0): 1152x864@75Hz
[    73.499] (II) NOUVEAU(0): Manufacturer's mask: 0
[    73.499] (II) NOUVEAU(0): Supported standard timings:
[    73.499] (II) NOUVEAU(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    73.499] (II) NOUVEAU(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    73.499] (II) NOUVEAU(0): #2: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    73.499] (II) NOUVEAU(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    73.499] (II) NOUVEAU(0): #4: hsize: 1400  vsize 1050  refresh: 60  vid: 16528
[    73.499] (II) NOUVEAU(0): #5: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    73.499] (II) NOUVEAU(0): #6: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    73.499] (II) NOUVEAU(0): #7: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    73.499] (II) NOUVEAU(0): Supported detailed timing:
[    73.499] (II) NOUVEAU(0): clock: 138.5 MHz   Image Size:  543 x 305 mm
[    73.499] (II) NOUVEAU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    73.499] (II) NOUVEAU(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    73.499] (II) NOUVEAU(0): Monitor name: iH252
[    73.499] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 24 H max: 80 kHz, PixClock max 149 MHz
[    73.499] (II) NOUVEAU(0): Serial No: 014RY17A01363
[    73.499] (II) NOUVEAU(0): Supported detailed timing:
[    73.499] (II) NOUVEAU(0): clock: 27.0 MHz   Image Size:  543 x 305 mm
[    73.499] (II) NOUVEAU(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[    73.499] (II) NOUVEAU(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[    73.499] (II) NOUVEAU(0): Supported detailed timing:
[    73.499] (II) NOUVEAU(0): clock: 74.2 MHz   Image Size:  543 x 305 mm
[    73.499] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    73.499] (II) NOUVEAU(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    73.499] (II) NOUVEAU(0): Supported detailed timing:
[    73.499] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  543 x 305 mm
[    73.499] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    73.499] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    73.499] (II) NOUVEAU(0): Supported detailed timing:
[    73.499] (II) NOUVEAU(0): clock: 74.2 MHz   Image Size:  543 x 305 mm
[    73.499] (II) NOUVEAU(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    73.499] (II) NOUVEAU(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[    73.499] (II) NOUVEAU(0): Supported detailed timing:
[    73.499] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  543 x 305 mm
[    73.499] (II) NOUVEAU(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[    73.499] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    73.499] (II) NOUVEAU(0): Number of EDID sections to follow: 1
[    73.499] (II) NOUVEAU(0): EDID (in hex):
[    73.499] (II) NOUVEAU(0): 	00ffffffffffff002264142253050000
[    73.499] (II) NOUVEAU(0): 	0e14010380361e78eacf55a2564c9d23
[    73.499] (II) NOUVEAU(0): 	125054bfef80d1c0b300a94095009040
[    73.499] (II) NOUVEAU(0): 	81808140714f1a3680a070381f403020
[    73.499] (II) NOUVEAU(0): 	35001f312100001b000000fc00694832
[    73.499] (II) NOUVEAU(0): 	35320a20202020202020000000fd0038
[    73.499] (II) NOUVEAU(0): 	4b18500e000a202020202020000000ff
[    73.499] (II) NOUVEAU(0): 	00303134525931374130313336330118
[    73.499] (II) NOUVEAU(0): 	020322f14d9f1413121e160190040507
[    73.499] (II) NOUVEAU(0): 	030e230907078301000067030c001000
[    73.499] (II) NOUVEAU(0): 	28de8c0ad08a20e02d10103e96001f31
[    73.499] (II) NOUVEAU(0): 	21000018011d8018711c1620582c2500
[    73.499] (II) NOUVEAU(0): 	1f312100009e023a801871382d40582c
[    73.499] (II) NOUVEAU(0): 	45001f312100001e011d80d0721c1620
[    73.499] (II) NOUVEAU(0): 	102c25801f312100009e023a80d07238
[    73.499] (II) NOUVEAU(0): 	2d40102c45801f312100001e00000031
[    73.499] (--) NOUVEAU(0): HDMI max TMDS frequency 1110000KHz
[    73.499] (II) NOUVEAU(0): Printing probed modes for output HDMI-1
[    73.499] (II) NOUVEAU(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[    73.499] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1440x576"x50.0   54.00  1440 1464 1592 1728  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1440x480"x60.0   54.05  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "1440x480"x59.9   54.00  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    73.499] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    73.550] (II) NOUVEAU(0): EDID for output DP-1
[    73.551] (II) NOUVEAU(0): EDID for output DVI-D-1
[    73.551] (II) NOUVEAU(0): Output DVI-I-1 disconnected
[    73.551] (II) NOUVEAU(0): Output HDMI-1 connected
[    73.551] (II) NOUVEAU(0): Output DP-1 disconnected
[    73.551] (II) NOUVEAU(0): Output DVI-D-1 disconnected
[    73.551] (II) NOUVEAU(0): Using exact sizes for initial modes
[    73.551] (II) NOUVEAU(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[    73.551] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    73.551] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
[    73.551] (**) NOUVEAU(0):  Driver mode "1920x1080": 138.5 MHz (scaled from 0.0 MHz), 66.6 kHz, 59.9 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[    73.551] (**) NOUVEAU(0):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 56.2 kHz, 50.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1920x1080": 148.4 MHz (scaled from 0.0 MHz), 67.4 kHz, 59.9 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1920x1080i": 74.2 MHz (scaled from 0.0 MHz), 33.8 kHz, 60.0 Hz (I)
[    73.551] (II) NOUVEAU(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1920x1080i": 74.2 MHz (scaled from 0.0 MHz), 28.1 kHz, 50.0 Hz (I)
[    73.551] (II) NOUVEAU(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1920x1080i": 74.2 MHz (scaled from 0.0 MHz), 33.7 kHz, 59.9 Hz (I)
[    73.551] (II) NOUVEAU(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1400x1050": 101.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1400x1050"x59.9  101.00  1400 1448 1480 1560  1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1440x900": 88.8 MHz (scaled from 0.0 MHz), 55.5 kHz, 59.9 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 37.5 kHz, 50.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 45.0 kHz, 59.9 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1440x576": 54.0 MHz (scaled from 0.0 MHz), 31.2 kHz, 50.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1440x576"x50.0   54.00  1440 1464 1592 1728  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1440x480": 54.1 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1440x480"x60.0   54.05  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "1440x480": 54.0 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[    73.551] (II) NOUVEAU(0): Modeline "1440x480"x59.9   54.00  1440 1472 1596 1716  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
[    73.551] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
[    73.551] (II) NOUVEAU(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[    73.551] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[    73.551] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "720x576": 27.0 MHz (scaled from 0.0 MHz), 31.2 kHz, 50.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "720x480": 27.0 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "720x480": 27.0 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[    73.551] (II) NOUVEAU(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
[    73.551] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
[    73.551] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[    73.551] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[    73.551] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    73.551] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[    73.551] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    73.551] (==) NOUVEAU(0): DPI set to (96, 96)
[    73.551] (II) Loading sub module "fb"
[    73.551] (II) LoadModule: "fb"
[    73.551] (II) Loading /usr/lib/xorg/modules/libfb.so
[    73.551] (II) Module fb: vendor="X.Org Foundation"
[    73.551] 	compiled for 1.18.3, module version = 1.0.0
[    73.551] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    73.551] (II) Loading sub module "shadowfb"
[    73.551] (II) LoadModule: "shadowfb"
[    73.552] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    73.552] (II) Module shadowfb: vendor="X.Org Foundation"
[    73.552] 	compiled for 1.18.3, module version = 1.0.0
[    73.552] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    73.552] (II) UnloadModule: "nv"
[    73.552] (II) Unloading nv
[    73.552] (II) UnloadModule: "modesetting"
[    73.552] (II) Unloading modesetting
[    73.552] (II) UnloadModule: "fbdev"
[    73.552] (II) Unloading fbdev
[    73.552] (II) UnloadSubModule: "fbdevhw"
[    73.552] (II) Unloading fbdevhw
[    73.552] (II) UnloadModule: "vesa"
[    73.552] (II) Unloading vesa
[    73.552] (--) Depth 24 pixmap format is 32 bpp
[    73.581] (II) NOUVEAU(0): Channel setup complete.
[    73.609] (II) NOUVEAU(0): [COPY] async initialised.
[    73.609] (II) NOUVEAU(0): Hardware support for Present enabled
[    73.609] (II) NOUVEAU(0): [DRI2] Setup complete
[    73.609] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    73.609] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[    73.609] (II) Loading sub module "exa"
[    73.609] (II) LoadModule: "exa"
[    73.609] (II) Loading /usr/lib/xorg/modules/libexa.so
[    73.609] (II) Module exa: vendor="X.Org Foundation"
[    73.609] 	compiled for 1.18.3, module version = 2.6.0
[    73.609] 	ABI class: X.Org Video Driver, version 20.0
[    73.609] (II) EXA(0): Driver allocated offscreen pixmaps
[    73.609] (II) EXA(0): Driver registered support for the following operations:
[    73.609] (II)         Solid
[    73.609] (II)         Copy
[    73.609] (II)         Composite (RENDER acceleration)
[    73.609] (II)         UploadToScreen
[    73.609] (II)         DownloadFromScreen
[    73.609] (==) NOUVEAU(0): Backing store enabled
[    73.609] (==) NOUVEAU(0): Silken mouse enabled
[    73.609] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    73.609] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    73.609] (==) NOUVEAU(0): DPMS enabled
[    73.609] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    73.609] (--) RandR disabled
[    73.615] (II) NOUVEAU(0): NVEnterVT is called.
[    73.639] (II) NOUVEAU(0): Setting screen physical size to 508 x 285
[    73.639] resize called 1920 1080
[    73.753] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    73.753] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    73.753] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    73.753] (**) Power Button: Applying InputClass "system-keyboard"
[    73.753] (II) LoadModule: "libinput"
[    73.753] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    73.755] (II) Module libinput: vendor="X.Org Foundation"
[    73.755] 	compiled for 1.18.3, module version = 0.19.0
[    73.755] 	Module class: X.Org XInput Driver
[    73.755] 	ABI class: X.Org XInput driver, version 22.1
[    73.755] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 11 paused 0
[    73.755] (II) Using input driver 'libinput' for 'Power Button'
[    73.755] (**) Power Button: always reports core events
[    73.755] (**) Option "Device" "/dev/input/event1"
[    73.756] (**) Option "_source" "server/udev"
[    73.756] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[    73.756] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[    73.756] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event1"
[    73.756] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    73.756] (**) Option "xkb_layout" "us,es"
[    73.756] (**) Option "xkb_variant" ","
[    73.789] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[    73.789] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[    73.789] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    73.789] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    73.789] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    73.789] (**) Power Button: Applying InputClass "system-keyboard"
[    73.790] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 14 paused 0
[    73.790] (II) Using input driver 'libinput' for 'Power Button'
[    73.790] (**) Power Button: always reports core events
[    73.790] (**) Option "Device" "/dev/input/event0"
[    73.790] (**) Option "_source" "server/udev"
[    73.790] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
[    73.790] (II) input device 'Power Button', /dev/input/event0 is a keyboard
[    73.790] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event0"
[    73.790] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    73.790] (**) Option "xkb_layout" "us,es"
[    73.790] (**) Option "xkb_variant" ","
[    73.790] (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard
[    73.790] (II) input device 'Power Button', /dev/input/event0 is a keyboard
[    73.791] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[    73.791] (II) No input driver specified, ignoring this device.
[    73.791] (II) This device may have been added with another device file.
[    73.791] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[    73.791] (II) No input driver specified, ignoring this device.
[    73.791] (II) This device may have been added with another device file.
[    73.791] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    73.791] (II) No input driver specified, ignoring this device.
[    73.791] (II) This device may have been added with another device file.
[    73.791] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[    73.791] (II) No input driver specified, ignoring this device.
[    73.791] (II) This device may have been added with another device file.
[    73.792] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event4)
[    73.792] (II) No input driver specified, ignoring this device.
[    73.792] (II) This device may have been added with another device file.
[    73.792] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event5)
[    73.792] (II) No input driver specified, ignoring this device.
[    73.792] (II) This device may have been added with another device file.
[    73.792] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event6)
[    73.792] (II) No input driver specified, ignoring this device.
[    73.792] (II) This device may have been added with another device file.
[    73.792] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event7)
[    73.792] (II) No input driver specified, ignoring this device.
[    73.792] (II) This device may have been added with another device file.
[    73.792] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event8)
[    73.792] (II) No input driver specified, ignoring this device.
[    73.792] (II) This device may have been added with another device file.
[    73.793] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event9)
[    73.793] (II) No input driver specified, ignoring this device.
[    73.793] (II) This device may have been added with another device file.
[    73.793] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event10)
[    73.793] (II) No input driver specified, ignoring this device.
[    73.793] (II) This device may have been added with another device file.
[    73.793] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event3)
[    73.793] (II) No input driver specified, ignoring this device.
[    73.793] (II) This device may have been added with another device file.
[    73.793] (II) config/udev: Adding input device   USB Keyboard (/dev/input/event11)
[    73.793] (**)   USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    73.793] (**)   USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    73.793] (**)   USB Keyboard: Applying InputClass "system-keyboard"
[    73.794] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 15 paused 0
[    73.794] (II) Using input driver 'libinput' for '  USB Keyboard'
[    73.794] (**)   USB Keyboard: always reports core events
[    73.794] (**) Option "Device" "/dev/input/event11"
[    73.794] (**) Option "_source" "server/udev"
[    73.795] (II) input device '  USB Keyboard', /dev/input/event11 is tagged by udev as: Keyboard
[    73.795] (II) input device '  USB Keyboard', /dev/input/event11 is a keyboard
[    73.795] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb6/6-3/6-3:1.0/0003:04D9:1702.0004/input/input17/event11"
[    73.795] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD, id 8)
[    73.795] (**) Option "xkb_layout" "us,es"
[    73.795] (**) Option "xkb_variant" ","
[    73.795] (II) input device '  USB Keyboard', /dev/input/event11 is tagged by udev as: Keyboard
[    73.795] (II) input device '  USB Keyboard', /dev/input/event11 is a keyboard
[    73.795] (II) config/udev: Adding input device   USB Keyboard (/dev/input/event12)
[    73.795] (**)   USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    73.795] (**)   USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    73.795] (**)   USB Keyboard: Applying InputClass "system-keyboard"
[    73.796] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 16 paused 0
[    73.796] (II) Using input driver 'libinput' for '  USB Keyboard'
[    73.796] (**)   USB Keyboard: always reports core events
[    73.796] (**) Option "Device" "/dev/input/event12"
[    73.796] (**) Option "_source" "server/udev"
[    73.797] (II) input device '  USB Keyboard', /dev/input/event12 is tagged by udev as: Keyboard
[    73.797] (II) input device '  USB Keyboard', /dev/input/event12 is a keyboard
[    73.797] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb6/6-3/6-3:1.1/0003:04D9:1702.0005/input/input18/event12"
[    73.797] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD, id 9)
[    73.797] (**) Option "xkb_layout" "us,es"
[    73.797] (**) Option "xkb_variant" ","
[    73.797] (II) input device '  USB Keyboard', /dev/input/event12 is tagged by udev as: Keyboard
[    73.797] (II) input device '  USB Keyboard', /dev/input/event12 is a keyboard
[    73.797] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/event17)
[    73.797] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "evdev pointer catchall"
[    73.797] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "libinput pointer catchall"
[    73.850] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 17 paused 0
[    73.850] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Wireless Mouse'
[    73.850] (**) MOSART Semi. 2.4G Wireless Mouse: always reports core events
[    73.850] (**) Option "Device" "/dev/input/event17"
[    73.850] (**) Option "_source" "server/udev"
[    73.850] (II) input device 'MOSART Semi. 2.4G Wireless Mouse', /dev/input/event17 is tagged by udev as: Mouse
[    73.850] (II) input device 'MOSART Semi. 2.4G Wireless Mouse', /dev/input/event17 is a pointer caps
[    73.851] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb6/6-4/6-4:1.0/0003:3938:1031.0006/input/input23/event17"
[    73.851] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Wireless Mouse" (type: MOUSE, id 10)
[    73.851] (**) Option "AccelerationScheme" "none"
[    73.851] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) selected scheme none/0
[    73.851] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration factor: 2.000
[    73.851] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration threshold: 4
[    73.851] (II) input device 'MOSART Semi. 2.4G Wireless Mouse', /dev/input/event17 is tagged by udev as: Mouse
[    73.851] (II) input device 'MOSART Semi. 2.4G Wireless Mouse', /dev/input/event17 is a pointer caps
[    73.852] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/mouse0)
[    73.852] (II) No input driver specified, ignoring this device.
[    73.852] (II) This device may have been added with another device file.
[    73.852] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    73.852] (II) No input driver specified, ignoring this device.
[    73.852] (II) This device may have been added with another device file.
[    73.933] (**) Option "fd" "11"
[    73.933] (**) Option "fd" "14"
[    73.933] (**) Option "fd" "15"
[    73.933] (**) Option "fd" "16"
[    73.933] (**) Option "fd" "17"
[    73.934] (II) UnloadModule: "libinput"
[    73.934] (II) systemd-logind: releasing fd for 13:81
[    73.960] (II) UnloadModule: "libinput"
[    73.960] (II) systemd-logind: releasing fd for 13:76
[    73.986] (II) UnloadModule: "libinput"
[    73.986] (II) systemd-logind: releasing fd for 13:75
[    74.013] (II) UnloadModule: "libinput"
[    74.013] (II) systemd-logind: releasing fd for 13:64
[    74.027] (II) UnloadModule: "libinput"
[    74.027] (II) systemd-logind: releasing fd for 13:65
[    74.053] (II) NOUVEAU(0): NVLeaveVT is called.
[    74.242] (II) Server terminated successfully (0). Closing log file.

Update2
Now, if I get the log from /var/log/* :

$ sudo cat /var/log/Xorg.0.log

[    12.390] (--) Log file renamed from "/var/log/Xorg.pid-379.log" to "/var/log/Xorg.0.log"
[    12.393] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[    12.393] X Protocol Version 11, Revision 0
[    12.393] Build Operating System: Linux 4.5.1-1-ARCH x86_64 
[    12.393] Current Operating System: Linux phenom 4.6.3-1-ARCH #1 SMP PREEMPT Fri Jun 24 21:19:13 CEST 2016 x86_64
[    12.393] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=bcc5e535-1ebb-4182-b7d3-c46753b18464 rw quiet
[    12.393] Build Date: 03 June 2016  07:28:24AM
[    12.393]  
[    12.393] Current version of pixman: 0.34.0
[    12.393] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    12.393] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    12.394] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul  4 23:19:37 2016
[    12.404] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    12.404] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    12.412] (==) No Layout section.  Using the first Screen section.
[    12.412] (==) No screen section available. Using defaults.
[    12.412] (**) |-->Screen "Default Screen Section" (0)
[    12.412] (**) |   |-->Monitor "<default monitor>"
[    12.413] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    12.413] (==) Automatically adding devices
[    12.413] (==) Automatically enabling devices
[    12.413] (==) Automatically adding GPU devices
[    12.413] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    12.427] (==) 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/
[    12.427] (==) ModulePath set to "/usr/lib/xorg/modules"
[    12.427] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    12.427] (II) Loader magic: 0x821d20
[    12.428] (II) Module ABI versions:
[    12.428] 	X.Org ANSI C Emulation: 0.4
[    12.428] 	X.Org Video Driver: 20.0
[    12.428] 	X.Org XInput driver : 22.1
[    12.428] 	X.Org Server Extension : 9.0
[    12.429] (++) using VT number 1

[    12.433] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    12.434] (II) xfree86: Adding drm device (/dev/dri/card0)
[    12.435] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
[    12.437] (--) PCI:*(0:1:0:0) 10de:11c2:3842:3658 rev 161, Mem @ 0xfd000000/16777216, 0xf0000000/134217728, 0xf8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    12.437] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    12.437] (II) LoadModule: "glx"
[    12.442] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    12.547] (II) Module glx: vendor="NVIDIA Corporation"
[    12.547] 	compiled for 4.0.2, module version = 1.0.0
[    12.547] 	Module class: X.Org Server Extension
[    12.548] (II) NVIDIA GLX Module  367.27  Thu Jun  9 18:19:55 PDT 2016
[    12.549] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    12.549] 	loading driver: nvidia
[    12.549] (==) Matched nvidia as autoconfigured driver 0
[    12.549] (==) Matched nouveau as autoconfigured driver 1
[    12.549] (==) Matched nv as autoconfigured driver 2
[    12.549] (==) Matched nouveau as autoconfigured driver 3
[    12.549] (==) Matched nv as autoconfigured driver 4
[    12.549] (==) Matched modesetting as autoconfigured driver 5
[    12.549] (==) Matched fbdev as autoconfigured driver 6
[    12.549] (==) Matched vesa as autoconfigured driver 7
[    12.549] (==) Assigned the driver to the xf86ConfigLayout
[    12.549] (II) LoadModule: "nvidia"
[    12.549] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    12.564] (II) Module nvidia: vendor="NVIDIA Corporation"
[    12.564] 	compiled for 4.0.2, module version = 1.0.0
[    12.564] 	Module class: X.Org Video Driver
[    12.565] (II) LoadModule: "nouveau"
[    12.565] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    12.569] (II) Module nouveau: vendor="X.Org Foundation"
[    12.569] 	compiled for 1.18.0, module version = 1.0.12
[    12.569] 	Module class: X.Org Video Driver
[    12.569] 	ABI class: X.Org Video Driver, version 20.0
[    12.569] (II) LoadModule: "nv"
[    12.569] (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
[    12.572] (II) Module nv: vendor="X.Org Foundation"
[    12.572] 	compiled for 1.18.0, module version = 2.1.20
[    12.572] 	Module class: X.Org Video Driver
[    12.572] 	ABI class: X.Org Video Driver, version 20.0
[    12.572] (II) LoadModule: "modesetting"
[    12.572] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    12.573] (II) Module modesetting: vendor="X.Org Foundation"
[    12.573] 	compiled for 1.18.3, module version = 1.18.3
[    12.573] 	Module class: X.Org Video Driver
[    12.573] 	ABI class: X.Org Video Driver, version 20.0
[    12.573] (II) LoadModule: "fbdev"
[    12.573] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    12.575] (II) Module fbdev: vendor="X.Org Foundation"
[    12.575] 	compiled for 1.18.0, module version = 0.4.4
[    12.575] 	Module class: X.Org Video Driver
[    12.575] 	ABI class: X.Org Video Driver, version 20.0
[    12.575] (II) LoadModule: "vesa"
[    12.575] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    12.576] (II) Module vesa: vendor="X.Org Foundation"
[    12.576] 	compiled for 1.18.0, module version = 2.3.4
[    12.576] 	Module class: X.Org Video Driver
[    12.576] 	ABI class: X.Org Video Driver, version 20.0
[    12.576] (II) NVIDIA dlloader X Driver  367.27  Thu Jun  9 17:57:30 PDT 2016
[    12.576] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    12.577] (II) NOUVEAU driver 
[    12.577] (II) NOUVEAU driver for NVIDIA chipset families :
[    12.577] 	RIVA TNT        (NV04)
[    12.577] 	RIVA TNT2       (NV05)
[    12.577] 	GeForce 256     (NV10)
[    12.577] 	GeForce 2       (NV11, NV15)
[    12.577] 	GeForce 4MX     (NV17, NV18)
[    12.577] 	GeForce 3       (NV20)
[    12.577] 	GeForce 4Ti     (NV25, NV28)
[    12.577] 	GeForce FX      (NV3x)
[    12.577] 	GeForce 6       (NV4x)
[    12.577] 	GeForce 7       (G7x)
[    12.577] 	GeForce 8       (G8x)
[    12.577] 	GeForce GTX 200 (NVA0)
[    12.577] 	GeForce GTX 400 (NVC0)
[    12.577] (II) NOUVEAU driver 
[    12.577] (II) NOUVEAU driver for NVIDIA chipset families :
[    12.577] 	RIVA TNT        (NV04)
[    12.577] 	RIVA TNT2       (NV05)
[    12.578] 	GeForce 256     (NV10)
[    12.578] 	GeForce 2       (NV11, NV15)
[    12.578] 	GeForce 4MX     (NV17, NV18)
[    12.578] 	GeForce 3       (NV20)
[    12.578] 	GeForce 4Ti     (NV25, NV28)
[    12.578] 	GeForce FX      (NV3x)
[    12.578] 	GeForce 6       (NV4x)
[    12.578] 	GeForce 7       (G7x)
[    12.578] 	GeForce 8       (G8x)
[    12.578] 	GeForce GTX 200 (NVA0)
[    12.578] 	GeForce GTX 400 (NVC0)
[    12.578] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    12.578] (II) FBDEV: driver for framebuffer: fbdev
[    12.578] (II) VESA: driver for VESA chipsets: vesa
[    12.578] (II) systemd-logind: releasing fd for 226:0
[    12.580] (II) Loading sub module "fb"
[    12.580] (II) LoadModule: "fb"
[    12.581] (II) Loading /usr/lib/xorg/modules/libfb.so
[    12.583] (II) Module fb: vendor="X.Org Foundation"
[    12.583] 	compiled for 1.18.3, module version = 1.0.0
[    12.583] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    12.583] (II) Loading sub module "wfb"
[    12.583] (II) LoadModule: "wfb"
[    12.583] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    12.586] (II) Module wfb: vendor="X.Org Foundation"
[    12.586] 	compiled for 1.18.3, module version = 1.0.0
[    12.586] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    12.586] (II) Loading sub module "ramdac"
[    12.586] (II) LoadModule: "ramdac"
[    12.586] (II) Module "ramdac" already built-in
[    12.589] (WW) Falling back to old probe method for modesetting
[    12.589] (WW) Falling back to old probe method for fbdev
[    12.589] (II) Loading sub module "fbdevhw"
[    12.589] (II) LoadModule: "fbdevhw"
[    12.591] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    12.592] (II) Module fbdevhw: vendor="X.Org Foundation"
[    12.592] 	compiled for 1.18.3, module version = 0.0.2
[    12.592] 	ABI class: X.Org Video Driver, version 20.0
[    12.592] (WW) Falling back to old probe method for vesa
[    12.592] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    12.592] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    12.592] (==) NVIDIA(0): RGB weight 888
[    12.592] (==) NVIDIA(0): Default visual is TrueColor
[    12.592] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    12.594] (**) NVIDIA(0): Enabling 2D acceleration
[    13.284] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    13.284] (--) NVIDIA(0):     CRT-0
[    13.284] (--) NVIDIA(0):     DFP-0
[    13.284] (--) NVIDIA(0):     DFP-1 (boot)
[    13.284] (--) NVIDIA(0):     DFP-2
[    13.284] (--) NVIDIA(0):     DFP-3
[    13.284] (--) NVIDIA(0):     DFP-4
[    13.287] (--) NVIDIA(0): CRT-0: disconnected
[    13.287] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[    13.287] (--) NVIDIA(0): 
[    13.290] (--) NVIDIA(0): DFP-0: disconnected
[    13.290] (--) NVIDIA(0): DFP-0: Internal TMDS
[    13.290] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[    13.290] (--) NVIDIA(0): 
[    13.344] (--) NVIDIA(0): DFP-1: connected
[    13.344] (--) NVIDIA(0): DFP-1: Internal TMDS
[    13.344] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[    13.344] (--) NVIDIA(0): 
[    13.344] (--) NVIDIA(0): DFP-2: disconnected
[    13.344] (--) NVIDIA(0): DFP-2: Internal TMDS
[    13.344] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[    13.344] (--) NVIDIA(0): 
[    13.344] (--) NVIDIA(0): DFP-3: disconnected
[    13.344] (--) NVIDIA(0): DFP-3: Internal TMDS
[    13.344] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[    13.344] (--) NVIDIA(0): 
[    13.344] (--) NVIDIA(0): DFP-4: disconnected
[    13.344] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[    13.344] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[    13.344] (--) NVIDIA(0): 
[    13.345] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 650 Ti BOOST (GK106) at PCI:1:0:0
[    13.345] (II) NVIDIA(0):     (GPU-0)
[    13.346] (--) NVIDIA(0): Memory: 2097152 kBytes
[    13.346] (--) NVIDIA(0): VideoBIOS: 80.06.59.00.50
[    13.346] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    13.346] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    13.346] (**) NVIDIA(0):     device DFP-1 (Using EDID frequencies has been enabled on
[    13.346] (**) NVIDIA(0):     all display devices.)
[    13.347] (==) NVIDIA(0): 
[    13.347] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    13.347] (==) NVIDIA(0):     will be used as the requested mode.
[    13.347] (==) NVIDIA(0): 
[    13.349] (II) NVIDIA(0): Validated MetaModes:
[    13.349] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
[    13.349] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[    13.354] (WW) NVIDIA(0): DFP-1 does not have an EDID, or its EDID does not contain a
[    13.354] (WW) NVIDIA(0):     maximum image size; cannot compute DPI from DFP-1's EDID.
[    13.354] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    13.354] (II) UnloadModule: "nouveau"
[    13.354] (II) Unloading nouveau
[    13.354] (II) UnloadModule: "nv"
[    13.354] (II) Unloading nv
[    13.354] (II) UnloadModule: "modesetting"
[    13.354] (II) Unloading modesetting
[    13.354] (II) UnloadModule: "fbdev"
[    13.354] (II) Unloading fbdev
[    13.354] (II) UnloadSubModule: "fbdevhw"
[    13.354] (II) Unloading fbdevhw
[    13.355] (II) UnloadModule: "vesa"
[    13.355] (II) Unloading vesa
[    13.355] (--) Depth 24 pixmap format is 32 bpp
[    13.355] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[    13.355] (II) NVIDIA:     access.
[    13.359] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    13.359] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    13.359] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    13.359] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    13.359] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    13.359] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    13.359] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    13.359] (II) NVIDIA(0):     Config Options in the README.
[    13.380] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[    13.441] (==) NVIDIA(0): Disabling shared memory pixmaps
[    13.441] (==) NVIDIA(0): Backing store enabled
[    13.441] (==) NVIDIA(0): Silken mouse enabled
[    13.443] (==) NVIDIA(0): DPMS enabled
[    13.444] (II) Loading sub module "dri2"
[    13.444] (II) LoadModule: "dri2"
[    13.444] (II) Module "dri2" already built-in
[    13.444] (II) NVIDIA(0): [DRI2] Setup complete
[    13.444] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    13.444] (--) RandR disabled
[    13.451] (II) Initializing extension GLX
[    13.451] (II) Indirect GLX disabled.
[    13.631] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    13.631] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    13.631] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    13.631] (**) Power Button: Applying InputClass "system-keyboard"
[    13.631] (II) LoadModule: "libinput"
[    13.631] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    13.644] (II) Module libinput: vendor="X.Org Foundation"
[    13.644] 	compiled for 1.18.3, module version = 0.19.0
[    13.644] 	Module class: X.Org XInput Driver
[    13.644] 	ABI class: X.Org XInput driver, version 22.1
[    13.645] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 29 paused 0
[    13.645] (II) Using input driver 'libinput' for 'Power Button'
[    13.645] (**) Power Button: always reports core events
[    13.645] (**) Option "Device" "/dev/input/event2"
[    13.645] (**) Option "_source" "server/udev"
[    13.645] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[    13.645] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[    13.645] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event2"
[    13.645] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    13.645] (**) Option "xkb_layout" "us,es"
[    13.645] (**) Option "xkb_variant" ","
[    13.678] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[    13.678] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[    13.678] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    13.678] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    13.678] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    13.678] (**) Power Button: Applying InputClass "system-keyboard"
[    13.679] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 32 paused 0
[    13.679] (II) Using input driver 'libinput' for 'Power Button'
[    13.679] (**) Power Button: always reports core events
[    13.679] (**) Option "Device" "/dev/input/event1"
[    13.679] (**) Option "_source" "server/udev"
[    13.680] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[    13.680] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[    13.680] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event1"
[    13.680] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    13.680] (**) Option "xkb_layout" "us,es"
[    13.680] (**) Option "xkb_variant" ","
[    13.681] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[    13.681] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[    13.682] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[    13.682] (II) No input driver specified, ignoring this device.
[    13.682] (II) This device may have been added with another device file.
[    13.682] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[    13.682] (II) No input driver specified, ignoring this device.
[    13.682] (II) This device may have been added with another device file.
[    13.682] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[    13.682] (II) No input driver specified, ignoring this device.
[    13.682] (II) This device may have been added with another device file.
[    13.683] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[    13.683] (II) No input driver specified, ignoring this device.
[    13.683] (II) This device may have been added with another device file.
[    13.683] (II) config/udev: Adding input device HDA ATI SB Line Out Front (/dev/input/event7)
[    13.683] (II) No input driver specified, ignoring this device.
[    13.683] (II) This device may have been added with another device file.
[    13.684] (II) config/udev: Adding input device HDA ATI SB Line Out Surround (/dev/input/event8)
[    13.684] (II) No input driver specified, ignoring this device.
[    13.684] (II) This device may have been added with another device file.
[    13.684] (II) config/udev: Adding input device HDA ATI SB Line Out CLFE (/dev/input/event9)
[    13.684] (II) No input driver specified, ignoring this device.
[    13.684] (II) This device may have been added with another device file.
[    13.685] (II) config/udev: Adding input device HDA ATI SB Line Out Side (/dev/input/event10)
[    13.685] (II) No input driver specified, ignoring this device.
[    13.685] (II) This device may have been added with another device file.
[    13.685] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event11)
[    13.685] (II) No input driver specified, ignoring this device.
[    13.685] (II) This device may have been added with another device file.
[    13.685] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event4)
[    13.685] (II) No input driver specified, ignoring this device.
[    13.685] (II) This device may have been added with another device file.
[    13.686] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event5)
[    13.686] (II) No input driver specified, ignoring this device.
[    13.686] (II) This device may have been added with another device file.
[    13.686] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event6)
[    13.686] (II) No input driver specified, ignoring this device.
[    13.686] (II) This device may have been added with another device file.
[    13.687] (II) config/udev: Adding input device   USB Keyboard (/dev/input/event16)
[    13.687] (**)   USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    13.687] (**)   USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    13.687] (**)   USB Keyboard: Applying InputClass "system-keyboard"
[    13.688] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 33 paused 0
[    13.688] (II) Using input driver 'libinput' for '  USB Keyboard'
[    13.688] (**)   USB Keyboard: always reports core events
[    13.688] (**) Option "Device" "/dev/input/event16"
[    13.688] (**) Option "_source" "server/udev"
[    13.689] (II) input device '  USB Keyboard', /dev/input/event16 is tagged by udev as: Keyboard
[    13.689] (II) input device '  USB Keyboard', /dev/input/event16 is a keyboard
[    13.689] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb9/9-3/9-3:1.0/0003:04D9:1702.0002/input/input19/event16"
[    13.689] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD, id 8)
[    13.689] (**) Option "xkb_layout" "us,es"
[    13.689] (**) Option "xkb_variant" ","
[    13.690] (II) input device '  USB Keyboard', /dev/input/event16 is tagged by udev as: Keyboard
[    13.690] (II) input device '  USB Keyboard', /dev/input/event16 is a keyboard
[    13.691] (II) config/udev: Adding input device   USB Keyboard (/dev/input/event17)
[    13.691] (**)   USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    13.691] (**)   USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    13.691] (**)   USB Keyboard: Applying InputClass "system-keyboard"
[    13.692] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 34 paused 0
[    13.692] (II) Using input driver 'libinput' for '  USB Keyboard'
[    13.692] (**)   USB Keyboard: always reports core events
[    13.692] (**) Option "Device" "/dev/input/event17"
[    13.692] (**) Option "_source" "server/udev"
[    13.692] (II) input device '  USB Keyboard', /dev/input/event17 is tagged by udev as: Keyboard
[    13.692] (II) input device '  USB Keyboard', /dev/input/event17 is a keyboard
[    13.692] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb9/9-3/9-3:1.1/0003:04D9:1702.0003/input/input20/event17"
[    13.692] (II) XINPUT: Adding extended input device "  USB Keyboard" (type: KEYBOARD, id 9)
[    13.692] (**) Option "xkb_layout" "us,es"
[    13.692] (**) Option "xkb_variant" ","
[    13.693] (II) input device '  USB Keyboard', /dev/input/event17 is tagged by udev as: Keyboard
[    13.693] (II) input device '  USB Keyboard', /dev/input/event17 is a keyboard
[    13.693] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/event0)
[    13.693] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "evdev pointer catchall"
[    13.693] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "libinput pointer catchall"
[    13.747] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 35 paused 0
[    13.747] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Wireless Mouse'
[    13.747] (**) MOSART Semi. 2.4G Wireless Mouse: always reports core events
[    13.747] (**) Option "Device" "/dev/input/event0"
[    13.747] (**) Option "_source" "server/udev"
[    13.747] (II) input device 'MOSART Semi. 2.4G Wireless Mouse', /dev/input/event0 is tagged by udev as: Mouse
[    13.747] (II) input device 'MOSART Semi. 2.4G Wireless Mouse', /dev/input/event0 is a pointer caps
[    13.747] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:16.0/usb9/9-4/9-4:1.0/0003:3938:1031.0001/input/input2/event0"
[    13.747] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Wireless Mouse" (type: MOUSE, id 10)
[    13.747] (**) Option "AccelerationScheme" "none"
[    13.747] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) selected scheme none/0
[    13.747] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration factor: 2.000
[    13.747] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration threshold: 4
[    13.748] (II) input device 'MOSART Semi. 2.4G Wireless Mouse', /dev/input/event0 is tagged by udev as: Mouse
[    13.748] (II) input device 'MOSART Semi. 2.4G Wireless Mouse', /dev/input/event0 is a pointer caps
[    13.748] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/mouse0)
[    13.748] (II) No input driver specified, ignoring this device.
[    13.748] (II) This device may have been added with another device file.
[    13.748] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    13.748] (II) No input driver specified, ignoring this device.
[    13.748] (II) This device may have been added with another device file.
[    14.381] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    14.381] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    14.381] (--) NVIDIA(GPU-0): 
[    14.384] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    14.384] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    14.384] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    14.384] (--) NVIDIA(GPU-0): 
[    14.403] (--) NVIDIA(GPU-0): DFP-1: connected
[    14.403] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    14.403] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    14.403] (--) NVIDIA(GPU-0): 
[    14.403] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    14.403] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    14.403] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    14.403] (--) NVIDIA(GPU-0): 
[    14.403] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    14.404] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    14.404] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[    14.404] (--) NVIDIA(GPU-0): 
[    14.404] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    14.404] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    14.404] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    14.404] (--) NVIDIA(GPU-0): 
[    18.289] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    18.289] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    18.289] (--) NVIDIA(GPU-0): 
[    18.291] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    18.291] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    18.291] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    18.291] (--) NVIDIA(GPU-0): 
[    18.342] (--) NVIDIA(GPU-0): DFP-1: connected
[    18.342] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    18.342] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    18.342] (--) NVIDIA(GPU-0): 
[    18.342] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    18.342] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    18.342] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    18.342] (--) NVIDIA(GPU-0): 
[    18.342] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    18.342] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    18.342] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[    18.342] (--) NVIDIA(GPU-0): 
[    18.342] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    18.342] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[    18.342] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[    18.342] (--) NVIDIA(GPU-0): 
[    59.006] (**) Option "fd" "29"
[    59.006] (**) Option "fd" "32"
[    59.006] (**) Option "fd" "33"
[    59.007] (**) Option "fd" "34"
[    59.007] (**) Option "fd" "35"
[    59.475] (II) systemd-logind: got pause for 13:65
[    59.475] (II) systemd-logind: got pause for 13:80
[    59.475] (II) systemd-logind: got pause for 13:64
[    59.475] (II) systemd-logind: got pause for 13:81
[    59.475] (II) systemd-logind: got pause for 13:66

That one shows the GLX module does load... hmm ?

Update 3

$ dmesg
[    0.000000] Linux version 4.6.3-1-ARCH (builduser@tobias) (gcc version 6.1.1 20160602 (GCC) ) #1 SMP PREEMPT Fri Jun 24 21:19:13 CEST 2016
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=bcc5e535-1ebb-4182-b7d3-c46753b18464 rw quiet
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000de1e3fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000de1e4000-0x00000000de4f6fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000de4f7000-0x00000000de8defff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000de8df000-0x00000000dee31fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dee32000-0x00000000dee32fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dee33000-0x00000000df038fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000df039000-0x00000000df452fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df453000-0x00000000df7f3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000df7f4000-0x00000000df7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000021fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./990FX Extreme3, BIOS P1.70 10/03/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x220000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-CEFFF write-protect
[    0.000000]   CF000-EAFFF uncachable
[    0.000000]   EB000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000000]   3 base 0000DF800000 mask FFFFFF800000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000220000000 aka 8704M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: update [mem 0xdf800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd8b0-0x000fd8bf] mapped at [ffff8800000fd8b0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x01b4f000, 0x01b4ffff] PGTABLE
[    0.000000] BRK [0x01b50000, 0x01b50fff] PGTABLE
[    0.000000] BRK [0x01b51000, 0x01b51fff] PGTABLE
[    0.000000] BRK [0x01b52000, 0x01b52fff] PGTABLE
[    0.000000] BRK [0x01b53000, 0x01b53fff] PGTABLE
[    0.000000] BRK [0x01b54000, 0x01b54fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3790a000-0x37c7cfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DE8D0070 000064 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DE8D6218 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20160108/tbfadt-654)
[    0.000000] ACPI: DSDT 0x00000000DE8D0170 0060A2 (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000DE8D8080 000040
[    0.000000] ACPI: APIC 0x00000000DE8D6328 00007E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DE8D63A8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000DE8D63F0 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: AAFT 0x00000000DE8D6430 000062 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DE8D6498 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000DE8D64D0 00096C (v01 AMD    POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: BGRT 0x00000000DE8D6E40 000038 (v00 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000021fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x21fff6000-0x21fff9fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000021fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000de1e3fff]
[    0.000000]   node   0: [mem 0x00000000dee32000-0x00000000dee32fff]
[    0.000000]   node   0: [mem 0x00000000df039000-0x00000000df452fff]
[    0.000000]   node   0: [mem 0x00000000df7f4000-0x00000000df7fffff]
[    0.000000]   node   0: [mem 0x0000000100001000-0x000000021fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000021fffffff]
[    0.000000] On node 0 totalpages: 2090408
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14169 pages used for memmap
[    0.000000]   DMA32 zone: 906763 pages, LIFO batch:31
[    0.000000]   Normal zone: 18432 pages used for memmap
[    0.000000]   Normal zone: 1179647 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 6, version 33, address 0xfec20000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x43538210 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xde1e4000-0xde4f6fff]
[    0.000000] PM: Registered nosave memory: [mem 0xde4f7000-0xde8defff]
[    0.000000] PM: Registered nosave memory: [mem 0xde8df000-0xdee31fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdee33000-0xdf038fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf453000-0xdf7f3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
[    0.000000] e820: [mem 0xdf800000-0xfebfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 32 pages/cpu @ffff88021fc00000 s93464 r8192 d29416 u524288
[    0.000000] pcpu-alloc: s93464 r8192 d29416 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2057722
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=bcc5e535-1ebb-4182-b7d3-c46753b18464 rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] AGP: Node 0: aperture [bus addr 0x20c000000-0x20dffffff] (32MB)
[    0.000000] Aperture beyond 4GB. Ignoring.
[    0.000000] AGP: Your BIOS doesn't leave an aperture memory hole
[    0.000000] AGP: Please enable the IOMMU option in the BIOS setup
[    0.000000] AGP: This costs you 64MB of RAM
[    0.000000] AGP: Mapping aperture over RAM [mem 0xd4000000-0xd7ffffff] (65536KB)
[    0.000000] PM: Registered nosave memory: [mem 0xd4000000-0xd7ffffff]
[    0.000000] Memory: 8082948K/8361632K available (5935K kernel code, 974K rwdata, 1796K rodata, 1224K init, 1152K bss, 278684K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:8448 nr_irqs:1000 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2993.529 MHz processor
[    0.000023] Calibrating delay loop (skipped), value calculated using timer frequency.. 5989.51 BogoMIPS (lpj=9978430)
[    0.000026] pid_max: default: 32768 minimum: 301
[    0.000031] ACPI: Core revision 20160108
[    0.002372] ACPI: 2 ACPI AML tables successfully acquired and loaded

[    0.002392] Security Framework initialized
[    0.002394] Yama: becoming mindful.
[    0.002805] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.005116] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.006140] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.006149] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.006415] CPU: Physical Processor ID: 0
[    0.006417] CPU: Processor Core ID: 0
[    0.006418] mce: CPU supports 6 MCE banks
[    0.006424] LVT offset 0 assigned for vector 0xf9
[    0.006428] process: using AMD E400 aware idle routine
[    0.006430] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.006431] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
[    0.006630] Freeing SMP alternatives memory: 24K (ffffffff81a27000 - ffffffff81a2d000)
[    0.009827] ftrace: allocating 23494 entries in 92 pages
[    0.017690] smpboot: Max logical packages: 1
[    0.017692] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.018038] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.157002] smpboot: CPU0: AMD Phenom(tm) II X4 960T Processor (family: 0x10, model: 0xa, stepping: 0x0)
[    0.157014] Performance Events: AMD PMU driver.
[    0.157017] ... version:                0
[    0.157018] ... bit width:              48
[    0.157019] ... generic registers:      4
[    0.157020] ... value mask:             0000ffffffffffff
[    0.157021] ... max period:             00007fffffffffff
[    0.157022] ... fixed-purpose events:   0
[    0.157022] ... event mask:             000000000000000f
[    0.157064] process: System has AMD C1E enabled
[    0.157069] process: Switch to broadcast mode on CPU0
[    0.177241] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.193843] x86: Booting SMP configuration:
[    0.193852] .... node  #0, CPUs:      #1
[    0.279168] process: Switch to broadcast mode on CPU1
[    0.290514]  #2
[    0.375849] process: Switch to broadcast mode on CPU2
[    0.387205]  #3
[    0.472514] x86: Booted up 1 node, 4 CPUs
[    0.472517] process: Switch to broadcast mode on CPU3
[    0.472520] smpboot: Total of 4 processors activated (23957.63 BogoMIPS)
[    0.477628] devtmpfs: initialized
[    0.477693] x86/mm: Memory block size: 128MB
[    0.480994] PM: Registering ACPI NVS region [mem 0xde4f7000-0xde8defff] (4096000 bytes)
[    0.481039] PM: Registering ACPI NVS region [mem 0xdee33000-0xdf038fff] (2121728 bytes)
[    0.481131] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.481194] pinctrl core: initialized pinctrl subsystem
[    0.481235] RTC time:  5:19:25, date: 07/05/16
[    0.481342] NET: Registered protocol family 16
[    0.493823] cpuidle: using governor ladder
[    0.507162] cpuidle: using governor menu
[    0.507206] node 0 link 0: io port [e000, ffff]
[    0.507208] TOM: 00000000e0000000 aka 3584M
[    0.507210] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
[    0.507211] node 0 link 0: mmio [e0000000, fef0ffff] ==> [f0000000, fef0ffff]
[    0.507215] TOM2: 0000000220000000 aka 8704M
[    0.507216] bus: [bus 00-1f] on node 0 link 0
[    0.507217] bus: 00 [io  0x0000-0xffff]
[    0.507218] bus: 00 [mem 0xf0000000-0xffffffff]
[    0.507219] bus: 00 [mem 0x220000000-0xfcffffffff]
[    0.507264] ACPI: bus type PCI registered
[    0.507266] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.507334] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.507337] PCI: not using MMCONFIG
[    0.507338] PCI: Using configuration type 1 for base access
[    0.507338] PCI: Using configuration type 1 for extended access
[    0.507561] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.507562] mtrr: probably your BIOS does not setup all CPUs.
[    0.507562] mtrr: corrected configuration.
[    0.524028] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.524031] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.524390] ACPI: Added _OSI(Module Device)
[    0.524393] ACPI: Added _OSI(Processor Device)
[    0.524395] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.524396] ACPI: Added _OSI(Processor Aggregator Device)
[    0.524732] ACPI: Executed 3 blocks of module-level executable AML code
[    0.526705] ACPI: Interpreter enabled
[    0.526722] ACPI: (supports S0 S3 S4 S5)
[    0.526724] ACPI: Using IOAPIC for interrupt routing
[    0.526842] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.526870] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.526880] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.530872] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.530877] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.530881] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.531087] PCI host bridge to bus 0000:00
[    0.531089] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.531090] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.531092] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.531093] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.531094] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.531096] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.531097] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xffffffff window]
[    0.531099] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.531106] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
[    0.531198] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[    0.531227] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.531260] pci 0000:00:02.0: System wakeup disabled by ACPI
[    0.531291] pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400
[    0.531318] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.531349] pci 0000:00:05.0: System wakeup disabled by ACPI
[    0.531382] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
[    0.531408] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    0.531439] pci 0000:00:0a.0: System wakeup disabled by ACPI
[    0.531477] pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
[    0.531489] pci 0000:00:11.0: reg 0x10: [io  0xf090-0xf097]
[    0.531496] pci 0000:00:11.0: reg 0x14: [io  0xf080-0xf083]
[    0.531503] pci 0000:00:11.0: reg 0x18: [io  0xf070-0xf077]
[    0.531509] pci 0000:00:11.0: reg 0x1c: [io  0xf060-0xf063]
[    0.531516] pci 0000:00:11.0: reg 0x20: [io  0xf050-0xf05f]
[    0.531523] pci 0000:00:11.0: reg 0x24: [mem 0xfe30b000-0xfe30b3ff]
[    0.531539] pci 0000:00:11.0: set SATA to AHCI mode
[    0.531609] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.531619] pci 0000:00:12.0: reg 0x10: [mem 0xfe30a000-0xfe30afff]
[    0.531686] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.531718] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.531730] pci 0000:00:12.2: reg 0x10: [mem 0xfe309000-0xfe3090ff]
[    0.531786] pci 0000:00:12.2: supports D1 D2
[    0.531787] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.531818] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.531851] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.531860] pci 0000:00:13.0: reg 0x10: [mem 0xfe308000-0xfe308fff]
[    0.531928] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.531960] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.531972] pci 0000:00:13.2: reg 0x10: [mem 0xfe307000-0xfe3070ff]
[    0.532028] pci 0000:00:13.2: supports D1 D2
[    0.532029] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.532061] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.532093] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.532217] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
[    0.532226] pci 0000:00:14.1: reg 0x10: [io  0xf040-0xf047]
[    0.532233] pci 0000:00:14.1: reg 0x14: [io  0xf030-0xf033]
[    0.532240] pci 0000:00:14.1: reg 0x18: [io  0xf020-0xf027]
[    0.532246] pci 0000:00:14.1: reg 0x1c: [io  0xf010-0xf013]
[    0.532253] pci 0000:00:14.1: reg 0x20: [io  0xf000-0xf00f]
[    0.532267] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.532269] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.532270] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.532271] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.532327] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.532341] pci 0000:00:14.2: reg 0x10: [mem 0xfe300000-0xfe303fff 64bit]
[    0.532389] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.532419] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.532448] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.532547] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.532598] pci 0000:00:14.4: System wakeup disabled by ACPI
[    0.532626] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.532636] pci 0000:00:14.5: reg 0x10: [mem 0xfe306000-0xfe306fff]
[    0.532703] pci 0000:00:14.5: System wakeup disabled by ACPI
[    0.532734] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    0.532744] pci 0000:00:16.0: reg 0x10: [mem 0xfe305000-0xfe305fff]
[    0.532811] pci 0000:00:16.0: System wakeup disabled by ACPI
[    0.532844] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    0.532856] pci 0000:00:16.2: reg 0x10: [mem 0xfe304000-0xfe3040ff]
[    0.532912] pci 0000:00:16.2: supports D1 D2
[    0.532913] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.532944] pci 0000:00:16.2: System wakeup disabled by ACPI
[    0.532975] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[    0.533029] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[    0.533081] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[    0.533132] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[    0.533186] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[    0.533276] pci 0000:01:00.0: [10de:11c2] type 00 class 0x030000
[    0.533287] pci 0000:01:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
[    0.533296] pci 0000:01:00.0: reg 0x14: [mem 0xf0000000-0xf7ffffff 64bit pref]
[    0.533306] pci 0000:01:00.0: reg 0x1c: [mem 0xf8000000-0xf9ffffff 64bit pref]
[    0.533312] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.533318] pci 0000:01:00.0: reg 0x30: [mem 0xfe000000-0xfe07ffff pref]
[    0.533430] pci 0000:01:00.1: [10de:0e0b] type 00 class 0x040300
[    0.533440] pci 0000:01:00.1: reg 0x10: [mem 0xfe080000-0xfe083fff]
[    0.540483] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.540498] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.540506] pci 0000:00:02.0:   bridge window [mem 0xfd000000-0xfe0fffff]
[    0.540516] pci 0000:00:02.0:   bridge window [mem 0xf0000000-0xf9ffffff 64bit pref]
[    0.540572] pci 0000:02:00.0: [1b6f:7023] type 00 class 0x0c0330
[    0.540589] pci 0000:02:00.0: reg 0x10: [mem 0xfe200000-0xfe207fff 64bit]
[    0.540661] pci 0000:02:00.0: supports D1 D2
[    0.540663] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.550480] pci 0000:00:05.0: PCI bridge to [bus 02]
[    0.550495] pci 0000:00:05.0:   bridge window [mem 0xfe200000-0xfe2fffff]
[    0.550574] pci 0000:03:00.0: [14e4:16b1] type 00 class 0x020000
[    0.550622] pci 0000:03:00.0: reg 0x10: [mem 0xfa110000-0xfa11ffff 64bit pref]
[    0.550635] pci 0000:03:00.0: reg 0x18: [mem 0xfa100000-0xfa10ffff 64bit pref]
[    0.550658] pci 0000:03:00.0: reg 0x30: [mem 0xfe100000-0xfe1007ff pref]
[    0.550728] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.560480] pci 0000:00:0a.0: PCI bridge to [bus 03]
[    0.560495] pci 0000:00:0a.0:   bridge window [mem 0xfe100000-0xfe1fffff]
[    0.560504] pci 0000:00:0a.0:   bridge window [mem 0xfa100000-0xfa1fffff 64bit pref]
[    0.560594] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive decode)
[    0.560600] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    0.560602] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    0.560604] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    0.560605] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.560607] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.560608] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[    0.560610] pci 0000:00:14.4:   bridge window [mem 0xe0000000-0xffffffff window] (subtractive decode)
[    0.561058] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11 14 15) *0
[    0.561105] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11 14 15) *0
[    0.561152] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11 14 15) *0
[    0.561198] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11 14 15) *0
[    0.561238] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11 14 15) *0
[    0.561268] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11 14 15) *0
[    0.561298] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11 14 15) *0
[    0.561327] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11 14 15) *0
[    0.561495] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.561497] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.561498] vgaarb: loaded
[    0.561499] vgaarb: bridge control possible 0000:01:00.0
[    0.561652] PCI: Using ACPI for IRQ routing
[    0.567828] PCI: pci_cache_line_size set to 64 bytes
[    0.567872] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.567874] e820: reserve RAM buffer [mem 0xde1e4000-0xdfffffff]
[    0.567875] e820: reserve RAM buffer [mem 0xdee33000-0xdfffffff]
[    0.567876] e820: reserve RAM buffer [mem 0xdf453000-0xdfffffff]
[    0.567877] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
[    0.567978] NetLabel: Initializing
[    0.567979] NetLabel:  domain hash size = 128
[    0.567980] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.567990] NetLabel:  unlabeled traffic allowed by default
[    0.568094] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.568098] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.571179] clocksource: Switched to clocksource hpet
[    0.576473] VFS: Disk quotas dquot_6.6.0
[    0.576493] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.576589] pnp: PnP ACPI init
[    0.576704] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.576709] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.576805] system 00:01: [mem 0xfec20000-0xfec200ff] could not be reserved
[    0.576807] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.576876] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.577054] system 00:03: [io  0x040b] has been reserved
[    0.577056] system 00:03: [io  0x04d6] has been reserved
[    0.577058] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.577059] system 00:03: [io  0x0c14] has been reserved
[    0.577060] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.577062] system 00:03: [io  0x0c52] has been reserved
[    0.577063] system 00:03: [io  0x0c6c] has been reserved
[    0.577064] system 00:03: [io  0x0c6f] has been reserved
[    0.577066] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.577067] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.577068] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.577070] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.577071] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.577073] system 00:03: [io  0x0800-0x089f] could not be reserved
[    0.577074] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.577075] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.577077] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.577078] system 00:03: [io  0xfe00-0xfefe] has been reserved
[    0.577080] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.577082] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.577083] system 00:03: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.577085] system 00:03: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.577086] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.577088] system 00:03: [mem 0xfed00000-0xfed00fff] could not be reserved
[    0.577090] system 00:03: [mem 0xffc00000-0xffffffff] has been reserved
[    0.577092] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.577149] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.577151] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.577287] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.577333] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.577335] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.577366] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.577469] pnp 00:08: [dma 0 disabled]
[    0.577507] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.577699] pnp: PnP ACPI: found 9 devices
[    0.584307] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.584329] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.584331] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.584334] pci 0000:00:02.0:   bridge window [mem 0xfd000000-0xfe0fffff]
[    0.584336] pci 0000:00:02.0:   bridge window [mem 0xf0000000-0xf9ffffff 64bit pref]
[    0.584339] pci 0000:00:05.0: PCI bridge to [bus 02]
[    0.584341] pci 0000:00:05.0:   bridge window [mem 0xfe200000-0xfe2fffff]
[    0.584344] pci 0000:00:0a.0: PCI bridge to [bus 03]
[    0.584347] pci 0000:00:0a.0:   bridge window [mem 0xfe100000-0xfe1fffff]
[    0.584349] pci 0000:00:0a.0:   bridge window [mem 0xfa100000-0xfa1fffff 64bit pref]
[    0.584352] pci 0000:00:14.4: PCI bridge to [bus 04]
[    0.584361] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.584362] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.584364] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.584365] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.584366] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.584368] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.584369] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xffffffff window]
[    0.584371] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.584372] pci_bus 0000:01: resource 1 [mem 0xfd000000-0xfe0fffff]
[    0.584374] pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf9ffffff 64bit pref]
[    0.584375] pci_bus 0000:02: resource 1 [mem 0xfe200000-0xfe2fffff]
[    0.584377] pci_bus 0000:03: resource 1 [mem 0xfe100000-0xfe1fffff]
[    0.584378] pci_bus 0000:03: resource 2 [mem 0xfa100000-0xfa1fffff 64bit pref]
[    0.584379] pci_bus 0000:04: resource 4 [io  0x0000-0x03af window]
[    0.584381] pci_bus 0000:04: resource 5 [io  0x03e0-0x0cf7 window]
[    0.584382] pci_bus 0000:04: resource 6 [io  0x03b0-0x03df window]
[    0.584383] pci_bus 0000:04: resource 7 [io  0x0d00-0xffff window]
[    0.584385] pci_bus 0000:04: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.584386] pci_bus 0000:04: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.584388] pci_bus 0000:04: resource 10 [mem 0xe0000000-0xffffffff window]
[    0.584416] NET: Registered protocol family 2
[    0.584615] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.584803] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.585084] TCP: Hash tables configured (established 65536 bind 65536)
[    0.585130] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.585174] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.585255] NET: Registered protocol family 1
[    0.854853] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.854959] PCI: CLS 64 bytes, default 64
[    0.855006] Unpacking initramfs...
[    0.902605] Freeing initrd memory: 3532K (ffff88003790a000 - ffff880037c7d000)
[    0.902613] PCI-DMA: Disabling AGP.
[    0.902713] PCI-DMA: aperture base @ d4000000 size 65536 KB
[    0.902714] PCI-DMA: using GART IOMMU.
[    0.902716] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    0.905512] LVT offset 1 assigned for vector 0x400
[    0.905522] IBS: LVT offset 1 assigned
[    0.905574] perf: AMD IBS detected (0x0000001f)
[    0.905646] Scanning for low memory corruption every 60 seconds
[    0.905963] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.906224] Initialise system trusted keyring
[    0.906509] workingset: timestamp_bits=38 max_order=21 bucket_order=0
[    0.907902] zbud: loaded
[    0.908145] Key type big_key registered
[    0.908664] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.908715] io scheduler noop registered
[    0.908719] io scheduler deadline registered
[    0.908766] io scheduler cfq registered (default)
[    0.909069] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.909075] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.909084] vesafb: mode is 640x480x32, linelength=2560, pages=0
[    0.909085] vesafb: scrolling: redraw
[    0.909087] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.909096] vesafb: framebuffer at 0xf9000000, mapped to 0xffffc90001000000, using 1216k, total 1216k
[    0.912515] Console: switching to colour frame buffer device 80x30
[    0.915778] fb0: VESA VGA frame buffer device
[    0.915814] GHES: HEST is not enabled!
[    0.915915] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.936432] 00:08: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.936751] Linux agpgart interface v0.103
[    0.937108] rtc_cmos 00:05: RTC can wake from S4
[    0.937254] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.937274] rtc_cmos 00:05: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.937284] ledtrig-cpu: registered to indicate activity on CPUs
[    0.937762] NET: Registered protocol family 10
[    0.937961] NET: Registered protocol family 17
[    0.938185] microcode: CPU0: patch_level=0x010000bf
[    0.938205] microcode: CPU1: patch_level=0x010000bf
[    0.938215] microcode: CPU2: patch_level=0x010000bf
[    0.938221] microcode: CPU3: patch_level=0x010000bf
[    0.938255] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.938413] registered taskstats version 1
[    0.938422] Loading compiled-in X.509 certificates
[    0.938439] zswap: loaded using pool lzo/zbud
[    0.938831]   Magic number: 8:180:314
[    0.938911] rtc_cmos 00:05: setting system clock to 2016-07-05 05:19:25 UTC (1467695965)
[    0.938977] PM: Hibernation image not present or could not be loaded.
[    0.939992] Freeing unused kernel memory: 1224K (ffffffff818f5000 - ffffffff81a27000)
[    0.939994] Write protecting the kernel read-only data: 8192k
[    0.940187] Freeing unused kernel memory: 192K (ffff8800015d0000 - ffff880001600000)
[    0.940771] Freeing unused kernel memory: 252K (ffff8800017c1000 - ffff880001800000)
[    0.947397] random: systemd-tmpfile urandom read with 5 bits of entropy available
[    0.992398] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.994874] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.994911] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.995871] SCSI subsystem initialized
[    0.996363] ACPI: bus type USB registered
[    0.996389] usbcore: registered new interface driver usbfs
[    0.996399] usbcore: registered new interface driver hub
[    0.996912] usbcore: registered new device driver usb
[    0.997573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.998244] ehci-pci: EHCI PCI platform driver
[    0.998296] libata version 3.00 loaded.
[    0.998429] QUIRK: Enable AMD PLL fix
[    0.998463] ehci-pci 0000:00:12.2: EHCI Host Controller
[    0.998472] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    0.998478] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    0.998487] ehci-pci 0000:00:12.2: debug port 1
[    0.998522] ehci-pci 0000:00:12.2: irq 17, io mem 0xfe309000
[    0.998838] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.999042] ohci-pci: OHCI PCI platform driver
[    1.007921] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.008076] hub 1-0:1.0: USB hub found
[    1.008083] hub 1-0:1.0: 5 ports detected
[    1.008222] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    1.008232] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    1.008317] xhci_hcd 0000:02:00.0: hcc params 0x040050af hci version 0x100 quirks 0x00080490
[    1.008520] hub 2-0:1.0: USB hub found
[    1.008527] hub 2-0:1.0: 2 ports detected
[    1.008627] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    1.008630] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3
[    1.008642] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.008644] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.008748] hub 3-0:1.0: USB hub found
[    1.008755] hub 3-0:1.0: 2 ports detected
[    1.008851] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
[    1.008857] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.008866] ehci-pci 0000:00:13.2: debug port 1
[    1.008903] ehci-pci 0000:00:13.2: irq 17, io mem 0xfe307000
[    1.017993] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.018139] hub 4-0:1.0: USB hub found
[    1.018144] hub 4-0:1.0: 5 ports detected
[    1.018372] ehci-pci 0000:00:16.2: EHCI Host Controller
[    1.018376] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 5
[    1.018383] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.018391] ehci-pci 0000:00:16.2: debug port 1
[    1.018415] ehci-pci 0000:00:16.2: irq 17, io mem 0xfe304000
[    1.027990] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    1.028137] hub 5-0:1.0: USB hub found
[    1.028143] hub 5-0:1.0: 4 ports detected
[    1.029152] scsi host0: pata_atiixp
[    1.029307] scsi host1: pata_atiixp
[    1.029368] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[    1.029370] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[    1.029494] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.029501] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 6
[    1.029521] ohci-pci 0000:00:12.0: irq 18, io mem 0xfe30a000
[    1.085472] hub 6-0:1.0: USB hub found
[    1.085480] hub 6-0:1.0: 5 ports detected
[    1.085699] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.085704] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 7
[    1.085721] ohci-pci 0000:00:13.0: irq 18, io mem 0xfe308000
[    1.142124] hub 7-0:1.0: USB hub found
[    1.142132] hub 7-0:1.0: 5 ports detected
[    1.142341] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    1.142346] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 8
[    1.142361] ohci-pci 0000:00:14.5: irq 18, io mem 0xfe306000
[    1.192817] ata1.00: ATA-8: OCZ-VECTOR, 2.0, max UDMA/133
[    1.192819] ata1.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 0/32)
[    1.192822] ata1.00: limited to UDMA/33 due to 40-wire cable
[    1.198826] hub 8-0:1.0: USB hub found
[    1.198833] hub 8-0:1.0: 2 ports detected
[    1.199026] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    1.199032] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 9
[    1.199048] ohci-pci 0000:00:16.0: irq 18, io mem 0xfe305000
[    1.211770] ata1.00: configured for UDMA/33
[    1.211988] scsi 0:0:0:0: Direct-Access     ATA      OCZ-VECTOR       2.0  PQ: 0 ANSI: 5
[    1.255505] hub 9-0:1.0: USB hub found
[    1.255514] hub 9-0:1.0: 4 ports detected
[    1.255638] ahci 0000:00:11.0: version 3.0
[    1.255804] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    1.255807] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    1.260011] scsi host2: ahci
[    1.260178] scsi host3: ahci
[    1.260301] scsi host4: ahci
[    1.260432] scsi host5: ahci
[    1.260479] ata3: SATA max UDMA/133 abar m1024@0xfe30b000 port 0xfe30b100 irq 19
[    1.260482] ata4: SATA max UDMA/133 abar m1024@0xfe30b000 port 0xfe30b180 irq 19
[    1.260484] ata5: SATA max UDMA/133 abar m1024@0xfe30b000 port 0xfe30b200 irq 19
[    1.260486] ata6: SATA max UDMA/133 abar m1024@0xfe30b000 port 0xfe30b280 irq 19
[    1.261886] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    1.261917] sd 0:0:0:0: [sda] Write Protect is off
[    1.261919] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.261930] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.262566]  sda: sda1 sda2
[    1.262801] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.334606] usb 5-2: new high-speed USB device number 2 using ehci-pci
[    1.461722] usb-storage 5-2:1.0: USB Mass Storage device detected
[    1.461848] scsi host6: usb-storage 5-2:1.0
[    1.461919] usbcore: registered new interface driver usb-storage
[    1.462254] usbcore: registered new interface driver uas
[    1.572618] ata4: SATA link down (SStatus 0 SControl 300)
[    1.572685] ata3: SATA link down (SStatus 0 SControl 300)
[    1.575745] ata6: SATA link down (SStatus 0 SControl 300)
[    1.575779] ata5: SATA link down (SStatus 0 SControl 300)
[    1.811291] usb 9-4: new full-speed USB device number 2 using ohci-pci
[    1.907937] tsc: Refined TSC clocksource calibration: 2993.465 MHz
[    1.907959] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b26281654d, max_idle_ns: 440795288107 ns
[    1.972372] hidraw: raw HID events driver (C) Jiri Kosina
[    1.975281] usbcore: registered new interface driver usbhid
[    1.975284] usbhid: USB HID core driver
[    1.975847] input: MOSART Semi. 2.4G Wireless Mouse as /devices/pci0000:00/0000:00:16.0/usb9/9-4/9-4:1.0/0003:3938:1031.0001/input/input2
[    1.975929] hid-generic 0003:3938:1031.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [MOSART Semi. 2.4G Wireless Mouse] on usb-0000:00:16.0-4/input0
[    2.010536] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.098702] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.122849] systemd[1]: systemd 230 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    2.122978] systemd[1]: Detected architecture x86-64.
[    2.123252] systemd[1]: Set hostname to <phenom>.
[    2.200900] systemd[1]: Reached target Login Prompts.
[    2.200968] systemd[1]: Listening on Journal Socket.
[    2.201268] systemd[1]: Created slice System Slice.
[    2.201824] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.201848] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.202378] systemd[1]: Listening on Process Core Dump Socket.
[    2.202392] systemd[1]: Reached target Remote File Systems.
[    2.202427] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.202454] systemd[1]: Listening on udev Control Socket.
[    2.214737] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.215146] systemd[1]: Starting Setup Virtual Console...
[    2.215670] systemd[1]: Mounting POSIX Message Queue File System...
[    2.215688] systemd[1]: Reached target Encrypted Volumes.
[    2.216334] systemd[1]: Starting Apply Kernel Variables...
[    2.216350] systemd[1]: Reached target Swap.
[    2.216404] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.228897] systemd[1]: Listening on LVM2 metadata daemon socket.
[    2.229042] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.230977] systemd[1]: Mounting Configuration File System...
[    2.232420] systemd[1]: Mounting Temporary Directory...
[    2.232537] systemd[1]: Created slice system-dhcpcd.slice.
[    2.232630] systemd[1]: Created slice User and Session Slice.
[    2.232646] systemd[1]: Reached target Slices.
[    2.233128] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    2.233235] systemd[1]: Created slice system-getty.slice.
[    2.233278] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.233697] systemd[1]: Starting Journal Service...
[    2.233718] systemd[1]: Reached target Paths.
[    2.234182] systemd[1]: Mounting Huge Pages File System...
[    2.234287] systemd[1]: Listening on udev Kernel Socket.
[    2.236213] systemd[1]: Mounting Debug File System...
[    2.238691] systemd[1]: Mounted POSIX Message Queue File System.
[    2.238723] systemd[1]: Mounted Huge Pages File System.
[    2.238737] systemd[1]: Mounted Configuration File System.
[    2.238750] systemd[1]: Mounted Debug File System.
[    2.238763] systemd[1]: Mounted Temporary Directory.
[    2.238924] systemd[1]: Started Remount Root and Kernel File Systems.
[    2.239156] systemd[1]: Started Apply Kernel Variables.
[    2.239452] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    2.240250] systemd[1]: Starting Load/Save Random Seed...
[    2.243891] systemd[1]: Starting udev Coldplug all Devices...
[    2.244510] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.259439] systemd[1]: Started Load/Save Random Seed.
[    2.280150] systemd[1]: Started udev Coldplug all Devices.
[    2.328399] systemd[1]: Started Create Static Device Nodes in /dev.
[    2.328488] systemd[1]: Reached target Local File Systems (Pre).
[    2.328529] systemd[1]: Reached target Local File Systems.
[    2.341404] systemd[1]: Starting udev Kernel Device Manager...
[    2.349174] systemd[1]: Started Setup Virtual Console.
[    2.427637] systemd[1]: Started udev Kernel Device Manager.
[    2.456207] ACPI: processor limited to max C-state 1
[    2.465921] scsi 6:0:0:0: Direct-Access     SMI        Reader         1.00 PQ: 0 ANSI: 0 CCS
[    2.467543] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[    2.469899] acpi-cpufreq: overriding BIOS provided _PSD data
[    2.475517] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    2.475522] ACPI: Power Button [PWRB]
[    2.475565] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    2.475567] ACPI: Power Button [PWRF]
[    2.475951] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.476660] wmi: Mapper loaded
[    2.477182] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    2.477188] piix4_smbus 0000:00:14.0: Using register 0x2c for SMBus port selection
[    2.477302] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    2.483184] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[    2.483262] sp5100_tco: PCI Vendor ID: 0x1002, Device ID: 0x4385, Revision ID: 0x42
[    2.483265] sp5100_tco: I/O address 0x0cd6 already in use
[    2.501843] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[    2.514704] pps_core: LinuxPPS API ver. 1 registered
[    2.514707] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.528634] PTP clock support registered
[    2.541053] EDAC MC: Ver: 3.0.0
[    2.541148] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    2.545089] MCE: In-kernel MCE decoding enabled.
[    2.548008] [drm] Initialized drm 1.1.0 20060810
[    2.548993] AMD64 EDAC driver v3.4.0
[    2.549018] EDAC amd64: DRAM ECC disabled.
[    2.549023] 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.)
[    2.551311] tg3.c:v3.137 (May 11, 2014)
[    2.575403] snd_hda_intel 0000:01:00.1: Disabling MSI
[    2.575412] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    2.576142] tg3 0000:03:00.0 eth0: Tigon3 [partno(BCM57781) rev 57785100] (PCI Express) MAC address bc:5f:f4:c9:4c:d8
[    2.576147] tg3 0000:03:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    2.576150] tg3 0000:03:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    2.576152] tg3 0000:03:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[    2.587920] kvm: Nested Virtualization enabled
[    2.587925] kvm: Nested Paging enabled
[    2.598751] mousedev: PS/2 mouse device common for all mice
[    2.598945] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    2.598950] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.598952] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    2.598953] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    2.598955] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    2.598956] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    2.598958] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    2.598960] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    2.598961] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    2.602768] tg3 0000:03:00.0 enp3s0: renamed from eth0
[    2.619461] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[    2.619560] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[    2.619646] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[    2.619734] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[    2.619826] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[    2.619916] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
[    2.620002] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input13
[    2.620091] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
[    2.620854] systemd[1]: Reached target Sound Card.
[    2.621596] systemd[1]: Found device NetLink BCM57781 Gigabit Ethernet PCIe (Z77 Extreme4 motherboard).
[    2.723615] nvidia: module license 'NVIDIA' taints kernel.
[    2.723620] Disabling lock debugging due to kernel taint
[    2.737931] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    2.738052] nvidia-nvlink: Nvlink Core is being initialized, major device number 243
[    2.738069] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  367.27  Thu Jun  9 18:53:27 PDT 2016
[    2.747991] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  367.27  Thu Jun  9 18:24:10 PDT 2016
[    2.750765] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    2.799731] systemd[1]: Started Journal Service.
[    2.839915] systemd-journald[175]: Received request to flush runtime journal from PID 1
[    2.908004] clocksource: Switched to clocksource tsc
[    2.931318] microcode: CPU0: new patch_level=0x010000dc
[    2.931356] microcode: CPU1: new patch_level=0x010000dc
[    2.931392] microcode: CPU2: new patch_level=0x010000dc
[    2.931420] microcode: CPU3: new patch_level=0x010000dc
[    3.000220] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input15
[    3.000300] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input16
[    3.000365] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input17
[    3.000513] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input18
[    3.488985] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[    5.105487] tg3 0000:03:00.0 enp3s0: Link is up at 100 Mbps, full duplex
[    5.105506] tg3 0000:03:00.0 enp3s0: Flow control is off for TX and off for RX
[    5.105515] tg3 0000:03:00.0 enp3s0: EEE is disabled
[    5.105552] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[    5.171202] usb 9-3: new low-speed USB device number 3 using ohci-pci
[    5.364073] input:   USB Keyboard as /devices/pci0000:00/0000:00:16.0/usb9/9-3/9-3:1.0/0003:04D9:1702.0002/input/input19
[    5.414771] hid-generic 0003:04D9:1702.0002: input,hidraw1: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:00:16.0-3/input0
[    5.436322] input:   USB Keyboard as /devices/pci0000:00/0000:00:16.0/usb9/9-3/9-3:1.1/0003:04D9:1702.0003/input/input20
[    5.488108] hid-generic 0003:04D9:1702.0003: input,hidraw2: USB HID v1.10 Device [  USB Keyboard] on usb-0000:00:16.0-3/input1
[   12.645599] random: nonblocking pool is initialized
[   13.283844] NVRM: Your system is not currently configured to drive a VGA console
[   13.283848] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[   13.283849] NVRM: requires the use of a text-mode VGA console. Use of other console
[   13.283851] NVRM: drivers including, but not limited to, vesafb, may result in
[   13.283852] NVRM: corruption and stability problems, and is not supported.
[   13.284670] nvidia-modeset: Allocated GPU:0 (GPU-6d5f28f3-451d-5e2d-418f-c31120f81cdd) @ PCI:0000:01:00.0
[   13.444973] nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device HDMI-0
[   18.442790] nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device HDMI-0
[   60.351489] nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device HDMI-0

What I found on the internet:
This blog entry from 2008 shows some steps about how to get an EDID flags, http://analogbit.com/2008/07/02/fixing- … on-nvidia/ ... so based on that, I installed edid-decode from the AUR and ran it:

edid-decode ~/.nvidia-settings-rc 
Extracted contents:
header:          23 0a 23 20 2f 68 6f 6d
serial number:   65 2f 61 75 6d 68 61 2f 2e 6e
version:         76 69
basic params:    64 69 61 2d 73
chroma info:     65 74 74 69 6e 67 73 2d 72 63
established:     0a 23 0a
standard:        23 20 43 6f 6e 66 69 67 75 72 61 74 69 6f 6e 20
descriptor 1:    66 69 6c 65 20 66 6f 72 20 6e 76 69 64 69 61 2d 73 65
descriptor 2:    74 74 69 6e 67 73 20 2d 20 74 68 65 20 4e 56 49 44 49
descriptor 3:    41 20 58 20 53 65 72 76 65 72 20 53 65 74 74 69 6e 67
descriptor 4:    73 20 75 74 69 6c 69 74 79 0a 23 20 47 65 6e 65 72 61
extensions:      74
checksum:        65

No header found
Manufacturer: YIO Model 7561 Serial Number 794912877
EDID version: 118.105
Analog display, Input voltage level: 0.7/0.7 V
Sync: Composite 
Maximum image size: 105 cm x 97 cm
Gamma: 1.45
DPMS levels: Suspend Off
Non-RGB color display
First detailed timing is preferred timing
Supports GTF timings within operating range
Established timings supported:
  640x480@72Hz
  800x600@56Hz
  832x624@75Hz
  1024x768@75Hz
  1280x1024@75Hz
Standard timings supported:
  528x528@92Hz
  784x588@107Hz
  1128x846@98Hz
  1088x816@99Hz
  1184x888@110Hz
  1024x768@112Hz
  1088x816@107Hz
  1128x1128@92Hz
Detailed mode: Clock 269.820 MHz, 1636 mm x 361 mm
                620  908 1530  721 hborder 45
               1894 1933 1955 2517 vborder 115
               -hsync +vsync analog composite side by side interleaved
Detailed mode: Clock 298.120 MHz, 1312 mm x 1614 mm
               1641 1929 2557 3543 hborder 73
                627  649  673 3987 vborder 68
               -hsync -vsync bipolar analog composite interleaved left even
Detailed mode: Clock 82.570 MHz, 1893 mm x 1140 mm
               1368 1725 2095 2168 hborder 105
               1893 1895 1943 3543 vborder 110
               +hsync +vsync analog composite side by side interleaved
Detailed mode: Clock 83.070 MHz, 1607 mm x 3685 mm
               1653 1774 2296 4073 hborder 101
               1900 1902 1905 3029 vborder 114
               -hsync -vsync analog composite side by side interleaved
Has 116 extension blocks
Checksum: 0x65 (should be 0x83)
EDID block does not conform at all!
	Block has broken checksum
	Bad year of manufacture

Last edited by nam_lah (2016-07-05 06:06:37)


X555 4210u 8GB GeForce 840M | Mini CQ10 N270 1GB | Banana Pro | Raspie B | Rasbie B+

Offline

#10 2016-07-08 16:59:52

nam_lah
Member
From: San Salvador, El Salvador
Registered: 2016-01-16
Posts: 9

Re: [SOLVED] Nvidia GTX 650 Ti Boost + Gnome 3.xx: Oh snap!

Guys,

I solved the problem: I went to use a netbook with W7 on it, and noticed one HDMI output was acting up...  then I wiped out my Arch installation and installed Elementary Freya (please don't bash me, haha) to test how Nvidia would behave on an old Driver (I think it was 350.xx) and kernel... Nouveau kept the 1080p flawlessly but then once I installed the Nvidia Driver and rebooted, it went back to 768p. That's when I thought of swapping cables... should I have kept in mind the "don't assume, double-check " mantra hardware-wise since the beginning, I'd have had no need for reinstalling anything.

tl;dr
one of the HDMI ports on the LCD is the culprit.

So I installed Arch, Awesome, Gnome and Nvidia hours ago and now it's running fine at 1080p via the good woking output smile

Now I'd like to tweak it a bit and make it dandier. I thank you all for your time!

Last edited by nam_lah (2016-07-08 17:00:10)


X555 4210u 8GB GeForce 840M | Mini CQ10 N270 1GB | Banana Pro | Raspie B | Rasbie B+

Offline

Board footer

Powered by FluxBB