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.

Similar Messages

  • Gnome-shell and keyboard shortcuts

    So, I'm relatively new to gnome-shell, and I've noticed this :
    If I run my session, I can use any of my keybindings, for example to make screenshots, open guake terminal ( I've really missed transparency ), etc.
    If I launch any of my apps, the keybindings still work.
    If I quit all the running apps, the keybindings stop to work.
    I must either RUN A NEW APP or GO TO THE TOP-LEFT HOTSPOT THING in order to have my keybindings back.
    If I close the apps again, or in the second case I leave the top-left corner with the mouse cursor, keybindings die again.
    The only case when it works is at the beginning of the session, when nothing is opened yet.
    Quitting the session and reopening again solves the problem.
    I know, gnome-shell is new. But I really miss gnome2.xx.
    Last edited by scar (2011-06-18 18:14:37)

    Transparency: OK
    Upstream reported :OK
    I think, the shortcut problem is caused by the guake terminal,  see this post:
    https://bbs.archlinux.org/viewtopic.php?id=121419
    SOLVED?
    Last edited by scar (2011-06-27 17:16:50)

  • Gnome-shell and xfburn - drag-and-drop no longer supported

    Can someone using gnome-shell else try this as a sanity check:  try to drag-and-drop an mp3 file into xfburn in "Audio CD" mode.  For me, mp3 files are ignored but wav files drag-and-drop in just fine.  I can add mp3 files to the compilation but only if I do so through the xfburn GUI.

    I get the same behavior here.

  • [Solved] Gnome-Shell and separating programs in the program switcher

    Hi,
    I would like to treat different instances of Emacs as different programs in Super-Tab program switcher in Gnome-Shell (I run mail and music in different instances).
    In the overview they show as different programs via .desktop files.  But with Super-Tab they always collapse into one program (always with the normal Emacs icon).
    Any tips on how to tell gnome that different instances of some program is are to be considered different applications?
    Here's an example of a desktop file that I use to start a "specialized" Emacs instance.
    #!/usr/bin/env xdg-open
    [Desktop Entry]
    Version=1.0
    Name=EMMS
    GenericName=Music Player
    GenericName[es]=Reproductor de música
    Comment=The Emacs Multimedia System.
    Exec=emacsclient -s emms -ca '' --eval "(progn (setq x-resource-class \"EMMS\") (emms-smart-browse) )" -F '((title . "EMMS") (icon-type . "/home/rasmus/.local/share/icons/emms.png"))'
    Icon=emms
    Terminal=false
    Type=Application
    StartupNotify=true
    Categories=AudioVideo;Player;Audio;
    Last edited by Pank (2015-05-28 14:35:58)

    Thanks.  Now, I'm calling (p-wm_class "EMMS") from my emms.desktop file now.  There's also text under the icon now.  Thanks a lot
    Here's the defun:
    (defun p-wm_class (&optional new-class)
    "Return the WM_CLASS for the current window name.
    If NEW-CLASS is a string or list of strings, set a new WM_CLASS.
    If NEW-CLASS is non-nil remove Emacs from WM_CLASS and
    WM_CLASS has more than one value."
    (let ((old-class
    (with-temp-buffer
    (save-excursion
    (call-process-shell-command
    (format "xprop -name %s -f WM_CLASS 8s"
    x-resource-class)
    nil t))
    (when (search-forward "WM_CLASS" nil t)
    (search-forward "=" (line-end-position))
    (split-string-and-unquote
    (buffer-substring (point)
    (line-end-position))
    "[ \t,]"))))
    ;; anyway don't know how to set more than one value...
    (new-class-string (cond ((and (listp new-class)
    (cl-every 'stringp new-class))
    (mapconcat 'identity
    new-class ", "))
    ((stringp new-class)
    new-class))))
    (or
    (cond ((stringp new-class)
    (call-process-shell-command
    (format "xprop -name %s -f WM_CLASS 8s -set WM_CLASS \"%s\""
    x-resource-class
    new-class))
    new-class)
    ((and new-class (member-ignore-case "Emacs" old-class))
    (call-process-shell-command
    (format "xprop -name %s -f WM_CLASS 8s -set WM_CLASS \"%s\""
    x-resource-class
    (car (delete "emacs" (delete "Emacs" old-class)))))
    (car (delete "emacs" (delete "Emacs" old-class)))))
    old-class)))

  • GNOME Shell and Cinnamon won't load... GTK+ Related version

    Hi there dear Archers!
    Here's the deal: I've been using KDE as my only graphical environment for several months now; I want to try out something different but I don't want to really stop using KDE right away; I thought to give a try GNOME Shell first because my desktop layout with KDE does look like GS in some ways and metaphors; so I tried to install it by issuing pacman orders but when I try to start it, it would only show a black screen and the mouse cursor, nothing else...
    Cinnamon has the same issue and I couldn't find anything on the web that was related to the setup I have and the hardware I'm running. I have global menus enabled for all my apps and I just remembered that in order to make GTK apps to work with a Qt global menu through D-Bus, I had to compile an Ubuntu-patched version of both GTK2 and GTK3 (these versions are drop in placement for the vanilla GTK versions that Arch has in the repos). Can this cause a problem when trying to execute the shells?
    I'm running my KDE session in a Sony VAIO, AMD Richland APU with 4 cores, AMD Radeon HD8610G (with the open source driver AMD driver). My KDE session works great with all the fancy effects active.
    If you need more info, don't hesitate asking; please point me in the right direction in giving you more info if I have to look in logs or something.
    Thanks in advance.

    Well, I would take a look at your journal. If you change to a tty before you log in you can enter
    journalctl -f
    to follow the output of journalctl. This gives you a lot of extra output so you might want to look into different options you can pass. In any case, get back to your display manager and log in to gnome or cinnamon. I'm not sure if there are any services that KDE enables that might conflict with GNOME, but you might want to have a look at enabled services using systemctl. I know that when I switched from i3 to gnome shell I had to disable my xcompmgr service (doesn't really need to be a service anyways) or else GNOME wouldn't start. Can you try installing the vanilla gtk packages and logging in to GNOME?

  • Gnome-shell and its CPU hog after a few hours of using

    (Yeah, I know there was many threads like mine, but most of them are about old bugs or people who have hardware acceleration turned off; I use GeForce G210M and my system is up to date (systemd and all that stuff))
    I have to restart Gnome Shell after a few hours, because it starts to constantly use 30% - 40% of CPU.
    Is there any patch for this?
    Are there any debug tools to see if it's not some badly written extension? I use only a few of them, so I guess that's not the problem.
    I already use ulatency and verynice. Would it be safe to set gnome-shell as 'runawayexe'? IDK if it'd restart itself. Now I have it in goodexe.
    Last edited by ravicious (2013-01-21 14:08:36)

    Are you sure it is the Gnome Shell? (Try running htop and monitoring the processes)
    Try disabling all your extensions and re-enabling them one by one to see if any have memory issues.
    Another possible issue would be extensions that cause updates all the time.  For example the netspeed extension constantly updates with your internet speed.

  • Gnome-shell crashes with my new video card (nvidia 450 GTS)

    Trying to use nouveau w/ gnome-shell and a new 450 GTS.  Firstly, gnome-shell enters fallback mode upon login.  Secondly, whenever I try to open a shell or a program such as firefox, gnome fallback mode crashes me back to gdm.  I'm not sure what to post log-wise.
    $ dmesg | grep nouv
    [ 5.593900] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.593905] nouveau 0000:01:00.0: setting latency timer to 64
    [ 5.595084] [drm] nouveau 0000:01:00.0: Detected an NVc0 generation card (0x0c3200a1)
    [ 5.595090] fb: conflicting fb hw usage nouveaufb vs EFI VGA - removing generic driver
    [ 5.599268] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
    [ 5.655781] [drm] nouveau 0000:01:00.0: ... appears to be valid
    [ 5.655783] [drm] nouveau 0000:01:00.0: BIT BIOS found
    [ 5.655785] [drm] nouveau 0000:01:00.0: Bios version 70.06.13.00
    [ 5.655786] [drm] nouveau 0000:01:00.0: Pointer to BIT loadval table invalid
    [ 5.655791] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
    [ 5.655793] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
    [ 5.655795] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02000300 00000000
    [ 5.655796] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000302 00020030
    [ 5.655798] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 08011382 00020030
    [ 5.655799] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 04022310 00020030
    [ 5.655800] [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 02033362 00020010
    [ 5.655802] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
    [ 5.655804] [drm] nouveau 0000:01:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07
    [ 5.655806] [drm] nouveau 0000:01:00.0: 1: 0x00010131: type 0x31 idx 1 tag 0x51
    [ 5.655808] [drm] nouveau 0000:01:00.0: 2: 0x00000200: type 0x00 idx 2 tag 0xff
    [ 5.655809] [drm] nouveau 0000:01:00.0: 3: 0x00002361: type 0x61 idx 3 tag 0x08
    [ 5.655812] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0x6804
    [ 5.685944] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0x6EF8
    [ 5.698694] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0x80EC
    [ 5.698696] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0x80F6
    [ 5.698746] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0x82CB
    [ 5.698747] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0x8330
    [ 5.718755] [drm] nouveau 0000:01:00.0: 0x8330: Condition still not met after 20ms, skipping following opcodes
    [ 5.718762] [drm] nouveau 0000:01:00.0: voltage table 0x40 unknown
    [ 5.737503] [drm] nouveau 0000:01:00.0: 3 available performance level(s)
    [ 5.737506] [drm] nouveau 0000:01:00.0: 0: memory 135MHz core 50MHz shader 101MHz timing 2
    [ 5.737508] [drm] nouveau 0000:01:00.0: 1: memory 324MHz core 405MHz shader 810MHz voltage 10mV timing 1
    [ 5.737511] [drm] nouveau 0000:01:00.0: 3: memory 2000MHz core 930MHz shader 1860MHz voltage 20mV timing 3
    [ 5.737584] [drm] nouveau 0000:01:00.0: Detected 1024MiB VRAM
    [ 5.739691] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
    [ 5.741676] [drm] nouveau 0000:01:00.0: failed to load fuc409c
    [ 6.007900] [drm] nouveau 0000:01:00.0: allocated 1920x1080 fb: 0x8020000, bo ffff880220d17800
    [ 6.007939] fbcon: nouveaufb (fb0) is primary device
    [ 6.053430] fb0: nouveaufb frame buffer device
    [ 6.053435] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
    Here is the Xorg.0.log
    [ 330.606]
    X.Org X Server 1.10.3
    Release Date: 2011-07-08
    [ 330.606] X Protocol Version 11, Revision 0
    [ 330.606] Build Operating System: Linux 2.6.39-ARCH x86_64
    [ 330.606] Current Operating System: Linux simplicity 3.0-ARCH #1 SMP PREEMPT Thu Jul 28 13:37:15 CEST 2011 x86_64
    [ 330.606] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6f90540d-6153-48e3-a5e7-58f09b65c5cf ro quiet
    [ 330.606] Build Date: 09 July 2011 08:04:37AM
    [ 330.606]
    [ 330.606] Current version of pixman: 0.22.2
    [ 330.606] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 330.606] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 330.606] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 5 17:48:51 2011
    [ 330.606] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 330.607] (==) No Layout section. Using the first Screen section.
    [ 330.607] (==) No screen section available. Using defaults.
    [ 330.607] (**) |-->Screen "Default Screen Section" (0)
    [ 330.607] (**) | |-->Monitor "<default monitor>"
    [ 330.607] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 330.607] (**) | |-->Device "Nvidia card"
    [ 330.607] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 330.607] (==) Automatically adding devices
    [ 330.607] (==) Automatically enabling devices
    [ 330.607] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 330.607] Entry deleted from font path.
    [ 330.607] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 330.607] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 330.607] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 330.607] (II) Loader magic: 0x7d3440
    [ 330.607] (II) Module ABI versions:
    [ 330.607] X.Org ANSI C Emulation: 0.4
    [ 330.607] X.Org Video Driver: 10.0
    [ 330.607] X.Org XInput driver : 12.2
    [ 330.607] X.Org Server Extension : 5.0
    [ 330.608] (--) PCI:*(0:1:0:0) 10de:0dc4:0000:0000 rev 161, Mem @ 0xea000000/16777216, 0xd0000000/134217728, 0xdc000000/33554432, I/O @ 0x0000bf00/128, BIOS @ 0x????????/524288
    [ 330.608] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 330.608] (II) LoadModule: "extmod"
    [ 330.608] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 330.608] (II) Module extmod: vendor="X.Org Foundation"
    [ 330.608] compiled for 1.10.3, module version = 1.0.0
    [ 330.608] Module class: X.Org Server Extension
    [ 330.608] ABI class: X.Org Server Extension, version 5.0
    [ 330.608] (II) Loading extension MIT-SCREEN-SAVER
    [ 330.608] (II) Loading extension XFree86-VidModeExtension
    [ 330.608] (II) Loading extension XFree86-DGA
    [ 330.608] (II) Loading extension DPMS
    [ 330.608] (II) Loading extension XVideo
    [ 330.608] (II) Loading extension XVideo-MotionCompensation
    [ 330.608] (II) Loading extension X-Resource
    [ 330.608] (II) LoadModule: "dbe"
    [ 330.608] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 330.608] (II) Module dbe: vendor="X.Org Foundation"
    [ 330.608] compiled for 1.10.3, module version = 1.0.0
    [ 330.608] Module class: X.Org Server Extension
    [ 330.608] ABI class: X.Org Server Extension, version 5.0
    [ 330.608] (II) Loading extension DOUBLE-BUFFER
    [ 330.608] (II) LoadModule: "glx"
    [ 330.608] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 330.608] (II) Module glx: vendor="X.Org Foundation"
    [ 330.608] compiled for 1.10.3, module version = 1.0.0
    [ 330.608] ABI class: X.Org Server Extension, version 5.0
    [ 330.608] (==) AIGLX enabled
    [ 330.608] (II) Loading extension GLX
    [ 330.608] (II) LoadModule: "record"
    [ 330.608] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 330.608] (II) Module record: vendor="X.Org Foundation"
    [ 330.609] compiled for 1.10.3, module version = 1.13.0
    [ 330.609] Module class: X.Org Server Extension
    [ 330.609] ABI class: X.Org Server Extension, version 5.0
    [ 330.609] (II) Loading extension RECORD
    [ 330.609] (II) LoadModule: "dri"
    [ 330.609] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 330.609] (II) Module dri: vendor="X.Org Foundation"
    [ 330.609] compiled for 1.10.3, module version = 1.0.0
    [ 330.609] ABI class: X.Org Server Extension, version 5.0
    [ 330.609] (II) Loading extension XFree86-DRI
    [ 330.609] (II) LoadModule: "dri2"
    [ 330.609] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 330.609] (II) Module dri2: vendor="X.Org Foundation"
    [ 330.609] compiled for 1.10.3, module version = 1.2.0
    [ 330.609] ABI class: X.Org Server Extension, version 5.0
    [ 330.609] (II) Loading extension DRI2
    [ 330.609] (II) LoadModule: "nouveau"
    [ 330.609] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 330.609] (II) Module nouveau: vendor="X.Org Foundation"
    [ 330.609] compiled for 1.10.3, module version = 0.0.16
    [ 330.609] Module class: X.Org Video Driver
    [ 330.609] ABI class: X.Org Video Driver, version 10.0
    [ 330.609] (II) NOUVEAU driver
    [ 330.609] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 330.609] RIVA TNT (NV04)
    [ 330.609] RIVA TNT2 (NV05)
    [ 330.609] GeForce 256 (NV10)
    [ 330.609] GeForce 2 (NV11, NV15)
    [ 330.609] GeForce 4MX (NV17, NV18)
    [ 330.609] GeForce 3 (NV20)
    [ 330.609] GeForce 4Ti (NV25, NV28)
    [ 330.609] GeForce FX (NV3x)
    [ 330.610] GeForce 6 (NV4x)
    [ 330.610] GeForce 7 (G7x)
    [ 330.610] GeForce 8 (G8x)
    [ 330.610] GeForce GTX 200 (NVA0)
    [ 330.610] GeForce GTX 400 (NVC0)
    [ 330.610] (++) using VT number 8
    [ 330.616] drmOpenDevice: node name is /dev/dri/card0
    [ 330.616] drmOpenDevice: open result is 7, (OK)
    [ 330.616] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 330.616] drmOpenDevice: node name is /dev/dri/card0
    [ 330.616] drmOpenDevice: open result is 7, (OK)
    [ 330.616] drmOpenByBusid: drmOpenMinor returns 7
    [ 330.616] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 330.616] (II) [drm] nouveau interface version: 0.0.16
    [ 330.616] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 330.616] (II) Loading sub module "dri"
    [ 330.616] (II) LoadModule: "dri"
    [ 330.616] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 330.616] (II) Module dri: vendor="X.Org Foundation"
    [ 330.616] compiled for 1.10.3, module version = 1.0.0
    [ 330.616] ABI class: X.Org Server Extension, version 5.0
    [ 330.617] (II) NOUVEAU(0): Loaded DRI module
    [ 330.617] drmOpenDevice: node name is /dev/dri/card0
    [ 330.617] drmOpenDevice: open result is 8, (OK)
    [ 330.617] drmOpenDevice: node name is /dev/dri/card0
    [ 330.617] drmOpenDevice: open result is 8, (OK)
    [ 330.617] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 330.617] drmOpenDevice: node name is /dev/dri/card0
    [ 330.617] drmOpenDevice: open result is 8, (OK)
    [ 330.617] drmOpenByBusid: drmOpenMinor returns 8
    [ 330.617] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 330.617] (II) [drm] DRM interface version 1.4
    [ 330.617] (II) [drm] DRM open master succeeded.
    [ 330.617] (--) NOUVEAU(0): Chipset: "NVIDIA NVc3"
    [ 330.617] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 330.617] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 330.617] (==) NOUVEAU(0): RGB weight 888
    [ 330.617] (==) NOUVEAU(0): Default visual is TrueColor
    [ 330.617] (==) NOUVEAU(0): Using HW cursor
    [ 330.617] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 330.617] (==) NOUVEAU(0): Page flipping enabled
    [ 330.820] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
    [ 330.827] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
    [ 330.925] (II) NOUVEAU(0): Output VGA-1 has no monitor section
    [ 330.932] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
    [ 331.134] (II) NOUVEAU(0): EDID for output DVI-I-1
    [ 331.134] (II) NOUVEAU(0): Manufacturer: ACI Model: 22f7 Serial#: 166755
    [ 331.134] (II) NOUVEAU(0): Year: 2010 Week: 21
    [ 331.134] (II) NOUVEAU(0): EDID Version: 1.3
    [ 331.134] (II) NOUVEAU(0): Digital Display Input
    [ 331.134] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 48 vert.: 27
    [ 331.134] (II) NOUVEAU(0): Gamma: 2.20
    [ 331.134] (II) NOUVEAU(0): DPMS capabilities: Off
    [ 331.134] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 331.134] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 331.134] (II) NOUVEAU(0): redX: 0.651 redY: 0.334 greenX: 0.286 greenY: 0.600
    [ 331.134] (II) NOUVEAU(0): blueX: 0.152 blueY: 0.075 whiteX: 0.313 whiteY: 0.329
    [ 331.134] (II) NOUVEAU(0): Supported established timings:
    [ 331.134] (II) NOUVEAU(0): 720x400@70Hz
    [ 331.134] (II) NOUVEAU(0): 640x480@60Hz
    [ 331.134] (II) NOUVEAU(0): 640x480@67Hz
    [ 331.134] (II) NOUVEAU(0): 640x480@75Hz
    [ 331.134] (II) NOUVEAU(0): 800x600@56Hz
    [ 331.134] (II) NOUVEAU(0): 800x600@60Hz
    [ 331.134] (II) NOUVEAU(0): 800x600@72Hz
    [ 331.134] (II) NOUVEAU(0): 800x600@75Hz
    [ 331.134] (II) NOUVEAU(0): 832x624@75Hz
    [ 331.134] (II) NOUVEAU(0): 1024x768@60Hz
    [ 331.134] (II) NOUVEAU(0): 1024x768@70Hz
    [ 331.134] (II) NOUVEAU(0): 1024x768@75Hz
    [ 331.134] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 331.134] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 331.134] (II) NOUVEAU(0): Supported standard timings:
    [ 331.134] (II) NOUVEAU(0): #0: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 331.134] (II) NOUVEAU(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 331.134] (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 331.134] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 331.134] (II) NOUVEAU(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 331.134] (II) NOUVEAU(0): #5: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 331.134] (II) NOUVEAU(0): #6: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 331.134] (II) NOUVEAU(0): Supported detailed timing:
    [ 331.134] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 476 x 268 mm
    [ 331.134] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 331.134] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 331.134] (II) NOUVEAU(0): Serial No: A5LMTF166755
    [ 331.134] (II) NOUVEAU(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 331.134] (II) NOUVEAU(0): Monitor name: ASUS MS228
    [ 331.134] (II) NOUVEAU(0): Supported detailed timing:
    [ 331.134] (II) NOUVEAU(0): clock: 27.0 MHz Image Size: 476 x 268 mm
    [ 331.134] (II) NOUVEAU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 331.134] (II) NOUVEAU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 331.134] (II) NOUVEAU(0): Supported detailed timing:
    [ 331.134] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 476 x 268 mm
    [ 331.134] (II) NOUVEAU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 331.134] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 331.134] (II) NOUVEAU(0): Supported detailed timing:
    [ 331.134] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 476 x 268 mm
    [ 331.134] (II) NOUVEAU(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 331.134] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 331.134] (II) NOUVEAU(0): Supported detailed timing:
    [ 331.134] (II) NOUVEAU(0): clock: 27.0 MHz Image Size: 476 x 268 mm
    [ 331.134] (II) NOUVEAU(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
    [ 331.134] (II) NOUVEAU(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
    [ 331.134] (II) NOUVEAU(0): Number of EDID sections to follow: 1
    [ 331.134] (II) NOUVEAU(0): EDID (in hex):
    [ 331.134] (II) NOUVEAU(0): 00ffffffffffff000469f722638b0200
    [ 331.134] (II) NOUVEAU(0): 1514010380301b782ae615a655499927
    [ 331.134] (II) NOUVEAU(0): 135054b7ef0081c0814081809500b300
    [ 331.134] (II) NOUVEAU(0): d1c0714f0101023a801871382d40582c
    [ 331.134] (II) NOUVEAU(0): 4500dc0c1100001e000000ff0041354c
    [ 331.134] (II) NOUVEAU(0): 4d54463136363735350a000000fd0037
    [ 331.135] (II) NOUVEAU(0): 4b1e5311000a202020202020000000fc
    [ 331.135] (II) NOUVEAU(0): 0041535553204d533232380a20200198
    [ 331.135] (II) NOUVEAU(0): EDID vendor "ACI", prod id 8951
    [ 331.135] (II) NOUVEAU(0): Using EDID range info for horizontal sync
    [ 331.135] (II) NOUVEAU(0): Using EDID range info for vertical refresh
    [ 331.135] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 331.135] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1440x480"x0.0 54.00 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1440x576"x0.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz)
    [ 331.135] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
    [ 331.135] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 331.135] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 331.143] (II) NOUVEAU(0): EDID for output DVI-D-1
    [ 331.240] (II) NOUVEAU(0): EDID for output VGA-1
    [ 331.248] (II) NOUVEAU(0): EDID for output HDMI-1
    [ 331.248] (II) NOUVEAU(0): Output DVI-I-1 connected
    [ 331.248] (II) NOUVEAU(0): Output DVI-D-1 disconnected
    [ 331.248] (II) NOUVEAU(0): Output VGA-1 disconnected
    [ 331.248] (II) NOUVEAU(0): Output HDMI-1 disconnected
    [ 331.248] (II) NOUVEAU(0): Using exact sizes for initial modes
    [ 331.248] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1080
    [ 331.248] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 331.248] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
    [ 331.248] (**) NOUVEAU(0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 331.248] (**) NOUVEAU(0): Mode "1280x720": 74.4 MHz (scaled from 0.0 MHz), 44.7 kHz, 60.0 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "720x480": 27.0 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 331.248] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 331.248] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 331.248] (**) NOUVEAU(0): Display dimensions: (480, 270) mm
    [ 331.248] (**) NOUVEAU(0): DPI set to (101, 101)
    [ 331.248] (II) Loading sub module "fb"
    [ 331.248] (II) LoadModule: "fb"
    [ 331.248] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 331.248] (II) Module fb: vendor="X.Org Foundation"
    [ 331.248] compiled for 1.10.3, module version = 1.0.0
    [ 331.248] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 331.248] (II) Loading sub module "exa"
    [ 331.248] (II) LoadModule: "exa"
    [ 331.248] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 331.248] (II) Module exa: vendor="X.Org Foundation"
    [ 331.248] compiled for 1.10.3, module version = 2.5.0
    [ 331.249] ABI class: X.Org Video Driver, version 10.0
    [ 331.249] (II) Loading sub module "shadowfb"
    [ 331.249] (II) LoadModule: "shadowfb"
    [ 331.249] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 331.249] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 331.249] compiled for 1.10.3, module version = 1.0.0
    [ 331.249] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 331.249] (--) Depth 24 pixmap format is 32 bpp
    [ 331.249] (EE) NOUVEAU(0): Error creating GPU channel: -19
    [ 331.249] (EE) NOUVEAU(0): Error initialising acceleration. Falling back to NoAccel
    [ 331.249] (==) NOUVEAU(0): Backing store disabled
    [ 331.249] (==) NOUVEAU(0): Silken mouse enabled
    [ 331.249] (==) NOUVEAU(0): DPMS enabled
    [ 331.249] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 331.249] (--) RandR disabled
    [ 331.249] (II) Initializing built-in extension Generic Event Extension
    [ 331.249] (II) Initializing built-in extension SHAPE
    [ 331.249] (II) Initializing built-in extension MIT-SHM
    [ 331.249] (II) Initializing built-in extension XInputExtension
    [ 331.249] (II) Initializing built-in extension XTEST
    [ 331.249] (II) Initializing built-in extension BIG-REQUESTS
    [ 331.249] (II) Initializing built-in extension SYNC
    [ 331.249] (II) Initializing built-in extension XKEYBOARD
    [ 331.249] (II) Initializing built-in extension XC-MISC
    [ 331.249] (II) Initializing built-in extension SECURITY
    [ 331.249] (II) Initializing built-in extension XINERAMA
    [ 331.249] (II) Initializing built-in extension XFIXES
    [ 331.249] (II) Initializing built-in extension RENDER
    [ 331.249] (II) Initializing built-in extension RANDR
    [ 331.249] (II) Initializing built-in extension COMPOSITE
    [ 331.249] (II) Initializing built-in extension DAMAGE
    [ 331.252] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 331.252] (II) AIGLX: Screen 0 is not DRI capable
    [ 331.255] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    [ 331.255] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 331.259] (II) NOUVEAU(0): NVEnterVT is called.
    [ 331.273] (II) NOUVEAU(0): Setting screen physical size to 508 x 285
    [ 331.273] resize called 1920 1080
    [ 331.337] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 331.337] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 331.337] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 331.337] (II) LoadModule: "evdev"
    [ 331.337] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 331.337] (II) Module evdev: vendor="X.Org Foundation"
    [ 331.337] compiled for 1.10.0, module version = 2.6.0
    [ 331.337] Module class: X.Org XInput Driver
    [ 331.337] ABI class: X.Org XInput driver, version 12.2
    [ 331.337] (II) Using input driver 'evdev' for 'Power Button'
    [ 331.337] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 331.337] (**) Power Button: always reports core events
    [ 331.337] (**) Power Button: Device: "/dev/input/event1"
    [ 331.337] (--) Power Button: Found keys
    [ 331.337] (II) Power Button: Configuring as keyboard
    [ 331.337] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 331.337] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 331.337] (**) Option "xkb_rules" "evdev"
    [ 331.337] (**) Option "xkb_model" "evdev"
    [ 331.337] (**) Option "xkb_layout" "us"
    [ 331.337] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 331.359] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 331.359] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 331.359] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 331.359] (II) Using input driver 'evdev' for 'Power Button'
    [ 331.359] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 331.359] (**) Power Button: always reports core events
    [ 331.359] (**) Power Button: Device: "/dev/input/event0"
    [ 331.359] (--) Power Button: Found keys
    [ 331.359] (II) Power Button: Configuring as keyboard
    [ 331.359] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 331.359] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 331.359] (**) Option "xkb_rules" "evdev"
    [ 331.359] (**) Option "xkb_model" "evdev"
    [ 331.359] (**) Option "xkb_layout" "us"
    [ 331.359] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 331.360] (II) config/udev: Adding input device HDA NVidia HDMI/DP (/dev/input/event3)
    [ 331.360] (II) No input driver/identifier specified (ignoring)
    [ 331.361] (II) config/udev: Adding input device HDA NVidia HDMI/DP (/dev/input/event4)
    [ 331.361] (II) No input driver/identifier specified (ignoring)
    [ 331.361] (II) config/udev: Adding input device HDA NVidia HDMI/DP (/dev/input/event5)
    [ 331.361] (II) No input driver/identifier specified (ignoring)
    [ 331.361] (II) config/udev: Adding input device HDA NVidia HDMI/DP (/dev/input/event6)
    [ 331.361] (II) No input driver/identifier specified (ignoring)
    [ 331.362] (II) config/udev: Adding input device Microsoft Natural® Ergonomic Keyboard 4000 (/dev/input/event8)
    [ 331.362] (**) Microsoft Natural® Ergonomic Keyboard 4000: Applying InputClass "evdev keyboard catchall"
    [ 331.362] (**) Microsoft Natural® Ergonomic Keyboard 4000: Applying InputClass "Keyboard Defaults"
    [ 331.362] (II) Using input driver 'evdev' for 'Microsoft Natural® Ergonomic Keyboard 4000'
    [ 331.362] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 331.362] (**) Microsoft Natural® Ergonomic Keyboard 4000: always reports core events
    [ 331.362] (**) Microsoft Natural® Ergonomic Keyboard 4000: Device: "/dev/input/event8"
    [ 331.362] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found keys
    [ 331.362] (II) Microsoft Natural® Ergonomic Keyboard 4000: Configuring as keyboard
    [ 331.362] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.0/input/input8/event8"
    [ 331.362] (II) XINPUT: Adding extended input device "Microsoft Natural® Ergonomic Keyboard 4000" (type: KEYBOARD)
    [ 331.362] (**) Option "xkb_rules" "evdev"
    [ 331.362] (**) Option "xkb_model" "evdev"
    [ 331.362] (**) Option "xkb_layout" "us"
    [ 331.362] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 331.363] (II) config/udev: Adding input device Microsoft Natural® Ergonomic Keyboard 4000 (/dev/input/event9)
    [ 331.363] (**) Microsoft Natural® Ergonomic Keyboard 4000: Applying InputClass "evdev keyboard catchall"
    [ 331.363] (**) Microsoft Natural® Ergonomic Keyboard 4000: Applying InputClass "Keyboard Defaults"
    [ 331.363] (II) Using input driver 'evdev' for 'Microsoft Natural® Ergonomic Keyboard 4000'
    [ 331.363] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 331.363] (**) Microsoft Natural® Ergonomic Keyboard 4000: always reports core events
    [ 331.363] (**) Microsoft Natural® Ergonomic Keyboard 4000: Device: "/dev/input/event9"
    [ 331.363] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found 1 mouse buttons
    [ 331.363] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found scroll wheel(s)
    [ 331.363] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found relative axes
    [ 331.363] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found absolute axes
    [ 331.363] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found keys
    [ 331.363] (II) Microsoft Natural® Ergonomic Keyboard 4000: Configuring as mouse
    [ 331.363] (II) Microsoft Natural® Ergonomic Keyboard 4000: Configuring as keyboard
    [ 331.363] (II) Microsoft Natural® Ergonomic Keyboard 4000: Adding scrollwheel support
    [ 331.363] (**) Microsoft Natural® Ergonomic Keyboard 4000: YAxisMapping: buttons 4 and 5
    [ 331.363] (**) Microsoft Natural® Ergonomic Keyboard 4000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 331.363] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.1/input/input9/event9"
    [ 331.363] (II) XINPUT: Adding extended input device "Microsoft Natural® Ergonomic Keyboard 4000" (type: KEYBOARD)
    [ 331.363] (**) Option "xkb_rules" "evdev"
    [ 331.363] (**) Option "xkb_model" "evdev"
    [ 331.363] (**) Option "xkb_layout" "us"
    [ 331.363] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 331.363] (EE) Microsoft Natural® Ergonomic Keyboard 4000: failed to initialize for relative axes.
    [ 331.363] (II) Microsoft Natural® Ergonomic Keyboard 4000: initialized for absolute axes.
    [ 331.363] (**) Microsoft Natural® Ergonomic Keyboard 4000: (accel) keeping acceleration scheme 1
    [ 331.363] (**) Microsoft Natural® Ergonomic Keyboard 4000: (accel) acceleration profile 0
    [ 331.363] (**) Microsoft Natural® Ergonomic Keyboard 4000: (accel) acceleration factor: 2.000
    [ 331.363] (**) Microsoft Natural® Ergonomic Keyboard 4000: (accel) acceleration threshold: 4
    [ 331.364] (II) config/udev: Adding input device Kensington USB Input Device (/dev/input/event7)
    [ 331.364] (**) Kensington USB Input Device: Applying InputClass "evdev pointer catchall"
    [ 331.364] (II) Using input driver 'evdev' for 'Kensington USB Input Device'
    [ 331.364] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 331.364] (**) Kensington USB Input Device: always reports core events
    [ 331.364] (**) Kensington USB Input Device: Device: "/dev/input/event7"
    [ 331.364] (--) Kensington USB Input Device: Found 9 mouse buttons
    [ 331.364] (--) Kensington USB Input Device: Found scroll wheel(s)
    [ 331.364] (--) Kensington USB Input Device: Found relative axes
    [ 331.364] (--) Kensington USB Input Device: Found x and y relative axes
    [ 331.364] (II) Kensington USB Input Device: Configuring as mouse
    [ 331.364] (II) Kensington USB Input Device: Adding scrollwheel support
    [ 331.364] (**) Kensington USB Input Device: YAxisMapping: buttons 4 and 5
    [ 331.364] (**) Kensington USB Input Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 331.364] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-2/5-2:1.0/input/input7/event7"
    [ 331.364] (II) XINPUT: Adding extended input device "Kensington USB Input Device" (type: MOUSE)
    [ 331.364] (II) Kensington USB Input Device: initialized for relative axes.
    [ 331.364] (**) Kensington USB Input Device: (accel) keeping acceleration scheme 1
    [ 331.364] (**) Kensington USB Input Device: (accel) acceleration profile 0
    [ 331.364] (**) Kensington USB Input Device: (accel) acceleration factor: 2.000
    [ 331.364] (**) Kensington USB Input Device: (accel) acceleration threshold: 4
    [ 331.364] (II) config/udev: Adding input device Kensington USB Input Device (/dev/input/mouse0)
    [ 331.364] (II) No input driver/identifier specified (ignoring)
    [ 331.364] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event2)
    [ 331.364] (II) No input driver/identifier specified (ignoring)
    [ 331.581] (II) NOUVEAU(0): EDID vendor "ACI", prod id 8951
    [ 331.581] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 331.581] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 331.581] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 331.581] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1440x480"x0.0 54.00 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1440x576"x0.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
    [ 331.581] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz)
    [ 331.983] (II) NOUVEAU(0): EDID vendor "ACI", prod id 8951
    [ 331.983] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 331.983] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 331.983] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 331.983] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 331.983] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 331.984] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 331.984] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 331.984] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
    [ 331.984] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 331.984] (II) NOUVEAU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
    [ 331.984] (II) NOUVEAU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
    [ 331.984] (II) NOUVEAU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz)
    [ 331.984] (II) NOUVEAU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz)
    [ 331.984] (II) NOUVEAU(0): Modeline "1440x480"x0.0 54.00 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 331.984] (II) NOUVEAU(0): Modeline "1440x576"x0.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz)
    [ 331.984] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
    [ 331.984] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz)
    [ 332.501] (II) NOUVEAU(0): EDID vendor "ACI", prod id 8951
    [ 332.501] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 332.501] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 332.501] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 332.501] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 332.501] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
    [ 332.502] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 332.502] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 332.502] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 332.502] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 332.502] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
    [ 332.502] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 332.502] (II) NOUVEAU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
    [ 332.502] (II) NOUVEAU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
    [ 332.502] (II) NOUVEAU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz)
    [ 332.502] (II) NOUVEAU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz)
    [ 332.502] (II) NOUVEAU(0): Modeline "1440x480"x0.0 54.00 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 332.502] (II) NOUVEAU(0): Modeline "1440x576"x0.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz)
    [ 332.502] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
    [ 332.502] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz)
    [ 333.020] (II) NOUVEAU(0): EDID vendor "ACI", prod id 8951
    [ 333.020] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 333.020] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 333.020] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 333.020] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1440x480"x0.0 54.00 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1440x576"x0.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
    [ 333.020] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz)
    [ 333.753] (II) NOUVEAU(0): EDID vendor "ACI", prod id 8951
    [ 333.753] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 333.753] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 333.753] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 333.753] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 333.753] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz)
    [ 333.754] (II) NOUVEAU(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 333.754] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 333.754] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz)
    [ 333.754] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
    [ 333.754] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz)
    [ 333.754] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 333.754] (II) NOUVEAU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
    [ 333.754] (II) NOUVEAU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
    [ 333.754] (II) NOUVEAU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz)
    [ 333.754] (II) NOUVEAU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz)
    [ 333.754] (II) NOUVEAU(0): Modeline "1440x480"x0.0 54.00 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 333.754] (II) NOUVEAU(0): Modeline "1440x576"x0.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz)
    [ 333.754] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
    [ 333.754] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz)
    [ 341.625] (II) NOUVEAU(0): EDID vendor "ACI", prod id 8951
    [ 341.625] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 341.625] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 341.625] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 341.625] (II) NOUVEAU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
    [ 341.625] (II) NOUVEAU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz)
    [ 341.625] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz)
    [ 341.625] (II) NOUVEAU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz)
    [ 341.625] (II) NOUVEAU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz)
    [ 341.625] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 341.625] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 341.625] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 341.625] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 341.625] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 341.625] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 341.625] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 341.625] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 341.625] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 341.625] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 341.626] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 62

    @sir - Works fine with proprietary driver.  Power supply is plenty large for this card.  It works fine under xfce.  The only features for the NVC0 series (this is an NVC3) that isn't the same as the others is "decode videos" which I took to mean VDPAU.  All other relevant features are the same as the NV50 series.
    Last edited by graysky (2011-08-06 09:59:38)

  • Does anyone have Gnome Shell up and running? If so, how did you do it?

    Hi all!
    I've tried installing Gnome Shell via gnome-shell and gnome-shell-git in AUR and the guide over here: http://zazaq.com/2010/04/27/gnome-scree … 0-on-arch/ to no avail. The latter method actually compiles after a few minor tweaks, but after running:
    gnome-shell/install/bin/gnome-shell --replace
    I am stuck with errors like this:
    JS ERROR: !!! Exception was: Error: Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found
    JS ERROR: !!! lineNumber = '0'
    JS ERROR: !!! fileName = 'gjs_throw'
    JS ERROR: !!! stack = 'Error("Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found")@:0
    ("Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found")@gjs_throw:0
    @/home/korpenkraxar/gnome-shell/install/share/gnome-shell/js/ui/main.js:3
    JS ERROR: !!! message = 'Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found'
    JS ERROR: !!! Exception was: Error: Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found
    JS ERROR: !!! lineNumber = '0'
    JS ERROR: !!! fileName = 'gjs_throw'
    JS ERROR: !!! stack = 'Error("Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found")@:0
    ("Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found")@gjs_throw:0
    @/home/korpenkraxar/gnome-shell/install/share/gnome-shell/js/ui/main.js:3
    JS ERROR: !!! message = 'Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found'
    Window manager warning: Log level 32: Execution of main.js threw exception: Error: Requiring GLib, version none: Typelib file for namespace 'GLib' (any version) not found
    Followed by:
    Cannot register the panel shell: there is already one running.
    Looking around on the interwebs, the latter error suggests removing xulrunner, which I have done. This actually allows me to start gnome-shell, but the only thing that happens is that mutter kicks in and the window decoration changes slightly but I do not get the actual shell. Having removed xulrunner, I get this error:
    (mutter:1063): mutter-WARNING **: Could not load library [/home/korpenkraxar/gnome-shell/install/lib64/mutter/plugins/libgnome-shell.so (libmozjs.so: cannot open shared object file: No such file or directory)]
    And now I am stuck. Any ideas or pointers anyone?
    Last edited by korpenkraxar (2010-11-11 08:57:47)

    I got it running a while back.  (Like, a couple of months ago.  It's now gone, for multiple reasons).  If memory serves me correctly, I just enabled the gnome-unstable repository and downloaded and it worked (it didn't compile properly from AUR for me).  Well, I say "worked".  It was very slow.
    Maybe add
    [gnome-unstable]
    Include = /etc/pacman.d/mirrorlist
    to pacman.conf if you want to give it a go.
    On the subject of gnome shell, has anyone got it to run smoothly?  I have a 1Gb nvidia card, 4Gb ram and dual core 3Ghz cpu and it was totally unusable when I tried it.

  • Gnome-shell 3.10.2 + gdm: interface broken. Restart with "r" fixes it

    Hello forum
    I have a fresh install of Arch with Gnome-shell and GDM, and after logging in for the first time, the Gnome-shell interface appears broken. See the screenshots below:
    The desktop
    http://imgur.com/RWJROK3
    and when clicking the top right tray icons, the menu appears broken, and no text is shown.
    http://imgur.com/haVXdhD
    If I do Alt+F2 and run "r" to restart Gnome-shell, everything gets back to normal. Even if I log off and on again, everything stays running ok.
    I have a DELL XPS, and I have bumblebee (+bbswitch)  installed, using the intel+nvidia drivers, as instructed in the Arch Wiki.
    Any clues on how to debug this? It's a (minor) headache having to 'r' on every first login boot.
    Thanks!!
    UPDATE: It doesn't happen on EVERY first boot. I just rebooted and it didn't happen, but earlier today it happened 2 times. I'll keep trying to narrow it down to see what might be causing this.
    Last edited by martin_legion (2014-03-09 21:37:50)

    links to similar threads:
    https://bbs.archlinux.org/viewtopic.php … 1#p1390561
    https://bbs.archlinux.org/viewtopic.php?id=177973
    Last edited by brittyazel (2014-03-10 01:32:50)

  • Recent update broke GNOME Shell drawing?

    Hi.
    I'm recently working on a theme for GNOME Shell, and in the "popup-menu-item" class I used a style like this: "box-shadow: inset 0 1px 0 #86d1f2;"
    It was all good before, but after I update my system yesterday the inset box-shadow property seems to be broken.
    With "0 1px [something greater than 0]" it works just fine,
    but if I do what I did above, going with "0 1px 0", the shadow (which should've been only 1 pixel high) would cover the whole button.
    Not sure if it's just me or it really is a bug.
    And I don't know much about all those packages, but I suspect it's gtk or cairo that cause the change.
    Please tell me what you think and where and how I can properly report this. Thanks!
    FYI,
    Before (check the third one from the left at the bottom): http://illusionmist.deviantart.com/#/d4yu9f2
    After: http://imgur.com/X5C6f
    Last edited by illusionmist (2012-05-14 15:02:36)

    wonder wrote:do you have nouveau?
    Is it something Nvidia-related? No, I don't think so. I'm running on ATI.
    But I don't think it's a graphical glitch caused by driver or something like that anyway.
    Must be the Shell or whatever it is it's using to draw.
    A few thoughts:
    1. If someone can check this for me, apply a random third-party theme, and add "box-shadow: inset 0 1px 0 red;" in the ".popup-menu-item" block, ALT-F2 "rt"
    then check if it's a red line or covers the whole item.
    2. Assume it's caused by, say, Cairo, can I downgrade to an earlier version easily with pacman or yaourt? That way I might be able to find the problem.
    Thanks.

  • Cinnamon vs gnome-shell

    ive installed both cinnamon and gnome-shell, has anyone else noticed the window animations in cinnamon to be alot smoother than in gnome-shell, like the workspace switching and expose like animations
    i would prefer to use gnome-shell at this point, but the animations are sometimes abit laggy
    btw im using nvidia 460 with nvidia drivers
    Last edited by Drumitar (2012-06-17 19:57:41)

    Yes I've noticed the same. I greatly prefer Cinnamon however. Why they perform differently I suspect has to do with Gnome Shell and it's handling of workspaces.
    In generally Cinnamon just seems lighter and balanced the eye candy well.

  • DPMS/Screen blanking not working in gnome-shell

    The title pretty much sums it up. I've tried setting screen blanking in gnome-control-center->power, but it doesn't seem to work. However DPMS has worked in pretty much every other WM I've tried by default.
    I've installed gnome-shell and gnome-control-center. Not using gdm.
    I've tried 'xset -dpms' which apparently should've helped at least in earlier gnome releases, but it makes no difference on my system.
    Any ideas what could be causing this?

    \hbar wrote:
    Could you be more specific so as to what does not work? Is it the automatic screen blanking, or just plain screen blanking? If you run
    xset dpms force off
    does the screen turn off?
    I want my screen to turn off automatically when system is not in use, so I've enabled the automatic screen blanking from gnome settings.
    That command turns my monitor off fine, but doesn't happen automatically when system is idle like it does in other WMs
    \hbar wrote:Also 'xset -dpms' disables dpms, so I don't understand how that would help.
    Apparently there's been an issue where xserver's dpms settings get in gnome's way, and disabling dpms with xset has helped some people in arch forums and others. Although if I'm not mistaken that issue should be fixed already.

  • [SOLVED!]I'd like to add a dedicated Gnome-Shell session entry to GDM.

    Edit:
    Well, thanks for all your help guys, I really did appreciate it all.
    However I've remembered something I used to use in Ubuntu.
    I added a Gnome-Shell .desktop file into my /home/myname/.config/autostart folder like this
    [Desktop Entry]
    Type=Application
    Exec=gnome-shell --replace &
    Hidden=false
    X-GNOME-Autostart-enabled=true
    Name[en_US]=Gnome Shell
    Name=Gnome Shell
    Comment[en_US]=Start Gnome Shell!
    Comment=Start Gnome Shell!
    OnlyShowIn=GNOME
    It starts only in Gnome and nothing else, just how I wanted it to. I'm aware that this is more of a bandaid fix than anything else, but it works!
    Thanks again, now I can use KDE, Gnome-Shell, and Openbox.
    Last edited by Nimbus (2011-07-02 02:55:37)

    Wey wrote:
    Hello nimbus,
    i don't have a gdm setup at hand, but i think you still need gnome-session. /usr/share/xsessions/gnome-shell.desktop should probably state
    [GNOME Session]
    Name=Gnome Shell Session
    Exec=gnome-session --session gnome-with-shell
    Type=Application
    note gnome-sessions man page; sessions specified via the --session flag are looked for in /usr/share/gnome-sessions/sessions.
    There you should have a file like gnome-with-shell.desktop
    [GNOME Session]
    Name=Gnome Shell Session
    RequiredComponents=gnome-shell;gnome-settings-daemon;
    IsRunnableHelper=/usr/lib/gnome-session/gnome-session-check-accelerated
    FallbackSession=gnome-fallback
    EDIT: Well....definately more progress this time....I think.
    It still doesn't load gnome-shell and instead says
    No EXEC Line in session file gnome-shell, loading fallback mode.
    Here are my entries
    /usr/share/xsessions/gnome-shell.desktop
    [GNOME Session]
    Name=Gnome Shell Session
    Exec=gnome-session --session gnome-with-shell
    Type=Application
    /usr/share/gnome-sessions/gnome-with-shell.session
    [GNOME Session]
    Name=Gnome Shell Session
    RequiredComponents=gnome-shell;gnome-settings-daemon;gnome-power-manager
    IsRunnableHelper=/usr/lib/gnome-session/gnome-session-check-accelerated
    Exec=gnome-shell (I added this in thinking it might be the issue
    FallbackSession=gnome-fallback
    OnlyShowIn=Gnome
    I can still get it to load by using grun and typing gnome-shell --replace, but that's besides the point. Also it would seem that none of my startup applications load like they are suposed to, but I'm sure it's some sort of bug related to the issue.
    Edit:
    Adding even further to the oddness, it would appear that gnome.session already supposedly has these entries, further baffling me as to why it doesn't load gnome-shell to begin with unless it's in my /home/name/.config/autostart folder.
    /usr/share/gnome-sessions/Gnome.session
    RequiredComponents=gnome-shell;gnome-settings-daemon;
    IsRunnableHelper=/usr/lib/gnome-session/gnome-session-check-accelerated
    FallbackSession=gnome-fallback
    Sigh...really confused now. I guess what I need help with is figuring out why old shell here isn't loading unless it's in my autostart directory.
    Last edited by Nimbus (2011-07-01 23:46:03)

  • Nautilus Crashes Gnome-Shell

    Just upgraded to Gnome 3.6.1 today, and for some reason now every time I open Nautilus, gnome-shell and mutter crash then reopen, and I can continue as normal.  If I open and close nautilus three times, gnome crashes, disables extensions, and sends me back to gdm.  Any ideas?

    I ended up reinstalling to take advantage of some other features, and the problem doesn't exist anymore.  Not sure what caused, just know that it's gone now.

  • Gnome 3 doesn't start = gnome-shell crashes

    Well guys, I've been playing around with arch for a while, and now I have decided to test GNOME 3 by myself. So I installed gnome and gnome-extra packages, started gdm, logged into my user and... Nothing. GDM takes forever to start the session and... Well, it doesn't start the session at all. So I thought I could open gnome in the same way I open my openbox session, so I changed my exec ck-launch-session openbox-session in .xinitrc to exec ck-launch-session gnome-session.
    I run startx and... Nothing! Well, it loads the wallpaper, and then the screen goes black and it says it couldn't load the session, asks me to try again.
    So I realized I'd have to test some things. Well, running gnome-shell and metacity from console just shut down the X server!
    And yes, I've searched in the forums, but the solutions I found didn't work for me. If you want me to post a log, or the packages installed... I dunno.
    I wasn't using the testing repos when the error start. I upgraded and the error is still the same.
    Guys, I just want to test this freak!
    Sorry for my bad english, and thank you already

    can you post ~/.xsession-errors after you login via GDM?

Maybe you are looking for

  • HT2729 A movie I purchased and downladed is not showing up on my purchased or downladed screen?

    I downloaded a movie that I paid for, it was going to take 245 min so I closed my iPad and went to bed.  Woke up today to watch my movie and I can't find it anywhere.  It's not on my purchased page or my downloads page and when I looked up the movie

  • How do I write an array of strings to a single Excel row?

    I'd like to write test data, as an array of strings, to an Excel file. Attached is my attempt to modify one of the Labview 6.1 example files. This modified example will write the data to the correct row, which is determined by serial # of the UUT, bu

  • Nikon d810 won't tether

    My Nikon D810 will not tether with lightroom. I've tried three different USB 3.0 Cords, Two different computers and reinstalling lightroom and have made sure its up to date 5.6 Help?

  • Help! My computer is being annoying!

    So today, Easter, I got Sims 3 games and stuff. Well when I tried to put in the disk it didn't catch. I had this problem before but now what I used last time, pressuried air, isn't working. I tried to reset my PRAM and stuff but it still doesn't work

  • Manual entries made by users on Book dep postings

    Hi I am working on one report related to assets, i need to pick the values which are related to Manual entries made by the users on depreciation postings. How can i pick this amount and display on the report. Thanks Suresh