Proprietary nVidia driver pegs fan at 65%

Window-shot:
http://i.imgur.com/feNCk2v.png
$ lspci | grep "VGA"
02:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 620] (rev a1)
$ pacman -Qi nvidia
Name : nvidia
Version : 325.15-5
Description : NVIDIA drivers for linux
Architecture : i686
URL : http://www.nvidia.com/
Licenses : custom
Groups : None
Provides : None
Depends On : linux>=3.10 linux<3.11 nvidia-libgl nvidia-utils=325.15
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : nvidia-96xx nvidia-173xx
Replaces : None
Installed Size : 3731.00 KiB
Packager : Evangelos Foutras <[email protected]>
Build Date : Fri 30 Aug 2013 06:11:40 PM NDT
Install Date : Thu 05 Sep 2013 11:00:43 PM NDT
Install Reason : Explicitly installed
Install Script : Yes
Validated By : Signature
$ cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Device0"
Option "Coolbits" "4"
Option "DPMS" "false"
SubSection "Display"
Modes "nvidia-auto-select"
EndSubSection
EndSection
Everything works well, even native Steam and games.  However my GPU fan is constantly pegged at 65%.  I'd like this to be lower.  The speed is "variable" and I believe that is what I want - automatically adjust to temperature.  However, I'd like the fan speed to be lower and automatically adjust to temperature.  I'm new to the proprietary nVidia driver so please bear with me and hopefully it is just something simple I've missed.

Awesome that's got it working.  Now for another question:  How do I get it the module to load automatically like the stock kernel does?
The normal "modprobe nvidia" reports module not found so I'm having to do "insmod /usr/lib/modules/extramodules-4.0-ARCH/nvidia.ko.gz" (at first that gave a bunch of undefined symbol errors but that was resolved by manually doing a "modprobe drm")
So how does modprobe whatever autoloads the modules at boot know where to look?  I already symlinked /usr/lib/modules/extramodules-4.0-ARCH to /usr/lib/modules/4.0.0-rc1-ARCH/extramodules like the stock kernel does but I guess that's not enough.

Similar Messages

  • Black screen with proprietary NVIDIA driver

    I'm having a tremendous amount of troubles getting Xorg to work on my Thinkpad W530 with the proprietary NVIDIA driver.
    The W530 has the Optimus technology but I've disabled it in the BIOS so only the NVIDIA card is active. I've been using nouveau up until now but I can't keep it due to its outdated OpenGL support.
    So per the wiki I installed `nvidia` and removed nouveau. But since then I run `startx` the screen goes completely black. But the X server keeps running and my WM starts fine. I can open a terminal blindly with a hotkey and reboot the machine.
    I've tried the following suggetions without any success:
    Booting with `rcutree.rcu_idle_gp_delay=1` as a kernel parameter
    Booting with `nomodeset` as a kernel parameter
    Adding
    install i915 /usr/bin/false
    install intel_agp /usr/bin/false
    to /etc/modprobe.d/blacklist.conf
    Manually adding the graphic cards bus ID in xorg.conf
    Adding
    xrandr --setprovideroutputsource modesetting NVIDIA-0
    xrandr --auto
    to my .xinitrc
    Adding
    xrandr --setprovideroutputsource Intel NVIDIA-0
    xrandr --auto
    to my .xinitrc
    Further suggestions and ideas are highly appreciated – I really need to get the nvidia driver to work one way or another!

    I just added https://wiki.archlinux.org/index.php/repo-ck, and installed linux-ck-ivybridge and nvidia-ck-ivybridge, then recreated grub.cfg and now it works. Got the hint from this post https://bbs.archlinux.org/viewtopic.php … 8#p1466438

  • Help getting 640x480 and 800x600 resolution on Proprietary Nvidia Driv

    Ok. So I want to somehow obtain the modes 640x480 and 800x600 for my laptop. The monitor CAN do these modes - it works under Windows XP and the opensource xf86-video-nv drivers.
    But the closed source nvidia drivers doesn't show these modes...  All I can choose from is
    "1440x900" "1280x800" "1280x768" "1024x768" "640x400" (... so close and yet so far) "640x384" "512x384"
    I also added to my xorg.conf these configurations
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "800x600" "640x480"
    EndSubSection
    and here is /var/log/Xorg.0.log
    (II) Setting vga for screen 0.
    (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "true"
    (**) NVIDIA(0): Option "DPI" "96 x 96"
    (**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "True"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU Quadro NVS 140M (G86GL) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 524288 kBytes
    (--) NVIDIA(0): VideoBIOS: 60.86.3e.00.00
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on Quadro NVS 140M at PCI:1:0:0:
    (--) NVIDIA(0): LEN (DFP-0)
    (--) NVIDIA(0): LEN (DFP-0): 330.0 MHz maximum pixel clock
    (--) NVIDIA(0): LEN (DFP-0): Internal Dual Link LVDS
    (WW) NVIDIA(0): The EDID for LEN (DFP-0) contradicts itself: mode "1440x900"
    (WW) NVIDIA(0): is specified in the EDID; however, the EDID's valid
    (WW) NVIDIA(0): HorizSync range (46.301-55.556 kHz) would exclude this
    (WW) NVIDIA(0): mode's HorizSync (37.0 kHz); ignoring HorizSync check for
    (WW) NVIDIA(0): mode "1440x900".
    (WW) NVIDIA(0): The EDID for LEN (DFP-0) contradicts itself: mode "1440x900"
    (WW) NVIDIA(0): is specified in the EDID; however, the EDID's valid
    (WW) NVIDIA(0): VertRefresh range (50.000-60.000 Hz) would exclude this
    (WW) NVIDIA(0): mode's VertRefresh (40.0 Hz); ignoring VertRefresh check
    (WW) NVIDIA(0): for mode "1440x900".
    (WW) NVIDIA(0): The EDID for LEN (DFP-0) contradicts itself: mode "1440x900"
    (WW) NVIDIA(0): is specified in the EDID; however, the EDID's valid
    (WW) NVIDIA(0): HorizSync range (46.301-55.556 kHz) would exclude this
    (WW) NVIDIA(0): mode's HorizSync (37.0 kHz); ignoring HorizSync check for
    (WW) NVIDIA(0): mode "1440x900".
    (WW) NVIDIA(0): The EDID for LEN (DFP-0) contradicts itself: mode "1440x900"
    (WW) NVIDIA(0): is specified in the EDID; however, the EDID's valid
    (WW) NVIDIA(0): VertRefresh range (50.000-60.000 Hz) would exclude this
    (WW) NVIDIA(0): mode's VertRefresh (40.0 Hz); ignoring VertRefresh check
    (WW) NVIDIA(0): for mode "1440x900".
    (II) NVIDIA(0): Assigned Display Device: DFP-0
    (WW) NVIDIA(0): No valid modes for "800x600"; removing.
    (WW) NVIDIA(0): No valid modes for "640x480"; removing.
    (WW) NVIDIA(0):
    (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
    (WW) NVIDIA(0): "nvidia-auto-select".
    (WW) NVIDIA(0):
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "nvidia-auto-select"
    (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
    (**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option
    (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    Any help is appreciated.

    how did you connect the display? over hdmi? 
    if yes, when you press the Source button from the remote control, select hdmi port and press Tools button, then select Edit and select PC from the list.
    I know because i have a T23A550 display

  • Lenovo IdeaPad Y500, Linux 3.10, NVidia driver crashes

    After today's update of the Linux kernel to 3.10, I can not start X using the proprietary nvidia driver on my IdeaPad Y500 laptop (MBG2BMH with GeForce GT650M GPU).
    When I try to do this, it takes a second or two in the "loading GLX" state, after which the screen goes black. My fan goes to max and after a few seconds, the system dies.
    X logs don't show much:
    [ 49.888] (**) NVIDIA(0): Enabling 2D acceleration
    [ 56.164] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 56.164] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 56.164] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 56.164] (EE) NVIDIA(0): README for additional information.
    [ 56.164] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 56.164] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 56.164] (II) UnloadModule: "nvidia"
    [ 56.164] (II) UnloadSubModule: "shadow"
    [ 56.164] (II) UnloadSubModule: "wfb"
    [ 56.164] (II) UnloadSubModule: "fb"
    [ 56.164] (EE) Screen(s) found, but none have a usable configuration.
    I will add a kernel log after rebooting, because I seem to have lost it.
    I think the relevant message read "GPU fell off the bus", which I think indicates a crash of the GPU driver.
    After rolling back to 3.9.9, the issue is gone.
    My xorg.conf (and xorg.conf.d) does not contain anything special (only a DPI fix). I tried removing it, but the issue is still there.
    EDIT: I seem to be unable to get a kernel log for these sessions.
    Journalctl simply does not show the failing session.
    I don't know why I did get a log before. It happened on a linux-ck build with a couple of modifications, a while back (and the logs seem to be gone).
    I'll try again later, making sure I sync.
    Last edited by TBoshoven (2013-07-25 13:57:22)

    The problem persist for me with:
    local/linux 3.10.5-1 (base)
        The Linux kernel and modules
    local/bumblebee 3.2.1-3
        NVIDIA Optimus support for Linux through VirtualGL
    local/nvidia 325.15-1
        NVIDIA drivers for linux
    local/nvidia-utils 325.15-1
        NVIDIA drivers utilities
    Xorg.8.log
    [ 414.008]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 414.008] X Protocol Version 11, Revision 0
    [ 414.008] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 414.008] Current Operating System: Linux drog-laptop 3.10.5-1-ARCH #1 SMP PREEMPT Mon Aug 5 08:04:22 CEST 2013 x86_64
    [ 414.008] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=2d778b92-8e56-41d2-a238-cb1ea674849b ro quiet
    [ 414.008] Build Date: 01 July 2013 10:48:42AM
    [ 414.008]
    [ 414.008] Current version of pixman: 0.30.0
    [ 414.008] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 414.008] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 414.008] (==) Log file: "/var/log/Xorg.8.log", Time: Tue Aug 6 14:58:48 2013
    [ 414.022] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 414.022] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 414.033] (==) ServerLayout "Layout0"
    [ 414.033] (==) No screen section available. Using defaults.
    [ 414.033] (**) |-->Screen "Default Screen Section" (0)
    [ 414.033] (**) | |-->Monitor "<default monitor>"
    [ 414.033] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 414.033] (**) | |-->Device "DiscreteNvidia"
    [ 414.033] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 414.033] (**) Option "AutoAddDevices" "false"
    [ 414.033] (**) Option "AutoAddGPU" "false"
    [ 414.033] (**) Not automatically adding devices
    [ 414.033] (==) Automatically enabling devices
    [ 414.033] (**) Not automatically adding GPU devices
    [ 414.034] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 414.034] Entry deleted from font path.
    [ 414.034] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 414.034] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 414.034] Entry deleted from font path.
    [ 414.034] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 414.034] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 414.034] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 414.034] (==) |-->Input Device "<default pointer>"
    [ 414.034] (==) |-->Input Device "<default keyboard>"
    [ 414.034] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 414.034] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 414.034] (II) Loader magic: 0x7fdc20
    [ 414.034] (II) Module ABI versions:
    [ 414.034] X.Org ANSI C Emulation: 0.4
    [ 414.034] X.Org Video Driver: 14.1
    [ 414.034] X.Org XInput driver : 19.1
    [ 414.034] X.Org Server Extension : 7.0
    [ 414.034] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 414.034] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 414.034] setversion 1.4 failed
    [ 414.035] (--) PCI:*(0:1:0:0) 10de:0fd1:144d:c650 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128
    [ 414.036] Initializing built-in extension Generic Event Extension
    [ 414.036] Initializing built-in extension SHAPE
    [ 414.036] Initializing built-in extension MIT-SHM
    [ 414.036] Initializing built-in extension XInputExtension
    [ 414.036] Initializing built-in extension XTEST
    [ 414.036] Initializing built-in extension BIG-REQUESTS
    [ 414.036] Initializing built-in extension SYNC
    [ 414.036] Initializing built-in extension XKEYBOARD
    [ 414.036] Initializing built-in extension XC-MISC
    [ 414.036] Initializing built-in extension SECURITY
    [ 414.036] Initializing built-in extension XINERAMA
    [ 414.036] Initializing built-in extension XFIXES
    [ 414.036] Initializing built-in extension RENDER
    [ 414.036] Initializing built-in extension RANDR
    [ 414.036] Initializing built-in extension COMPOSITE
    [ 414.036] Initializing built-in extension DAMAGE
    [ 414.036] Initializing built-in extension MIT-SCREEN-SAVER
    [ 414.036] Initializing built-in extension DOUBLE-BUFFER
    [ 414.036] Initializing built-in extension RECORD
    [ 414.036] Initializing built-in extension DPMS
    [ 414.036] Initializing built-in extension X-Resource
    [ 414.036] Initializing built-in extension XVideo
    [ 414.036] Initializing built-in extension XVideo-MotionCompensation
    [ 414.036] Initializing built-in extension XFree86-VidModeExtension
    [ 414.036] Initializing built-in extension XFree86-DGA
    [ 414.036] Initializing built-in extension XFree86-DRI
    [ 414.036] Initializing built-in extension DRI2
    [ 414.036] (II) LoadModule: "glx"
    [ 414.064] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 415.388] (II) Module glx: vendor="NVIDIA Corporation"
    [ 415.388] compiled for 4.0.2, module version = 1.0.0
    [ 415.388] Module class: X.Org Server Extension
    [ 415.388] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:12:00 PDT 2013
    [ 415.424] Loading extension GLX
    [ 415.424] (II) LoadModule: "nvidia"
    [ 415.424] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 415.575] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 415.575] compiled for 4.0.2, module version = 1.0.0
    [ 415.575] Module class: X.Org Video Driver
    [ 415.586] (II) LoadModule: "mouse"
    [ 415.586] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 415.598] (II) Module mouse: vendor="X.Org Foundation"
    [ 415.598] compiled for 1.14.0, module version = 1.9.0
    [ 415.598] Module class: X.Org XInput Driver
    [ 415.598] ABI class: X.Org XInput driver, version 19.1
    [ 415.598] (II) LoadModule: "kbd"
    [ 415.599] (WW) Warning, couldn't open module kbd
    [ 415.599] (II) UnloadModule: "kbd"
    [ 415.599] (II) Unloading kbd
    [ 415.599] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 415.599] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 17:50:57 PDT 2013
    [ 415.599] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 415.599] (--) using VT number 7
    [ 415.614] (II) Loading sub module "fb"
    [ 415.614] (II) LoadModule: "fb"
    [ 415.614] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 415.631] (II) Module fb: vendor="X.Org Foundation"
    [ 415.631] compiled for 1.14.2, module version = 1.0.0
    [ 415.631] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 415.631] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 415.631] (II) Loading sub module "wfb"
    [ 415.631] (II) LoadModule: "wfb"
    [ 415.631] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 415.647] (II) Module wfb: vendor="X.Org Foundation"
    [ 415.647] compiled for 1.14.2, module version = 1.0.0
    [ 415.647] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 415.647] (II) Loading sub module "shadow"
    [ 415.647] (II) LoadModule: "shadow"
    [ 415.647] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 415.648] (II) Module shadow: vendor="X.Org Foundation"
    [ 415.648] compiled for 1.14.2, module version = 1.1.0
    [ 415.648] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 415.648] (II) Loading sub module "ramdac"
    [ 415.648] (II) LoadModule: "ramdac"
    [ 415.648] (II) Module "ramdac" already built-in
    [ 415.668] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 415.668] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 415.668] (==) NVIDIA(0): RGB weight 888
    [ 415.668] (==) NVIDIA(0): Default visual is TrueColor
    [ 415.668] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 415.669] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 415.669] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 415.669] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 415.669] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 415.669] (**) NVIDIA(0): Enabling 2D acceleration
    [ 415.669] (**) NVIDIA(0): Ignoring EDIDs
    [ 415.669] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 415.669] (**) NVIDIA(0): mode
    [ 421.681] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 421.681] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 421.681] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 421.681] (EE) NVIDIA(0): README for additional information.
    [ 421.681] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 421.681] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 421.681] (II) UnloadModule: "nvidia"
    [ 421.681] (II) UnloadSubModule: "shadow"
    [ 421.681] (II) UnloadSubModule: "wfb"
    [ 421.681] (II) UnloadSubModule: "fb"
    [ 421.681] (EE) Screen(s) found, but none have a usable configuration.
    [ 421.681] (EE)
    Fatal server error:
    [ 421.681] (EE) no screens found(EE)
    [ 421.681] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 421.681] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 421.681] (EE)
    [ 421.681] (EE) Server terminated with error (1). Closing log file.
    dmesg
    [ 26.065828] bbswitch: version 0.7
    [ 26.065841] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 26.065850] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 26.066059] bbswitch: detected an Optimus _DSM function
    [ 26.066076] pci 0000:01:00.0: enabling device (0006 -> 0007)
    [ 26.066122] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 26.068197] bbswitch: disabling discrete graphics
    [ 26.119240] pci 0000:01:00.0: power state changed by ACPI to D3cold
    [ 26.258241] systemd-logind[1007]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display.
    [ 26.325508] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 33.492411] r8169 0000:03:00.0 enp3s0: link down
    [ 33.492451] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    [ 37.846847] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 38.221072] r8169 0000:03:00.0 enp3s0: link down
    [ 38.221110] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    [ 45.372589] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 48.517700] wlp2s0: authenticate with 00:25:c4:5a:3b:e1
    [ 48.537543] wlp2s0: send auth to 00:25:c4:5a:3b:e1 (try 1/3)
    [ 48.539639] wlp2s0: authenticated
    [ 48.539671] ath9k 0000:02:00.0 wlp2s0: disabling HT/VHT due to WEP/TKIP use
    [ 48.540740] wlp2s0: associate with 00:25:c4:5a:3b:e1 (try 1/3)
    [ 48.544916] wlp2s0: RX AssocResp from 00:25:c4:5a:3b:e1 (capab=0x431 status=0 aid=2)
    [ 48.545097] wlp2s0: associated
    [ 48.545113] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
    [ 51.051628] EXT4-fs (sda7): re-mounted. Opts: data=ordered,commit=0
    [ 51.539082] EXT4-fs (sda8): re-mounted. Opts: data=ordered,commit=0
    [ 95.719761] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
    [ 396.531583] usb 1-4: USB disconnect, device number 2
    [ 397.445922] usb 1-4: new low-speed USB device number 3 using xhci_hcd
    [ 397.463231] usb 1-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 397.465641] input: USB Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input14
    [ 397.466186] hid-generic 0003:15D9:0A33.0002: input,hidraw0: USB HID v1.10 Mouse [USB Mouse] on usb-0000:00:14.0-4/input0
    [ 408.307902] bbswitch: enabling discrete graphics
    [ 408.447228] pci 0000:01:00.0: power state changed by ACPI to D0
    [ 414.455675] nvidia: module license 'NVIDIA' taints kernel.
    [ 414.455679] Disabling lock debugging due to kernel taint
    [ 414.460793] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    [ 414.461133] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
    [ 414.461140] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 325.15 Wed Jul 31 18:50:56 PDT 2013
    [ 416.186061] nvidia 0000:01:00.0: irq 47 for MSI/MSI-X
    [ 422.155242] NVRM: GPU at 0000:01:00.0 has fallen off the bus.
    [ 422.175315] NVRM: RmInitAdapter failed! (0x25:0x28:1157)
    [ 422.175324] NVRM: rm_init_adapter(0) failed
    [ 457.892854] bbswitch: enabling discrete graphics
    [ 467.532288] bbswitch: enabling discrete graphics
    [ 467.532300] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 467.542607] nvidia 0000:01:00.0: Refused to change power state, currently in D3
    [ 562.917909] bbswitch: enabling discrete graphics
    [ 562.917923] nvidia 0000:01:00.0: power state changed by ACPI to D0

  • Pivot: xrandr command with nvidia driver

    I'd like to set the pivot mode 1024x1280 automatically. At the presend I have to set
    sudo xrandr -o left manually.
    I'm using the proprietary Nvidia driver (nvidia-ck-kx-302.17-3)
    Where do I have to write down the xrandr settings?

    Thanks. According to http://us.download.nvidia.com/XFree86/L … tions.html
    I have tried Option "RandRRotation" "left"
    According to your reference it should be DFP-0: nvidia-auto-select { Rotation=left }.
    But how does the xorg.conf have to look like?
    a.)
    Section "Device"
       Option "Rotate" "left"
    EndSection
    b.)
    Section "Device"
       DFP-0: nvidia-auto-select { Rotation=left }
    EndSection
    or how does the xorg.conf has to look like?

  • SOLVED: Installation of NVidia Driver messes with BASH? (x86-64)

    Hello,
    I just started using Arch - I migrated here from Gentoo (I failed to compile a working kernel five times!) and the convoluted messiness of Debian (which had serious problems with the proprietary NVIDIA driver). Within three hours after I began installing Arch it booted fine and I got nearly all my devices to work. Yaaay!
    I've recently encountered a peculiar problem that occurs after installing GNOME on a 64-bit system. I've re-installed Arch three times, and have seen this problem three times repeated: after all the gnome and gnome-extra packages have been downloaded, unpacked, configured, and installed, BASH no longer recognizes most of the programs that were already installed properly (and were working fine just beforehand);
    I get "command not found" for such commands as make, dhcpcd, modprobe, ifconfig, even reboot and shutdown!!!
    It may have something to do with a message I noticed somewhere in pacman's output that was something to the extent of "updating bash..."
    ...Is this a common problem? Or is this user error on my part? When I get home I'll retrieve the config files from my mid-tower's hard drive and post the non-comment parts if that will help diagnose the problem.
    Last edited by deconstrained (2008-04-01 03:55:41)

    problem: SOLVED --
    I found an old stage 3 tarball (gentoo) from my USB drive that had ./etc/profile in it. I stuck that in /etc/ and it's working fine In fact, it's got some nice features already written into it, i.e. optionally different default paths for the superuser and normal users.
    Just in case anyone else has the same problem, finds this thread in a forum search and needs an /etc/profile:
    # /etc/profile: login shell setup
    # That this file is used by any Bourne-shell derivative to setup the
    # environment for login shells.
    # Load environment settings from profile.env, which is created by
    # env-update from the files in /etc/env.d
    # 077 would be more secure, but 022 is generally quite realistic
    umask 022
    # Set up PATH depending on whether we're root or a normal user.
    # There's no real reason to exclude sbin paths from the normal user,
    # but it can make tab-completion easier when they aren't in the
    # user's PATH to pollute the executable namespace.
    # It is intentional in the following line to use || instead of -o.
    # This way the evaluation can be short-circuited and calling whoami is
    # avoided.
    if [ "$EUID" = "0" ] || [ "$USER" = "root" ] ; then
    PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${ROOTPATH}"
    else
    PATH="/usr/local/bin:/usr/bin:/bin:${PATH}"
    fi
    export PATH
    unset ROOTPATH
    # Extract the value of EDITOR
    [ -z "$EDITOR" ] && EDITOR="`. /etc/rc.conf 2>/dev/null; echo $EDITOR`"
    [ -z "$EDITOR" ] && EDITOR="/bin/nano"
    export EDITOR
    if [ -n "${BASH_VERSION}" ] ; then
    # Newer bash ebuilds include /etc/bash/bashrc which will setup PS1
    # including color. We leave out color here because not all
    # terminals support it.
    if [ -f /etc/bash/bashrc ] ; then
    # Bash login shells run only /etc/profile
    # Bash non-login shells run only /etc/bash/bashrc
    # Since we want to run /etc/bash/bashrc regardless, we source it
    # from here. It is unfortunate that there is no way to do
    # this *after* the user's .bash_profile runs (without putting
    # it in the user's dot-files), but it shouldn't make any
    # difference.
    . /etc/bash/bashrc
    else
    PS1='\u@\h \w \$ '
    fi
    else
    # Setup a bland default prompt. Since this prompt should be useable
    # on color and non-color terminals, as well as shells that don't
    # understand sequences such as \h, don't put anything special in it.
    PS1="`whoami`@`uname -n | cut -f1 -d.` \$ "
    fi
    for sh in /etc/profile.d/*.sh ; do
    if [ -r "$sh" ] ; then
    . "$sh"
    fi
    done
    unset sh
    Last edited by deconstrained (2008-04-01 03:54:36)

  • Gnome shell and proprietary Nvidia

    Hello,
    I've been having a weird issue with gnome shell on my notebook
    when using the proprietary nvidia driver for my Quadro NVS 160M.
    All packages are up to date, this has been happening for several weeks
    now.
    Usually it works flawlessly, very fast, swift, but sometimes - and I can't
    put my finger on a cause - it seems to choke on the desktop effects.
    When that happens every time an effect utilizing resizing stuff or using
    transparency comes up (like, alt-tab, using activites, tooltip fading in)
    the system becomes unresponsive and unbearably slow for some time.
    I can still move the mouse, but the screen only refreshes every
    few seconds. This lasts for a long time, sometimes minutes, sometimes
    forever (10 minutes is the longests i've waited before rebooting).
    I can't even switch to a terminal and kill Xorg or anything.
    The time it takes seems random and not dependend on the length or
    complexity of the animation - but the longer it's been going the higher
    is the chance that it stays for very long.
    I'm a bit frustrated with the issue. With the nouveau driver it works
    without any shennanigans like that, but of course the 3D Performance
    is horrid and I don't have that many reserves to sacrifice with the card.
    So did anybody experience something similar or might have an idea
    for a solution?

    I know that I'm a bit late and I know that maybe it is not the right solution but I eventually managed to get full screen under gnome shell placing minecraft window on a new workspace and then toggling full screen mode. It worked for me, I hope this may be useful to someone.

  • Nvidia driver problems

    I am a newbie to Arch Linux migrating from Ubuntu. Arch Linux seemed like the perfect operating system and sounded like it would be 'fun' to try and get it working. Unfortunetly I'm used to things working mostly out of the box (ie Ubuntu). I have gotten most things to work fairly well, except for two things: fonts and nvidia drivers. When I finally got xorg/enlightenment to just work, I remembered I would have to get nvidia drivers to get my full resolution (1680x1050) and to play some games. I went to the wiki, and followed the instructions exactly. No luck. I then tried just using 'nvidia-xconfig' to make my xorg configuration. No dice. I also have no idea how to get fonts to work, xorg reports lots of missing files and I have no clue what to do. I would like the default ubuntu fonts to work in firefox . My video card is a GeForce 7950GT. Here is my Xorg.0.log: http://pastebin.ca/raw/635972 (this is the one that is produced when I use the 'nvidia-xconfig' configuration) and here is my lspci: http://pastebin.ca/raw/635979 here is the xorg.conf made with 'hwd -xa': http://pastebin.ca/raw/635981 (which works) and heres the xorg.conf make with 'nvidia-xconfig': http://pastebin.ca/raw/635982 (which produces the errors in the log I listed)
    Thanks,
    DJ
    Last edited by cactusbin (2007-07-27 14:57:36)

    Hm, according to your xorg log, your nvidia kernel module isn't being loaded.  What happens when you try to issue
    sudo modprobe nvidia
    ?  What's the error message?  More detail can be garnered by running
    dmesg | tail
    immediately after the modprobe.
    Also, since I'm not too hip on nvidia lore, and I'm not too sure how new or old a 7950GT is, it's worth mentioning: we have three nvidia packages in our repos:  nvidia (newer cards), nvidia-96xx (not-too-new cards), nvidia-71xx (older cards) - you might want to make sure you've installed the correct one.
    -edit- Ack, you edited your post on me.  Your hwd -xa config file works because it's using the 'vesa' driver, which is basically the one-size-fits-all driver that works for everything.  The other one isn't working because it's trying to use the proprietary nvidia driver, but as I mentioned above, the kernel module isn't loading properly. -/edit-
    Last edited by Cerebral (2007-07-27 14:59:10)

  • [Solved] Switch from nvidia driver to nouveau - libgl is seg faulting

    Hello,
    I recently tried to switch my desktop from using the proprietary nvidia driver to nouveua after having the proprietary driver crash randomly.
    I followed the wiki page for this (https://wiki.archlinux.org/index.php/nouveau) where I removed the nvidia driver packages and installed xf86-video-nouveau. I also regenerated the ramdisk image. After all of this I was unable to get xfce to load, although I can get X to successfully start running twm.
    The problem seems to be because libGL.so.1 is causing many things segfault. (emacs, xfce4-session). For example, if I run emacs through gdb from the console, the backtrace is from /usr/lib/libGL.so.1.
    Any suggestions on things I can try to stop the seg faulting and get a usable system again?
    Thanks
    Last edited by mikej_96 (2013-12-23 04:13:49)

    I did reboot.
    Here is the Xorg.0.log from a sucessful twm session:
    [ 1948.113]
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 1948.113] X Protocol Version 11, Revision 0
    [ 1948.113] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 1948.113] Current Operating System: Linux Neo 3.12.5-1-ARCH #1 SMP PREEMPT Thu Dec 12 12:57:31 CET 2013 x86_64
    [ 1948.113] Kernel command line: root=/dev/sda1 resume=/dev/sdb3 ro init=/usr/lib/systemd/systemd
    [ 1948.113] Build Date: 13 December 2013 03:11:42PM
    [ 1948.113]
    [ 1948.113] Current version of pixman: 0.32.4
    [ 1948.113] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1948.113] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1948.113] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 22 20:09:20 2013
    [ 1948.113] (==) Using config file: "/etc/X11/xorg.conf"
    [ 1948.113] (==) No Layout section. Using the first Screen section.
    [ 1948.113] (==) No screen section available. Using defaults.
    [ 1948.113] (**) |-->Screen "Default Screen Section" (0)
    [ 1948.113] (**) | |-->Monitor "<default monitor>"
    [ 1948.113] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 1948.113] (**) | |-->Device "Device0"
    [ 1948.113] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1948.113] (**) Option "AutoAddDevices" "False"
    [ 1948.113] (**) Not automatically adding devices
    [ 1948.113] (==) Automatically enabling devices
    [ 1948.113] (==) Automatically adding GPU devices
    [ 1948.113] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1948.113] Entry deleted from font path.
    [ 1948.113] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 1948.113] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1948.113] (==) |-->Input Device "Mouse0"
    [ 1948.113] (==) |-->Input Device "Keyboard0"
    [ 1948.113] (==) No Layout section. Using the first mouse device.
    [ 1948.113] (==) No Layout section. Using the first keyboard device.
    [ 1948.113] (II) Loader magic: 0x7fec20
    [ 1948.113] (II) Module ABI versions:
    [ 1948.113] X.Org ANSI C Emulation: 0.4
    [ 1948.113] X.Org Video Driver: 14.1
    [ 1948.113] X.Org XInput driver : 19.1
    [ 1948.113] X.Org Server Extension : 7.0
    [ 1948.114] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 1948.114] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 1948.266] (--) PCI:*(0:1:0:0) 10de:1187:1458:360b rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 1948.266] (--) PCI: (0:2:0:0) 10de:0622:3842:c858 rev 161, Mem @ 0xf4000000/16777216, 0xd0000000/268435456, 0xf2000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
    [ 1948.266] Initializing built-in extension Generic Event Extension
    [ 1948.266] Initializing built-in extension SHAPE
    [ 1948.266] Initializing built-in extension MIT-SHM
    [ 1948.266] Initializing built-in extension XInputExtension
    [ 1948.266] Initializing built-in extension XTEST
    [ 1948.266] Initializing built-in extension BIG-REQUESTS
    [ 1948.266] Initializing built-in extension SYNC
    [ 1948.266] Initializing built-in extension XKEYBOARD
    [ 1948.266] Initializing built-in extension XC-MISC
    [ 1948.266] Initializing built-in extension SECURITY
    [ 1948.266] Initializing built-in extension XINERAMA
    [ 1948.266] Initializing built-in extension XFIXES
    [ 1948.266] Initializing built-in extension RENDER
    [ 1948.266] Initializing built-in extension RANDR
    [ 1948.266] Initializing built-in extension COMPOSITE
    [ 1948.266] Initializing built-in extension DAMAGE
    [ 1948.266] Initializing built-in extension MIT-SCREEN-SAVER
    [ 1948.266] Initializing built-in extension DOUBLE-BUFFER
    [ 1948.266] Initializing built-in extension RECORD
    [ 1948.266] Initializing built-in extension DPMS
    [ 1948.266] Initializing built-in extension X-Resource
    [ 1948.266] Initializing built-in extension XVideo
    [ 1948.266] Initializing built-in extension XVideo-MotionCompensation
    [ 1948.266] Initializing built-in extension XFree86-VidModeExtension
    [ 1948.266] Initializing built-in extension XFree86-DGA
    [ 1948.266] Initializing built-in extension XFree86-DRI
    [ 1948.266] Initializing built-in extension DRI2
    [ 1948.266] (II) LoadModule: "glx"
    [ 1948.266] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1948.266] (II) Module glx: vendor="X.Org Foundation"
    [ 1948.266] compiled for 1.14.5, module version = 1.0.0
    [ 1948.266] ABI class: X.Org Server Extension, version 7.0
    [ 1948.266] (==) AIGLX enabled
    [ 1948.266] Loading extension GLX
    [ 1948.266] (II) LoadModule: "nouveau"
    [ 1948.266] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 1948.266] (II) Module nouveau: vendor="X.Org Foundation"
    [ 1948.266] compiled for 1.14.4, module version = 1.0.10
    [ 1948.266] Module class: X.Org Video Driver
    [ 1948.266] ABI class: X.Org Video Driver, version 14.1
    [ 1948.266] (II) LoadModule: "mouse"
    [ 1948.266] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 1948.266] (II) Module mouse: vendor="X.Org Foundation"
    [ 1948.266] compiled for 1.14.0, module version = 1.9.0
    [ 1948.266] Module class: X.Org XInput Driver
    [ 1948.266] ABI class: X.Org XInput driver, version 19.1
    [ 1948.266] (II) LoadModule: "kbd"
    [ 1948.266] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    [ 1948.266] (II) Module kbd: vendor="X.Org Foundation"
    [ 1948.266] compiled for 1.14.4, module version = 1.8.0
    [ 1948.266] Module class: X.Org XInput Driver
    [ 1948.266] ABI class: X.Org XInput driver, version 19.1
    [ 1948.266] (II) NOUVEAU driver
    [ 1948.266] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 1948.266] RIVA TNT (NV04)
    [ 1948.266] RIVA TNT2 (NV05)
    [ 1948.266] GeForce 256 (NV10)
    [ 1948.266] GeForce 2 (NV11, NV15)
    [ 1948.266] GeForce 4MX (NV17, NV18)
    [ 1948.266] GeForce 3 (NV20)
    [ 1948.266] GeForce 4Ti (NV25, NV28)
    [ 1948.266] GeForce FX (NV3x)
    [ 1948.266] GeForce 6 (NV4x)
    [ 1948.266] GeForce 7 (G7x)
    [ 1948.266] GeForce 8 (G8x)
    [ 1948.266] GeForce GTX 200 (NVA0)
    [ 1948.266] GeForce GTX 400 (NVC0)
    [ 1948.266] (--) using VT number 4
    [ 1948.268] (II) [drm] nouveau interface version: 1.1.1
    [ 1948.268] (II) [drm] nouveau interface version: 1.1.1
    [ 1948.268] (II) Loading sub module "dri2"
    [ 1948.268] (II) LoadModule: "dri2"
    [ 1948.268] (II) Module "dri2" already built-in
    [ 1948.268] (--) NOUVEAU(0): Chipset: "NVIDIA NVE4"
    [ 1948.268] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 1948.268] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 1948.268] (==) NOUVEAU(0): RGB weight 888
    [ 1948.268] (==) NOUVEAU(0): Default visual is TrueColor
    [ 1948.268] (==) NOUVEAU(0): Using HW cursor
    [ 1948.268] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 1948.268] (==) NOUVEAU(0): Page flipping enabled
    [ 1948.268] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    [ 1948.301] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
    [ 1948.331] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
    [ 1948.389] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
    [ 1948.482] (II) NOUVEAU(0): Output DP-1 has no monitor section
    [ 1948.511] (II) NOUVEAU(0): EDID for output DVI-I-1
    [ 1948.511] (II) NOUVEAU(0): Manufacturer: ACR Model: 1fb Serial#: 55586593
    [ 1948.511] (II) NOUVEAU(0): Year: 2010 Week: 35
    [ 1948.511] (II) NOUVEAU(0): EDID Version: 1.3
    [ 1948.511] (II) NOUVEAU(0): Digital Display Input
    [ 1948.511] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 1948.511] (II) NOUVEAU(0): Gamma: 2.20
    [ 1948.511] (II) NOUVEAU(0): DPMS capabilities: Off
    [ 1948.511] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1948.511] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1948.511] (II) NOUVEAU(0): redX: 0.644 redY: 0.336 greenX: 0.301 greenY: 0.611
    [ 1948.511] (II) NOUVEAU(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 1948.511] (II) NOUVEAU(0): Supported established timings:
    [ 1948.511] (II) NOUVEAU(0): 720x400@70Hz
    [ 1948.511] (II) NOUVEAU(0): 640x480@60Hz
    [ 1948.511] (II) NOUVEAU(0): 640x480@67Hz
    [ 1948.511] (II) NOUVEAU(0): 800x600@56Hz
    [ 1948.511] (II) NOUVEAU(0): 800x600@60Hz
    [ 1948.511] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1948.511] (II) NOUVEAU(0): 1024x768@70Hz
    [ 1948.511] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 1948.511] (II) NOUVEAU(0): Supported standard timings:
    [ 1948.511] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1948.511] (II) NOUVEAU(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1948.511] (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1948.511] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1948.511] (II) NOUVEAU(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 1948.511] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.511] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 510 x 287 mm
    [ 1948.511] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.511] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1948.511] (II) NOUVEAU(0): Ranges: V min: 49 V max: 75 Hz, H min: 30 H max: 94 kHz, PixClock max 175 MHz
    [ 1948.511] (II) NOUVEAU(0): Monitor name: Acer P236H
    [ 1948.511] (II) NOUVEAU(0): Serial No: LQS0W0084321
    [ 1948.511] (II) NOUVEAU(0): EDID (in hex):
    [ 1948.511] (II) NOUVEAU(0): 00ffffffffffff000472fb01212f5003
    [ 1948.512] (II) NOUVEAU(0): 2314010380331d782ac285a4564d9c25
    [ 1948.512] (II) NOUVEAU(0): 125054b30c00714f810081809500d1c0
    [ 1948.512] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1948.512] (II) NOUVEAU(0): 4500fe1f1100001e000000fd00314b1e
    [ 1948.512] (II) NOUVEAU(0): 5e11000a202020202020000000fc0041
    [ 1948.512] (II) NOUVEAU(0): 6365722050323336480a2020000000ff
    [ 1948.512] (II) NOUVEAU(0): 004c51533057303038343332310a004d
    [ 1948.512] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
    [ 1948.512] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.541] (II) NOUVEAU(0): EDID for output DVI-D-1
    [ 1948.541] (II) NOUVEAU(0): Manufacturer: ACR Model: 1a2 Serial#: 86013623
    [ 1948.541] (II) NOUVEAU(0): Year: 2010 Week: 52
    [ 1948.541] (II) NOUVEAU(0): EDID Version: 1.3
    [ 1948.541] (II) NOUVEAU(0): Digital Display Input
    [ 1948.541] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 1948.541] (II) NOUVEAU(0): Gamma: 2.20
    [ 1948.541] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
    [ 1948.541] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1948.541] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1948.541] (II) NOUVEAU(0): redX: 0.649 redY: 0.338 greenX: 0.289 greenY: 0.609
    [ 1948.541] (II) NOUVEAU(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 1948.541] (II) NOUVEAU(0): Supported established timings:
    [ 1948.541] (II) NOUVEAU(0): 720x400@70Hz
    [ 1948.541] (II) NOUVEAU(0): 640x480@60Hz
    [ 1948.541] (II) NOUVEAU(0): 640x480@67Hz
    [ 1948.541] (II) NOUVEAU(0): 800x600@56Hz
    [ 1948.541] (II) NOUVEAU(0): 800x600@60Hz
    [ 1948.541] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1948.541] (II) NOUVEAU(0): 1024x768@70Hz
    [ 1948.541] (II) NOUVEAU(0): Manufacturer's mask: 10
    [ 1948.541] (II) NOUVEAU(0): Supported standard timings:
    [ 1948.541] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1948.541] (II) NOUVEAU(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1948.541] (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1948.541] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1948.541] (II) NOUVEAU(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 1948.541] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.541] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 509 x 286 mm
    [ 1948.541] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.541] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1948.541] (II) NOUVEAU(0): Monitor name: P236H
    [ 1948.541] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 185 MHz
    [ 1948.541] (II) NOUVEAU(0): Serial No: LNW0C0064022
    [ 1948.541] (II) NOUVEAU(0): EDID (in hex):
    [ 1948.541] (II) NOUVEAU(0): 00ffffffffffff000472a201b7762005
    [ 1948.541] (II) NOUVEAU(0): 3414010380331d78ea6085a6564a9c25
    [ 1948.541] (II) NOUVEAU(0): 125054b30c10714f810081809500d1c0
    [ 1948.541] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1948.541] (II) NOUVEAU(0): 4500fd1e1100001a000000fc00503233
    [ 1948.541] (II) NOUVEAU(0): 36480a20202020202020000000fd0038
    [ 1948.541] (II) NOUVEAU(0): 4c1f5312000a202020202020000000ff
    [ 1948.541] (II) NOUVEAU(0): 004c4e573043303036343032320a0092
    [ 1948.541] (II) NOUVEAU(0): Printing probed modes for output DVI-D-1
    [ 1948.541] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
    [ 1948.541] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.541] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.541] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.541] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.541] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.599] (II) NOUVEAU(0): EDID for output HDMI-1
    [ 1948.599] (II) NOUVEAU(0): Manufacturer: ACR Model: 9a Serial#: 2433816882
    [ 1948.599] (II) NOUVEAU(0): Year: 2009 Week: 11
    [ 1948.599] (II) NOUVEAU(0): EDID Version: 1.3
    [ 1948.599] (II) NOUVEAU(0): Digital Display Input
    [ 1948.599] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 1948.599] (II) NOUVEAU(0): Gamma: 2.20
    [ 1948.599] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
    [ 1948.599] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1948.599] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1948.599] (II) NOUVEAU(0): redX: 0.649 redY: 0.338 greenX: 0.289 greenY: 0.609
    [ 1948.599] (II) NOUVEAU(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 1948.599] (II) NOUVEAU(0): Supported established timings:
    [ 1948.599] (II) NOUVEAU(0): 720x400@70Hz
    [ 1948.599] (II) NOUVEAU(0): 640x480@60Hz
    [ 1948.599] (II) NOUVEAU(0): 640x480@67Hz
    [ 1948.599] (II) NOUVEAU(0): 800x600@56Hz
    [ 1948.599] (II) NOUVEAU(0): 800x600@60Hz
    [ 1948.599] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1948.599] (II) NOUVEAU(0): 1024x768@70Hz
    [ 1948.599] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 1948.599] (II) NOUVEAU(0): Supported standard timings:
    [ 1948.599] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1948.599] (II) NOUVEAU(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1948.599] (II) NOUVEAU(0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1948.599] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1948.599] (II) NOUVEAU(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Monitor name: X233H
    [ 1948.599] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 185 MHz
    [ 1948.599] (II) NOUVEAU(0): Serial No: LFM0C0234041
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 27.0 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 1920 h_sync: 1972 h_sync_end 2016 h_blank_end 2640 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Number of EDID sections to follow: 1
    [ 1948.599] (II) NOUVEAU(0): EDID (in hex):
    [ 1948.599] (II) NOUVEAU(0): 00ffffffffffff0004729a0032191191
    [ 1948.599] (II) NOUVEAU(0): 0b13010380331d78ea6085a6564a9c25
    [ 1948.599] (II) NOUVEAU(0): 125054b30c008180714f81009500a940
    [ 1948.599] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1948.599] (II) NOUVEAU(0): 4500fe1f1100001a000000fc00583233
    [ 1948.599] (II) NOUVEAU(0): 33480a20202020202020000000fd0038
    [ 1948.599] (II) NOUVEAU(0): 4c1f5312000a202020202020000000ff
    [ 1948.599] (II) NOUVEAU(0): 004c464d3043303233343034310a01ec
    [ 1948.599] (II) NOUVEAU(0): 020322f223097f074e01020384050607
    [ 1948.599] (II) NOUVEAU(0): 10111215931f148301000066030c0010
    [ 1948.599] (II) NOUVEAU(0): 00108c0ad08a20e02d10103e9600fe1f
    [ 1948.599] (II) NOUVEAU(0): 11000018011d007251d01e206e285500
    [ 1948.599] (II) NOUVEAU(0): fe1f1100001e011d8018711c1620582c
    [ 1948.599] (II) NOUVEAU(0): 2500fe1f1100009e011d00bc52d01e20
    [ 1948.599] (II) NOUVEAU(0): b8285540fe1f1100001e011d80d0721c
    [ 1948.599] (II) NOUVEAU(0): 1620342c2500fe1f1100009e0000003b
    [ 1948.599] (II) NOUVEAU(0): Printing probed modes for output HDMI-1
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080i"x50.0 74.25 1920 1972 2016 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1440x576i"x50.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1440x480i"x60.0 27.03 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1440x480i"x59.9 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): EDID for output DP-1
    [ 1948.693] (II) NOUVEAU(0): Manufacturer: ACR Model: 9a Serial#: 2439097283
    [ 1948.693] (II) NOUVEAU(0): Year: 2009 Week: 16
    [ 1948.693] (II) NOUVEAU(0): EDID Version: 1.3
    [ 1948.693] (II) NOUVEAU(0): Digital Display Input
    [ 1948.693] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 1948.693] (II) NOUVEAU(0): Gamma: 2.20
    [ 1948.693] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
    [ 1948.693] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1948.693] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1948.693] (II) NOUVEAU(0): redX: 0.649 redY: 0.338 greenX: 0.289 greenY: 0.609
    [ 1948.693] (II) NOUVEAU(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 1948.693] (II) NOUVEAU(0): Supported established timings:
    [ 1948.693] (II) NOUVEAU(0): 720x400@70Hz
    [ 1948.693] (II) NOUVEAU(0): 640x480@60Hz
    [ 1948.693] (II) NOUVEAU(0): 640x480@67Hz
    [ 1948.693] (II) NOUVEAU(0): 800x600@56Hz
    [ 1948.693] (II) NOUVEAU(0): 800x600@60Hz
    [ 1948.693] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1948.693] (II) NOUVEAU(0): 1024x768@70Hz
    [ 1948.693] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 1948.693] (II) NOUVEAU(0): Supported standard timings:
    [ 1948.693] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1948.693] (II) NOUVEAU(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1948.693] (II) NOUVEAU(0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1948.693] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1948.693] (II) NOUVEAU(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Monitor name: X233H
    [ 1948.693] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 185 MHz
    [ 1948.693] (II) NOUVEAU(0): Serial No: LFM0C0234040
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 27.0 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 1920 h_sync: 1972 h_sync_end 2016 h_blank_end 2640 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Number of EDID sections to follow: 1
    [ 1948.693] (II) NOUVEAU(0): EDID (in hex):
    [ 1948.693] (II) NOUVEAU(0): 00ffffffffffff0004729a00c3ab6191
    [ 1948.693] (II) NOUVEAU(0): 1013010380331d78ea6085a6564a9c25
    [ 1948.693] (II) NOUVEAU(0): 125054b30c008180714f81009500a940
    [ 1948.693] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1948.693] (II) NOUVEAU(0): 4500fe1f1100001a000000fc00583233
    [ 1948.693] (II) NOUVEAU(0): 33480a20202020202020000000fd0038
    [ 1948.693] (II) NOUVEAU(0): 4c1f5312000a202020202020000000ff
    [ 1948.693] (II) NOUVEAU(0): 004c464d3043303233343034300a0175
    [ 1948.693] (II) NOUVEAU(0): 020322f223097f074e01020384050607
    [ 1948.693] (II) NOUVEAU(0): 10111215931f148301000066030c0010
    [ 1948.693] (II) NOUVEAU(0): 00108c0ad08a20e02d10103e9600fe1f
    [ 1948.693] (II) NOUVEAU(0): 11000018011d007251d01e206e285500
    [ 1948.693] (II) NOUVEAU(0): fe1f1100001e011d8018711c1620582c
    [ 1948.693] (II) NOUVEAU(0): 2500fe1f1100009e011d00bc52d01e20
    [ 1948.693] (II) NOUVEAU(0): b8285540fe1f1100001e011d80d0721c
    [ 1948.693] (II) NOUVEAU(0): 1620342c2500fe1f1100009e0000003b
    [ 1948.693] (II) NOUVEAU(0): Printing probed modes for output DP-1
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080i"x50.0 74.25 1920 1972 2016 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1440x576i"x50.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1440x480i"x60.0 27.03 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1440x480i"x59.9 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Output DVI-I-1 connected
    [ 1948.693] (II) NOUVEAU(0): Output DVI-D-1 connected
    [ 1948.693] (II) NOUVEAU(0): Output HDMI-1 connected
    [ 1948.693] (II) NOUVEAU(0): Output DP-1 connected
    [ 1948.693] (II) NOUVEAU(0): Using exact sizes for initial modes
    [ 1948.693] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1080
    [ 1948.693] (II) NOUVEAU(0): Output DVI-D-1 using initial mode 1920x1080
    [ 1948.693] (II) NOUVEAU(0): Output HDMI-1 using initial mode 1920x1080i
    [ 1948.693] (II) NOUVEAU(0): Output DP-1 using initial mode 1920x1080i
    [ 1948.693] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1948.693] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1440x900": 88.8 MHz (scaled from 0.0 MHz), 55.5 kHz, 59.9 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1280x800": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 59.9 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.693] (==) NOUVEAU(0): DPI set to (96, 96)
    [ 1948.693] (II) Loading sub module "fb"
    [ 1948.693] (II) LoadModule: "fb"
    [ 1948.693] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1948.693] (II) Module fb: vendor="X.Org Foundation"
    [ 1948.693] compiled for 1.14.5, module version = 1.0.0
    [ 1948.693] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1948.693] (II) Loading sub module "exa"
    [ 1948.693] (II) LoadModule: "exa"
    [ 1948.693] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 1948.693] (II) Module exa: vendor="X.Org Foundation"
    [ 1948.693] compiled for 1.14.5, module version = 2.6.0
    [ 1948.693] ABI class: X.Org Video Driver, version 14.1
    [ 1948.693] (II) Loading sub module "shadowfb"
    [ 1948.693] (II) LoadModule: "shadowfb"
    [ 1948.693] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 1948.693] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 1948.693] compiled for 1.14.5, module version = 1.0.0
    [ 1948.693] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1948.693] (II) Loading sub module "dri2"
    [ 1948.693] (II) LoadModule: "dri2"
    [ 1948.693] (II) Module "dri2" already built-in
    [ 1948.693] (--) NOUVEAU(G0): Chipset: "NVIDIA NV94"
    [ 1948.693] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
    [ 1948.693] (==) NOUVEAU(G0): RGB weight 888
    [ 1948.693] (==) NOUVEAU(G0): Default visual is TrueColor
    [ 1948.693] (==) NOUVEAU(G0): Using HW cursor
    [ 1948.693] (==) NOUVEAU(G0): GLX sync to VBlank disabled.
    [ 1948.693] (==) NOUVEAU(G0): Page flipping enabled
    [ 1948.693] (==) NOUVEAU(G0): Swap limit set to 2 [Max allowed 2]
    [ 1948.735] (II) NOUVEAU(G0): Output DVI-I-1-2 has no monitor section
    [ 1948.758] (II) NOUVEAU(G0): Output DVI-I-1-3 has no monitor section
    [ 1948.786] (II) NOUVEAU(G0): EDID for output DVI-I-1-2
    [ 1948.786] (II) NOUVEAU(G0): Manufacturer: ACR Model: e3 Serial#: 2247724
    [ 1948.786] (II) NOUVEAU(G0): Year: 2010 Week: 2
    [ 1948.786] (II) NOUVEAU(G0): EDID Version: 1.3
    [ 1948.786] (II) NOUVEAU(G0): Digital Display Input
    [ 1948.786] (II) NOUVEAU(G0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 1948.786] (II) NOUVEAU(G0): Gamma: 2.20
    [ 1948.786] (II) NOUVEAU(G0): DPMS capabilities: StandBy Suspend
    [ 1948.786] (II) NOUVEAU(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1948.786] (II) NOUVEAU(G0): First detailed timing is preferred mode
    [ 1948.786] (II) NOUVEAU(G0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 1948.786] (II) NOUVEAU(G0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 1948.786] (II) NOUVEAU(G0): Supported established timings:
    [ 1948.786] (II) NOUVEAU(G0): 720x400@70Hz
    [ 1948.786] (II) NOUVEAU(G0): 640x480@60Hz
    [ 1948.786] (II) NOUVEAU(G0): 640x480@67Hz
    [ 1948.786] (II) NOUVEAU(G0): 640x480@72Hz
    [ 1948.786] (II) NOUVEAU(G0): 640x480@75Hz
    [ 1948.786] (II) NOUVEAU(G0): 800x600@56Hz
    [ 1948.786] (II) NOUVEAU(G0): 800x600@60Hz
    [ 1948.786] (II) NOUVEAU(G0): 800x600@72Hz
    [ 1948.786] (II) NOUVEAU(G0): 800x600@75Hz
    [ 1948.786] (II) NOUVEAU(G0): 832x624@75Hz
    [ 1948.786] (II) NOUVEAU(G0): 1024x768@60Hz
    [ 1948.786] (II) NOUVEAU(G0): 1024x768@70Hz
    [ 1948.786] (II) NOUVEAU(G0): 1024x768@75Hz
    [ 1948.786] (II) NOUVEAU(G0): 1280x1024@75Hz
    [ 1948.786] (II) NOUVEAU(G0): 1152x864@75Hz
    [ 1948.786] (II) NOUVEAU(G0): Manufacturer's mask: 0
    [ 1948.786] (II) NOUVEAU(G0): Supported standard timings:
    [ 1948.786] (II) NOUVEAU(G0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1948.786] (II) NOUVEAU(G0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1948.786] (II) NOUVEAU(G0): #2: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 1948.786] (II) NOUVEAU(G0): #3: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1948.786] (II) NOUVEAU(G0): #4: hsize: 1360 vsize 765 refresh: 60 vid: 49291
    [ 1948.786] (II) NOUVEAU(G0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1948.786] (II) NOUVEAU(G0): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 1948.786] (II) NOUVEAU(G0): #7: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 1948.786] (II) NOUVEAU(G0): Supported detailed timing:
    [ 1948.786] (II) NOUVEAU(G0): clock: 148.5 MHz Image Size: 510 x 287 mm
    [ 1948.786] (II) NOUVEAU(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.786] (II) NOUVEAU(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1948.786] (II) NOUVEAU(G0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 175 MHz
    [ 1948.786] (II) NOUVEAU(G0): Monitor name: H233H
    [ 1948.786] (II) NOUVEAU(G0): Serial No: LHB0D0228550
    [ 1948.786] (II) NOUVEAU(G0): EDID (in hex):
    [ 1948.786] (II) NOUVEAU(G0): 00ffffffffffff000472e3002c4c2200
    [ 1948.786] (II) NOUVEAU(G0): 0214010380331d78caee95a3544c9926
    [ 1948.786] (II) NOUVEAU(G0): 0f5054bfef80714f818081c081008bc0
    [ 1948.786] (II) NOUVEAU(G0): 9500b300d1c0023a801871382d40582c
    [ 1948.786] (II) NOUVEAU(G0): 4500fe1f1100001e000000fd00384c1f
    [ 1948.786] (II) NOUVEAU(G0): 5311000a202020202020000000fc0048
    [ 1948.786] (II) NOUVEAU(G0): 323333480a20202020202020000000ff
    [ 1948.786] (II) NOUVEAU(G0): 004c48423044303232383535300a0046
    [ 1948.786] (II) NOUVEAU(G0): Printing probed modes for output DVI-I-1-2
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1360x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.809] (II) NOUVEAU(G0): EDID for output DVI-I-1-3
    [ 1948.809] (II) NOUVEAU(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1948.809] (--) NOUVEAU(G0): Virtual size is 1024x768 (pitch 0)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1440x900": 88.8 MHz (scaled from 0.0 MHz), 55.5 kHz, 59.9 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Mode "1360x768": 84.8 MHz (scaled from 0.0 MHz), 47.7 kHz, 59.8 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1360x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1280x800": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 59.9 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Mode "1280x720": 74.4 MHz (scaled from 0.0 MHz), 44.7 kHz, 60.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.809] (==) NOUVEAU(G0): DPI set to (96, 96)
    [ 1948.809] (II) Loading sub module "fb"
    [ 1948.809] (II) LoadModule: "fb"
    [ 1948.809] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1948.809] (II) Module fb: vendor="X.Org Foundation"
    [ 1948.809] compiled for 1.14.5, module version = 1.0.0
    [ 1948.809] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1948.809] (II) Loading sub module "exa"
    [ 1948.809] (II) LoadModule: "exa"
    [ 1948.809] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 1948.809] (II) Module exa: vendor="X.Org Foundation"
    [ 1948.809] compiled for 1.14.5, module version = 2.6.0
    [ 1948.809] ABI class: X.Org Video Driver, version 14.1
    [ 1948.809] (II) Loading sub module "shadowfb"
    [ 1948.809] (II) LoadModule: "shadowfb"
    [ 1948.809] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 1948.809] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 1948.809] compiled for 1.14.5, module version = 1.0.0
    [ 1948.809] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1948.809] (--) Depth 24 pixmap format is 32 bpp
    [ 1948.810] (II) NOUVEAU(G0): Opened GPU channel 0
    [ 1948.816] (II) NOUVEAU(G0): [DRI2] Setup complete
    [ 1948.816] (II) NOUVEAU(G0): [DRI2] DRI driver: nouveau
    [ 1948.816] (II) NOUVEAU(G0): [DRI2] VDPAU driver: nouveau
    [ 1948.817] (II) EXA(256): Driver allocated offscreen pixmaps
    [ 1948.817] (II) EXA(256): Driver registered support for the following operations:
    [ 1948.817] (II) Solid
    [ 1948.817] (II) Copy
    [ 1948.817] (II) Composite (RENDER acceleration)
    [ 1948.817] (II) UploadToScreen
    [ 1948.817] (II) DownloadFromScreen
    [ 1948.817] (==) NOUVEAU(G0): Backing store disabled
    [ 1948.817] (==) NOUVEAU(G0): Silken mouse enabled
    [ 1948.817] (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 1948.817] (II) NOUVEAU(G0): [XvMC] Extension initialized.
    [ 1948.817] (==) NOUVEAU(G0): DPMS enabled
    [ 1948.817] (II) NOUVEAU(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1948.820] (II) NOUVEAU(0): Opened GPU channel 0
    [ 1948.825] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 1948.825] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 1948.825] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 1948.825] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 1948.825] (II) EXA(0): Driver registered support for the following operations:
    [ 1948.825] (II) Solid
    [ 1948.825] (II) Copy
    [ 1948.825] (II) Composite (RENDER acceleration)
    [ 1948.825] (II) UploadToScreen
    [ 1948.825] (II) DownloadFromScreen
    [ 1948.825] (==) NOUVEAU(0): Backing store disabled
    [ 1948.825] (==) NOUVEAU(0): Silken mouse enabled
    [ 1948.825] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 1948.825] (II) NOUVEAU(0): [XvMC] Extension initialized.
    [ 1948.825] (==) NOUVEAU(0): DPMS enabled
    [ 1948.825] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1948.825] (--) RandR disabled
    [ 1948.841] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 1948.841] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 1948.841] (II) AIGLX: enabled GLX_ARB_create_context
    [ 1948.841] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 1948.841] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 1948.841] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 1948.841] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 1948.842] (II) AIGLX: Loaded and initialized nouveau
    [ 1948.842] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 1948.844] (II) NOUVEAU(G0): NVEnterVT is called.
    [ 1948.845] (II) NOUVEAU(0): NVEnterVT is called.
    [ 1948.924] (II) NOUVEAU(0): Setting screen physical size to 508 x 285
    [ 1948.924] resize called 1920 1080
    [ 1948.961] (II) Using input driver 'mouse' for 'Mouse0'
    [ 1948.961] (**) Option "CorePointer" "on"
    [ 1948.961] (**) Mouse0: always reports core events
    [ 1948.961] (**) Option "Protocol" "auto"
    [ 1948.961] (**) Option "Device" "/dev/psaux"
    [ 1948.961] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    [ 1948.961] (**) Mouse0: Protocol: "auto"
    [ 1948.961] (**) Mouse0: always reports core events
    [ 1949.009] (**) Option "Emulate3Buttons" "no"
    [ 1949.009] (**) Option "ZAxisMapping" "4 5"
    [ 1949.009] (**) Mouse0: ZAxisMapping: buttons 4 and 5
    [ 1949.009] (**) Mouse0: Buttons: 9
    [ 1949.009] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE, id 6)
    [ 1949.009] (**) Mouse0: (accel) keeping acceleration scheme 1
    [ 1949.009] (**) Mouse0: (accel) acceleration profile 0
    [ 1949.010] (**) Mouse0: (accel) acceleration factor: 2.000
    [ 1949.010] (**) Mouse0: (accel) acceleration threshold: 4
    [ 1949.010] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    [ 1949.302] (II) Mouse0: ps2EnableDataReporting: succeeded
    [ 1949.302] (II) Using input driver 'kbd' for 'Keyboard0'
    [ 1949.302] (**) Option "CoreKeyboard" "on"
    [ 1949.302] (**) Keyboard0: always reports core events
    [ 1949.302] (**) Keyboard0: always reports core events
    [ 1949.302] (**) Option "Protocol" "standard"
    [ 1949.302] (**) Option "XkbRules" "base"
    [ 1949.302] (**) Option "XkbModel" "pc105"
    [ 1949.302] (**) Option "XkbLayout" "us"
    [ 1949.302] (**) Option "XkbOptions" "altwin:ctrl_win"
    [ 1949.302] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 7)
    [ 1949.312] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 1949.312] (II) AutoAddDevices is off - not adding device.
    [ 1949.312] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 1949.312] (II) AutoAddDevices is off - not adding device.
    [ 1949.312] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 1949.312] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
    [ 1949.312] (II) AutoAddDevices is off - not adding device.
    [ 1949.312] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
    [ 1949.312] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 1949.313] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device UVC Camera (046d:081a) (/dev/input/event19)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event9)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event8)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event7)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event6)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event13)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event12)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.314] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
    [ 1949.314] (II) AutoAddDevices is off - not adding device.
    [ 1949.314] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event10)
    [ 1949.314] (II) AutoAddDevices is off - not adding device.
    [ 1949.314] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event14)
    [ 1949.314] (II) AutoAddDevices is off - not adding device.
    [ 1949.314] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 1949.314] (II) AutoAddDevices is off - not adding device.
    [ 1949.314] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 1949.314] (II) AutoAddDevices is off - not adding device.
    If I try to start xfce with startx, the Xorg.0.log is as follows:
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 2456.395] X Protocol Version 11, Revision 0
    [ 2456.395] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 2456.395] Current Operating System: Linux Neo 3.12.5-1-ARCH #1 SMP PREEMPT Thu Dec 12 12:57:31 CET 2013 x86_64
    [ 2456.395] Kernel command line: root=/dev/sda1 resume=/dev/sdb3 ro init=/usr/lib/systemd/systemd
    [ 2456.395] Build Date: 13 December 2013 03:11:42PM
    [ 2456.395]
    [ 2456.396] Current version of pixman: 0.32.4
    [ 2456.396] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2456.396] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2456.397] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 22 20:17:49 2013
    [ 2456.397] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2456.397] (==) No Layout section. Using the first Screen section.
    [ 2456.397] (==) No screen section available. Using defaults.
    [ 2456.397] (**) |-->Screen "Default Screen Section" (0)
    [ 2456.397] (**) | |-->Monitor "<default monitor>"
    [ 2456.397] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 2456.397] (**) | |-->Device "Device0"
    [ 2456.397] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 2456.397] (**) Option "AutoAddDevices" "False"
    [ 2456.397] (**) Not automatically adding devices
    [ 2456.397] (==) Automatically enabling devices
    [ 2456.397] (==) Automatically adding GPU devices
    [ 2456.397] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2456.397] Entry deleted from font path.
    [ 2456.397] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 2456.397] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2456.397] (==) |-->Input Device "Mouse0"
    [ 2456.397] (==) |-->Input Device "Keyboard0"
    [ 2456.397] (==) No Layout section. Using the first mouse device.
    [ 2456.397] (==) No Layout section. Using the first keyboard device.
    [ 2456.397] (II) Loader magic: 0x7fec20
    [ 2456.397] (II) Module ABI versions:
    [ 2456.397] X.Org ANSI C Emulation: 0.4
    [ 2456.397] X.Org Video Driver: 14.1
    [ 2456.397] X.Org XInput driver : 19.1
    [ 2456.397] X.Org Server Extension : 7.0
    [ 2456.397] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 2456.397] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 2456.549] (--) PCI:*(0:1:0:0) 10de:1187:1458:360b rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 2456.549] (--) PCI: (0:2:0:0) 10de:0622:3842:c858 rev 161, Mem @ 0xf4000000/16777216, 0xd0000000/268435456, 0xf2000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
    [ 2456.549] Initializing built-in extension Generic Event Extension
    [ 2456.549] Initializing built-in extension SHAPE
    [ 2456.549] Initializing built-in extension MIT-SHM
    [ 2456.549] Initializing built-in extension XInputExtension
    [ 2456.550] Initializing built-in extension XTEST
    [ 2456.550] Initializing built-in extension BIG-REQUESTS
    [ 2456.550] Initializing built-in extension SYNC
    [ 2456.550] Initializing built-in extension XKEYBOARD
    [ 2456.550] Initializing built-in extension XC-MISC
    [ 2456.550] Initializing built-in extension SECURITY
    [ 2456.551] Initializing built-in extension XINERAMA
    [ 2456.551] Initializing built-in extension XFIXES
    [ 2456.551] Initializing built-in extension RENDER
    [ 2456.551] Initializing built-in extension RANDR
    [ 2456.551] Initializing built-in extension COMPOSITE
    [ 2456.551] Initializing built-in extension DAMAGE
    [ 2456.552] Initializing built-in extension MIT-SCREEN-SAVER
    [ 2456.552] Initializing built-in extension DOUBLE-BUFFER
    [ 2456.552] Initializing built-in extension RECORD
    [ 2456.552] Initializing built-in extension DPMS
    [ 2456.552] Initializing built-in extension X-Resource
    [ 2456.553] Initializing built-in extension XVideo
    [ 2456.553] Initializing built-in extension XVideo-MotionCompensation
    [ 2456.553] Initializing built-in extension XFree86-VidModeExtension
    [ 2456.553] Initializing built-in extension XFree86-DGA
    [ 2456.553] Initializing built-in extension XFree86-DRI
    [ 2456.553] Initializing built-in extension DRI2
    [ 2456.553] (II) LoadModule: "glx"
    [ 2456.553] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2456.553] (II) Module glx: vendor="X.Org Foundation"
    [ 2456.553] compiled for 1.14.5, module version = 1.0.0
    [ 2456.553] ABI class: X.Org Server Extension, version 7.0
    [ 2456.553] (==) AIGLX enabled
    [ 2456.554] Loading extension GLX
    [ 2456.554] (II) LoadModule: "nouveau"
    [ 2456.554] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 2456.554] (II) Module nouveau: vendor="X.Org Foundation"
    [ 2456.554] compiled for 1.14.4, module version = 1.0.10
    [ 2456.554] Module class: X.Org Video Driver
    [ 2456.554] ABI class: X.Org Video Driver, version 14.1
    [ 2456.554] (II) Loa

  • [solved]No video output in Skype with nvidia driver - vesa works fine!

    Hi,
    I'm struggling to get Skype video working. The webcam works perfectly - the other side can see me. But I can see neither myself nor my opponent - the corresponding place in the Skype window just gets white. It doesn't matter whether Compiz is active or not. I can also see myself when using cheese, video output also works properly.
    Now, I supposed that it's an issue with my graphics driver (the proprietary nvidia driver) and changed it to vesa in the xorg.conf. Well, I have a resolution of 800x600 now, but the video in Skype is working perfectly! I will go ahead and try an older version of the nvidia driver but maybe it's a known issue and there is a workaround?
    Thanks,
    PhotonX
    edit: Same problem on the 173 driver version.
    Last edited by PhotonX (2009-08-27 18:49:21)

    Solution found here: http://ubuntu-virginia.ubuntuforums.org … ostcount=3

  • Unable to get the nvidia driver (proprietary) work

    Hi,
    I can't get the nvidia-driver work on my Lenovo Thinkpad T61 (Quadro NVS 140M).
    At the moment I use the free NV-driver (with hal, no xorg.conf). I deinstalled the xfree86-video-nv package and libgl. Afterwards I installed 'nvidia' and created a minimal xorg.conf via nvidia-xconfigure. When I start the X-Server, the screen stays black, no nvidia-logo- nothing :-(
    Dunno what goes wrong. Can someone help?
    Thanks and Greetings!

    howe wrote:
    ngoonee wrote:If your x-server keeps crashing, what do you have to lose?
    My work
    Its a beta nvidia driver, the WORSE it can do is crash your x-server. Which is what you're experiencing anyway. So net effect on your work is probably 0.
    Anyway, just consider it if you decide to try again. I know the feeling of just not having enough time to hack around when REAL work awaits.

  • Nvidia Driver (Bumblebee or proprietary Nvidia?)

    Hi, I have a laptop with Nvidia GeForce GT 640M graphics card and I'll to install graphics drivers, but I don't know which drivers are better.
    What performs better? Nvidia or Bumblebee?
    Thanks!

    Sorry, I explain it:
    The last time I used ArchLinux I installed Bumblebee and work nice, but after few weeks Bumblebee started giving problems.
    I would like know which is better? if install Bumblebee or proprietary Nvidia Drivers. What gives less problems?
    Thanks!

  • Laggy performance with Nvidia driver

    Greetings,
    I am trying to use my nvidia 9800 GTX card with the Nvidia driver in the official repos.  I have a dual monitor setup with gnome 3.10 installed.  Everything is snappy with the default configurations with the Noveau driver.
    A typical extended desktop environment would be preferable.  From what I understand from the multihead and multiple monitor sections of the wiki is that twinview or xinerama would accomplish this, but it is mentioned that xinerama does not work for this newer version of the nvidia driver.  I used nvidia-settings to set up the monitors in the right location and saved the config file to /etc/X11/xorg.conf.d/10-monitor.conf as suggested in the wiki. I tried making some configuration changes to the tune of the examples in the wiki, but every change I make seems to result in an even buggier or unbootable x server.  I scrapped the nvidia driver and installed noveau to test it out, now  I'm back to the initial configuration on the nvidia driver.   
    The display configuration is actually what I want now, but the system feels overly heavy and laggy.   Any suggestions?
    Here is the output of my (Corrected) most recent xorg log
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 2.823] X Protocol Version 11, Revision 0
    [ 2.823] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 2.823] Current Operating System: Linux bigarch 3.12.3-1-ARCH #1 SMP PREEMPT Wed Dec 4 21:45:42 CET 2013 x86_64
    [ 2.823] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8c847ab2-4f0a-4b91-82c8-716aadf0b24c rw quiet
    [ 2.823] Build Date: 01 November 2013 05:10:48PM
    [ 2.823]
    [ 2.823] Current version of pixman: 0.32.4
    [ 2.823] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 2.823] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2.823] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 8 15:54:59 2013
    [ 2.824] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2.825] (==) No Layout section. Using the first Screen section.
    [ 2.825] (==) No screen section available. Using defaults.
    [ 2.825] (**) |-->Screen "Default Screen Section" (0)
    [ 2.825] (**) | |-->Monitor "<default monitor>"
    [ 2.825] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 2.825] (==) Automatically adding devices
    [ 2.825] (==) Automatically enabling devices
    [ 2.825] (==) Automatically adding GPU devices
    [ 2.828] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2.828] Entry deleted from font path.
    [ 2.828] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2.828] Entry deleted from font path.
    [ 2.828] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2.828] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2.828] Entry deleted from font path.
    [ 2.828] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2.828] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 2.828] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2.828] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2.828] (II) Loader magic: 0x7fdc20
    [ 2.828] (II) Module ABI versions:
    [ 2.828] X.Org ANSI C Emulation: 0.4
    [ 2.829] X.Org Video Driver: 14.1
    [ 2.829] X.Org XInput driver : 19.1
    [ 2.829] X.Org Server Extension : 7.0
    [ 2.830] (--) PCI:*(0:1:0:0) 10de:0612:10de:0577 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
    [ 2.830] Initializing built-in extension Generic Event Extension
    [ 2.830] Initializing built-in extension SHAPE
    [ 2.830] Initializing built-in extension MIT-SHM
    [ 2.830] Initializing built-in extension XInputExtension
    [ 2.830] Initializing built-in extension XTEST
    [ 2.830] Initializing built-in extension BIG-REQUESTS
    [ 2.830] Initializing built-in extension SYNC
    [ 2.830] Initializing built-in extension XKEYBOARD
    [ 2.830] Initializing built-in extension XC-MISC
    [ 2.830] Initializing built-in extension SECURITY
    [ 2.830] Initializing built-in extension XINERAMA
    [ 2.830] Initializing built-in extension XFIXES
    [ 2.830] Initializing built-in extension RENDER
    [ 2.830] Initializing built-in extension RANDR
    [ 2.830] Initializing built-in extension COMPOSITE
    [ 2.830] Initializing built-in extension DAMAGE
    [ 2.830] Initializing built-in extension MIT-SCREEN-SAVER
    [ 2.830] Initializing built-in extension DOUBLE-BUFFER
    [ 2.830] Initializing built-in extension RECORD
    [ 2.830] Initializing built-in extension DPMS
    [ 2.830] Initializing built-in extension X-Resource
    [ 2.830] Initializing built-in extension XVideo
    [ 2.830] Initializing built-in extension XVideo-MotionCompensation
    [ 2.830] Initializing built-in extension XFree86-VidModeExtension
    [ 2.830] Initializing built-in extension XFree86-DGA
    [ 2.830] Initializing built-in extension XFree86-DRI
    [ 2.830] Initializing built-in extension DRI2
    [ 2.830] (II) LoadModule: "glx"
    [ 2.833] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2.835] (II) Module glx: vendor="X.Org Foundation"
    [ 2.835] compiled for 1.14.4, module version = 1.0.0
    [ 2.835] ABI class: X.Org Server Extension, version 7.0
    [ 2.835] (==) AIGLX enabled
    [ 2.835] Loading extension GLX
    [ 2.835] (==) Matched nouveau as autoconfigured driver 0
    [ 2.835] (==) Matched nvidia as autoconfigured driver 1
    [ 2.835] (==) Matched nv as autoconfigured driver 2
    [ 2.835] (==) Matched vesa as autoconfigured driver 3
    [ 2.835] (==) Matched modesetting as autoconfigured driver 4
    [ 2.835] (==) Matched fbdev as autoconfigured driver 5
    [ 2.836] (==) Assigned the driver to the xf86ConfigLayout
    [ 2.836] (II) LoadModule: "nouveau"
    [ 2.836] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 2.838] (II) Module nouveau: vendor="X.Org Foundation"
    [ 2.838] compiled for 1.14.4, module version = 1.0.10
    [ 2.838] Module class: X.Org Video Driver
    [ 2.838] ABI class: X.Org Video Driver, version 14.1
    [ 2.838] (II) LoadModule: "nvidia"
    [ 2.839] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 2.848] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 2.848] compiled for 4.0.2, module version = 1.0.0
    [ 2.848] Module class: X.Org Video Driver
    [ 2.849] (II) LoadModule: "nv"
    [ 2.851] (WW) Warning, couldn't open module nv
    [ 2.851] (II) UnloadModule: "nv"
    [ 2.851] (II) Unloading nv
    [ 2.851] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 2.851] (II) LoadModule: "vesa"
    [ 2.851] (WW) Warning, couldn't open module vesa
    [ 2.851] (II) UnloadModule: "vesa"
    [ 2.852] (II) Unloading vesa
    [ 2.852] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 2.852] (II) LoadModule: "modesetting"
    [ 2.852] (WW) Warning, couldn't open module modesetting
    [ 2.852] (II) UnloadModule: "modesetting"
    [ 2.852] (II) Unloading modesetting
    [ 2.852] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 2.852] (II) LoadModule: "fbdev"
    [ 2.852] (WW) Warning, couldn't open module fbdev
    [ 2.852] (II) UnloadModule: "fbdev"
    [ 2.852] (II) Unloading fbdev
    [ 2.852] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 2.852] (II) NOUVEAU driver
    [ 2.852] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 2.852] RIVA TNT (NV04)
    [ 2.852] RIVA TNT2 (NV05)
    [ 2.852] GeForce 256 (NV10)
    [ 2.852] GeForce 2 (NV11, NV15)
    [ 2.852] GeForce 4MX (NV17, NV18)
    [ 2.852] GeForce 3 (NV20)
    [ 2.852] GeForce 4Ti (NV25, NV28)
    [ 2.852] GeForce FX (NV3x)
    [ 2.852] GeForce 6 (NV4x)
    [ 2.852] GeForce 7 (G7x)
    [ 2.853] GeForce 8 (G8x)
    [ 2.853] GeForce GTX 200 (NVA0)
    [ 2.853] GeForce GTX 400 (NVC0)
    [ 2.853] (II) NVIDIA dlloader X Driver 331.20 Wed Oct 30 17:16:53 PDT 2013
    [ 2.853] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 2.853] (++) using VT number 1
    [ 2.853] (EE) [drm] KMS not enabled
    [ 2.855] (II) Loading sub module "fb"
    [ 2.855] (II) LoadModule: "fb"
    [ 2.855] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2.856] (II) Module fb: vendor="X.Org Foundation"
    [ 2.856] compiled for 1.14.4, module version = 1.0.0
    [ 2.856] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2.856] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 2.856] (II) Loading sub module "wfb"
    [ 2.856] (II) LoadModule: "wfb"
    [ 2.856] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 2.858] (II) Module wfb: vendor="X.Org Foundation"
    [ 2.858] compiled for 1.14.4, module version = 1.0.0
    [ 2.858] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2.858] (II) Loading sub module "ramdac"
    [ 2.858] (II) LoadModule: "ramdac"
    [ 2.858] (II) Module "ramdac" already built-in
    [ 3.013] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 3.013] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 3.013] (==) NVIDIA(0): RGB weight 888
    [ 3.013] (==) NVIDIA(0): Default visual is TrueColor
    [ 3.014] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 3.014] (**) NVIDIA(0): Enabling 2D acceleration
    [ 3.014] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
    [ 3.014] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
    [ 3.014] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
    [ 3.014] (EE) NVIDIA(0): you continue to encounter problems, Please try
    [ 3.014] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
    [ 3.876] (II) NVIDIA(0): Display (Acer AL2216W (CRT-1)) does not support NVIDIA 3D
    [ 3.876] (II) NVIDIA(0): Vision stereo.
    [ 3.918] (II) NVIDIA(0): Display (Ancor Communications Inc ASUS VH242H (DFP-0)) does
    [ 3.918] (II) NVIDIA(0): not support NVIDIA 3D Vision stereo.
    [ 3.919] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 3.919] (II) NVIDIA(0): NVIDIA GPU GeForce 9800 GTX/9800 GTX+ (G92) at PCI:1:0:0
    [ 3.919] (II) NVIDIA(0): (GPU-0)
    [ 3.919] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 3.919] (--) NVIDIA(0): VideoBIOS: 62.92.40.00.07
    [ 3.919] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 3.923] (--) NVIDIA(0): Valid display device(s) on GeForce 9800 GTX/9800 GTX+ at PCI:1:0:0
    [ 3.923] (--) NVIDIA(0): CRT-0
    [ 3.923] (--) NVIDIA(0): Acer AL2216W (CRT-1) (connected)
    [ 3.923] (--) NVIDIA(0): TV-0
    [ 3.923] (--) NVIDIA(0): Ancor Communications Inc ASUS VH242H (DFP-0) (boot, connected)
    [ 3.923] (--) NVIDIA(0): DFP-1
    [ 3.923] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 3.923] (--) NVIDIA(0): Acer AL2216W (CRT-1): 400.0 MHz maximum pixel clock
    [ 3.923] (--) NVIDIA(0): TV-0: 400.0 MHz maximum pixel clock
    [ 3.923] (--) NVIDIA(0): Ancor Communications Inc ASUS VH242H (DFP-0): Internal Dual Link TMDS
    [ 3.923] (--) NVIDIA(0): Ancor Communications Inc ASUS VH242H (DFP-0): 330.0 MHz maximum pixel clock
    [ 3.923] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
    [ 3.923] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
    [ 3.923] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 3.923] (**) NVIDIA(0): device Acer AL2216W (CRT-1) (Using EDID frequencies has
    [ 3.923] (**) NVIDIA(0): been enabled on all display devices.)
    [ 3.924] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 3.924] (**) NVIDIA(0): device Ancor Communications Inc ASUS VH242H (DFP-0) (Using
    [ 3.924] (**) NVIDIA(0): EDID frequencies has been enabled on all display
    [ 3.924] (**) NVIDIA(0): devices.)
    [ 3.926] (==) NVIDIA(0):
    [ 3.926] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 3.926] (==) NVIDIA(0): will be used as the requested mode.
    [ 3.926] (==) NVIDIA(0):
    [ 3.926] (II) NVIDIA(0): Validated MetaModes:
    [ 3.926] (II) NVIDIA(0): "DFP-0:nvidia-auto-select,CRT-1:nvidia-auto-select"
    [ 3.926] (II) NVIDIA(0): Virtual screen size determined to be 3600 x 1080
    [ 3.959] (--) NVIDIA(0): DPI set to (93, 94); computed from "UseEdidDpi" X config
    [ 3.960] (--) NVIDIA(0): option
    [ 3.960] (--) Depth 24 pixmap format is 32 bpp
    [ 3.960] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 3.962] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 3.962] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 3.962] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 3.962] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 3.962] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 3.962] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 3.962] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 3.962] (II) NVIDIA(0): Config Options in the README.
    [ 3.965] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select,CRT-1:nvidia-auto-select"
    [ 4.022] Loading extension NV-GLX
    [ 4.056] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 4.056] (==) NVIDIA(0): Backing store disabled
    [ 4.056] (==) NVIDIA(0): Silken mouse enabled
    [ 4.057] (==) NVIDIA(0): DPMS enabled
    [ 4.057] Loading extension NV-CONTROL
    [ 4.057] Loading extension XINERAMA
    [ 4.057] (II) Loading sub module "dri2"
    [ 4.057] (II) LoadModule: "dri2"
    [ 4.057] (II) Module "dri2" already built-in
    [ 4.057] (II) NVIDIA(0): [DRI2] Setup complete
    [ 4.057] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 4.057] (--) RandR disabled
    [ 4.062] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 4.062] (II) AIGLX: Screen 0 is not DRI capable
    [ 4.135] (II) AIGLX: Loaded and initialized swrast
    [ 4.135] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 4.191] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 4.191] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4.192] (II) LoadModule: "evdev"
    [ 4.192] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 4.193] (II) Module evdev: vendor="X.Org Foundation"
    [ 4.193] compiled for 1.14.3, module version = 2.8.2
    [ 4.193] Module class: X.Org XInput Driver
    [ 4.193] ABI class: X.Org XInput driver, version 19.1
    [ 4.193] (II) Using input driver 'evdev' for 'Power Button'
    [ 4.193] (**) Power Button: always reports core events
    [ 4.193] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 4.193] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 4.193] (--) evdev: Power Button: Found keys
    [ 4.193] (II) evdev: Power Button: Configuring as keyboard
    [ 4.193] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event1"
    [ 4.193] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 4.193] (**) Option "xkb_rules" "evdev"
    [ 4.193] (**) Option "xkb_model" "pc104"
    [ 4.193] (**) Option "xkb_layout" "us"
    [ 4.216] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 4.216] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 4.216] (II) Using input driver 'evdev' for 'Power Button'
    [ 4.216] (**) Power Button: always reports core events
    [ 4.216] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 4.216] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 4.216] (--) evdev: Power Button: Found keys
    [ 4.216] (II) evdev: Power Button: Configuring as keyboard
    [ 4.216] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event0"
    [ 4.216] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 4.216] (**) Option "xkb_rules" "evdev"
    [ 4.216] (**) Option "xkb_model" "pc104"
    [ 4.216] (**) Option "xkb_layout" "us"
    [ 4.216] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 4.216] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 4.216] setversion 1.4 failed
    [ 4.217] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
    [ 4.217] (II) No input driver specified, ignoring this device.
    [ 4.217] (II) This device may have been added with another device file.
    [ 4.217] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event6)
    [ 4.217] (II) No input driver specified, ignoring this device.
    [ 4.217] (II) This device may have been added with another device file.
    [ 4.217] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event5)
    [ 4.217] (II) No input driver specified, ignoring this device.
    [ 4.217] (II) This device may have been added with another device file.
    [ 4.217] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event4)
    [ 4.217] (II) No input driver specified, ignoring this device.
    [ 4.217] (II) This device may have been added with another device file.
    [ 4.217] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event11)
    [ 4.217] (II) No input driver specified, ignoring this device.
    [ 4.218] (II) This device may have been added with another device file.
    [ 4.218] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event10)
    [ 4.218] (II) No input driver specified, ignoring this device.
    [ 4.218] (II) This device may have been added with another device file.
    [ 4.218] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event9)
    [ 4.218] (II) No input driver specified, ignoring this device.
    [ 4.218] (II) This device may have been added with another device file.
    [ 4.218] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event8)
    [ 4.218] (II) No input driver specified, ignoring this device.
    [ 4.218] (II) This device may have been added with another device file.
    [ 4.218] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event7)
    [ 4.218] (II) No input driver specified, ignoring this device.
    [ 4.218] (II) This device may have been added with another device file.
    [ 4.219] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101a (/dev/input/event13)
    [ 4.219] (**) Logitech Unifying Device. Wireless PID:101a: Applying InputClass "evdev pointer catchall"
    [ 4.219] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:101a'
    [ 4.219] (**) Logitech Unifying Device. Wireless PID:101a: always reports core events
    [ 4.219] (**) evdev: Logitech Unifying Device. Wireless PID:101a: Device: "/dev/input/event13"
    [ 4.219] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Vendor 0x46d Product 0xc52b
    [ 4.219] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found 20 mouse buttons
    [ 4.219] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found scroll wheel(s)
    [ 4.219] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found relative axes
    [ 4.219] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found x and y relative axes
    [ 4.219] (II) evdev: Logitech Unifying Device. Wireless PID:101a: Configuring as mouse
    [ 4.219] (II) evdev: Logitech Unifying Device. Wireless PID:101a: Adding scrollwheel support
    [ 4.219] (**) evdev: Logitech Unifying Device. Wireless PID:101a: YAxisMapping: buttons 4 and 5
    [ 4.219] (**) evdev: Logitech Unifying Device. Wireless PID:101a: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 4.219] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb9/9-1/9-1:1.2/0003:046D:C52B.0003/input/input14/event13"
    [ 4.219] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:101a" (type: MOUSE, id 8)
    [ 4.219] (II) evdev: Logitech Unifying Device. Wireless PID:101a: initialized for relative axes.
    [ 4.220] (**) Logitech Unifying Device. Wireless PID:101a: (accel) keeping acceleration scheme 1
    [ 4.220] (**) Logitech Unifying Device. Wireless PID:101a: (accel) acceleration profile 0
    [ 4.220] (**) Logitech Unifying Device. Wireless PID:101a: (accel) acceleration factor: 2.000
    [ 4.220] (**) Logitech Unifying Device. Wireless PID:101a: (accel) acceleration threshold: 4
    [ 4.220] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101a (/dev/input/mouse0)
    [ 4.220] (II) No input driver specified, ignoring this device.
    [ 4.220] (II) This device may have been added with another device file.
    [ 4.220] (II) config/udev: Adding input device Microsoft Comfort Curve Keyboard 2000 (/dev/input/event12)
    [ 4.220] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "evdev keyboard catchall"
    [ 4.220] (II) Using input driver 'evdev' for 'Microsoft Comfort Curve Keyboard 2000'
    [ 4.220] (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
    [ 4.220] (**) evdev: Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event12"
    [ 4.220] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Vendor 0x45e Product 0xdd
    [ 4.220] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found keys
    [ 4.220] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
    [ 4.220] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb9/9-2/9-2:1.0/input/input13/event12"
    [ 4.220] (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD, id 9)
    [ 4.220] (**) Option "xkb_rules" "evdev"
    [ 4.220] (**) Option "xkb_model" "pc104"
    [ 4.220] (**) Option "xkb_layout" "us"
    [ 4.221] (II) config/udev: Adding input device Microsoft Comfort Curve Keyboard 2000 (/dev/input/event14)
    [ 4.221] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "evdev keyboard catchall"
    [ 4.221] (II) Using input driver 'evdev' for 'Microsoft Comfort Curve Keyboard 2000'
    [ 4.221] (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
    [ 4.221] (**) evdev: Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event14"
    [ 4.221] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Vendor 0x45e Product 0xdd
    [ 4.221] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found 1 mouse buttons
    [ 4.221] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found scroll wheel(s)
    [ 4.221] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found relative axes
    [ 4.221] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Forcing relative x/y axes to exist.
    [ 4.221] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found absolute axes
    [ 4.221] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Forcing absolute x/y axes to exist.
    [ 4.221] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found keys
    [ 4.221] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Configuring as mouse
    [ 4.221] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
    [ 4.221] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Adding scrollwheel support
    [ 4.221] (**) evdev: Microsoft Comfort Curve Keyboard 2000: YAxisMapping: buttons 4 and 5
    [ 4.221] (**) evdev: Microsoft Comfort Curve Keyboard 2000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 4.221] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb9/9-2/9-2:1.1/input/input15/event14"
    [ 4.221] (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD, id 10)
    [ 4.221] (**) Option "xkb_rules" "evdev"
    [ 4.221] (**) Option "xkb_model" "pc104"
    [ 4.221] (**) Option "xkb_layout" "us"
    [ 4.221] (II) evdev: Microsoft Comfort Curve Keyboard 2000: initialized for relative axes.
    [ 4.221] (WW) evdev: Microsoft Comfort Curve Keyboard 2000: ignoring absolute axes.
    [ 4.221] (**) Microsoft Comfort Curve Keyboard 2000: (accel) keeping acceleration scheme 1
    [ 4.221] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration profile 0
    [ 4.221] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration factor: 2.000
    [ 4.221] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration threshold: 4
    [ 4.222] (II) config/udev: Adding input device UVC Camera (046d:081b) (/dev/input/event15)
    [ 4.222] (**) UVC Camera (046d:081b): Applying InputClass "evdev keyboard catchall"
    [ 4.222] (II) Using input driver 'evdev' for 'UVC Camera (046d:081b)'
    [ 4.222] (**) UVC Camera (046d:081b): always reports core events
    [ 4.222] (**) evdev: UVC Camera (046d:081b): Device: "/dev/input/event15"
    [ 4.222] (--) evdev: UVC Camera (046d:081b): Vendor 0x46d Product 0x81b
    [ 4.222] (--) evdev: UVC Camera (046d:081b): Found keys
    [ 4.222] (II) evdev: UVC Camera (046d:081b): Configuring as keyboard
    [ 4.222] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb10/10-3/10-3:1.0/input/input16/event15"
    [ 4.222] (II) XINPUT: Adding extended input device "UVC Camera (046d:081b)" (type: KEYBOARD, id 11)
    [ 4.222] (**) Option "xkb_rules" "evdev"
    [ 4.222] (**) Option "xkb_model" "pc104"
    [ 4.222] (**) Option "xkb_layout" "us"
    [ 4.222] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 4.222] (II) No input driver specified, ignoring this device.
    [ 4.222] (II) This device may have been added with another device file.
    [ 4.225] (II) config/udev: removing device Microsoft Comfort Curve Keyboard 2000
    [ 4.250] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Close
    [ 4.250] (II) UnloadModule: "evdev"
    [ 4.250] (II) config/udev: Adding input device Microsoft Comfort Curve Keyboard 2000 (/dev/input/event12)
    [ 4.250] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "evdev keyboard catchall"
    [ 4.250] (II) Using input driver 'evdev' for 'Microsoft Comfort Curve Keyboard 2000'
    [ 4.250] (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
    [ 4.250] (**) evdev: Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event12"
    [ 4.250] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Vendor 0x45e Product 0xdd
    [ 4.250] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found keys
    [ 4.250] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
    [ 4.250] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb9/9-2/9-2:1.0/input/input13/event12"
    [ 4.250] (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD, id 9)
    [ 4.250] (**) Option "xkb_rules" "evdev"
    [ 4.250] (**) Option "xkb_model" "pc104"
    [ 4.250] (**) Option "xkb_layout" "us"
    [ 4.250] (II) config/udev: removing device Logitech Unifying Device. Wireless PID:101a
    [ 4.276] (II) evdev: Logitech Unifying Device. Wireless PID:101a: Close
    [ 4.276] (II) UnloadModule: "evdev"
    [ 4.276] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101a (/dev/input/event13)
    [ 4.276] (**) Logitech Unifying Device. Wireless PID:101a: Applying InputClass "evdev pointer catchall"
    [ 4.276] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:101a'
    [ 4.276] (**) Logitech Unifying Device. Wireless PID:101a: always reports core events
    [ 4.276] (**) evdev: Logitech Unifying Device. Wireless PID:101a: Device: "/dev/input/event13"
    [ 4.276] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Vendor 0x46d Product 0xc52b
    [ 4.277] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found 20 mouse buttons
    [ 4.277] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found scroll wheel(s)
    [ 4.277] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found relative axes
    [ 4.277] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found x and y relative axes
    [ 4.277] (II) evdev: Logitech Unifying Device. Wireless PID:101a: Configuring as mouse
    [ 4.277] (II) evdev: Logitech Unifying Device. Wireless PID:101a: Adding scrollwheel support
    [ 4.277] (**) evdev: Logitech Unifying Device. Wireless PID:101a: YAxisMapping: buttons 4 and 5
    [ 4.277] (**) evdev: Logitech Unifying Device. Wireless PID:101a: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 4.277] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb9/9-1/9-1:1.2/0003:046D:C52B.0003/input/input14/event13"
    [ 4.277] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:101a" (type: MOUSE, id 8)
    [ 4.277] (II) evdev: Logitech Unifying Device. Wireless PID:101a: initialized for relative axes.
    [ 4.277] (**) Logitech Unifying Device. Wireless PID:101a: (accel) keeping acceleration scheme 1
    [ 4.277] (**) Logitech Unifying Device. Wireless PID:101a: (accel) acceleration profile 0
    [ 4.277] (**) Logitech Unifying Device. Wireless PID:101a: (accel) acceleration factor: 2.000
    [ 4.277] (**) Logitech Unifying Device. Wireless PID:101a: (accel) acceleration threshold: 4
    [ 4.277] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101a (/dev/input/mouse0)
    [ 4.277] (II) No input driver specified, ignoring this device.
    [ 4.277] (II) This device may have been added with another device file.
    [ 4.277] (II) config/udev: removing device Microsoft Comfort Curve Keyboard 2000
    [ 4.303] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Close
    [ 4.303] (II) UnloadModule: "evdev"
    [ 4.303] (II) config/udev: Adding input device Microsoft Comfort Curve Keyboard 2000 (/dev/input/event14)
    [ 4.303] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "evdev keyboard catchall"
    [ 4.303] (II) Using input driver 'evdev' for 'Microsoft Comfort Curve Keyboard 2000'
    [ 4.303] (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
    [ 4.303] (**) evdev: Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event14"
    [ 4.303] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Vendor 0x45e Product 0xdd
    [ 4.303] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found 1 mouse buttons
    [ 4.303] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found scroll wheel(s)
    [ 4.303] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found relative axes
    [ 4.303] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Forcing relative x/y axes to exist.
    [ 4.303] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found absolute axes
    [ 4.303] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Forcing absolute x/y axes to exist.
    [ 4.303] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found keys
    [ 4.303] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Configuring as mouse
    [ 4.303] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
    [ 4.303] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Adding scrollwheel support
    [ 4.303] (**) evdev: Microsoft Comfort Curve Keyboard 2000: YAxisMapping: buttons 4 and 5
    [ 4.303] (**) evdev: Microsoft Comfort Curve Keyboard 2000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 4.303] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb9/9-2/9-2:1.1/input/input15/event14"
    [ 4.303] (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD, id 10)
    [ 4.303] (**) Option "xkb_rules" "evdev"
    [ 4.303] (**) Option "xkb_model" "pc104"
    [ 4.303] (**) Option "xkb_layout" "us"
    [ 4.304] (II) evdev: Microsoft Comfort Curve Keyboard 2000: initialized for relative axes.
    [ 4.304] (WW) evdev: Microsoft Comfort Curve Keyboard 2000: ignoring absolute axes.
    [ 4.304] (**) Microsoft Comfort Curve Keyboard 2000: (accel) keeping acceleration scheme 1
    [ 4.304] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration profile 0
    [ 4.304] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration factor: 2.000
    [ 4.304] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration threshold: 4
    [ 4.304] removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 /dev/dri/card0
    [ 4.304] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 4.304] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 4.304] setversion 1.4 failed
    [ 4.304] (II) config/udev: removing device UVC Camera (046d:081b)
    [ 4.330] (II) evdev: UVC Camera (046d:081b): Close
    [ 4.330] (II) UnloadModule: "evdev"
    [ 4.330] (II) config/udev: Adding input device UVC Camera (046d:081b) (/dev/input/event15)
    [ 4.330] (**) UVC Camera (046d:081b): Applying InputClass "evdev keyboard catchall"
    [ 4.330] (II) Using input driver 'evdev' for 'UVC Camera (046d:081b)'
    [ 4.330] (**) UVC Camera (046d:081b): always reports core events
    [ 4.330] (**) evdev: UVC Camera (046d:081b): Device: "/dev/input/event15"
    [ 4.330] (--) evdev: UVC Camera (046d:081b): Vendor 0x46d Product 0x81b
    [ 4.330] (--) evdev: UVC Camera (046d:081b): Found keys
    [ 4.330] (II) evdev: UVC Camera (046d:081b): Configuring as keyboard
    [ 4.330] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb10/10-3/10-3:1.0/input/input16/event15"
    [ 4.330] (II) XINPUT: Adding extended input device "UVC Camera (046d:081b)" (type: KEYBOARD, id 11)
    [ 4.330] (**) Option "xkb_rules" "evdev"
    [ 4.330] (**) Option "xkb_model" "pc104"
    [ 4.330] (**) Option "xkb_layout" "us"
    [ 5.323] (II) NVIDIA(GPU-0): Display (Acer AL2216W (CRT-1)) does not support NVIDIA 3D
    [ 5.323] (II) NVIDIA(GPU-0): Vision stereo.
    [ 5.364] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc ASUS VH242H (DFP-0)) does
    [ 5.364] (II) NVIDIA(GPU-0): not support NVIDIA 3D Vision stereo.
    [ 5.690] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select @1680x1050 +1920+0 {ViewPortIn=1680x1050, ViewPortOut=1680x1050+0+0}"
    [ 5.805] (II) NVIDIA(0): Setting mode "DVI-I-2: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DVI-I-1: nvidia-auto-select @1680x1050 +1920+0 {ViewPortIn=1680x1050, ViewPortOut=1680x1050+0+0}"
    [ 6.374] (II) NVIDIA(GPU-0): Display (Acer AL2216W (CRT-1)) does not support NVIDIA 3D
    [ 6.374] (II) NVIDIA(GPU-0): Vision stereo.
    [ 6.415] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc ASUS VH242H (DFP-0)) does
    [ 6.415] (II) NVIDIA(GPU-0): not support NVIDIA 3D Vision stereo.
    [ 16.066] (II) NVIDIA(GPU-0): Display (Acer AL2216W (CRT-1)) does not support NVIDIA 3D
    [ 16.066] (II) NVIDIA(GPU-0): Vision stereo.
    [ 16.107] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc ASUS VH242H (DFP-0)) does
    [ 16.107] (II) NVIDIA(GPU-0): not support NVIDIA 3D Vision stereo.
    [ 16.218] (II) NVIDIA(0): Setting mode "DVI-I-1: nvidia-auto-select @1680x1050 +1920+0 {ViewPortIn=1680x1050, ViewPortOut=1680x1050+0+0}"
    [ 16.323] (II) NVIDIA(0): Setting mode "DVI-I-2: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DVI-I-1: nvidia-auto-select @1680x1050 +1920+0 {ViewPortIn=1680x1050, ViewPortOut=1680x1050+0+0}"
    [ 16.743] (II) NVIDIA(GPU-0): Display (Acer AL2216W (CRT-1)) does not support NVIDIA 3D
    [ 16.743] (II) NVIDIA(GPU-0): Vision stereo.
    [ 16.784] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc ASUS VH242H (DFP-0)) does
    [ 16.784] (II) NVIDIA(GPU-0): not support NVIDIA 3D Vision stereo.
    [ 382.257] (II) NVIDIA(GPU-0): Display (Acer AL2216W (CRT-1)) does not support NVIDIA 3D
    [ 382.257] (II) NVIDIA(GPU-0): Vision stereo.
    [ 382.298] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc ASUS VH242H (DFP-0)) does
    [ 382.298] (II) NVIDIA(GPU-0): not support NVIDIA 3D Vision stereo.
    [ 406.359] (II) NVIDIA(GPU-0): Display (Acer AL2216W (CRT-1)) does not support NVIDIA 3D
    [ 406.359] (II) NVIDIA(GPU-0): Vision stereo.
    [ 406.401] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc ASUS VH242H (DFP-0)) does
    [ 406.401] (II) NVIDIA(GPU-0): not support NVIDIA 3D Vision stereo.
    [ 1133.343] (II) NVIDIA(0): Setting mode "DVI-I-2:nvidia-auto-select{ViewPortIn=1366x768,ViewPortOut=1920x1079+0+0}"
    [ 1133.682] (II) NVIDIA(GPU-0): Display (Acer AL2216W (CRT-1)) does not support NVIDIA 3D
    [ 1133.682] (II) NVIDIA(GPU-0): Vision stereo.
    [ 1133.724] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc ASUS VH242H (DFP-0)) does
    [ 1133.724] (II) NVIDIA(GPU-0): not support NVIDIA 3D Vision stereo.
    [ 1142.928] (II) NVIDIA(0): Setting mode "DVI-I-2: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DVI-I-1: nvidia-auto-select @1680x1050 +1920+0 {ViewPortIn=1680x1050, ViewPortOut=1680x1050+0+0}"
    [ 1143.167] (II) NVIDIA(GPU-0): Display (Acer AL2216W (CRT-1)) does not support NVIDIA 3D
    [ 1143.167] (II) NVIDIA(GPU-0): Vision stereo.
    [ 1143.209] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc ASUS VH242H (DFP-0)) does
    [ 1143.209] (II) NVIDIA(GPU-0): not support NVIDIA 3D Vision stereo.
    Last edited by verlyn13 (2013-12-08 23:36:23)

    Is it safe to conclude that I did not properly install the nvidia driver since the output in the xorg file shows that nouveau module is being loaded?  I am not sure where I went wrong since the wiki says to simply
    pacman -S nvidia nvidia-utils
    and the nouveau driver will be automatically blacklisted and the nvidia driver installed.
    I found this https://wiki.archlinux.org/index.php/NV … au_drivers which provides a script for switching between nvidia and nouveau drivers. It states the scripts may be
    out of date and the sed lines not necessary.  From what I see there was no "nouveau" module being loaded in /etc/mkinitcpio.conf.
    As of now I removed the nvidia and nvidia-utils packages and reinstalled the nouveau driver as described in the wiki.  It is quick and stable now, but does not look nearly as nice as it would be with the proprietary drivers.  My system was incredibly buggy and unstable with the nvidia drivers installed, which I just don't understand.  My keyboard would not work at the login screen, and would complain about mounting some partitions I have in fstab. 
    Here is the current information from my system:
    cat /var/log/Xorg.0.log
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 3.078] X Protocol Version 11, Revision 0
    [ 3.078] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 3.078] Current Operating System: Linux bigarch 3.12.3-1-ARCH #1 SMP PREEMPT Wed Dec 4 21:45:42 CET 2013 x86_64
    [ 3.078] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8c847ab2-4f0a-4b91-82c8-716aadf0b24c rw quiet
    [ 3.078] Build Date: 01 November 2013 05:10:48PM
    [ 3.078]
    [ 3.078] Current version of pixman: 0.32.4
    [ 3.078] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 3.078] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 3.078] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 9 21:38:25 2013
    [ 3.079] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 3.080] (==) No Layout section. Using the first Screen section.
    [ 3.080] (==) No screen section available. Using defaults.
    [ 3.080] (**) |-->Screen "Default Screen Section" (0)
    [ 3.080] (**) | |-->Monitor "<default monitor>"
    [ 3.080] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 3.080] (==) Automatically adding devices
    [ 3.080] (==) Automatically enabling devices
    [ 3.080] (==) Automatically adding GPU devices
    [ 3.083] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 3.083] Entry deleted from font path.
    [ 3.084] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 3.084] Entry deleted from font path.
    [ 3.084] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 3.084] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 3.084] Entry deleted from font path.
    [ 3.084] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 3.084] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 3.084] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 3.084] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 3.084] (II) Loader magic: 0x7fdc20
    [ 3.084] (II) Module ABI versions:
    [ 3.084] X.Org ANSI C Emulation: 0.4
    [ 3.084] X.Org Video Driver: 14.1
    [ 3.084] X.Org XInput driver : 19.1
    [ 3.084] X.Org Server Extension : 7.0
    [ 3.084] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 3.086] (--) PCI:*(0:1:0:0) 10de:0612:10de:0577 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
    [ 3.086] Initializing built-in extension Generic Event Extension
    [ 3.086] Initializing built-in extension SHAPE
    [ 3.086] Initializing built-in extension MIT-SHM
    [ 3.086] Initializing built-in extension XInputExtension
    [ 3.086] Initializing built-in extension XTEST
    [ 3.086] Initializing built-in extension BIG-REQUESTS
    [ 3.086] Initializing built-in extension SYNC
    [ 3.086] Initializing built-in extension XKEYBOARD
    [ 3.086] Initializing built-in extension XC-MISC
    [ 3.086] Initializing built-in extension SECURITY
    [ 3.086] Initializing built-in extension XINERAMA
    [ 3.086] Initializing built-in extension XFIXES
    [ 3.086] Initializing built-in extension RENDER
    [ 3.086] Initializing built-in extension RANDR
    [ 3.086] Initializing built-in extension COMPOSITE
    [ 3.086] Initializing built-in extension DAMAGE
    [ 3.086] Initializing built-in extension MIT-SCREEN-SAVER
    [ 3.086] Initializing built-in extension DOUBLE-BUFFER
    [ 3.086] Initializing built-in extension RECORD
    [ 3.086] Initializing built-in extension DPMS
    [ 3.086] Initializing built-in extension X-Resource
    [ 3.086] Initializing built-in extension XVideo
    [ 3.086] Initializing built-in extension XVideo-MotionCompensation
    [ 3.086] Initializing built-in extension XFree86-VidModeExtension
    [ 3.086] Initializing built-in extension XFree86-DGA
    [ 3.086] Initializing built-in extension XFree86-DRI
    [ 3.086] Initializing built-in extension DRI2
    [ 3.086] (II) LoadModule: "glx"
    [ 3.089] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 3.091] (II) Module glx: vendor="X.Org Foundation"
    [ 3.091] compiled for 1.14.4, module version = 1.0.0
    [ 3.092] ABI class: X.Org Server Extension, version 7.0
    [ 3.092] (==) AIGLX enabled
    [ 3.092] Loading extension GLX
    [ 3.092] (==) Matched nouveau as autoconfigured driver 0
    [ 3.092] (==) Matched nvidia as autoconfigured driver 1
    [ 3.092] (==) Matched nv as autoconfigured driver 2
    [ 3.092] (==) Matched nouveau as autoconfigured driver 3
    [ 3.092] (==) Matched nvidia as autoconfigured driver 4
    [ 3.092] (==) Matched nv as autoconfigured driver 5
    [ 3.092] (==) Matched vesa as autoconfigured driver 6
    [ 3.092] (==) Matched modesetting as autoconfigured driver 7
    [ 3.092] (==) Matched fbdev as autoconfigured driver 8
    [ 3.092] (==) Assigned the driver to the xf86ConfigLayout
    [ 3.092] (II) LoadModule: "nouveau"
    [ 3.093] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 3.095] (II) Module nouveau: vendor="X.Org Foundation"
    [ 3.095] compiled for 1.14.4, module version = 1.0.10
    [ 3.095] Module class: X.Org Video Driver
    [ 3.095] ABI class: X.Org Video Driver, version 14.1
    [ 3.096] (II) LoadModule: "nvidia"
    [ 3.097] (WW) Warning, couldn't open module nvidia
    [ 3.097] (II) UnloadModule: "nvidia"
    [ 3.097] (II) Unloading nvidia
    [ 3.097] (EE) Failed to load module "nvidia" (module does not exist, 0)
    [ 3.097] (II) LoadModule: "nv"
    [ 3.098] (WW) Warning, couldn't open module nv
    [ 3.098] (II) UnloadModule: "nv"
    [ 3.098] (II) Unloading nv
    [ 3.098] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 3.098] (II) LoadModule: "vesa"
    [ 3.098] (WW) Warning, couldn't open module vesa
    [ 3.098] (II) UnloadModule: "vesa"
    [ 3.098] (II) Unloading vesa
    [ 3.098] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 3.098] (II) LoadModule: "modesetting"
    [ 3.098] (WW) Warning, couldn't open module modesetting
    [ 3.098] (II) UnloadModule: "modesetting"
    [ 3.098] (II) Unloading modesetting
    [ 3.098] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 3.098] (II) LoadModule: "fbdev"
    [ 3.098] (WW) Warning, couldn't open module fbdev
    [ 3.098] (II) UnloadModule: "fbdev"
    [ 3.098] (II) Unloading fbdev
    [ 3.098] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 3.098] (II) NOUVEAU driver
    [ 3.098] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 3.098] RIVA TNT (NV04)
    [ 3.098] RIVA TNT2 (NV05)
    [ 3.098] GeForce 256 (NV10)
    [ 3.098] GeForce 2 (NV11, NV15)
    [ 3.098] GeForce 4MX (NV17, NV18)
    [ 3.098] GeForce 3 (NV20)
    [ 3.098] GeForce 4Ti (NV25, NV28)
    [ 3.098] GeForce FX (NV3x)
    [ 3.098] GeForce 6 (NV4x)
    [ 3.098] GeForce 7 (G7x)
    [ 3.099] GeForce 8 (G8x)
    [ 3.099] GeForce GTX 200 (NVA0)
    [ 3.099] GeForce GTX 400 (NVC0)
    [ 3.099] (++) using VT number 1
    [ 3.099] (II) [drm] nouveau interface version: 1.1.1
    [ 3.099] (II) Loading sub module "dri2"
    [ 3.099] (II) LoadModule: "dri2"
    [ 3.099] (II) Module "dri2" already built-in
    [ 3.099] (--) NOUVEAU(0): Chipset: "NVIDIA NV92"
    [ 3.099] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 3.099] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 3.099] (==) NOUVEAU(0): RGB weight 888
    [ 3.099] (==) NOUVEAU(0): Default visual is TrueColor
    [ 3.099] (==) NOUVEAU(0): Using HW cursor
    [ 3.099] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 3.099] (==) NOUVEAU(0): Page flipping enabled
    [ 3.099] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    [ 3.136] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
    [ 3.164] (II) NOUVEAU(0): Output DVI-I-2 has no monitor section
    [ 3.194] (II) NOUVEAU(0): EDID for output DVI-I-1
    [ 3.194] (II) NOUVEAU(0): Manufacturer: ACI Model: 24f3 Serial#: 48640
    [ 3.194] (II) NOUVEAU(0): Year: 2010 Week: 49
    [ 3.194] (II) NOUVEAU(0): EDID Version: 1.3
    [ 3.194] (II) NOUVEAU(0): Digital Display Input
    [ 3.194] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 52 vert.: 29
    [ 3.194] (II) NOUVEAU(0): Gamma: 2.20
    [ 3.194] (II) NOUVEAU(0): DPMS capabilities: Off
    [ 3.194] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 3.194] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 3.194] (II) NOUVEAU(0): redX: 0.644 redY: 0.332 greenX: 0.286 greenY: 0.601
    [ 3.194] (II) NOUVEAU(0): blueX: 0.152 blueY: 0.076 whiteX: 0.312 whiteY: 0.328
    [ 3.194] (II) NOUVEAU(0): Supported established timings:
    [ 3.194] (II) NOUVEAU(0): 720x400@70Hz
    [ 3.194] (II) NOUVEAU(0): 640x480@60Hz
    [ 3.194] (II) NOUVEAU(0): 640x480@67Hz
    [ 3.194] (II) NOUVEAU(0): 640x480@72Hz
    [ 3.194] (II) NOUVEAU(0): 640x480@75Hz
    [ 3.194] (II) NOUVEAU(0): 800x600@56Hz
    [ 3.194] (II) NOUVEAU(0): 800x600@60Hz
    [ 3.194] (II) NOUVEAU(0): 800x600@72Hz
    [ 3.194] (II) NOUVEAU(0): 800x600@75Hz
    [ 3.194] (II) NOUVEAU(0): 832x624@75Hz
    [ 3.194] (II) NOUVEAU(0): 1024x768@60Hz
    [ 3.194] (II) NOUVEAU(0): 1024x768@70Hz
    [ 3.194] (II) NOUVEAU(0): 1024x768@75Hz
    [ 3.194] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 3.194] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 3.194] (II) NOUVEAU(0): Supported standard timings:
    [ 3.194] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 3.194] (II) NOUVEAU(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 3.194] (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 3.194] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 3.194] (II) NOUVEAU(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 3.194] (II) NOUVEAU(0): #5: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 3.194] (II) NOUVEAU(0): Supported detailed timing:
    [ 3.194] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 521 x 293 mm
    [ 3.194] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 3.194] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 3.194] (II) NOUVEAU(0): Serial No: ACLMTF048640
    [ 3.194] (II) NOUVEAU(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 85 kHz, PixClock max 165 MHz
    [ 3.194] (II) NOUVEAU(0): Monitor name: ASUS VH242H
    [ 3.194] (II) NOUVEAU(0): EDID (in hex):
    [ 3.194] (II) NOUVEAU(0): 00ffffffffffff000469f32400be0000
    [ 3.194] (II) NOUVEAU(0): 3114010380341d782ac720a455499927
    [ 3.194] (II) NOUVEAU(0): 135054bfef00714f814081809500b300
    [ 3.194] (II) NOUVEAU(0): d1c001010101023a801871382d40582c
    [ 3.194] (II) NOUVEAU(0): 450009252100001e000000ff0041434c
    [ 3.194] (II) NOUVEAU(0): 4d54463034383634300a000000fd0037
    [ 3.194] (II) NOUVEAU(0): 4b1e5510000a202020202020000000fc
    [ 3.194] (II) NOUVEAU(0): 0041535553205648323432480a200079
    [ 3.194] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
    [ 3.194] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 3.194] (II) NOUVEAU(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 3.194] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 3.223] (II) NOUVEAU(0): EDID for output DVI-I-2
    [ 3.223] (II) NOUVEAU(0): Manufacturer: ACR Model: ada1 Serial#: 2168464612
    [ 3.223] (II) NOUVEAU(0): Year: 2008 Week: 14
    [ 3.223] (II) NOUVEAU(0): EDID Version: 1.3
    [ 3.223] (II) NOUVEAU(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 3.223] (II) NOUVEAU(0): Sync: Separate
    [ 3.223] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 47 vert.: 30
    [ 3.223] (II) NOUVEAU(0): Gamma: 2.20
    [ 3.223] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 3.223] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 3.223] (II) NOUVEAU(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
    [ 3.223] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 3.223] (II) NOUVEAU(0): Supported established timings:
    [ 3.223] (II) NOUVEAU(0): 720x400@70Hz
    [ 3.223] (II) NOUVEAU(0): 640x480@60Hz
    [ 3.223] (II) NOUVEAU(0): 640x480@67Hz
    [ 3.223] (II) NOUVEAU(0): 640x480@72Hz
    [ 3.223] (II) NOUVEAU(0): 640x480@75Hz
    [ 3.223] (II) NOUVEAU(0): 800x600@56Hz
    [ 3.223] (II) NOUVEAU(0): 800x600@60Hz
    [ 3.223] (II) NOUVEAU(0): 800x600@72Hz
    [ 3.223] (II) NOUVEAU(0): 800x600@75Hz
    [ 3.223] (II) NOUVEAU(0): 832x624@75Hz
    [ 3.223] (II) NOUVEAU(0): 1024x768@60Hz
    [ 3.223] (II) NOUVEAU(0): 1024x768@70Hz
    [ 3.223] (II) NOUVEAU(0): 1024x768@75Hz
    [ 3.223] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 3.223] (II) NOUVEAU(0): 1152x864@75Hz
    [ 3.223] (II) NOUVEAU(0): Manufacturer's mask: 10
    [ 3.223] (II) NOUVEAU(0): Supported standard timings:
    [ 3.223] (II) NOUVEAU(0): #0: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 3.223] (II) NOUVEAU(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 3.223] (II) NOUVEAU(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 3.223] (II) NOUVEAU(0): #3: hsize: 1360 vsize 765 refresh: 60 vid: 49291
    [ 3.223] (II) NOUVEAU(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 3.223] (II) NOUVEAU(0): #5: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 3.223] (II) NOUVEAU(0): #6: hsize: 1400 vsize 1050 refresh: 60 vid: 16528
    [ 3.223] (II) NOUVEAU(0): Supported detailed timing:
    [ 3.223] (II) NOUVEAU(0): clock: 146.2 MHz Image Size: 474 x 296 mm
    [ 3.223] (II) NOUVEAU(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0
    [ 3.223] (II) NOUVEAU(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
    [ 3.223] (II) NOUVEAU(0): Ranges: V min: 56 V max: 77 Hz, H min: 31 H max: 84 kHz, PixClock max 175 MHz
    [ 3.223] (II) NOUVEAU(0): Serial No: LA10C0414031
    [ 3.223] (II) NOUVEAU(0): Monitor name: AL2216W
    [ 3.223] (II) NOUVEAU(0): EDID (in hex):
    [ 3.223] (II) NOUVEAU(0): 00ffffffffffff000472a1ade4244081
    [ 3.223] (II) NOUVEAU(0): 0e120103082f1e78eade95a3544c9926
    [ 3.223] (II) NOUVEAU(0): 0f5054bfef90a940714f81408bc09500
    [ 3.223] (II) NOUVEAU(0): 950f9040010121399030621a274068b0
    [ 3.223] (II) NOUVEAU(0): 3600da2811000019000000fd00384d1f
    [ 3.223] (II) NOUVEAU(0): 5411000a202020202020000000ff004c
    [ 3.224] (II) NOUVEAU(0): 41313043303431343033310a000000fc
    [ 3.224] (II) NOUVEAU(0): 00414c32323136570a20202020200045
    [ 3.224] (II) NOUVEAU(0): Printing probed modes for output DVI-I-2
    [ 3.224] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync -vsync (65.3 kHz eP)
    [ 3.224] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "1360x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 3.224] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 3.224] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 3.224] (II) NOUVEAU(0): Output DVI-I-1 connected
    [ 3.224] (II) NOUVEAU(0): Output DVI-I-2 connected
    [ 3.224] (II) NOUVEAU(0): Using exact sizes for initial modes
    [ 3.224] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1680x1050
    [ 3.224] (II) NOUVEAU(0): Output DVI-I-2 using initial mode 1680x1050
    [ 3.224] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 3.224] (--) NOUVEAU(0): Virtual size is 1680x1050 (pitch 0)
    [ 3.224] (**) NOUVEAU(0): Driver mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync -vsync (65.3 kHz eP)
    [ 3.224] (**) NOUVEAU(0): Driver mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "1400x1050": 121.8 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "1440x900": 136.8 MHz (scaled from 0.0 MHz), 70.6 kHz, 75.0 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 3.224] (**) NOUVEAU(0): Mode "1360x768": 84.8 MHz (scaled from 0.0 MHz), 47.7 kHz, 59.8 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "1360x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 3.224] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 3.224] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 3.224] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 3.224] (==) NOUVEAU(0): DPI set to (96, 96)
    [ 3.224] (II) Loading sub module "fb"
    [ 3.224] (II) LoadModule: "fb"
    [ 3.225] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 3.226] (II) Module fb: vendor="X.Org Foundation"
    [ 3.226] compiled for 1.14.4, module version = 1.0.0
    [ 3.226] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 3.226] (II) Loading sub module "exa"
    [ 3.226] (II) LoadModule: "exa"
    [ 3.226] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 3.227] (II) Module exa: vendor="X.Org Foundation"
    [ 3.227] compiled for 1.14.4, module version = 2.6.0
    [ 3.227] ABI class: X.Org Video Driver, version 14.1
    [ 3.227] (II) Loading sub module "shadowfb"
    [ 3.227] (II) LoadModule: "shadowfb"
    [ 3.227] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 3.228] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 3.228] compiled for 1.14.4, module version = 1.0.0
    [ 3.228] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 3.228] (--) Depth 24 pixmap format is 32 bpp
    [ 3.228] (II) NOUVEAU(0): Opened GPU channel 0
    [ 3.232] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 3.232] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 3.232] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 3.234] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 3.234] (II) EXA(0): Driver registered support for the following operations:
    [ 3.234] (II) Solid
    [ 3.234] (II) Copy
    [ 3.234] (II) Composite (RENDER acceleration)
    [ 3.234] (II) UploadToScreen
    [ 3.234] (II) DownloadFromScreen
    [ 3.234] (==) NOUVEAU(0): Backing store disabled
    [ 3.234] (==) NOUVEAU(0): Silken mouse enabled
    [ 3.234] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 3.234] (II) NOUVEAU(0): [XvMC] Extension initialized.
    [ 3.234] (==) NOUVEAU(0): DPMS enabled
    [ 3.234] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 3.235] (--) RandR disabled
    [ 3.313] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 3.313] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 3.313] (II) AIGLX: enabled GLX_ARB_create_context
    [ 3.313] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 3.313] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 3.313] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 3.313] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 3.313] (II) AIGLX: Loaded and initialized nouveau
    [ 3.313] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 3.317] (II) NOUVEAU(0): NVEnterVT is called.
    [ 3.395] (II) NOUVEAU(0): Setting screen physical size to 444 x 277
    [ 3.395] resize called 1680 1050
    [ 3.451] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 3.451] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 3.451] (II) LoadModule: "evdev"
    [ 3.451] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 3.453] (II) Module evdev: vendor="X.Org Foundation"
    [ 3.453] compiled for 1.14.3, module version = 2.8.2
    [ 3.453] Module class: X.Org XInput Driver
    [ 3.453] ABI class: X.Org XInput driver, version 19.1
    [ 3.453] (II) Using input driver 'evdev' for 'Power Button'
    [ 3.453] (**) Power Button: always reports core events
    [ 3.453] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 3.453] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 3.453] (--) evdev: Power Button: Found keys
    [ 3.453] (II) evdev: Power Button: Configuring as keyboard
    [ 3.453] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event1"
    [ 3.453] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 3.453] (**) Option "xkb_rules" "evdev"
    [ 3.453] (**) Option "xkb_model" "pc104"
    [ 3.453] (**) Option "xkb_layout" "us"
    [ 3.478] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 3.478] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 3.478] (II) Using input driver 'evdev' for 'Power Button'
    [ 3.478] (**) Power Button: always reports core events
    [ 3.478] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 3.478] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 3.478] (--) evdev: Power Button: Found keys
    [ 3.478] (II) evdev: Power Button: Configuring as keyboard
    [ 3.478] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event0"
    [ 3.478] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 3.478] (**) Option "xkb_rules" "evdev"
    [ 3.478] (**) Option "xkb_model" "pc104"
    [ 3.478] (**) Option "xkb_layout" "us"
    [ 3.478] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 3.479] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
    [ 3.479] (II) No input driver specified, ignoring this device.
    [ 3.479] (II) This device may have been added with another device file.
    [ 3.479] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event6)
    [ 3.479] (II) No input driver specified, ignoring this device.
    [ 3.479] (II) This device may have been added with another device file.
    [ 3.479] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event5)
    [ 3.479] (II) No input driver specified, ignoring this device.
    [ 3.479] (II) This device may have been added with another device file.
    [ 3.479] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event4)
    [ 3.479] (II) No input driver specified, ignoring this device.
    [ 3.479] (II) This device may have been added with another device file.
    [ 3.479] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event11)
    [ 3.479] (II) No input driver specified, ignoring this device.
    [ 3.479] (II) This device may have been added with another device file.
    [ 3.479] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event10)
    [ 3.480] (II) No input driver specified, ignoring this device.
    [ 3.480] (II) This device may have been added with another device file.
    [ 3.480] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event9)
    [ 3.480] (II) No input driver specified, ignoring this device.
    [ 3.480] (II) This device may have been added with another device file.
    [ 3.480] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event8)
    [ 3.480] (II) No input driver specified, ignoring this device.
    [ 3.480] (II) This device may have been added with another device file.
    [ 3.480] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event7)
    [ 3.480] (II) No input driver specified, ignoring this device.
    [ 3.480] (II) This device may have been added with another device file.
    [ 3.480] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101a (/dev/input/event14)
    [ 3.480] (**) Logitech Unifying Device. Wireless PID:101a: Applying InputClass "evdev pointer catchall"
    [ 3.480] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:101a'
    [ 3.480] (**) Logitech Unifying Device. Wireless PID:101a: always reports core events
    [ 3.480] (**) evdev: Logitech Unifying Device. Wireless PID:101a: Device: "/dev/input/event14"
    [ 3.480] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Vendor 0x46d Product 0xc52b
    [ 3.480] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found 20 mouse buttons
    [ 3.480] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found scroll wheel(s)
    [ 3.480] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found relative axes
    [ 3.480] (--) evdev: Logitech Unifying Device. Wireless PID:101a: Found x and y relative axes
    [ 3.480] (II) evdev: Logitech Unifying Device. Wireless PID:101a: Configuring as mouse
    [ 3.480] (II) evdev: Logitech Unifying Device. Wireless PID:101a: Adding scrollwheel support
    [ 3.480] (**) evdev: Logitech Unifying Device. Wireless PID:101a: YAxisMapping: buttons 4 and 5
    [ 3.480] (**) evdev: Logitech Unifying Device. Wireless PID:101a: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 3.480] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.2/0003:046D:C52B.0003/input/input15/event14"
    [ 3.481] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:101a" (type: MOUSE, id 8)
    [ 3.481] (II) evdev: Logitech Unifying Device. Wireless PID:101a: initialized for relative axes.
    [ 3.481] (**) Logitech Unifying Device. Wireless PID:101a: (accel) keeping acceleration scheme 1
    [ 3.481] (**) Logitech Unifying Device. Wireless PID:101a: (accel) acceleration profile 0
    [ 3.481] (**) Logitech Unifying Device. Wireless PID:101a: (accel) acceleration factor: 2.000
    [ 3.481] (**) Logitech Unifying Device. Wireless PID:101a: (accel) acceleration threshold: 4
    [ 3.481] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101a (/dev/input/mouse0)
    [ 3.481] (II) No input driver specified, ignoring this device.
    [ 3.481] (II) This device may have been added with another device file.
    [ 3.481] (II) config/udev: Adding input device Microsoft Comfort Curve Keyboard 2000 (/dev/input/event12)
    [ 3.481] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "evdev keyboard catchall"
    [ 3.481] (II) Using input driver 'evdev' for 'Microsoft Comfort Curve Keyboard 2000'
    [ 3.481] (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
    [ 3.481] (**) evdev: Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event12"
    [ 3.481] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Vendor 0x45e Product 0xdd
    [ 3.481] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found keys
    [ 3.481] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
    [ 3.481] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input13/event12"
    [ 3.481] (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD, id 9)
    [ 3.481] (**) Option "xkb_rules" "evdev"
    [ 3.481] (**) Option "xkb_model" "pc104"
    [ 3.481] (**) Option "xkb_layout" "us"
    [ 3.482] (II) config/udev: Adding input device Microsoft Comfort Curve Keyboard 2000 (/dev/input/event13)
    [ 3.482] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "evdev keyboard catchall"
    [ 3.482] (II) Using input driver 'evdev' for 'Microsoft Comfort Curve Keyboard 2000'
    [ 3.482] (**) Microsoft Comfort Curve Keyboard 2000: always reports core events
    [ 3.482] (**) evdev: Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event13"
    [ 3.482] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Vendor 0x45e Product 0xdd
    [ 3.482] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found 1 mouse buttons
    [ 3.482] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found scroll wheel(s)
    [ 3.482] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found relative axes
    [ 3.482] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Forcing relative x/y axes to exist.
    [ 3.482] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found absolute axes
    [ 3.482] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Forcing absolute x/y axes to exist.
    [ 3.482] (--) evdev: Microsoft Comfort Curve Keyboard 2000: Found keys
    [ 3.482] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Configuring as mouse
    [ 3.482] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard
    [ 3.482] (II) evdev: Microsoft Comfort Curve Keyboard 2000: Adding scrollwheel support
    [ 3.482] (**) evdev: Microsoft Comfort Curve Keyboard 2000: YAxisMapping: buttons 4 and 5
    [ 3.482] (**) evdev: Microsoft Comfort Curve Keyboard 2000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 3.482] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.1/input/input14/event13"
    [ 3.482] (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD, id 10)
    [ 3.482] (**) Option "xkb_rules" "evdev"
    [ 3.482] (**) Option "xkb_model" "pc104"
    [ 3.482] (**) Option "xkb_layout" "us"
    [ 3.482] (II) evdev: Microsoft Comfort Curve Keyboard 2000: initialized for relative axes.
    [ 3.482] (WW) evdev: Microsoft Comfort Curve Keyboard 2000: ignoring absolute axes.
    [ 3.482] (**) Microsoft Comfort Curve Keyboard 2000: (accel) keeping acceleration scheme 1
    [ 3.482] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration profile 0
    [ 3.482] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration factor: 2.000
    [ 3.482] (**) Microsoft Comfort Curve Keyboard 2000: (accel) acceleration threshold: 4
    [ 3.482] (II) config/udev: Adding input device UVC Camera (046d:081b) (/dev/input/event15)
    [ 3.482] (**) UVC Camera (046d:081b): Applying InputClass "evdev keyboard catchall"
    [ 3.483] (II) Using input driver 'evdev' for 'UVC Camera (046d:081b)'
    [ 3.483] (**) UVC Camera (046d:081b): always reports core events
    [ 3.483] (**) evdev: UVC Camera (046d:081b): Device: "/dev/input/event15"
    [ 3.483] (--) evdev: UVC Camera (046d:081b): Vendor 0x46d Product 0x81b
    [ 3.483] (--) evdev: UVC Camera (046d:081b): Found keys
    [ 3.483] (II) evdev: UVC Camera (046d:081b): Configuring as keyboard
    [ 3.483] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb10/10-3/10-3:1.0/input/input16/event15"
    [ 3.483] (II) XINPUT: Adding extended input device "UVC Camera (046d:081b)" (type: KEYBOARD, id 11)
    [ 3.483] (**) Option "xkb_rules" "evdev"
    [ 3.483] (**) Option "xkb_model" "pc104"
    [ 3.483] (**) Option "xkb_layout" "us"
    [ 3.483] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 3.483] (II) No input driver specified, ignoring this device.
    [ 3.483] (II) This device may have been added with another device file.
    [ 3.486] (II) config/udev: removing device UVC Camera (046d:081b)
    [ 3.523] (II) evdev: UVC Camera (046d:081b): Close
    [ 3.523] (II) UnloadModule: "evdev"
    [ 3.523] (II) config/udev: Adding input device UVC Camera (046d:081b) (/dev/input/event15)
    [ 3.523] (**) UVC Camera (046d:081b): Applying InputClass "evdev keyboard catchall"
    [ 3.523] (II) Using input driver 'evdev' for 'UVC Camera (046d:081b)'
    [ 3.523] (**) UVC Camera (046d:081b): always reports core events
    [ 3.523] (**) evdev: UVC Camera (046d:081b): Device: "/dev/input/event15"
    [ 3.523] (--) evdev: UVC Camera (046d:081b): Vendor 0x46d Product 0x81b
    [ 3.523] (--) evdev: UVC Camera (046d:081b): Found keys
    [ 3.523] (II) evdev: UVC Camera (046d:081b): Configuring as keyboard
    [ 3.523] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb10/10-3/10-3:1.0/input/input16/event15"
    [ 3.523] (II) XINPUT: Adding extended input device "UVC Camera (046d:081b)" (type: KEYBOARD, id 11)
    [ 3.523] (**) Option "xkb_rules" "evdev"
    [ 3.523] (**) Option "xkb_model" "pc104"
    [ 3.523] (**) Option "xkb_layout" "us"
    [ 4.601] (II) NOUVEAU(0): EDID vendor "ACR", prod id 44449
    [ 4.601] (II) NOUVEAU(0): Using EDID range info for horizontal sync
    [ 4.601] (II) NOUVEAU(0): Using EDID range info for vertical refresh
    [ 4.601] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 4.601] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync -vsync (65.3 kHz eP)
    [ 4.601] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "1366x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 4.601] (II) NOUVEAU(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [ 4.846] resize called 3600 1080
    [ 5.760] (II) NOUVEAU(0): EDID vendor "ACR", prod id 44449
    [ 5.760] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 5.760] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 5.760] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 5.760] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync -vsync (65.3 kHz eP)
    [ 5.760] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 5.760] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 5.760] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 5.760] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "1366x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 5.761] (II) NOUVEAU(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [ 13.425] (II) NOUVEAU(0): EDID vendor "ACR", prod id 44449
    [ 13.425] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 13.425] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 13.425] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 13.425] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync -vsync (65.3 kHz eP)
    [ 13.425] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 13.425] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 13.425] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 13.425] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 13.425] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "1366x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 13.426] (II) NOUVEAU(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [ 13.670] resize called 3360 1050
    [ 14.298] (II) NOUVEAU(0): EDID vendor "ACR", prod id 44449
    [ 14.298] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 14.298] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 14.298] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 14.298] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync -vsync (65.3 kHz eP)
    [ 14.298] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "1366x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 14.299] (II) NOUVEAU(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [ 190.714] (II) NOUVEAU(0): EDID vendor "ACR", prod id 44449
    [ 190.714] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 190.714] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 190.714] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 190.714] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync -vsync (65.3 kHz eP)
    [ 190.714] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "1366x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 190.714] (II) NOUVEAU(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [ 202.800] (II) NOUVEAU(0): EDID vendor "ACR", prod id 44449
    [ 202.800] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 202.800] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 202.800] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 202.800] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync -vsync (65.3 kHz eP)
    [ 202.800] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "1366x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 202.800] (II) NOUVEAU(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [ 202.890] (II) NOUVEAU(0): EDID vendor "ACR", prod id 44449
    [ 202.890] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 202.890] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 202.890] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 202.890] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync -vsync (65.3 kHz eP)
    [ 202.890] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 202.890] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 202.890] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 202.890] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 202.890] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 202.890] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 202.890] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 202.890] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 202.890] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 202.890] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 202.891] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 202.891] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 202.891] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 202.891] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 202.891] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 202.891] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 202.891] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 202.891] (II) NOUVEAU(0): Modeline "1366x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz e)
    [ 202.891] (II) NOUVEAU(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 202.891] (II) NOUVEAU(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 202.891] (II) NOUVEAU(0): Modeline "1400x1050"x0.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    cat /etc/mkinitcpio.conf
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run last, so it may be used to
    # override the actual binaries included by a given hook
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ##

  • Cannot load nvidia driver module [SOLVED]

    OK so for some reason I can no longer load the nvidia (proprietary) driver.
    I have a laptop with optimus, on board intel and discrete nvidia GTX680M. I use this laptop for cuda development so I don't care about games etc, I just need the driver loaded to debug and run my cuda  apps. bbswitch still works fine as does bumblebee which I don't use normally but I do have it setup and running in case. Also I didn't really work much on coding last week so not sure exactly when this started.
    So here is what happens when I try to insert the nvidia module or use optirun:
    $ sudo modprobe nvidia
    modprobe: ERROR: could not insert 'nvidia': No such device
    $ sudo insmod nvidia
    insmod: ERROR: could not load module nvidia: No such file or directory
    $ optirun -vv glxspheres
    [ 27.485342] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [ 27.485506] [INFO]Configured driver: nvidia
    [ 27.485635] [DEBUG]optirun version 3.2.1 starting...
    [ 27.485642] [DEBUG]Active configuration:
    [ 27.485645] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [ 27.485662] [DEBUG] X display: :8
    [ 27.485674] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia
    [ 27.485676] [DEBUG] Socket path: /var/run/bumblebee.socket
    [ 27.485679] [DEBUG] Accel/display bridge: primus
    [ 27.485681] [DEBUG] VGL Compression: xv
    [ 27.485684] [DEBUG] VGLrun extra options:
    [ 27.485686] [DEBUG] Primus LD Path: /usr/lib:/usr/lib32
    [ 27.560627] [INFO]Response: No - error: Could not load GPU driver
    [ 27.560647] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver
    [ 27.560651] [DEBUG]Socket closed.
    [ 27.560666] [ERROR]Aborting because fallback start is disabled.
    [ 27.560671] [DEBUG]Killing all remaining processes.
    I don't have an xorg file for the intel gpu.
    device nodes are created:
    $ ls /dev/ | grep nv
    crw-rw-rw- 1 root root 195, 0 Sep 24 14:58 nvidia0
    crw-rw-rw- 1 root root 195, 255 Sep 24 14:58 nvidiactl
    log info:
    $cat /var/log/Xorg.0.log | grep EE
    [ 3.385] Current Operating System: Linux gpumonster 3.11.1-1-ARCH #1 SMP PREEMPT Sat Sep 14 19:30:21 CEST 2013 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4.299] Initializing built-in extension MIT-SCREEN-SAVER
    [ 4.308] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 4.308] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 4.309] (EE) Failed to load module "fbdev" (module does not exist, 0)
    $ cat /var/log/Xorg.8.log
    [ 11367.762]
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    [ 11367.762] X Protocol Version 11, Revision 0
    [ 11367.762] Build Operating System: Linux 3.11.0-1-ARCH x86_64
    [ 11367.762] Current Operating System: Linux gpumonster 3.11.1-1-ARCH #1 SMP PREEMPT Sat Sep 14 19:30:21 CEST 2013 x86_64
    [ 11367.762] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=1c3a736e-6aab-45e1-a9ad-5d2f6195cd7d ro quiet
    [ 11367.762] Build Date: 13 September 2013 01:28:59PM
    [ 11367.762]
    [ 11367.762] Current version of pixman: 0.30.2
    [ 11367.762] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 11367.762] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 11367.762] (==) Log file: "/var/log/Xorg.8.log", Time: Thu Sep 19 23:04:24 2013
    [ 11367.762] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 11367.762] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 11367.762] (==) ServerLayout "Layout0"
    [ 11367.762] (==) No screen section available. Using defaults.
    [ 11367.762] (**) |-->Screen "Default Screen Section" (0)
    [ 11367.762] (**) | |-->Monitor "<default monitor>"
    [ 11367.762] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 11367.762] (**) | |-->Device "DiscreteNvidia"
    [ 11367.762] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 11367.762] (**) Option "AutoAddDevices" "false"
    [ 11367.762] (**) Option "AutoAddGPU" "false"
    [ 11367.762] (**) Not automatically adding devices
    [ 11367.762] (==) Automatically enabling devices
    [ 11367.762] (**) Not automatically adding GPU devices
    [ 11367.762] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 11367.762] Entry deleted from font path.
    [ 11367.762] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 11367.762] Entry deleted from font path.
    [ 11367.762] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 11367.762] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 11367.762] Entry deleted from font path.
    [ 11367.762] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 11367.762] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 11367.762] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 11367.762] (==) |-->Input Device "<default pointer>"
    [ 11367.763] (==) |-->Input Device "<default keyboard>"
    [ 11367.763] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 11367.763] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 11367.763] (II) Loader magic: 0x7fdc20
    [ 11367.763] (II) Module ABI versions:
    [ 11367.763] X.Org ANSI C Emulation: 0.4
    [ 11367.763] X.Org Video Driver: 14.1
    [ 11367.763] X.Org XInput driver : 19.1
    [ 11367.763] X.Org Server Extension : 7.0
    [ 11367.763] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 11367.763] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 11367.763] setversion 1.4 failed
    [ 11367.764] (--) PCI:*(0:1:0:0) 10de:11a0:1558:5105 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 11367.764] Initializing built-in extension Generic Event Extension
    [ 11367.764] Initializing built-in extension SHAPE
    [ 11367.764] Initializing built-in extension MIT-SHM
    [ 11367.764] Initializing built-in extension XInputExtension
    [ 11367.764] Initializing built-in extension XTEST
    [ 11367.764] Initializing built-in extension BIG-REQUESTS
    [ 11367.764] Initializing built-in extension SYNC
    [ 11367.764] Initializing built-in extension XKEYBOARD
    [ 11367.764] Initializing built-in extension XC-MISC
    [ 11367.764] Initializing built-in extension SECURITY
    [ 11367.764] Initializing built-in extension XINERAMA
    [ 11367.764] Initializing built-in extension XFIXES
    [ 11367.764] Initializing built-in extension RENDER
    [ 11367.764] Initializing built-in extension RANDR
    [ 11367.764] Initializing built-in extension COMPOSITE
    [ 11367.764] Initializing built-in extension DAMAGE
    [ 11367.764] Initializing built-in extension MIT-SCREEN-SAVER
    [ 11367.764] Initializing built-in extension DOUBLE-BUFFER
    [ 11367.764] Initializing built-in extension RECORD
    [ 11367.764] Initializing built-in extension DPMS
    [ 11367.764] Initializing built-in extension X-Resource
    [ 11367.764] Initializing built-in extension XVideo
    [ 11367.764] Initializing built-in extension XVideo-MotionCompensation
    [ 11367.764] Initializing built-in extension XFree86-VidModeExtension
    [ 11367.764] Initializing built-in extension XFree86-DGA
    [ 11367.764] Initializing built-in extension XFree86-DRI
    [ 11367.764] Initializing built-in extension DRI2
    [ 11367.764] (II) LoadModule: "glx"
    [ 11367.764] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 11367.773] (II) Module glx: vendor="NVIDIA Corporation"
    [ 11367.773] compiled for 4.0.2, module version = 1.0.0
    [ 11367.773] Module class: X.Org Server Extension
    [ 11367.773] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:12:00 PDT 2013
    [ 11367.773] Loading extension GLX
    [ 11367.773] (II) LoadModule: "nvidia"
    [ 11367.773] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 11367.773] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 11367.773] compiled for 4.0.2, module version = 1.0.0
    [ 11367.773] Module class: X.Org Video Driver
    [ 11367.773] (II) LoadModule: "mouse"
    [ 11367.773] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 11367.773] (II) Module mouse: vendor="X.Org Foundation"
    [ 11367.773] compiled for 1.14.0, module version = 1.9.0
    [ 11367.773] Module class: X.Org XInput Driver
    [ 11367.773] ABI class: X.Org XInput driver, version 19.1
    [ 11367.773] (II) LoadModule: "kbd"
    [ 11367.774] (WW) Warning, couldn't open module kbd
    [ 11367.774] (II) UnloadModule: "kbd"
    [ 11367.774] (II) Unloading kbd
    [ 11367.774] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 11367.774] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 17:50:57 PDT 2013
    [ 11367.774] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 11367.774] (--) using VT number 7
    [ 11367.774] (II) Loading sub module "fb"
    [ 11367.774] (II) LoadModule: "fb"
    [ 11367.774] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 11367.774] (II) Module fb: vendor="X.Org Foundation"
    [ 11367.774] compiled for 1.14.3, module version = 1.0.0
    [ 11367.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11367.774] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 11367.774] (II) Loading sub module "wfb"
    [ 11367.774] (II) LoadModule: "wfb"
    [ 11367.774] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 11367.774] (II) Module wfb: vendor="X.Org Foundation"
    [ 11367.774] compiled for 1.14.3, module version = 1.0.0
    [ 11367.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11367.774] (II) Loading sub module "shadow"
    [ 11367.774] (II) LoadModule: "shadow"
    [ 11367.774] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 11367.774] (II) Module shadow: vendor="X.Org Foundation"
    [ 11367.774] compiled for 1.14.3, module version = 1.1.0
    [ 11367.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11367.774] (II) Loading sub module "ramdac"
    [ 11367.774] (II) LoadModule: "ramdac"
    [ 11367.774] (II) Module "ramdac" already built-in
    [ 11367.774] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 11367.774] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 11367.775] (==) NVIDIA(0): RGB weight 888
    [ 11367.775] (==) NVIDIA(0): Default visual is TrueColor
    [ 11367.775] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 11367.775] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 11367.775] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 11367.775] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 11367.775] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 11367.775] (**) NVIDIA(0): Enabling 2D acceleration
    [ 11367.775] (**) NVIDIA(0): Ignoring EDIDs
    [ 11367.775] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 11367.775] (**) NVIDIA(0): mode
    [ 11368.299] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 11368.300] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 680M (GK104) at PCI:1:0:0 (GPU-0)
    [ 11368.300] (--) NVIDIA(0): Memory: 4194304 kBytes
    [ 11368.300] (--) NVIDIA(0): VideoBIOS: 80.04.29.00.01
    [ 11368.300] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 11368.300] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 680M at PCI:1:0:0
    [ 11368.300] (--) NVIDIA(0): none
    [ 11368.300] (II) NVIDIA(0): Validated MetaModes:
    [ 11368.300] (II) NVIDIA(0): "nvidia-auto-select"
    [ 11368.300] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 11368.300] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 11368.300] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 11368.300] (--) Depth 24 pixmap format is 32 bpp
    [ 11368.300] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 11368.300] (II) NVIDIA: access.
    [ 11368.304] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 11368.304] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 11368.304] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 11368.304] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 11368.304] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 11368.304] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 11368.304] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 11368.304] (II) NVIDIA(0): Config Options in the README.
    [ 11368.304] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 11368.308] Loading extension NV-GLX
    [ 11368.312] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 11368.312] (==) NVIDIA(0): Backing store disabled
    [ 11368.312] (==) NVIDIA(0): Silken mouse enabled
    [ 11368.312] (==) NVIDIA(0): DPMS enabled
    [ 11368.312] Loading extension NV-CONTROL
    [ 11368.312] (II) Loading sub module "dri2"
    [ 11368.312] (II) LoadModule: "dri2"
    [ 11368.312] (II) Module "dri2" already built-in
    [ 11368.312] (II) NVIDIA(0): [DRI2] Setup complete
    [ 11368.312] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 11368.312] (--) RandR disabled
    [ 11368.316] (II) Initializing extension GLX
    [ 11368.342] (II) Using input driver 'mouse' for '<default pointer>'
    [ 11368.342] (**) Option "CorePointer" "on"
    [ 11368.342] (**) <default pointer>: always reports core events
    [ 11368.342] (WW) <default pointer>: No Device specified, looking for one...
    [ 11368.422] (II) <default pointer>: Setting Device option to "/dev/input/mice"
    [ 11368.422] (--) <default pointer>: Device: "/dev/input/mice"
    [ 11368.422] (==) <default pointer>: Protocol: "Auto"
    [ 11368.422] (**) <default pointer>: always reports core events
    [ 11368.422] (**) Option "Device" "/dev/input/mice"
    [ 11368.475] (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
    [ 11368.475] (**) <default pointer>: ZAxisMapping: buttons 4 and 5
    [ 11368.475] (**) <default pointer>: Buttons: 9
    [ 11368.475] (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE, id 6)
    [ 11368.475] (**) <default pointer>: (accel) keeping acceleration scheme 1
    [ 11368.475] (**) <default pointer>: (accel) acceleration profile 0
    [ 11368.475] (**) <default pointer>: (accel) acceleration factor: 2.000
    [ 11368.475] (**) <default pointer>: (accel) acceleration threshold: 4
    [ 11368.475] (II) <default pointer>: Setting mouse protocol to "ExplorerPS/2"
    [ 11368.769] (II) <default pointer>: ps2EnableDataReporting: succeeded
    [ 11368.769] (II) LoadModule: "kbd"
    [ 11368.769] (WW) Warning, couldn't open module kbd
    [ 11368.769] (II) UnloadModule: "kbd"
    [ 11368.769] (II) Unloading kbd
    [ 11368.769] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 11368.769] (EE) No input driver matching `kbd'
    [ 11368.771] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 11368.771] (II) AutoAddDevices is off - not adding device.
    [ 11368.771] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 11368.771] (II) AutoAddDevices is off - not adding device.
    [ 11368.771] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 11368.771] (II) AutoAddDevices is off - not adding device.
    [ 11368.771] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 11368.771] (II) AutoAddDevices is off - not adding device.
    [ 11368.771] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 11368.771] (II) AutoAddDevices is off - not adding device.
    [ 11368.772] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
    [ 11368.772] (II) AutoAddDevices is off - not adding device.
    [ 11368.772] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 11368.772] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 11368.772] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 11368.772] setversion 1.4 failed
    [ 11368.772] (II) config/udev: Adding input device HP HP Link-5 micro dongle (/dev/input/event1)
    [ 11368.772] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HP HP Link-5 micro dongle (/dev/input/event2)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HP HP Link-5 micro dongle (/dev/input/mouse0)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.773] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
    [ 11368.773] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event16)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event17)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event18)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device BisonCam, NB Pro (/dev/input/event8)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.774] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 11368.774] (II) AutoAddDevices is off - not adding device.
    [ 11368.775] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 11368.775] (II) AutoAddDevices is off - not adding device.
    [ 11368.775] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [ 11368.775] (II) AutoAddDevices is off - not adding device.
    [ 11374.183] (II) UnloadModule: "mouse"
    [ 11374.199] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 11374.200] (EE) Server terminated successfully (0). Closing log file.
    I'm not willing to give up and install/build the drivers from the cuda SDK just yet so any help would be greatly appreciated.
    Last edited by tim (2013-10-02 08:20:49)

    So in simple terms, the fix invovled ensuring the nvidia module is loaded before the bbswitch module. I'm not sure about the necessity of the things that follow but the fix may possibly also require removing bumblebee and possibly requires removing nvidia from repos and building the driver downloaded from nvidia.
    This fix could be completely unrelated to the problems I was having with arch but I cannot verify the fix on arch specifically cos I installed every distro under the sun trying to get it all working and I got it to work on a non arch distro.
    So... I'm not sure if I should really mark this a solved because I haven't/can't verify it on arch and technically the solution involved changing to another distro but in fact, I know it has absolutely nothing to do with arch since I saw the same behaviour on 3 other distros. If I have time, I will reinstall arch and verify but for the moment, I have a lot of work to catch up on now that I have a working nvidia driver I can actually use for dev
    Anyway, what I think is going on is there is some bizarre issue with bbswitch that stops the nvidia driver from being found because on the current distro I have installed, if I have no bbswitch, no bumblebee and no nvidia modules loaded or services running etc. I can modprobe the nvidia driver and all works fine. I can then modprobe the bbswitch driver and that works too. IF I modprobe the bbswitch driver first and then modprobe the nvidia driver, I get this error that says the nvidia module cant be found. The location it prints is in some updates directory whcih is odd too because I installed from nvidia source and never installed updates at all and made sure that there were absolutely no repo nvidia drivers or updates etc.
    Last edited by tim (2013-10-02 08:35:39)

  • Nvidia Driver and system "hang" issue

    Hi all,
    This is my first post on these forums but im not new to Mac or windows. Here's my issue. I just installed a copy of Windows 7 Ultimate RTM on my Macbook. Its the first unibody Macbook 2.4ghz w/ 4gigs of ram. Nvidia 9400M graphics.
    2 Things happen,one is that a few times a day ill get a "Nvidia Windows Kernel mode driver, version 186.81 failed" error. The symtoms of which are a black screen for a few seconds and then the driver restarts and all is well.
    I know 186.81 is the latest 9400M driver. So im not sure why this happens but maybe it relates to my other issue.
    My second issue is that the system will, as best as i can describe it, "hang" for a second or two. When i say hang i do not mean freeze to the point of needing to restart, its more that the "hang" happens and a few seconds later its as if nothing happened (this issue is very fequent).
    Anyone else ever see or hear anything like this? Please let me know if there is a better place to post this question as well.
    Thanks!
    P.S. Posted this somewhere else and got 1 reply so far, pasted below:
    Okay, how about uninstall or roll back the driver?
    use Driver Sweeper 2
    just let Windows 7 install its own driver
    more like the hang is hard drive has spun down
    I would recommend creating your own thread and question instead.
    by "the hatter"

    Hello guys and thanks for your answers.
    I thought that my problem was linked to UEFI, so I reinstalled the os with BIOS and MBR. Unfortunately I had the same problem, with one difference: the auto/default resolution of GRUB and FrameBuffer was 800x600 instead of 1920x1080 for UEFI.
    About the nouveau driver, I need 3D acceleration to play games so I need the proprietary driver.
    So I decided to test the X server to see if something got wrong.
    I uninstalled the nvidia driver and reboot to have my framebuffer back.
    Then I edit the ~/.xinitrc file :
        xterm & sleep 10
    I reinstalled the nvidia driver and reboot : GRUB, then framebuffer for 1 second, then a black screen.
    I tried to log in: login + [Enter] + password + [Enter]
    I waited 2s then I entered the "startx" command.
    And the xterm window appeared. And the best is after the 10s the X server shuts down and the framebuffer was back !!! Unbelievable !!!
    So I continued the installation : Gnome + Gdm.
    After the reboot : Grub, then framebuffer for 1 second, then a black screen, then Gdm login screen !!!
    So it seems to be a problem with nvidia driver and the framebuffer.
    After the Gnome + Gdm installation I managed to display the framebuffer in tty2. But I don't know if tty2 was working before (when tty1 only display black screen).
    My conclusion and installation tip is to not reboot after the nvidia driver installation and to install a desktop environment + a display manager and to pray to not have problem.

Maybe you are looking for