Gnome-Shell mail notifier 'Mailnag'

Hi to everyone,
I was looking for this plugin (but it's not a javascript plugin, it's a python application) to let automatically check on gnome-shell notifier system when mail comes. Tha's the repo https://launchpad.net/mailnag. And this is how to catch:
bzr branch lp:mailnag
To run it just run mailnag_config
I tried to let it work but it can't create the configuration file (it seems that it can't create the configuration file) so i'm stuck. Maybe i'm missing some not specificated dependencies?
Thanks in advance

I just got mine working it seems like there is an other sneaky dependency, as the script depends on aplay from alsa-utils to play a notification sound. After installing alsa-utils, everything worked.
For your problem: I don't really know about the differences between gmail and googlemail, but try to replace ****@gmail.com with ****@googlemail.com. If you are from the UK or Germany, you could be affected by this: http://mail.google.com/support/bin/answ … wer=165761
Edit: By your request, my python packages (I'm using testing on my laptop, if that matters):
dbus-python 0.83.1-2
gstreamer0.10-python 0.10.21-1
mlt-python-bindings 0.7.2-1
mutagen 1.20-3
pygobject 2.28.4-1
pygoocanvas 0.14.1-3
pygtk 2.24.0-1
pygtksourceview2 2.10.1-3
python 3.2-2
python2 2.7.1-9
python2-cairo 1.10.0-1
python2-distribute 0.6.16-1
python2-gconf 2.28.1-7
python2-gtkspell 2.25.3-9
python2-httplib2 0.6.0-4
python-gnomekeyring 2.32.0-6
python-imaging 1.1.7-3
python-notify 0.1.1-10
pyxdg 0.19-2
pyxml 0.8.4-8
2. Edit: Looking at the source code, it seems like it tries ssl by default and then falls back to non-ssl in case of failure.
3. Edit: I extracted the code that causes your error into a standalone script. Invoke it with python2 for further investigations.
print "Importing imaplib..."
import imaplib, sys
port = 993
server = "imap.gmail.com"
print "Attempting to connect via SSL to " + server + ":" + str(port) + "..."
try: srv = imaplib.IMAP4_SSL(server, port)
except:
print "Connection failed. Falling back to non-SSL"
try: srv = imaplib.IMAP4(server, port)
except:
print "Connection failed. Exiting."
sys.exit()
print "Connection established on " + str(srv) + ".\nClosing now. "
srv.logout()
print "Finished."
Last edited by Wey (2011-06-04 21:56:30)

Similar Messages

  • Mailnag for gnome-shell mail notifier

    Hi,
    i already asked in the desktop section how to run the code (python) but i cannot manage to run! So i ask kindly if it is possible to have this 'extension' as a package on aur.
    It's a gnome-shell notifier email in which by using evolution (maybe thunderbird) to reply mail directly from the gnome-shell popup window.
    https://launchpad.net/mailnag
    Thanks in advance
    Last edited by techmagyor (2011-06-01 17:34:51)

    I just got mine working it seems like there is an other sneaky dependency, as the script depends on aplay from alsa-utils to play a notification sound. After installing alsa-utils, everything worked.
    For your problem: I don't really know about the differences between gmail and googlemail, but try to replace ****@gmail.com with ****@googlemail.com. If you are from the UK or Germany, you could be affected by this: http://mail.google.com/support/bin/answ … wer=165761
    Edit: By your request, my python packages (I'm using testing on my laptop, if that matters):
    dbus-python 0.83.1-2
    gstreamer0.10-python 0.10.21-1
    mlt-python-bindings 0.7.2-1
    mutagen 1.20-3
    pygobject 2.28.4-1
    pygoocanvas 0.14.1-3
    pygtk 2.24.0-1
    pygtksourceview2 2.10.1-3
    python 3.2-2
    python2 2.7.1-9
    python2-cairo 1.10.0-1
    python2-distribute 0.6.16-1
    python2-gconf 2.28.1-7
    python2-gtkspell 2.25.3-9
    python2-httplib2 0.6.0-4
    python-gnomekeyring 2.32.0-6
    python-imaging 1.1.7-3
    python-notify 0.1.1-10
    pyxdg 0.19-2
    pyxml 0.8.4-8
    2. Edit: Looking at the source code, it seems like it tries ssl by default and then falls back to non-ssl in case of failure.
    3. Edit: I extracted the code that causes your error into a standalone script. Invoke it with python2 for further investigations.
    print "Importing imaplib..."
    import imaplib, sys
    port = 993
    server = "imap.gmail.com"
    print "Attempting to connect via SSL to " + server + ":" + str(port) + "..."
    try: srv = imaplib.IMAP4_SSL(server, port)
    except:
    print "Connection failed. Falling back to non-SSL"
    try: srv = imaplib.IMAP4(server, port)
    except:
    print "Connection failed. Exiting."
    sys.exit()
    print "Connection established on " + str(srv) + ".\nClosing now. "
    srv.logout()
    print "Finished."
    Last edited by Wey (2011-06-04 21:56:30)

  • Gnome Shell

    I want to basically wipe my system clean except for sudo, base and clyde and then install Gnome Shell via AUR/clyde.
    Is there an easy way to just uninstall everything? I am currently running Gnome 2.
    Also, should I install gnome-shell or gnome-shell-git from AUR?
    Thanks!

    justo wrote:
    Gnome Shell reportedly compiled correctly but when I run ./gnome-shell --replace I get
    [justin@Justin src]$ ./gnome-shell --replace
    Gtk-Message: Failed to load module "gnomesegvhandler": libgnomesegvhandler.so: cannot open shared object file: No such file or directory
    mutter: symbol lookup error: /home/justin/gnome-shell/install/lib64/gtk-3.0/modules/libcanberra-gtk-module.so: undefined symbol: gtk_quit_add
    [justin@Justin src]$ Window manager warning: Screen 0 on display ":0.0" already has a window manager; try using the --replace option to replace the current window manager.
    Cannot register the panel shell: there is already one running.
    Am I missing a dependency?
    I do not know what to do about your first Gtk-Message. It doesn't happen to me (at least I'm not aware of it) and Google doesn't help.
    For your second error (see e.g. http://mail.gnome.org/archives/gnome-sh … 00059.html):
    rm ~/gnome-shell/install/lib/gtk-3.0/modules/libcanberra-gtk-module.so
    You might have a look at the Gnome Shell mailing list (http://mail.gnome.org/archives/gnome-shell-list/) when you are in trouble, sometime workarounds are provided there.
    Last edited by alexcriss (2011-01-09 09:52:59)

  • [Gnome-Shell] Seeing that Thunderbird icon always

    Hi,
    when receiving a mail when I am not at the computer I won't see directly that I got one. Just when going down with the cursor that forces that panel at the bottom to appear. There is my Thunderbird icon notifying me that a mail was received.
    But I like to see it all the time like in Gnome3-Fallback when that icon was always at the top panel in the notification area. Is there any way to see that icon always without clicking/moving somewhere?
    Last edited by A_ch (2011-05-28 23:44:54)

    Hello,
    there is a extension tutorial, that shows how to make the gnote icon always visible by moving it to the top tray. You should be able to port it to thunderbird.
    See: http://blog.fpmurphy.com/2011/05/more-g … ation.html
    Edit: I set it up myself here (with gnote though, just replace all gnote calls with thunderbird). It looks like this:
    $pwd
    /home/username/.local/share/gnome-shell/extensions/[email protected]
    $ls
    extension.js metadata.json
    $cat extension.js
    const StatusIconDispatcher = imports.ui.statusIconDispatcher;
    function main() {
    StatusIconDispatcher.STANDARD_TRAY_ICON_IMPLEMENTATIONS['gnote'] = 'gnote';
    $cat metadata.json
    {"shell-version": ["3.0.2"], "uuid": "[email protected]", "name": "gnotetop", "description": "Moves the gnote icon to the system status bar."}
    There is also in interactive extension tool that ships with gnome-shell. Invoke it with gnome-shell-extension-tool --create, it will do most of the setup for you.
    Last edited by Wey (2011-06-02 12:46:17)

  • Rendering bugs on xf86-video-ati on GNOME Shell

    Hi guys. I have a problem with graphics rendering on Arch i686 installed on a bootable USB stick. To handle multiple devices I did pacman -S xorg-drivers. Unfortunately when I log in to GDM/GNOME shell the screen is full of artifacts - several icons are just invisible and rectangular parts of page in Chromium are black, gnome-shell controls blink and so on.
    I did not test other display managers/desktop environments. xf86-video-ati works fine for me on 64bit Arch installed on the HDD.
    $ journalctl -xb --no-pager
    -- Logs begin at śro 2014-12-24 02:09:53 CET, end at sob 2014-12-27 14:20:29 CET. --
    gru 27 14:14:08 lapa systemd-journal[141]: Runtime journal is using 8.0M (max allowed 151.4M, trying to leave 227.1M free of 1.4G available → current limit 151.4M).
    gru 27 14:14:08 lapa systemd-journal[141]: Permanent journal is using 16.0M (max allowed 1.2G, trying to leave 1.8G free of 9.1G available → current limit 1.2G).
    gru 27 14:14:09 lapa systemd-journal[141]: Time spent on flushing to /var is 147.203ms for 2 entries.
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys cpuset
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys cpu
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys cpuacct
    gru 27 14:14:09 lapa kernel: Linux version 3.17.6-1-ARCH (builduser@foutrelis) (gcc version 4.9.2 (GCC) ) #1 SMP PREEMPT Sun Dec 7 23:58:19 UTC 2014
    gru 27 14:14:09 lapa kernel: e820: BIOS-provided physical RAM map:
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bfb3efff] usable
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000bfb3f000-0x00000000bfbbefff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000bfbbf000-0x00000000bfebefff] ACPI NVS
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000bfebf000-0x00000000bfef5fff] ACPI data
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000bfef6000-0x00000000bfefffff] usable
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000bff00000-0x00000000dfffffff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x0000000100000000-0x000000011effffff] usable
    gru 27 14:14:09 lapa kernel: Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    gru 27 14:14:09 lapa kernel: SMBIOS 2.7 present.
    gru 27 14:14:09 lapa kernel: DMI: Acer Aspire 7560/JE70-SB, BIOS V2.02 12/02/2011
    gru 27 14:14:09 lapa kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    gru 27 14:14:09 lapa kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    gru 27 14:14:09 lapa kernel: e820: last_pfn = 0xbff00 max_arch_pfn = 0x100000
    gru 27 14:14:09 lapa kernel: MTRR default type: uncachable
    gru 27 14:14:09 lapa kernel: MTRR fixed ranges enabled:
    gru 27 14:14:09 lapa kernel: 00000-9FFFF write-back
    gru 27 14:14:09 lapa kernel: A0000-BFFFF uncachable
    gru 27 14:14:09 lapa kernel: C0000-FFFFF write-through
    gru 27 14:14:09 lapa kernel: MTRR variable ranges enabled:
    gru 27 14:14:09 lapa kernel: 0 base 0000000000 mask FF80000000 write-back
    gru 27 14:14:09 lapa kernel: 1 base 0080000000 mask FFC0000000 write-back
    gru 27 14:14:09 lapa kernel: 2 base 00BFEBD000 mask FFFFFFF000 uncachable
    gru 27 14:14:09 lapa kernel: 3 base 00FFE00000 mask FFFFE00000 write-protect
    gru 27 14:14:09 lapa kernel: 4 disabled
    gru 27 14:14:09 lapa kernel: 5 disabled
    gru 27 14:14:09 lapa kernel: 6 disabled
    gru 27 14:14:09 lapa kernel: 7 disabled
    gru 27 14:14:09 lapa kernel: TOM2: 000000011f000000 aka 4592M
    gru 27 14:14:09 lapa kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    gru 27 14:14:09 lapa kernel: found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [c00fe1b0]
    gru 27 14:14:09 lapa kernel: Scanning 1 areas for low memory corruption
    gru 27 14:14:09 lapa kernel: initial memory mapped: [mem 0x00000000-0x01bfffff]
    gru 27 14:14:09 lapa kernel: Base memory trampoline at [c009b000] 9b000 size 16384
    gru 27 14:14:09 lapa kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    gru 27 14:14:09 lapa kernel: [mem 0x00000000-0x000fffff] page 4k
    gru 27 14:14:09 lapa kernel: init_memory_mapping: [mem 0x37000000-0x373fffff]
    gru 27 14:14:09 lapa kernel: [mem 0x37000000-0x373fffff] page 2M
    gru 27 14:14:09 lapa kernel: init_memory_mapping: [mem 0x30000000-0x36ffffff]
    gru 27 14:14:09 lapa kernel: [mem 0x30000000-0x36ffffff] page 2M
    gru 27 14:14:09 lapa kernel: init_memory_mapping: [mem 0x00100000-0x2fffffff]
    gru 27 14:14:09 lapa kernel: [mem 0x00100000-0x003fffff] page 4k
    gru 27 14:14:09 lapa kernel: [mem 0x00400000-0x2fffffff] page 2M
    gru 27 14:14:09 lapa kernel: init_memory_mapping: [mem 0x37400000-0x377fdfff]
    gru 27 14:14:09 lapa kernel: [mem 0x37400000-0x377fdfff] page 4k
    gru 27 14:14:09 lapa kernel: BRK [0x017ae000, 0x017aefff] PGTABLE
    gru 27 14:14:09 lapa kernel: RAMDISK: [mem 0x37912000-0x37c80fff]
    gru 27 14:14:09 lapa kernel: Allocated new RAMDISK: [mem 0x3748f000-0x377fd8f7]
    gru 27 14:14:09 lapa kernel: Move RAMDISK from [mem 0x37912000-0x37c808f7] to [mem 0x3748f000-0x377fd8f7]
    gru 27 14:14:09 lapa kernel: ACPI: Early table checksum verification disabled
    gru 27 14:14:09 lapa kernel: ACPI: RSDP 0x000FE020 000024 (v02 ACRSYS)
    gru 27 14:14:09 lapa kernel: ACPI: XSDT 0xBFEF5120 00007C (v01 ACRSYS ACRPRDCT 00000001 01000013)
    gru 27 14:14:09 lapa kernel: ACPI: FACP 0xBFEF4000 0000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: DSDT 0xBFEE2000 00DADF (v01 ACRSYS ACRPRDCT F0000000 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: FACS 0xBFC96000 000040
    gru 27 14:14:09 lapa kernel: ACPI: HPET 0xBFEF3000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: APIC 0xBFEF2000 000084 (v02 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: MCFG 0xBFEF1000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: ASF! 0xBFEF0000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: BOOT 0xBFEE1000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: SLIC 0xBFEE0000 000176 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: WDRT 0xBFEDF000 000047 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: MSDM 0xBFEDE000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: SSDT 0xBFEDD000 000E28 (v01 AMD POWERNOW 00000001 AMD 00000001)
    gru 27 14:14:09 lapa kernel: ACPI: SSDT 0xBFEDB000 00193D (v02 AMD ALIB 00000001 MSFT 04000000)
    gru 27 14:14:09 lapa kernel: ACPI: Local APIC address 0xfee00000
    gru 27 14:14:09 lapa kernel: 2183MB HIGHMEM available.
    gru 27 14:14:09 lapa kernel: 887MB LOWMEM available.
    gru 27 14:14:09 lapa kernel: mapped low ram: 0 - 377fe000
    gru 27 14:14:09 lapa kernel: low ram: 0 - 377fe000
    gru 27 14:14:09 lapa kernel: BRK [0x017af000, 0x017affff] PGTABLE
    gru 27 14:14:09 lapa kernel: Zone ranges:
    gru 27 14:14:09 lapa kernel: DMA [mem 0x00001000-0x00ffffff]
    gru 27 14:14:09 lapa kernel: Normal [mem 0x01000000-0x377fdfff]
    gru 27 14:14:09 lapa kernel: HighMem [mem 0x377fe000-0xbfefffff]
    gru 27 14:14:09 lapa kernel: Movable zone start for each node
    gru 27 14:14:09 lapa kernel: Early memory node ranges
    gru 27 14:14:09 lapa kernel: node 0: [mem 0x00001000-0x0009efff]
    gru 27 14:14:09 lapa kernel: node 0: [mem 0x00100000-0xbfb3efff]
    gru 27 14:14:09 lapa kernel: node 0: [mem 0xbfef6000-0xbfefffff]
    gru 27 14:14:09 lapa kernel: On node 0 totalpages: 785127
    gru 27 14:14:09 lapa kernel: free_area_init_node: node 0, pgdat c162b480, node_mem_map f5c8f020
    gru 27 14:14:09 lapa kernel: DMA zone: 32 pages used for memmap
    gru 27 14:14:09 lapa kernel: DMA zone: 0 pages reserved
    gru 27 14:14:09 lapa kernel: DMA zone: 3998 pages, LIFO batch:0
    gru 27 14:14:09 lapa kernel: Normal zone: 1744 pages used for memmap
    gru 27 14:14:09 lapa kernel: Normal zone: 223230 pages, LIFO batch:31
    gru 27 14:14:09 lapa kernel: HighMem zone: 4367 pages used for memmap
    gru 27 14:14:09 lapa kernel: HighMem zone: 557899 pages, LIFO batch:31
    gru 27 14:14:09 lapa kernel: Using APIC driver default
    gru 27 14:14:09 lapa kernel: ACPI: PM-Timer IO Port: 0x408
    gru 27 14:14:09 lapa kernel: ACPI: Local APIC address 0xfee00000
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    gru 27 14:14:09 lapa kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    gru 27 14:14:09 lapa kernel: IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    gru 27 14:14:09 lapa kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    gru 27 14:14:09 lapa kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    gru 27 14:14:09 lapa kernel: ACPI: IRQ0 used by override.
    gru 27 14:14:09 lapa kernel: ACPI: IRQ9 used by override.
    gru 27 14:14:09 lapa kernel: Using ACPI (MADT) for SMP configuration information
    gru 27 14:14:09 lapa kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
    gru 27 14:14:09 lapa kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    gru 27 14:14:09 lapa kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    gru 27 14:14:09 lapa kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    gru 27 14:14:09 lapa kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    gru 27 14:14:09 lapa kernel: e820: [mem 0xe0000000-0xf7ffffff] available for PCI devices
    gru 27 14:14:09 lapa kernel: Booting paravirtualized kernel on bare hardware
    gru 27 14:14:09 lapa kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    gru 27 14:14:09 lapa kernel: PERCPU: Embedded 14 pages/cpu @f5c45000 s33536 r0 d23808 u57344
    gru 27 14:14:09 lapa kernel: pcpu-alloc: s33536 r0 d23808 u57344 alloc=14*4096
    gru 27 14:14:09 lapa kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    gru 27 14:14:09 lapa kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 783351
    gru 27 14:14:09 lapa kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e298e7c2-a35d-4fd4-b1a9-41e2cd84ae0e rw quiet
    gru 27 14:14:09 lapa kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
    gru 27 14:14:09 lapa kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    gru 27 14:14:09 lapa kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    gru 27 14:14:09 lapa kernel: Initializing CPU#0
    gru 27 14:14:09 lapa kernel: allocated 6289400 bytes of page_cgroup
    gru 27 14:14:09 lapa kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    gru 27 14:14:09 lapa kernel: Initializing HighMem for node 0 (000377fe:000bff00)
    gru 27 14:14:09 lapa kernel: Initializing Movable for node 0 (00000000:00000000)
    gru 27 14:14:09 lapa kernel: Memory: 3097232K/3140508K available (4550K kernel code, 493K rwdata, 1344K rodata, 580K init, 832K bss, 43276K reserved, 2231596K highmem)
    gru 27 14:14:09 lapa kernel: virtual kernel memory layout:
    fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc1640000 - 0xc16d1000 ( 580 kB)
    .data : 0xc1471da8 - 0xc163e480 (1841 kB)
    .text : 0xc1000000 - 0xc1471da8 (4551 kB)
    gru 27 14:14:09 lapa kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
    gru 27 14:14:09 lapa kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    gru 27 14:14:09 lapa kernel: Preemptible hierarchical RCU implementation.
    gru 27 14:14:09 lapa kernel: RCU dyntick-idle grace-period acceleration is enabled.
    gru 27 14:14:09 lapa kernel: Dump stacks of tasks blocking RCU-preempt GP.
    gru 27 14:14:09 lapa kernel: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    gru 27 14:14:09 lapa kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    gru 27 14:14:09 lapa kernel: NR_IRQS:2304 nr_irqs:456 0
    gru 27 14:14:09 lapa kernel: CPU 0 irqstacks, hard=f5008000 soft=f500a000
    gru 27 14:14:09 lapa kernel: spurious 8259A interrupt: IRQ7.
    gru 27 14:14:09 lapa kernel: Console: colour dummy device 80x25
    gru 27 14:14:09 lapa kernel: console [tty0] enabled
    gru 27 14:14:09 lapa kernel: hpet clockevent registered
    gru 27 14:14:09 lapa kernel: tsc: Fast TSC calibration using PIT
    gru 27 14:14:09 lapa kernel: tsc: Detected 1497.336 MHz processor
    gru 27 14:14:09 lapa kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2995.45 BogoMIPS (lpj=4991120)
    gru 27 14:14:09 lapa kernel: pid_max: default: 32768 minimum: 301
    gru 27 14:14:09 lapa kernel: ACPI: Core revision 20140724
    gru 27 14:14:09 lapa kernel: ACPI: All ACPI Tables successfully acquired
    gru 27 14:14:09 lapa kernel: Security Framework initialized
    gru 27 14:14:09 lapa kernel: Yama: becoming mindful.
    gru 27 14:14:09 lapa kernel: Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    gru 27 14:14:09 lapa kernel: Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys memory
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys devices
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys freezer
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys net_cls
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys blkio
    gru 27 14:14:09 lapa kernel: CPU: Physical Processor ID: 0
    gru 27 14:14:09 lapa kernel: CPU: Processor Core ID: 0
    gru 27 14:14:09 lapa kernel: mce: CPU supports 6 MCE banks
    gru 27 14:14:09 lapa kernel: Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Last level dTLB entries: 4KB 1024, 2MB 128, 4MB 64, 1GB 0
    gru 27 14:14:09 lapa kernel: Freeing SMP alternatives memory: 20K (c16d1000 - c16d6000)
    gru 27 14:14:09 lapa kernel: ftrace: allocating 19545 entries in 39 pages
    gru 27 14:14:09 lapa kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
    gru 27 14:14:09 lapa kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    gru 27 14:14:09 lapa kernel: smpboot: CPU0: AMD A6-3420M APU with Radeon(tm) HD Graphics (fam: 12, model: 01, stepping: 00)
    gru 27 14:14:09 lapa kernel: Performance Events: AMD PMU driver.
    gru 27 14:14:09 lapa kernel: ... version: 0
    gru 27 14:14:09 lapa kernel: ... bit width: 48
    gru 27 14:14:09 lapa kernel: ... generic registers: 4
    gru 27 14:14:09 lapa kernel: ... value mask: 0000ffffffffffff
    gru 27 14:14:09 lapa kernel: ... max period: 00007fffffffffff
    gru 27 14:14:09 lapa kernel: ... fixed-purpose events: 0
    gru 27 14:14:09 lapa kernel: ... event mask: 000000000000000f
    gru 27 14:14:09 lapa kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    gru 27 14:14:09 lapa kernel: CPU 1 irqstacks, hard=f514a000 soft=f514c000
    gru 27 14:14:09 lapa kernel: x86: Booting SMP configuration:
    gru 27 14:14:09 lapa kernel: .... node #0, CPUs: #1
    gru 27 14:14:09 lapa kernel: Initializing CPU#1
    gru 27 14:14:09 lapa kernel: CPU 2 irqstacks, hard=f5170000 soft=f5172000
    gru 27 14:14:09 lapa kernel: #2
    gru 27 14:14:09 lapa kernel: Initializing CPU#2
    gru 27 14:14:09 lapa kernel: CPU 3 irqstacks, hard=f519a000 soft=f519c000
    gru 27 14:14:09 lapa kernel: #3
    gru 27 14:14:09 lapa kernel: Initializing CPU#3
    gru 27 14:14:09 lapa kernel: x86: Booted up 1 node, 4 CPUs
    gru 27 14:14:09 lapa kernel: smpboot: Total of 4 processors activated (11983.80 BogoMIPS)
    gru 27 14:14:09 lapa kernel: devtmpfs: initialized
    gru 27 14:14:09 lapa kernel: PM: Registering ACPI NVS region [mem 0xbfbbf000-0xbfebefff] (3145728 bytes)
    gru 27 14:14:09 lapa kernel: pinctrl core: initialized pinctrl subsystem
    gru 27 14:14:09 lapa kernel: RTC time: 13:14:02, date: 12/27/14
    gru 27 14:14:09 lapa kernel: NET: Registered protocol family 16
    gru 27 14:14:09 lapa kernel: cpuidle: using governor ladder
    gru 27 14:14:09 lapa kernel: cpuidle: using governor menu
    gru 27 14:14:09 lapa kernel: ACPI: bus type PCI registered
    gru 27 14:14:09 lapa kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    gru 27 14:14:09 lapa kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    gru 27 14:14:09 lapa kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    gru 27 14:14:09 lapa kernel: PCI: Using MMCONFIG for extended config space
    gru 27 14:14:09 lapa kernel: PCI: Using configuration type 1 for base access
    gru 27 14:14:09 lapa kernel: mtrr: your CPUs had inconsistent variable MTRR settings
    gru 27 14:14:09 lapa kernel: mtrr: probably your BIOS does not setup all CPUs.
    gru 27 14:14:09 lapa kernel: mtrr: corrected configuration.
    gru 27 14:14:09 lapa kernel: ACPI: Added _OSI(Module Device)
    gru 27 14:14:09 lapa kernel: ACPI: Added _OSI(Processor Device)
    gru 27 14:14:09 lapa kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    gru 27 14:14:09 lapa kernel: ACPI: Added _OSI(Processor Aggregator Device)
    gru 27 14:14:09 lapa kernel: ACPI: Executed 1 blocks of module-level executable AML code
    gru 27 14:14:09 lapa kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    gru 27 14:14:09 lapa kernel: ACPI: Interpreter enabled
    gru 27 14:14:09 lapa kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
    gru 27 14:14:09 lapa kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
    gru 27 14:14:09 lapa kernel: ACPI: (supports S0 S3 S4 S5)
    gru 27 14:14:09 lapa kernel: ACPI: Using IOAPIC for interrupt routing
    gru 27 14:14:09 lapa kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    gru 27 14:14:09 lapa kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    gru 27 14:14:09 lapa kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    gru 27 14:14:09 lapa kernel: acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    gru 27 14:14:09 lapa kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000cefff])
    gru 27 14:14:09 lapa kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    gru 27 14:14:09 lapa kernel: PCI host bridge to bus 0000:00
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:00.0: [1022:1705] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: [1002:9647] type 00 class 0x030000
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: reg 0x10: [mem 0xe0000000-0xefffffff pref]
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: reg 0x14: [io 0x3000-0x30ff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: reg 0x18: [mem 0xf0200000-0xf023ffff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: supports D1 D2
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.1: [1002:1714] type 00 class 0x040300
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.1: reg 0x10: [mem 0xf0244000-0xf0247fff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.1: supports D1 D2
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: [1022:1709] type 01 class 0x060400
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: System wakeup disabled by ACPI
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: [1022:170a] type 01 class 0x060400
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: System wakeup disabled by ACPI
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x10: [io 0x3118-0x311f]
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x14: [io 0x3124-0x3127]
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x18: [io 0x3110-0x3117]
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x1c: [io 0x3120-0x3123]
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x20: [io 0x3100-0x310f]
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x24: [mem 0xf024d000-0xf024d7ff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.0: reg 0x10: [mem 0xf024c000-0xf024cfff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.2: reg 0x10: [mem 0xf024b000-0xf024b0ff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.2: supports D1 D2
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.2: reg 0x10: [mem 0xf0240000-0xf0243fff 64bit]
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: System wakeup disabled by ACPI
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.5: [1022:7809] type 00 class 0x0c0310
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.5: reg 0x10: [mem 0xf024a000-0xf024afff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.0: [1022:7807] type 00 class 0x0c0310
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf0249000-0xf0249fff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.0: System wakeup disabled by ACPI
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.2: [1022:7808] type 00 class 0x0c0320
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.2: reg 0x10: [mem 0xf0248000-0xf02480ff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.2: supports D1 D2
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.2: System wakeup disabled by ACPI
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.0: [1022:1700] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.1: [1022:1701] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.2: [1022:1702] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.3: [1022:1703] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.4: [1022:1704] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.5: [1022:1718] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.6: [1022:1716] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.7: [1022:1719] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:01:00.0: [1969:1083] type 00 class 0x020000
    gru 27 14:14:09 lapa kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf0100000-0xf013ffff 64bit]
    gru 27 14:14:09 lapa kernel: pci 0000:01:00.0: reg 0x18: [io 0x2000-0x207f]
    gru 27 14:14:09 lapa kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: PCI bridge to [bus 01]
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: bridge window [mem 0xf0100000-0xf01fffff]
    gru 27 14:14:09 lapa kernel: pci 0000:02:00.0: [14e4:4358] type 00 class 0x028000
    gru 27 14:14:09 lapa kernel: pci 0000:02:00.0: reg 0x10: [mem 0xf0000000-0xf0003fff 64bit]
    gru 27 14:14:09 lapa kernel: pci 0000:02:00.0: supports D1 D2
    gru 27 14:14:09 lapa kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: PCI bridge to [bus 02]
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: bridge window [mem 0xf0000000-0xf00fffff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0xe0000000-0xf7ffffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0xfc000000-0xfed3ffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0xfed45000-0xffffffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: on NUMA node 0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: Enabled 2 GPEs in block 00 to 1F
    gru 27 14:14:09 lapa kernel: ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
    gru 27 14:14:09 lapa kernel: vgaarb: setting as boot device: PCI:0000:00:01.0
    gru 27 14:14:09 lapa kernel: vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    gru 27 14:14:09 lapa kernel: vgaarb: loaded
    gru 27 14:14:09 lapa kernel: vgaarb: bridge control possible 0000:00:01.0
    gru 27 14:14:09 lapa kernel: PCI: Using ACPI for IRQ routing
    gru 27 14:14:09 lapa kernel: PCI: pci_cache_line_size set to 64 bytes
    gru 27 14:14:09 lapa kernel: e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    gru 27 14:14:09 lapa kernel: e820: reserve RAM buffer [mem 0xbfb3f000-0xbfffffff]
    gru 27 14:14:09 lapa kernel: e820: reserve RAM buffer [mem 0xbff00000-0xbfffffff]
    gru 27 14:14:09 lapa kernel: NetLabel: Initializing
    gru 27 14:14:09 lapa kernel: NetLabel: domain hash size = 128
    gru 27 14:14:09 lapa kernel: NetLabel: protocols = UNLABELED CIPSOv4
    gru 27 14:14:09 lapa kernel: NetLabel: unlabeled traffic allowed by default
    gru 27 14:14:09 lapa kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    gru 27 14:14:09 lapa kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    gru 27 14:14:09 lapa kernel: Switched to clocksource hpet
    gru 27 14:14:09 lapa kernel: pnp: PnP ACPI init
    gru 27 14:14:09 lapa kernel: system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
    gru 27 14:14:09 lapa kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:00: [mem 0xfed80000-0xfed80fff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    gru 27 14:14:09 lapa kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    gru 27 14:14:09 lapa kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
    gru 27 14:14:09 lapa kernel: pnp 00:03: Plug and Play ACPI device, IDs ETD0500 PNP0f13 (active)
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0400-0x04cf] could not be reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x04d6] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0680-0x06ff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x077a] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0c00-0x0c01] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0c14] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0c50-0x0c52] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0c6c] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0c6f] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0cd0-0x0cdb] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0840-0x0847] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    gru 27 14:14:09 lapa kernel: system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
    gru 27 14:14:09 lapa kernel: system 00:05: [mem 0xffe00000-0xffffffff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
    gru 27 14:14:09 lapa kernel: pnp: PnP ACPI: found 6 devices
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: PCI bridge to [bus 01]
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: bridge window [mem 0xf0100000-0xf01fffff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: PCI bridge to [bus 02]
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: bridge window [mem 0xf0000000-0xf00fffff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: PCI bridge to [bus 03]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 18 [mem 0xe0000000-0xf7ffffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 19 [mem 0xfc000000-0xfed3ffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 20 [mem 0xfed45000-0xffffffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:01: resource 1 [mem 0xf0100000-0xf01fffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:02: resource 1 [mem 0xf0000000-0xf00fffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000c3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 8 [mem 0x000c4000-0x000c7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 9 [mem 0x000c8000-0x000cbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 10 [mem 0x000d0000-0x000d3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 11 [mem 0x000d4000-0x000d7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 12 [mem 0x000d8000-0x000dbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 13 [mem 0x000dc000-0x000dffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 14 [mem 0x000e0000-0x000e3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 15 [mem 0x000e4000-0x000e7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 16 [mem 0x000e8000-0x000ebfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 17 [mem 0x000ec000-0x000effff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 18 [mem 0xe0000000-0xf7ffffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 19 [mem 0xfc000000-0xfed3ffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 20 [mem 0xfed45000-0xffffffff]
    gru 27 14:14:09 lapa kernel: NET: Registered protocol family 2
    gru 27 14:14:09 lapa kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    gru 27 14:14:09 lapa kernel: TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    gru 27 14:14:09 lapa kernel: TCP: Hash tables configured (established 8192 bind 8192)
    gru 27 14:14:09 lapa kernel: TCP: reno registered
    gru 27 14:14:09 lapa kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
    gru 27 14:14:09 lapa kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    gru 27 14:14:09 lapa kernel: NET: Registered protocol family 1
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: Video device with shadowed ROM
    gru 27 14:14:09 lapa kernel: PCI: CLS 64 bytes, default 64
    gru 27 14:14:09 lapa kernel: Unpacking initramfs...
    gru 27 14:14:09 lapa kernel: Freeing initrd memory: 3516K (f748f000 - f77fe000)
    gru 27 14:14:09 lapa kernel: Simple Boot Flag at 0x44 set to 0x1
    gru 27 14:14:09 lapa kernel: microcode: CPU0: patch_level=0x03000014
    gru 27 14:14:09 lapa kernel: microcode: CPU1: patch_level=0x03000014
    gru 27 14:14:09 lapa kernel: microcode: CPU2: patch_level=0x03000014
    gru 27 14:14:09 lapa kernel: microcode: CPU3: patch_level=0x03000014
    gru 27 14:14:09 lapa kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    gru 27 14:14:09 lapa kernel: LVT offset 0 assigned for vector 0x400
    gru 27 14:14:09 lapa kernel: perf: AMD IBS detected (0x000000ff)
    gru 27 14:14:09 lapa kernel: apm: BIOS not found.
    gru 27 14:14:09 lapa kernel: Scanning for low memory corruption every 60 seconds
    gru 27 14:14:09 lapa kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
    gru 27 14:14:09 lapa kernel: Initialise system trusted keyring
    gru 27 14:14:09 lapa kernel: HugeTLB registered 4 MB page size, pre-allocated 0 pages
    gru 27 14:14:09 lapa kernel: zpool: loaded
    gru 27 14:14:09 lapa kernel: zbud: loaded
    gru 27 14:14:09 lapa kernel: VFS: Disk quotas dquot_6.5.2
    gru 27 14:14:09 lapa kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    gru 27 14:14:09 lapa kernel: msgmni has been set to 1697
    gru 27 14:14:09 lapa kernel: Key type big_key registered
    gru 27 14:14:09 lapa kernel: bounce: pool size: 64 pages
    gru 27 14:14:09 lapa kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    gru 27 14:14:09 lapa kernel: io scheduler noop registered
    gru 27 14:14:09 lapa kernel: io scheduler deadline registered
    gru 27 14:14:09 lapa kernel: io scheduler cfq registered (default)
    gru 27 14:14:09 lapa kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    gru 27 14:14:09 lapa kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    gru 27 14:14:09 lapa kernel: vesafb: mode is 1152x864x32, linelength=4608, pages=0
    gru 27 14:14:09 lapa kernel: vesafb: scrolling: redraw
    gru 27 14:14:09 lapa kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    gru 27 14:14:09 lapa kernel: vesafb: framebuffer at 0xe0000000, mapped to 0xf8080000, using 3904k, total 3904k
    gru 27 14:14:09 lapa kernel: Console: switching to colour frame buffer device 144x54
    gru 27 14:14:09 lapa kernel: fb0: VESA VGA frame buffer device
    gru 27 14:14:09 lapa kernel: GHES: HEST is not enabled!
    gru 27 14:14:09 lapa kernel: isapnp: Scanning for PnP cards...
    gru 27 14:14:09 lapa kernel: isapnp: No Plug & Play device found
    gru 27 14:14:09 lapa kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    gru 27 14:14:09 lapa kernel: rtc_cmos 00:01: RTC can wake from S4
    gru 27 14:14:09 lapa kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    gru 27 14:14:09 lapa kernel: rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
    gru 27 14:14:09 lapa kernel: ledtrig-cpu: registered to indicate activity on CPUs
    gru 27 14:14:09 lapa kernel: TCP: cubic registered
    gru 27 14:14:09 lapa kernel: NET: Registered protocol family 10
    gru 27 14:14:09 lapa kernel: NET: Registered protocol family 17
    gru 27 14:14:09 lapa kernel: Using IPI No-Shortcut mode
    gru 27 14:14:09 lapa kernel: Loading compiled-in X.509 certificates
    gru 27 14:14:09 lapa kernel: registered taskstats version 1
    gru 27 14:14:09 lapa kernel: Magic number: 10:612:231
    gru 27 14:14:09 lapa kernel: acpi device:4b: hash matches
    gru 27 14:14:09 lapa kernel: rtc_cmos 00:01: setting system clock to 2014-12-27 13:14:04 UTC (1419686044)
    gru 27 14:14:09 lapa kernel: PM: Hibernation image not present or could not be loaded.
    gru 27 14:14:09 lapa kernel: Freeing unused kernel memory: 580K (c1640000 - c16d1000)
    gru 27 14:14:09 lapa kernel: Write protecting the kernel text: 4552k
    gru 27 14:14:09 lapa kernel: Write protecting the kernel read-only data: 1348k
    gru 27 14:14:09 lapa kernel: random: systemd-tmpfile urandom read with 0 bits of entropy available
    gru 27 14:14:09 lapa kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    gru 27 14:14:09 lapa kernel: SCSI subsystem initialized
    gru 27 14:14:09 lapa kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    gru 27 14:14:09 lapa kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    gru 27 14:14:09 lapa kernel: libata version 3.00 loaded.
    gru 27 14:14:09 lapa kernel: ACPI: bus type USB registered
    gru 27 14:14:09 lapa kernel: usbcore: registered new interface driver usbfs
    gru 27 14:14:09 lapa kernel: usbcore: registered new interface driver hub
    gru 27 14:14:09 lapa kernel: usbcore: registered new device driver usb
    gru 27 14:14:09 lapa kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    gru 27 14:14:09 lapa kernel: ehci-pci: EHCI PCI platform driver
    gru 27 14:14:09 lapa kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    gru 27 14:14:09 lapa kernel: QUIRK: Enable AMD PLL fix
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
    gru 27 14:14:09 lapa kernel: ohci-pci: OHCI PCI platform driver
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 1
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: debug port 1
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: irq 17, io mem 0xf024b000
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    gru 27 14:14:09 lapa kernel: hub 1-0:1.0: USB hub found
    gru 27 14:14:09 lapa kernel: hub 1-0:1.0: 5 ports detected
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: EHCI Host Controller
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 2
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: debug port 1
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: irq 17, io mem 0xf0248000
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
    gru 27 14:14:09 lapa kernel: hub 2-0:1.0: USB hub found
    gru 27 14:14:09 lapa kernel: hub 2-0:1.0: 4 ports detected
    gru 27 14:14:09 lapa kernel: ahci 0000:00:11.0: version 3.0
    gru 27 14:14:09 lapa kernel: ahci 0000:00:11.0: irq 24 for MSI/MSI-X
    gru 27 14:14:09 lapa kernel: ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    gru 27 14:14:09 lapa kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs
    gru 27 14:14:09 lapa kernel: scsi host0: ahci
    gru 27 14:14:09 lapa kernel: scsi host1: ahci
    gru 27 14:14:09 lapa kernel: ata1: SATA max UDMA/133 abar m2048@0xf024d000 port 0xf024d100 irq 24
    gru 27 14:14:09 lapa kernel: ata2: SATA max UDMA/133 abar m2048@0xf024d000 port 0xf024d180 irq 24
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 3
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:13.0: irq 18, io mem 0xf024c000
    gru 27 14:14:09 lapa kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    gru 27 14:14:09 lapa kernel: hub 3-0:1.0: USB hub found
    gru 27 14:14:09 lapa kernel: hub 3-0:1.0: 5 ports detected
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:14.5: OHCI PCI host controller
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 4
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:14.5: irq 18, io mem 0xf024a000
    gru 27 14:14:09 lapa kernel: hub 4-0:1.0: USB hub found
    gru 27 14:14:09 lapa kernel: hub 4-0:1.0: 2 ports detected
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:16.0: OHCI PCI host controller
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 5
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:16.0: irq 18, io mem 0xf0249000
    gru 27 14:14:09 lapa kernel: hub 5-0:1.0: USB hub found
    gru 27 14:14:09 lapa kernel: hub 5-0:1.0: 4 ports detected
    gru 27 14:14:09 lapa kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
    gru 27 14:14:09 lapa kernel: tsc: Refined TSC clocksource calibration: 1497.276 MHz
    gru 27 14:14:09 lapa kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    gru 27 14:14:09 lapa kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    gru 27 14:14:09 lapa kernel: ata1.00: ATA-8: Hitachi HTS547575A9E384, JE4OA60A, max UDMA/133
    gru 27 14:14:09 lapa kernel: ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    gru 27 14:14:09 lapa kernel: ata1.00: configured for UDMA/133
    gru 27 14:14:09 lapa kernel: scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54757 A60A PQ: 0 ANSI: 5
    gru 27 14:14:09 lapa kernel: ata2.00: ATAPI: HL-DT-ST DVDRAM GT51N, 1.00, max UDMA/100
    gru 27 14:14:09 lapa kernel: ata2.00: configured for UDMA/100
    gru 27 14:14:09 lapa kernel: scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GT51N 1.00 PQ: 0 ANSI: 5
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] Write Protect is off
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    gru 27 14:14:09 lapa kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    gru 27 14:14:09 lapa kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    gru 27 14:14:09 lapa kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
    gru 27 14:14:09 lapa kernel: sda: sda2 sda3 < sda5 > sda4
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    gru 27 14:14:09 lapa kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
    gru 27 14:14:09 lapa kernel: usb-storage 2-1:1.0: USB Mass Storage device detected
    gru 27 14:14:09 lapa kernel: scsi host2: usb-storage 2-1:1.0
    gru 27 14:14:09 lapa kernel: usbcore: registered new interface driver usb-storage
    gru 27 14:14:09 lapa kernel: usbcore: registered new interface driver uas
    gru 27 14:14:09 lapa kernel: usb 5-2: new low-speed USB device number 2 using ohci-pci
    gru 27 14:14:09 lapa kernel: hidraw: raw HID events driver (C) Jiri Kosina
    gru 27 14:14:09 lapa kernel: Switched to clocksource tsc
    gru 27 14:14:09 lapa kernel: usbcore: registered new interface driver usbhid
    gru 27 14:14:09 lapa kernel: usbhid: USB HID core driver
    gru 27 14:14:09 lapa kernel: hid-generic 0003:0C45:7412.0001: hiddev0,hidraw0: USB HID v1.00 Device [Mouse Wireless-USB-Mouse] on usb-0000:00:16.0-2/input0
    gru 27 14:14:09 lapa kernel: input: Mouse Wireless-USB-Mouse as /devices/pci0000:00/0000:00:16.0/usb5/5-2/5-2:1.1/0003:0C45:7412.0002/input/input2
    gru 27 14:14:09 lapa kernel: hid-generic 0003:0C45:7412.0002: input,hidraw1: USB HID v1.00 Mouse [Mouse Wireless-USB-Mouse] on usb-0000:00:16.0-2/input1
    gru 27 14:14:09 lapa kernel: scsi 2:0:0:0: Direct-Access Multiple Card Reader 1.00 PQ: 0 ANSI: 0
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] 30777344 512-byte logical blocks: (15.7 GB/14.6 GiB)
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] Write Protect is off
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] No Caching mode page found
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] Assuming drive cache: write through
    gru 27 14:14:09 lapa kernel: sdb: sdb1 sdb2
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
    gru 27 14:14:09 lapa kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
    gru 27 14:14:09 lapa kernel: random: nonblocking pool is initialized
    gru 27 14:14:09 lapa kernel: EXT4-fs (sdb1): re-mounted. Opts: data=ordered
    gru 27 14:14:09 lapa systemd-journal[141]: Journal started
    -- Subject: Uruchomiono Journal
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Systemowy proces dziennika został uruchomiony, otworzył pliki dziennika do
    -- zapisu i jest gotowy do przetwarzania żądań.
    gru 27 14:14:09 lapa systemd-udevd[174]: starting version 218
    gru 27 14:14:09 lapa swapon[168]: swapon: stat nie powiodło się /tmp/root.x86_64/dev/sdb2: Nie ma takiego pliku ani katalogu
    gru 27 14:14:12 lapa kernel: ACPI: acpi_idle registered with cpuidle
    gru 27 14:14:12 lapa kernel: acpi-cpufreq: overriding BIOS provided _PSD data
    gru 27 14:14:12 lapa kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
    gru 27 14:14:12 lapa kernel: ACPI: Power Button [PWRB]
    gru 27 14:14:12 lapa kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
    gru 27 14:14:12 lapa kernel: ACPI: Sleep Button [SLPB]
    gru 27 14:14:12 lapa kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
    gru 27 14:14:12 lapa kernel: ACPI: Lid Switch [LID]
    gru 27 14:14:12 lapa kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
    gru 27 14:14:12 lapa kernel: ACPI: Power Button [PWRF]
    gru 27 14:14:12 lapa kernel: ACPI: AC Adapter [ACAD] (on-line)
    gru 27 14:14:12 lapa kernel: ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    gru 27 14:14:12 lapa kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    gru 27 14:14:12 lapa kernel: acpi device:01: registered as cooling_device4
    gru 27 14:14:12 lapa kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
    gru 27 14:14:12 lapa kernel: wmi: Mapper loaded
    gru 27 14:14:12 lapa kernel: ACPI Warning: SystemIO range 0x00000b00-0x00000b07 conflicts with OpRegion 0x00000b00-0x00000b0f (\_SB_.PCI0.SMBS.SMB0) (20140724/utaddress-258)
    gru 27 14:14:12 lapa kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    gru 27 14:14:12 lapa kernel: snd_hda_intel 0000:00:01.1: irq 25 for MSI/MSI-X
    gru 27 14:14:12 lapa kernel: Linux agpgart interface v0.103
    gru 27 14:14:12 lapa kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
    gru 27 14:14:12 lapa kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input10
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: mono: mono_out=0x0
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: inputs:
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: Internal Mic=0x1b
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: Mic=0x18
    gru 27 14:14:12 lapa kernel: [drm] Initialized drm 1.1.0 20060810
    gru 27 14:14:12 lapa kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card1/hdaudioC1D0/input11
    gru 27 14:14:12 lapa kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
    gru 27 14:14:12 lapa kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input13
    gru 27 14:14:12 lapa kernel: atl1c 0000:01:00.0: version 1.0.1.1-NAPI
    gru 27 14:14:12 lapa kernel: [drm] radeon kernel modesetting enabled.
    gru 27 14:14:12 lapa kernel: checking generic (e0000000 3d0000) vs hw (e0000000 10000000)
    gru 27 14:14:12 lapa kernel: fb: switching to radeondrmfb from VESA VGA
    gru 27 14:14:12 lapa kernel: Console: switching to colour dummy device 80x25
    gru 27 14:14:12 lapa kernel: [drm] initializing kernel modesetting (SUMO 0x1002:0x9647 0x1025:0x059D).
    gru 27 14:14:12 lapa kernel: [drm] register mmio base: 0xF0200000
    gru 27 14:14:12 lapa kernel: [drm] register mmio size: 262144
    gru 27 14:14:12 lapa kernel: ATOM BIOS: Acer
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
    gru 27 14:14:12 lapa kernel: [drm] Detected VRAM RAM=512M, BAR=256M
    gru 27 14:14:12 lapa kernel: [drm] RAM width 32bits DDR
    gru 27 14:14:12 lapa kernel: [TTM] Zone kernel: Available graphics memory: 434876 kiB
    gru 27 14:14:12 lapa kernel: [TTM] Zone highmem: Available graphics memory: 1550674 kiB
    gru 27 14:14:12 lapa kernel: [TTM] Initializing pool allocator
    gru 27 14:14:12 lapa kernel: [TTM] Initializing DMA pool allocator
    gru 27 14:14:12 lapa kernel: [drm] radeon: 512M of VRAM memory ready
    gru 27 14:14:12 lapa kernel: [drm] radeon: 1024M of GTT memory ready.
    gru 27 14:14:12 lapa kernel: [drm] Loading SUMO Microcode
    gru 27 14:14:12 lapa kernel: media: Linux media interface: v0.10
    gru 27 14:14:12 lapa kernel: kvm: Nested Virtualization enabled
    gru 27 14:14:12 lapa kernel: atl1c 0000:01:00.0 enp1s0: renamed from eth0
    gru 27 14:14:12 lapa kernel: cfg80211: Calling CRDA to update world regulatory domain
    gru 27 14:14:12 lapa kernel: mousedev: PS/2 mouse device common for all mice
    gru 27 14:14:12 lapa kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
    gru 27 14:14:12 lapa kernel: acer_wmi: Function bitmap for Communication Button: 0x1
    gru 27 14:14:12 lapa kernel: acer_wmi: Brightness must be controlled by acpi video driver
    gru 27 14:14:12 lapa kernel: input: Acer WMI hotkeys as /devices/virtual/input/input14
    gru 27 14:14:12 lapa kernel: input: Acer BMA150 accelerometer as /devices/virtual/input/input15
    gru 27 14:14:12 lapa kernel: Adding 1998844k swap on /dev/sda5. Priority:-1 extents:1 across:1998844k FS
    gru 27 14:14:12 lapa kernel: Linux video capture interface: v2.00
    gru 27 14:14:12 lapa kernel: psmouse serio1: hgpk: ID: 10 00 64
    gru 27 14:14:12 lapa kernel: ACPI: Battery Slot [BAT1] (battery present)
    gru 27 14:14:12 lapa kernel: [drm] Internal thermal controller without fan control
    gru 27 14:14:12 lapa kernel: [drm] Found smc ucode version: 0x00011200
    gru 27 14:14:12 lapa kernel: [drm] radeon: dpm initialized
    gru 27 14:14:12 lapa kernel: uvcvideo: Found UVC 1.00 device 1.3M HD WebCam (04fc:2801)
    gru 27 14:14:12 lapa kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
    gru 27 14:14:12 lapa kernel: input: 1.3M HD WebCam as /devices/pci0000:00/0000:00:13.2/usb1/1-1/1-1:1.0/input/input16
    gru 27 14:14:12 lapa kernel: usbcore: registered new interface driver uvcvideo
    gru 27 14:14:12 lapa kernel: USB Video Class driver (1.1.1)
    gru 27 14:14:12 lapa kernel: [drm] PCIE GART of 1024M enabled (table at 0x0000000000273000).
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: WB enabled
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xff899c00
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xff899c0c
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xf9932118
    gru 27 14:14:12 lapa kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    gru 27 14:14:12 lapa kernel: [drm] Driver supports precise vblank timestamp query.
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: radeon: MSI limited to 32-bit
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: irq 26 for MSI/MSI-X
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: radeon: using MSI.
    gru 27 14:14:12 lapa kernel: [drm] radeon: irq initialized.
    gru 27 14:14:12 lapa kernel: [drm] ring test on 0 succeeded in 1 usecs
    gru 27 14:14:12 lapa kernel: [drm] ring test on 3 succeeded in 3 usecs
    gru 27 14:14:12 lapa kernel: wl: module license 'Mixed/Proprietary' taints kernel.
    gru 27 14:14:12 lapa kernel: Disabling lock debugging due to kernel taint
    gru 27 14:14:12 lapa kernel: [drm] ring test on 5 succeeded in 1 usecs
    gru 27 14:14:12 lapa kernel: [drm] UVD initialized successfully.
    gru 27 14:14:12 lapa kernel: [drm] ib test on ring 0 succeeded in 0 usecs
    gru 27 14:14:12 lapa kernel: [drm] ib test on ring 3 succeeded in 0 usecs
    gru 27 14:14:12 lapa kernel: [drm] ib test on ring 5 succeeded
    gru 27 14:14:12 lapa kernel: wlan0: Broadcom BCM4358 802.11 Hybrid Wireless Controller 6.30.223.248 (r487574)
    gru 27 14:14:12 lapa kernel: [drm] radeon atom DIG backlight initialized
    gru 27 14:14:12 lapa kernel: [drm] Radeon Display Connectors
    gru 27 14:14:12 lapa kernel: [drm] Connector 0:
    gru 27 14:14:12 lapa kernel: [drm] VGA-1
    gru 27 14:14:12 lapa kernel: [drm] HPD2
    gru 27 14:14:12 lapa kernel: [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
    gru 27 14:14:12 lapa kernel: [drm] Encoders:
    gru 27 14:14:12 lapa kernel: [drm] CRT1: INTERNAL_UNIPHY2
    gru 27 14:14:12 lapa kernel: [drm] CRT1: NUTMEG
    gru 27 14:14:12 lapa kernel: [drm] Connector 1:
    gru 27 14:14:12 lapa kernel: [drm] LVDS-1
    gru 27 14:14:12 lapa kernel: [drm] HPD1
    gru 27 14:14:12 lapa kernel: [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
    gru 27 14:14:12 lapa kernel: [drm] Encoders:
    gru 27 14:14:12 lapa kernel: [drm] LCD1: INTERNAL_UNIPHY2
    gru 27 14:14:12 lapa kernel: [drm] LCD1: TRAVIS
    gru 27 14:14:12 lapa kernel: [drm] Connector 2:
    gru 27 14:14:12 lapa kernel: [drm] HDMI-A-1
    gru 27 14:14:12 lapa kernel: [drm] HPD6
    gru 27 14:14:12 lapa kernel: [drm] DDC: 0x6480 0x6480 0x6484 0x6484 0x6488 0x6488 0x648c 0x648c
    gru 27 14:14:12 lapa kernel: [drm] Encoders:
    gru 27 14:14:12 lapa kernel: [drm] DFP1: INTERNAL_UNIPHY1
    gru 27 14:14:12 lapa kernel: [drm] fb mappable at 0xE0477000
    gru 27 14:14:12 lapa kernel: [drm] vram apper at 0xE0000000
    gru 27 14:14:12 lapa kernel: [drm] size 5787648
    gru 27 14:14:12 lapa kernel: [drm] fb depth is 24
    gru 27 14:14:12 lapa kernel: [drm] pitch is 6400
    gru 27 14:14:12 lapa kernel: fbcon: radeondrmfb (fb0) is primary device
    gru 27 14:14:12 lapa kernel: wl 0000:02:00.0 wlp2s0: renamed from wlan0
    gru 27 14:14:12 lapa kernel: Console: switching to colour frame buffer device 200x56
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: registered panic notifier
    gru 27 14:14:12 lapa kernel: [drm] Initialized radeon 2.40.0 20080528 for 0000:00:01.0 on minor 0
    gru 27 14:14:12 lapa kernel: psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f01)
    gru 27 14:14:12 lapa kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x68, 0x15, 0x0a.
    gru 27 14:14:12 lapa kernel: microcode: CPU0: new patch_level=0x03000027
    gru 27 14:14:12 lapa kernel: microcode: CPU1: new patch_level=0x03000027
    gru 27 14:14:12 lapa kernel: microcode: CPU2: new patch_level=0x03000027
    gru 27 14:14:12 lapa kernel: microcode: CPU3: new patch_level=0x03000027
    gru 27 14:14:12 lapa kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input8
    gru 27 14:14:12 lapa systemd-logind[241]: New seat seat0.
    -- Subject: Dostępne jest nowe stanowisko seat0
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
    -- Nowe stanowisko seat0 zostało skonfigurowane i jest teraz dostępne.
    gru 27 14:14:12 lapa systemd-logind[241]: Watching system buttons on /dev/input/event5 (Power Button)
    gru 27 14:14:12 lapa systemd-logind[241]: Watching system buttons on /dev/input/event6 (Video Bus)
    gru 27 14:14:12 lapa systemd-logind[241]: Watching system buttons on /dev/input/event2 (Power Button)
    gru 27 14:14:12 lapa systemd-logind[241]: Watching system buttons on /dev/input/event4 (Lid Switch)
    gru 27 14:14:12 lapa systemd-logind[241]: Watching system buttons on /dev/input/event3 (Sleep Button)
    gru 27 14:14:13 lapa dbus[240]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: X.Org X Server 1.16.3
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Release Date: 2014-12-20
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: X Protocol Version 11, Revision 0
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Build Operating System: Linux 3.17.4-1-ARCH i686
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Current Operating System: Linux lapa 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:58:19 UTC 2014 i686
    gru 27 14:14:13 lapa dbus[240]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e298e7c2-a35d-4fd4-b1a9-41e2cd84ae0e rw quiet
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Build Date: 20 December 2014 01:37:30PM
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Current version of pixman: 0.32.6
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Before reporting problems, check http://wiki.x.org
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: to make sure that you have the latest version.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Markers: (--) probed, (**) from config file, (==) default setting,
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (++) from command line, (!!) notice, (II) informational,
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (++) Log file: "/dev/null", Time: Sat Dec 27 14:14:13 2014
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) No Layout section. Using the first Screen section.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) No screen section available. Using defaults.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (**) |-->Screen "Default Screen Section" (0)
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (**) | |-->Monitor "<default monitor>"
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) No monitor specified for screen "Default Screen Section".
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Using a default monitor configuration.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) Automatically adding devices
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) Automatically enabling devices
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) Automatically adding GPU devices
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Entry deleted from font path.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Entry deleted from font path.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Entry deleted from font path.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Entry deleted from font path.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) FontPath set to:
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: /usr/share/fonts/misc/,
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: /usr/share/fonts/TTF/
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) ModulePath set to "/usr/lib/xorg/modules"
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (II) The server relies on udev to provide the list of input devices.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: If no devices become available, reconfigure udev or disable AutoAddDevices.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (II) Loader magic: 0x82a16c0
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (II) Module ABI versions:
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: X.Org ANSI C Emulation: 0.4
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: X.Org Video Driver: 18.0
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: X.Org XInput driver : 21.0
    gru 27 14:14:13 lapa

    byte wrote:What's your card?
    You don't need "radeon" in MODULES, and neither the Module section in xorg.conf, nor the DRI one.
    yeap, removing 'radeon' from 'MODULES=' seems to of loaded the driver in the right order and made DRI work,
    thank you.

  • Gnome 3.8 - nautilus crashes gnome-shell

    Hi, I have a problem on two users where by once opening nautilus, the shell crashes and then re-blinks in and recovers some times, and sometimes I get a grey screen saying I need to logout. I did a complete removal of gnome 3.6, and then removed all config files in my home folder:
    .gnome2
    .config/gnome-session
    .config/dconf
    .config/gconf
    .config/nautilus
    .config/gtk[2,3]
    cant remember them all exactly but I'm pretty sure I have stock settings, I could create a new user to confirm. Will do that tomorrow.
    here is journalctl output:
    Apr 22 22:07:22 jason-laptop goa[6741]: goa-daemon version 3.8.1 starting [main.c:113, main()]
    Apr 22 22:07:22 jason-laptop gnome-keyring-daemon[6623]: keyring alias directory: /home/jason/.local/share/keyrings
    Apr 22 22:07:22 jason-laptop polkitd[213]: Registered Authentication Agent for unix-session:9 (system bus name :1.387 [/usr/bin/gnome-shell], object path /org
    Apr 22 22:07:22 jason-laptop gnome-session[6626]: Entering running state
    Apr 22 22:07:22 jason-laptop /etc/gdm/Xsession[6626]: JS LOG: GNOME Shell started at Mon Apr 22 2013 22:07:22 GMT+0200 (SAST)
    Apr 22 22:07:22 jason-laptop /etc/gdm/Xsession[6626]: Failed to play sound: File or data not found
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: ** Message: applet now removed from the notification area
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: [6763:6807:0422/220723:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Er
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: [6763:6807:0422/220723:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Er
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: [6763:6763:0422/220723:ERROR:object_proxy.cc(529)] Failed to call method: org.chromium.Mtpd.EnumerateSto
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: [6763:6852:0422/220723:ERROR:connection.cc(730)] sqlite error 19, errno -2: PRIMARY KEY must be unique
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: ** (nautilus:6772): WARNING **: Can not calculate _NET_NUMBER_OF_DESKTOPS
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: ** (nautilus:6772): WARNING **: Can not calculate _NET_NUMBER_OF_DESKTOPS
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: ** (nautilus:6772): WARNING **: Can not get _NET_WORKAREA
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: ** (nautilus:6772): WARNING **: Can not determine workarea, guessing at layout
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: ** Message: applet now embedded in the notification area
    Apr 22 22:07:24 jason-laptop /etc/gdm/Xsession[6626]: ** (nautilus:6772): WARNING **: Can not calculate _NET_NUMBER_OF_DESKTOPS
    Apr 22 22:07:24 jason-laptop /etc/gdm/Xsession[6626]: ** (nautilus:6772): WARNING **: Can not calculate _NET_NUMBER_OF_DESKTOPS
    Apr 22 22:07:24 jason-laptop /etc/gdm/Xsession[6626]: ** (nautilus:6772): WARNING **: Can not get _NET_WORKAREA
    Apr 22 22:07:24 jason-laptop /etc/gdm/Xsession[6626]: ** (nautilus:6772): WARNING **: Can not determine workarea, guessing at layout
    Apr 22 22:07:30 jason-laptop /etc/gdm/Xsession[6626]: Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Apr 22 22:07:30 jason-laptop /etc/gdm/Xsession[6626]: Window manager warning: Got a request to focus 0x1800007 (Desktop) with a timestamp of 0. This shouldn'
    Apr 22 22:07:30 jason-laptop /etc/gdm/Xsession[6626]: (gnome-shell:6704): St-ERROR **: st_widget_get_theme_node called on the widget [0x41799f0 StWidget.windo
    Apr 22 22:07:30 jason-laptop kernel: traps: gnome-shell[6704] trap int3 ip:7f47cf743ead sp:7fff6b3c5df0 error:0
    Apr 22 22:07:31 jason-laptop /etc/gdm/Xsession[6626]: ** Message: applet now removed from the notification area
    Apr 22 22:07:31 jason-laptop polkitd[213]: Unregistered Authentication Agent for unix-session:9 (system bus name :1.387, object path /org/freedesktop/PolicyKi
    Apr 22 22:07:31 jason-laptop /etc/gdm/Xsession[6626]: gnome-session[6626]: WARNING: Application 'gnome-shell.desktop' killed by signal 5
    Apr 22 22:07:31 jason-laptop gnome-session[6626]: WARNING: Application 'gnome-shell.desktop' killed by signal 5
    Apr 22 22:07:31 jason-laptop NetworkManager[135]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.protected: (3) GDBus.Error:org.fr
    Apr 22 22:07:31 jason-laptop NetworkManager[135]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.open: (3) GDBus.Error:org.freedes
    Apr 22 22:07:32 jason-laptop polkitd[213]: Registered Authentication Agent for unix-session:9 (system bus name :1.397 [/usr/bin/gnome-shell], object path /org
    Apr 22 22:07:33 jason-laptop /etc/gdm/Xsession[6626]: JS LOG: GNOME Shell started at Mon Apr 22 2013 22:07:33 GMT+0200 (SAST)
    Apr 22 22:07:33 jason-laptop /etc/gdm/Xsession[6626]: ** Message: applet now embedded in the notification area
    Apr 22 22:07:35 jason-laptop /etc/gdm/Xsession[6626]: Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Apr 22 22:07:35 jason-laptop /etc/gdm/Xsession[6626]: Window manager warning: Got a request to focus 0x1800007 (Desktop) with a timestamp of 0. This shouldn'
    Apr 22 22:07:37 jason-laptop /etc/gdm/Xsession[6626]: [7005:7029:0422/220737:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Er
    Apr 22 22:07:37 jason-laptop /etc/gdm/Xsession[6626]: [7005:7029:0422/220737:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Er
    Apr 22 22:07:38 jason-laptop /etc/gdm/Xsession[6626]: [7005:7005:0422/220738:ERROR:object_proxy.cc(529)] Failed to call method: org.chromium.Mtpd.EnumerateSto
    Apr 22 22:07:38 jason-laptop /etc/gdm/Xsession[6626]: [7005:7045:0422/220738:ERROR:connection.cc(730)] sqlite error 19, errno -2: PRIMARY KEY must be unique
    Apr 22 22:07:38 jason-laptop /etc/gdm/Xsession[6626]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x16000
    Apr 22 22:07:38 jason-laptop /etc/gdm/Xsession[6626]: Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be
    Apr 22 22:07:38 jason-laptop /etc/gdm/Xsession[6626]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x16000
    Apr 22 22:07:38 jason-laptop /etc/gdm/Xsession[6626]: Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be
    Apr 22 22:07:40 jason-laptop /etc/gdm/Xsession[6626]: [7005:7005:0422/220740:ERROR:omnibox_view_gtk.cc(431)] Not implemented reached in virtual void OmniboxVi
    Apr 22 22:08:40 jason-laptop dbus-daemon[139]: dbus[139]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedes
    Apr 22 22:08:40 jason-laptop dbus[139]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1
    Apr 22 22:08:40 jason-laptop dbus[139]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedeskto
    more:
    Apr 22 22:07:22 jason-laptop gnome-session[6626]: Entering running state
    Apr 22 22:07:22 jason-laptop /etc/gdm/Xsession[6626]: JS LOG: GNOME Shell started at Mon Apr 22 2013 22:07:22 GMT+0200 (SAST)
    Apr 22 22:07:22 jason-laptop /etc/gdm/Xsession[6626]: Failed to play sound: File or data not found
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: ** Message: applet now removed from the notification area
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: [6763:6807:0422/220723:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Er
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: [6763:6807:0422/220723:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Er
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (nm-applet:5586): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Resource temporarily unavailable) on X s
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: Received signal:15->'Terminated'
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (tracker-miner-fs:5587): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (tracker-miner-fs:5587): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (tracker-miner-fs:5587): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: Received signal:15->'Terminated'
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: OK
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: OK
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: Window manager warning: Log level 16: gnome-shell: Fatal IO error 0 (Success) on X server :2.
    Apr 22 22:07:14 jason-laptop polkitd[213]: Unregistered Authentication Agent for unix-session:8 (system bus name :1.352, object path /org/freedesktop/PolicyKi
    Apr 22 22:07:15 jason-laptop gdm[143]: GLib-GIO: g_dbus_connection_unregister_object: assertion `G_IS_DBUS_CONNECTION (connection)' failed
    Apr 22 22:07:15 jason-laptop gdm[143]: GLib-GIO: (gdbusinterfaceskeleton.c:735):remove_connection_locked: runtime check failed: (g_dbus_connection_unregister_
    Apr 22 22:07:15 jason-laptop gdm[143]: GLib-GObject: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    Apr 22 22:07:15 jason-laptop gdm[143]: GLib-GObject: g_object_ref: assertion `object->ref_count > 0' failed
    Apr 22 22:07:15 jason-laptop gdm[143]: GLib-GObject: g_object_unref: assertion `object->ref_count > 0' failed
    Apr 22 22:07:15 jason-laptop gdm[143]: GdmDisplay: display lasted 0.001743 seconds
    Apr 22 22:07:15 jason-laptop dbus-daemon[139]: dbus[139]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=143 co
    Apr 22 22:07:15 jason-laptop dbus[139]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=143 comm="/usr/sbin/gdm
    Apr 22 22:07:15 jason-laptop gdm[143]: Failed to give slave programs access to the display. Trying to proceed.
    Apr 22 22:07:15 jason-laptop systemd-logind[138]: New session c8 of user gdm.
    Apr 22 22:07:15 jason-laptop systemd-logind[138]: Linked /tmp/.X11-unix/X3 to /run/user/120/X11-display.
    Apr 22 22:07:16 jason-laptop /usr/bin/dbus-launch[6565]: gnome-session[6565]: WARNING: Could not parse desktop file /usr/share/gdm/greeter/autostart/orca-auto
    Apr 22 22:07:16 jason-laptop /usr/bin/dbus-launch[6565]: gnome-session[6565]: WARNING: could not read /usr/share/gdm/greeter/autostart/orca-autostart.desktop
    Apr 22 22:07:16 jason-laptop gnome-session[6565]: WARNING: Could not parse desktop file /usr/share/gdm/greeter/autostart/orca-autostart.desktop or it referenc
    Apr 22 22:07:16 jason-laptop gnome-session[6565]: WARNING: could not read /usr/share/gdm/greeter/autostart/orca-autostart.desktop
    Apr 22 22:07:16 jason-laptop gnome-session[6565]: Entering running state
    Apr 22 22:07:16 jason-laptop /usr/bin/dbus-launch[6565]: (gnome-settings-daemon:6586): Gvc-WARNING **: Failed to connect context: OK
    more
    Apr 22 22:07:22 jason-laptop gnome-session[6626]: Entering running state
    Apr 22 22:07:22 jason-laptop /etc/gdm/Xsession[6626]: JS LOG: GNOME Shell started at Mon Apr 22 2013 22:07:22 GMT+0200 (SAST)
    Apr 22 22:07:22 jason-laptop /etc/gdm/Xsession[6626]: Failed to play sound: File or data not found
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: ** Message: applet now removed from the notification area
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: [6763:6807:0422/220723:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Er
    Apr 22 22:07:23 jason-laptop /etc/gdm/Xsession[6626]: [6763:6807:0422/220723:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Er
    Apr 22 22:06:21 jason-laptop /etc/gdm/Xsession[5439]: JS ERROR: !!! WARNING: file '/usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-ext
    Apr 22 22:06:23 jason-laptop /etc/gdm/Xsession[5439]: JS LOG: Example extension initalized
    Apr 22 22:06:23 jason-laptop /etc/gdm/Xsession[5439]: JS LOG: Example extension enabled
    Apr 22 22:06:23 jason-laptop /etc/gdm/Xsession[5439]: JS LOG: Example extension disabled
    Apr 22 22:06:26 jason-laptop /etc/gdm/Xsession[5439]: JS LOG: Example extension enabled
    Apr 22 22:06:26 jason-laptop /etc/gdm/Xsession[5439]: JS LOG: Example extension disabled
    Apr 22 22:06:40 jason-laptop dbus-daemon[139]: dbus[139]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedes
    Apr 22 22:06:40 jason-laptop dbus[139]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1
    Apr 22 22:06:40 jason-laptop dbus[139]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedeskto
    Apr 22 22:06:40 jason-laptop NetworkManager[135]: <warn> error poking ModemManager: GDBus.Error:org.freedesktop.systemd1.LoadFailed: Unit dbus-org.freedesktop
    Apr 22 22:06:40 jason-laptop dbus-daemon[139]: dbus[139]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit d
    Apr 22 22:06:46 jason-laptop /etc/gdm/Xsession[5439]: Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Apr 22 22:06:46 jason-laptop /etc/gdm/Xsession[5439]: Window manager warning: Got a request to focus 0x1800007 (Desktop) with a timestamp of 0. This shouldn'
    Apr 22 22:06:50 jason-laptop /etc/gdm/Xsession[5439]: Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Apr 22 22:06:50 jason-laptop /etc/gdm/Xsession[5439]: Window manager warning: Got a request to focus 0x1800007 (Desktop) with a timestamp of 0. This shouldn'
    Apr 22 22:06:51 jason-laptop /etc/gdm/Xsession[5439]: Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Apr 22 22:06:51 jason-laptop /etc/gdm/Xsession[5439]: Window manager warning: Got a request to focus 0x1800007 (Desktop) with a timestamp of 0. This shouldn'
    Apr 22 22:06:52 jason-laptop /etc/gdm/Xsession[5439]: (gnome-shell:5513): St-ERROR **: st_widget_get_theme_node called on the widget [0x5b4c130 StWidget.windo
    Apr 22 22:06:52 jason-laptop kernel: traps: gnome-shell[5513] trap int3 ip:7f9f5ea9aead sp:7fff709891b0 error:0
    Apr 22 22:06:53 jason-laptop polkitd[213]: Unregistered Authentication Agent for unix-session:8 (system bus name :1.339, object path /org/freedesktop/PolicyKi
    Apr 22 22:06:53 jason-laptop /etc/gdm/Xsession[5439]: gnome-session[5439]: WARNING: Application 'gnome-shell.desktop' killed by signal 5
    Apr 22 22:06:53 jason-laptop gnome-session[5439]: WARNING: Application 'gnome-shell.desktop' killed by signal 5
    Apr 22 22:06:53 jason-laptop NetworkManager[135]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.protected: (3) GDBus.Error:org.fr
    Apr 22 22:06:53 jason-laptop NetworkManager[135]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.open: (3) GDBus.Error:org.freedes
    Apr 22 22:06:53 jason-laptop /etc/gdm/Xsession[5439]: ** Message: applet now removed from the notification area
    Apr 22 22:06:54 jason-laptop polkitd[213]: Registered Authentication Agent for unix-session:8 (system bus name :1.352 [/usr/bin/gnome-shell], object path /org
    Apr 22 22:06:55 jason-laptop /etc/gdm/Xsession[5439]: JS LOG: GNOME Shell started at Mon Apr 22 2013 22:06:55 GMT+0200 (SAST)
    Apr 22 22:06:55 jason-laptop /etc/gdm/Xsession[5439]: ** Message: applet now embedded in the notification area
    Apr 22 22:06:57 jason-laptop /etc/gdm/Xsession[5439]: Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Apr 22 22:06:57 jason-laptop /etc/gdm/Xsession[5439]: Window manager warning: Got a request to focus 0x1800007 (Desktop) with a timestamp of 0. This shouldn'
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (gnome-settings-daemon:5477): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_type: assertion `GSD
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (gnome-settings-daemon:5477): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_type: assertion `GSD
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (gnome-settings-daemon:5477): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_type: assertion `GSD
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (gnome-settings-daemon:5477): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_type: assertion `GSD
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (gnome-settings-daemon:5477): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_type: assertion `GSD
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (gnome-settings-daemon:5477): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_type: assertion `GSD
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (gnome-settings-daemon:5477): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_type: assertion `GSD
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (gnome-settings-daemon:5477): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_type: assertion `GSD
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (gnome-settings-daemon:5477): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_type: assertion `GSD
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (gnome-settings-daemon:5477): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_type: assertion `GSD
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (gnome-settings-daemon:5477): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_type: assertion `GSD
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (gnome-settings-daemon:5477): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_type: assertion `GSD
    Apr 22 22:07:14 jason-laptop gdm-password][5429]: pam_unix(gdm-password:session): session closed for user megan
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: Window manager warning: last_focus_time (2573262) is greater than comparison timestamp (2573249). This
    Apr 22 22:07:14 jason-laptop colord[303]: device removed: xrandr-cPATH
    Apr 22 22:07:14 jason-laptop colord[303]: Profile removed: icc-6a54eda65912e76a9780062a99424daa
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (evolution-alarm-notify:5585): Gdk-WARNING **: evolution-alarm-notify: Fatal IO error 11 (Resource tempo
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (nm-applet:5586): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Resource temporarily unavailable) on X s
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: Received signal:15->'Terminated'
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (tracker-miner-fs:5587): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (tracker-miner-fs:5587): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: (tracker-miner-fs:5587): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: Received signal:15->'Terminated'
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: OK
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: OK
    Apr 22 22:07:14 jason-laptop /etc/gdm/Xsession[5439]: Window manager warning: Log level 16: gnome-shell: Fatal IO error 0 (Success) on X server :2.
    Apr 22 22:07:14 jason-laptop polkitd[213]: Unregistered Authentication Agent for unix-session:8 (system bus name :1.352, object path /org/freedesktop/PolicyKi
    Apr 22 22:07:15 jason-laptop gdm[143]: GLib-GIO: g_dbus_connection_unregister_object: assertion `G_IS_DBUS_CONNECTION (connection)' failed
    Apr 22 22:07:15 jason-laptop gdm[143]: GLib-GIO: (gdbusinterfaceskeleton.c:735):remove_connection_locked: runtime check failed: (g_dbus_connection_unregister_
    Apr 22 22:07:15 jason-laptop gdm[143]: GLib-GObject: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    Apr 22 22:07:15 jason-laptop gdm[143]: GLib-GObject: g_object_ref: assertion `object->ref_count > 0' failed
    Apr 22 22:07:15 jason-laptop gdm[143]: GLib-GObject: g_object_unref: assertion `object->ref_count > 0' failed
    *Edit
    on new user:
    Apr 22 22:18:40 jason-laptop dbus-daemon[139]: dbus[139]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager
    Apr 22 22:18:42 jason-laptop /etc/gdm/Xsession[6626]: Window manager warning: last_focus_time (3261004) is greater than comparison timestamp
    Apr 22 22:18:50 jason-laptop polkitd[213]: Operator of unix-session:9 successfully authenticated as unix-user:jason to gain TEMPORARY author
    Apr 22 22:18:54 jason-laptop accounts-daemon[210]: request by system-bus-name::1.405 [gnome-control-center --overview pid:7379 uid:1000]: cr
    Apr 22 22:18:55 jason-laptop useradd[7387]: new group: name=test, GID=1003
    Apr 22 22:18:55 jason-laptop useradd[7387]: new user: name=test, UID=1003, GID=1003, home=/home/test, shell=/bin/bash
    Apr 22 22:19:00 jason-laptop /etc/gdm/Xsession[6626]: (gnome-control-center:7379): Gtk-WARNING **: GtkComboBox 0xe184a0 is mapped but not ch
    Apr 22 22:19:00 jason-laptop /etc/gdm/Xsession[6626]: (gnome-control-center:7379): Gtk-WARNING **: GtkComboBox 0xe184a0 is mapped but visibl
    Apr 22 22:19:16 jason-laptop sudo[7393]: jason : TTY=pts/1 ; PWD=/home/jason ; USER=root ; COMMAND=/usr/bin/passwd test
    Apr 22 22:19:16 jason-laptop sudo[7393]: pam_unix(sudo:session): session opened for user root by jason(uid=0)
    Apr 22 22:19:17 jason-laptop passwd[7394]: pam_unix(passwd:chauthtok): password changed for test
    Apr 22 22:19:17 jason-laptop sudo[7393]: pam_unix(sudo:session): session closed for user root
    Apr 22 22:19:20 jason-laptop /etc/gdm/Xsession[6626]: Window manager warning: CurrentTime used to choose focus window; focus window may not
    Apr 22 22:19:20 jason-laptop /etc/gdm/Xsession[6626]: Window manager warning: Got a request to focus 0x1800007 (Desktop) with a timestamp of
    Apr 22 22:19:21 jason-laptop /etc/gdm/Xsession[6626]: Window manager warning: Log level 8: atk_object_notify_state_change: assertion `ATK_IS
    Apr 22 22:19:22 jason-laptop /etc/gdm/Xsession[6626]: (gnome-settings-daemon:6674): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_ty
    Apr 22 22:19:22 jason-laptop /etc/gdm/Xsession[6626]: (gnome-settings-daemon:6674): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_ty
    Apr 22 22:19:22 jason-laptop /etc/gdm/Xsession[6626]: (gnome-settings-daemon:6674): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_ty
    Apr 22 22:19:22 jason-laptop /etc/gdm/Xsession[6626]: (gnome-settings-daemon:6674): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_ty
    Apr 22 22:19:22 jason-laptop /etc/gdm/Xsession[6626]: (gnome-settings-daemon:6674): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_ty
    Apr 22 22:19:22 jason-laptop /etc/gdm/Xsession[6626]: (gnome-settings-daemon:6674): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_ty
    Apr 22 22:19:22 jason-laptop /etc/gdm/Xsession[6626]: (gnome-settings-daemon:6674): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_ty
    Apr 22 22:19:22 jason-laptop /etc/gdm/Xsession[6626]: (gnome-settings-daemon:6674): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_ty
    Apr 22 22:19:22 jason-laptop /etc/gdm/Xsession[6626]: (gnome-settings-daemon:6674): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_ty
    Apr 22 22:19:22 jason-laptop /etc/gdm/Xsession[6626]: (gnome-settings-daemon:6674): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_ty
    Apr 22 22:19:22 jason-laptop /etc/gdm/Xsession[6626]: (gnome-settings-daemon:6674): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_ty
    Apr 22 22:19:22 jason-laptop /etc/gdm/Xsession[6626]: (gnome-settings-daemon:6674): wacom-plugin-CRITICAL **: gsd_wacom_device_get_device_ty
    Apr 22 22:19:22 jason-laptop gdm-password][6617]: pam_unix(gdm-password:session): session closed for user jason
    Apr 22 22:19:22 jason-laptop colord[303]: device removed: xrandr-cPATH
    Apr 22 22:19:22 jason-laptop colord[303]: Profile removed: icc-8db6685c441076be798af3a428be5fb3
    Apr 22 22:19:22 jason-laptop colord[303]: Profile removed: icc-1698c98f460b7dd3e1bf087b3bf0f1ff
    Apr 22 22:19:22 jason-laptop /etc/gdm/Xsession[6626]: (evolution-alarm-notify:6766): Gdk-WARNING **: evolution-alarm-notify: Fatal IO error
    Apr 22 22:19:22 jason-laptop /etc/gdm/Xsession[6626]: (nm-applet:6768): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Resource temporarily u
    Apr 22 22:19:22 jason-laptop /etc/gdm/Xsession[6626]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream r
    Apr 22 22:19:23 jason-laptop NetworkManager[135]: <warn> error requesting auth for org.freedesktop.NetworkManager.settings.modify.system: (3
    Apr 22 22:19:23 jason-laptop NetworkManager[135]: <warn> error requesting auth for org.freedesktop.NetworkManager.settings.modify.own: (3) G
    Apr 22 22:19:23 jason-laptop NetworkManager[135]: <warn> error requesting auth for org.freedesktop.NetworkManager.settings.modify.hostname:
    Apr 22 22:19:23 jason-laptop /etc/gdm/Xsession[6626]: Received signal:15->'Terminated'
    Apr 22 22:19:23 jason-laptop /etc/gdm/Xsession[6626]: OK
    Apr 22 22:19:23 jason-laptop /etc/gdm/Xsession[6626]: (tracker-miner-fs:6769): GVFS-RemoteVolumeMonitor-WARNING **: Owner of volume monitor
    Apr 22 22:19:23 jason-laptop /etc/gdm/Xsession[6626]: (tracker-miner-fs:6769): GVFS-RemoteVolumeMonitor-WARNING **: Owner of volume monitor
    Apr 22 22:19:23 jason-laptop /etc/gdm/Xsession[6626]: (tracker-miner-fs:6769): GVFS-RemoteVolumeMonitor-WARNING **: Owner of volume monitor
    Apr 22 22:19:23 jason-laptop /etc/gdm/Xsession[6626]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream r
    Apr 22 22:19:23 jason-laptop /etc/gdm/Xsession[6626]: Received signal:15->'Terminated'
    Apr 22 22:19:23 jason-laptop /etc/gdm/Xsession[6626]: (tracker-miner-fs:6769): GLib-GIO-CRITICAL **: Error while sending AddMatch() message:
    Apr 22 22:19:23 jason-laptop /etc/gdm/Xsession[6626]: (tracker-miner-fs:6769): GLib-GIO-CRITICAL **: Error while sending AddMatch() message:
    Apr 22 22:19:23 jason-laptop /etc/gdm/Xsession[6626]: (tracker-miner-fs:6769): GLib-GIO-CRITICAL **: Error while sending AddMatch() message:
    Apr 22 22:19:23 jason-laptop /etc/gdm/Xsession[6626]: OK
    Apr 22 22:19:23 jason-laptop /etc/gdm/Xsession[6626]: Window manager warning: Log level 16: gnome-shell: Fatal IO error 0 (Success) on X ser
    Apr 22 22:19:23 jason-laptop polkitd[213]: Unregistered Authentication Agent for unix-session:9 (system bus name :1.397, object path /org/fr
    Apr 22 22:19:23 jason-laptop NetworkManager[135]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.protected: (3)
    Apr 22 22:19:23 jason-laptop NetworkManager[135]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.open: (3) GDBus
    Apr 22 22:19:24 jason-laptop gdm[143]: GLib-GObject: g_object_ref: assertion `object->ref_count > 0' failed
    Apr 22 22:19:24 jason-laptop gdm[143]: GLib-GObject: g_object_unref: assertion `object->ref_count > 0' failed
    Apr 22 22:19:24 jason-laptop gdm[143]: GdmDisplay: display lasted 0.000842 seconds
    Apr 22 22:19:24 jason-laptop dbus-daemon[139]: dbus[139]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3"
    Apr 22 22:19:24 jason-laptop dbus[139]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.3" (uid=0 pid=143 co
    Apr 22 22:19:24 jason-laptop gdm[143]: Failed to give slave programs access to the display. Trying to proceed.
    Apr 22 22:19:24 jason-laptop systemd-logind[138]: New session c9 of user gdm.
    Apr 22 22:19:24 jason-laptop systemd-logind[138]: Linked /tmp/.X11-unix/X4 to /run/user/120/X11-display.
    Apr 22 22:19:24 jason-laptop /usr/bin/dbus-launch[7430]: gnome-session[7430]: WARNING: Could not parse desktop file /usr/share/gdm/greeter/a
    Apr 22 22:19:24 jason-laptop /usr/bin/dbus-launch[7430]: gnome-session[7430]: WARNING: could not read /usr/share/gdm/greeter/autostart/orca-
    Apr 22 22:19:24 jason-laptop gnome-session[7430]: WARNING: Could not parse desktop file /usr/share/gdm/greeter/autostart/orca-autostart.desk
    Apr 22 22:19:24 jason-laptop gnome-session[7430]: WARNING: could not read /usr/share/gdm/greeter/autostart/orca-autostart.desktop
    Apr 22 22:19:24 jason-laptop gnome-session[7430]: Entering running state
    Apr 22 22:19:25 jason-laptop colord[303]: Automatic metadata add icc-2927396d048bf9f6cf9bafb6cc5812bd to xrandr-cPATH
    Apr 22 22:19:25 jason-laptop colord[303]: Device added: xrandr-cPATH
    Apr 22 22:19:25 jason-laptop /usr/bin/dbus-launch[7430]: (gnome-settings-daemon:7451): Gvc-WARNING **: Failed to connect context: OK
    Apr 22 22:19:25 jason-laptop dbus-daemon[139]: dbus[139]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus
    Apr 22 22:19:25 jason-laptop dbus[139]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.l
    Apr 22 22:19:25 jason-laptop systemd[1]: Starting Locale Service...
    Apr 22 22:19:25 jason-laptop dbus-daemon[139]: dbus[139]: [system] Successfully activated service 'org.freedesktop.locale1'
    Apr 22 22:19:25 jason-laptop dbus[139]: [system] Successfully activated service 'org.freedesktop.locale1'
    Apr 22 22:19:25 jason-laptop systemd[1]: Started Locale Service.
    Apr 22 22:19:25 jason-laptop colord[303]: Automatic metadata add icc-769897d73224d671dd9c42828fd0e962 to xrandr-cPATH
    Apr 22 22:19:25 jason-laptop colord[303]: Profile added: icc-769897d73224d671dd9c42828fd0e962
    Apr 22 22:19:25 jason-laptop /usr/bin/dbus-launch[7430]: (gnome-shell:7458): Gvc-WARNING **: Failed to connect context: OK
    Apr 22 22:19:25 jason-laptop polkitd[213]: Registered Authentication Agent for unix-session:c9 (system bus name :1.417 [gnome-shell --mode=g
    Apr 22 22:19:26 jason-laptop /usr/bin/dbus-launch[7430]: JS LOG: GNOME Shell started at Mon Apr 22 2013 22:19:26 GMT+0200 (SAST)
    Apr 22 22:19:29 jason-laptop gdm-password][7480]: pam_unix(gdm-password:session): session opened for user test by (unknown)(uid=0)
    Apr 22 22:19:29 jason-laptop systemd-logind[138]: New session 11 of user test.
    Apr 22 22:19:29 jason-laptop systemd-logind[138]: Linked /tmp/.X11-unix/X4 to /run/user/1003/X11-display.
    Apr 22 22:19:29 jason-laptop /usr/bin/dbus-launch[7430]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStrea
    Apr 22 22:19:29 jason-laptop /usr/bin/dbus-launch[7430]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStrea
    Apr 22 22:19:29 jason-laptop colord[303]: device removed: xrandr-cPATH
    Apr 22 22:19:29 jason-laptop colord[303]: Profile removed: icc-769897d73224d671dd9c42828fd0e962
    Apr 22 22:19:29 jason-laptop /usr/bin/dbus-launch[7430]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStrea
    Apr 22 22:19:29 jason-laptop gdm[143]: Failed to remove slave program access to the display. Trying to proceed.
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: /etc/gdm/Xsession: Beginning session setup...
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: (process:7510): Gtk-WARNING **: Locale not supported by C library.
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: Using the fallback 'C' locale.
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: localuser:test being added to access control list
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: /etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
    Apr 22 22:19:29 jason-laptop polkitd[213]: Unregistered Authentication Agent for unix-session:c9 (system bus name :1.417, object path /org/f
    Apr 22 22:19:29 jason-laptop systemd-logind[138]: Removed session c9.
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: (process:7488): Gtk-WARNING **: Locale not supported by C library.
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: Using the fallback 'C' locale.
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: (process:7528): Gtk-WARNING **: Locale not supported by C library.
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: Using the fallback 'C' locale.
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: W: [pulseaudio] authkey.c: Failed to open cookie file '/home/test/.config/pulse/cookie
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: W: [pulseaudio] authkey.c: Failed to load authorization key '/home/test/.config/pulse/
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: W: [pulseaudio] authkey.c: Failed to open cookie file '/home/test/.pulse-cookie': No s
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: W: [pulseaudio] authkey.c: Failed to load authorization key '/home/test/.pulse-cookie'
    Apr 22 22:19:29 jason-laptop rtkit-daemon[452]: Successfully made thread 7543 of process 7543 (/usr/bin/pulseaudio) owned by '1003' high pri
    Apr 22 22:19:29 jason-laptop rtkit-daemon[452]: Supervising 1 threads of 1 processes of 1 users.
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: GNOME_KEYRING_CONTROL=/run/user/1003/keyring-xhhFii
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: SSH_AUTH_SOCK=/run/user/1003/keyring-xhhFii/ssh
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: GNOME_KEYRING_CONTROL=/run/user/1003/keyring-xhhFii
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: SSH_AUTH_SOCK=/run/user/1003/keyring-xhhFii/ssh
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: GNOME_KEYRING_CONTROL=/run/user/1003/keyring-xhhFii
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: SSH_AUTH_SOCK=/run/user/1003/keyring-xhhFii/ssh
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: GPG_AGENT_INFO=/run/user/1003/keyring-xhhFii/gpg:0:1
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: GNOME_KEYRING_CONTROL=/run/user/1003/keyring-xhhFii
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: SSH_AUTH_SOCK=/run/user/1003/keyring-xhhFii/ssh
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: GPG_AGENT_INFO=/run/user/1003/keyring-xhhFii/gpg:0:1
    Apr 22 22:19:29 jason-laptop dbus-daemon[139]: dbus[139]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.ser
    Apr 22 22:19:29 jason-laptop dbus[139]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Apr 22 22:19:29 jason-laptop dbus-daemon[139]: dbus[139]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbu
    Apr 22 22:19:29 jason-laptop dbus[139]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.servic
    Apr 22 22:19:29 jason-laptop pulseaudio[7543]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.syst
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: Window manager warning: Locale not understood by C library, internationalization will
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: (gnome-shell:7567): Clutter-WARNING **: Locale not supported by C library.
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: Using the fallback 'C' locale.
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: (gnome-shell:7567): Gtk-WARNING **: Locale not supported by C library.
    Apr 22 22:19:29 jason-laptop /etc/gdm/Xsession[7488]: Using the fallback 'C' locale.
    Apr 22 22:19:30 jason-laptop colord[303]: Automatic metadata add icc-2927396d048bf9f6cf9bafb6cc5812bd to xrandr-cPATH
    Apr 22 22:19:30 jason-laptop colord[303]: Device added: xrandr-cPATH
    Apr 22 22:19:30 jason-laptop colord[303]: Automatic metadata add icc-9864b83a5ba580211a04245ae40e8090 to xrandr-cPATH
    Apr 22 22:19:30 jason-laptop colord[303]: Profile added: icc-9864b83a5ba580211a04245ae40e8090
    Apr 22 22:19:30 jason-laptop goa[7602]: goa-daemon version 3.8.1 starting [main.c:113, main()]
    Apr 22 22:19:31 jason-laptop polkitd[213]: Registered Authentication Agent for unix-session:11 (system bus name :1.439 [/usr/bin/gnome-shell
    Apr 22 22:19:31 jason-laptop /etc/gdm/Xsession[7488]: (process:7624): Gtk-WARNING **: Locale not supported by C library.
    Apr 22 22:19:31 jason-laptop /etc/gdm/Xsession[7488]: Using the fallback 'C' locale.
    Apr 22 22:19:31 jason-laptop gnome-session[7488]: Entering running state
    Apr 22 22:19:31 jason-laptop /etc/gdm/Xsession[7488]: JS LOG: GNOME Shell started at Mon Apr 22 2013 22:19:31 GMT+0200 (SAST)
    Apr 22 22:19:31 jason-laptop /etc/gdm/Xsession[7488]: (process:7628): Gtk-WARNING **: Locale not supported by C library.
    Apr 22 22:19:31 jason-laptop /etc/gdm/Xsession[7488]: Using the fallback 'C' locale.
    Apr 22 22:19:31 jason-laptop /etc/gdm/Xsession[7488]: Creating config directory:'/home/test/.config/tracker'
    Apr 22 22:19:31 jason-laptop /etc/gdm/Xsession[7488]: (process:7632): Gtk-WARNING **: Locale not supported by C library.
    Apr 22 22:19:31 jason-laptop /etc/gdm/Xsession[7488]: Using the fallback 'C' locale.
    Apr 22 22:19:31 jason-laptop systemd-logind[138]: Removed session 9.
    Apr 22 22:19:31 jason-laptop /etc/gdm/Xsession[7488]: (process:7626): Gtk-WARNING **: Locale not supported by C library.
    Apr 22 22:19:31 jason-laptop /etc/gdm/Xsession[7488]: Using the fallback 'C' locale.
    Apr 22 22:19:31 jason-laptop /etc/gdm/Xsession[7488]: Failed to play sound: File or data not found
    Apr 22 22:19:31 jason-laptop /etc/gdm/Xsession[7488]: ** Message: applet now removed from the notification area
    Apr 22 22:19:32 jason-laptop /etc/gdm/Xsession[7488]: ** Message: applet now embedded in the notification area
    Apr 22 22:19:36 jason-laptop /etc/gdm/Xsession[7488]: (nautilus:7735): Gtk-WARNING **: Locale not supported by C library.
    Apr 22 22:19:36 jason-laptop /etc/gdm/Xsession[7488]: Using the fallback 'C' locale.
    Apr 22 22:19:36 jason-laptop /etc/gdm/Xsession[7488]: Window manager warning: CurrentTime used to choose focus window; focus window may not
    Apr 22 22:19:36 jason-laptop /etc/gdm/Xsession[7488]: Window manager warning: Got a request to focus the no_focus_window with a timestamp of
    Apr 22 22:19:45 jason-laptop /etc/gdm/Xsession[7488]: Window manager warning: CurrentTime used to choose focus window; focus window may not
    Apr 22 22:19:45 jason-laptop /etc/gdm/Xsession[7488]: Window manager warning: Got a request to focus the no_focus_window with a timestamp of
    Apr 22 22:19:47 jason-laptop /etc/gdm/Xsession[7488]: (nautilus:7748): Gtk-WARNING **: Locale not supported by C library.
    Apr 22 22:19:47 jason-laptop /etc/gdm/Xsession[7488]: Using the fallback 'C' locale.
    Apr 22 22:19:47 jason-laptop /etc/gdm/Xsession[7488]: Window manager warning: CurrentTime used to choose focus window; focus window may not
    Apr 22 22:19:47 jason-laptop /etc/gdm/Xsession[7488]: Window manager warning: Got a request to focus the no_focus_window with a timestamp of
    Apr 22 22:19:47 jason-laptop /etc/gdm/Xsession[7488]: (gnome-shell:7567): St-ERROR **: st_widget_get_theme_node called on the widget [0x35e8
    Apr 22 22:19:47 jason-laptop kernel: traps: gnome-shell[7567] trap int3 ip:7f73b0bfaead sp:7ffffc2d2840 error:0
    Apr 22 22:19:47 jason-laptop /etc/gdm/Xsession[7488]: ** Message: applet now removed from the notification area
    Apr 22 22:19:47 jason-laptop polkitd[213]: Unregistered Authentication Agent for unix-session:11 (system bus name :1.439, object path /org/f
    Apr 22 22:19:47 jason-laptop gnome-session[7488]: WARNING: Application 'gnome-shell.desktop' killed by signal 5
    Apr 22 22:19:47 jason-laptop /etc/gdm/Xsession[7488]: gnome-session[7488]: WARNING: Application 'gnome-shell.desktop' killed by signal 5
    Apr 22 22:19:47 jason-laptop polkitd[213]: Error converting subject to JS object: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Cou
    Apr 22 22:19:47 jason-laptop NetworkManager[135]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.open: (3) GDBus
    Apr 22 22:19:47 jason-laptop /etc/gdm/Xsession[7488]: Window manager warning: Locale not understood by C library, internationalization will
    Apr 22 22:19:48 jason-laptop /etc/gdm/Xsession[7488]: (gnome-shell:7760): Clutter-WARNING **: Locale not supported by C library.
    Apr 22 22:19:48 jason-laptop /etc/gdm/Xsession[7488]: Using the fallback 'C' locale.
    Apr 22 22:19:48 jason-laptop /etc/gdm/Xsession[7488]: (gnome-shell:7760): Gtk-WARNING **: Locale not supported by C library.
    Apr 22 22:19:48 jason-laptop /etc/gdm/Xsession[7488]: Using the fallback 'C' locale.
    Apr 22 22:19:49 jason-laptop polkitd[213]: Registered Authentication Agent for unix-session:11 (system bus name :1.448 [/usr/bin/gnome-shell
    Apr 22 22:19:49 jason-laptop /etc/gdm/Xsession[7488]: JS LOG: GNOME Shell started at Mon Apr 22 2013 22:19:49 GMT+0200 (SAST)
    Apr 22 22:19:50 jason-laptop /etc/gdm/Xsession[7488]: ** Message: applet now embedded in the notification area
    Apr 22 22:19:54 jason-laptop /etc/gdm/Xsession[7488]: Window manager warning: CurrentTime used to choose focus window; focus window may not
    Apr 22 22:19:54 jason-laptop /etc/gdm/Xsession[7488]: Window manager warning: Got a request to focus the no_focus_window with a timestamp of
    Apr 22 22:19:58 jason-laptop /etc/gdm/Xsession[7488]: (process:7846): Gtk-WARNING **: Locale not supported by C library.
    Apr 22 22:19:58 jason-laptop /etc/gdm/Xsession[7488]: Using the fallback 'C' locale.
    Apr 22 22:20:01 jason-laptop su[7861]: (to jason) test on /dev/pts/0
    Apr 22 22:20:01 jason-laptop su[7861]: pam_unix(su:session): session opened for user jason by test(uid=1003)
    Apr 22 22:20:08 jason-laptop sudo[7864]: jason : TTY=pts/0 ; PWD=/home/test ; USER=root ; COMMAND=/usr/bin/journalctl --since=yesterday
    Apr 22 22:20:08 jason-laptop sudo[7864]: pam_unix(sudo:session): session opened for user root by test(uid=0)
    Last edited by jrussell (2013-04-22 20:23:13)

    I just had this same crash again, with chromium, nautilus and gnome-terminal open
    Jul 21 11:55:26 jason-laptop avahi-daemon[1031]: avahi-daemon 0.6.31 starting up.
    Jul 21 11:55:26 jason-laptop avahi-daemon[1031]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
    Jul 21 11:55:26 jason-laptop systemd[1]: Started Avahi mDNS/DNS-SD Stack.
    Jul 21 11:55:26 jason-laptop avahi-daemon[1031]: Successfully called chroot().
    Jul 21 11:55:26 jason-laptop avahi-daemon[1031]: Successfully dropped remaining capabilities.
    Jul 21 11:55:26 jason-laptop avahi-daemon[1031]: Loading service file /services/sftp-ssh.service.
    Jul 21 11:55:26 jason-laptop avahi-daemon[1031]: Loading service file /services/ssh.service.
    Jul 21 11:55:26 jason-laptop sudo[1028]: pam_unix(sudo:session): session closed for user root
    Jul 21 11:55:26 jason-laptop avahi-daemon[1031]: Joining mDNS multicast group on interface wlan0.IPv4 with address 10.0.0.39.
    Jul 21 11:55:26 jason-laptop avahi-daemon[1031]: New relevant interface wlan0.IPv4 for mDNS.
    Jul 21 11:55:26 jason-laptop avahi-daemon[1031]: Network interface enumeration completed.
    Jul 21 11:55:26 jason-laptop avahi-daemon[1031]: Registering new address record for fe80::21c:26ff:feca:be4b on wlan0.*.
    Jul 21 11:55:26 jason-laptop avahi-daemon[1031]: Registering new address record for 10.0.0.39 on wlan0.IPv4.
    Jul 21 11:55:26 jason-laptop avahi-daemon[1031]: Registering HINFO record with values 'X86_64'/'LINUX'.
    Jul 21 11:55:27 jason-laptop avahi-daemon[1031]: Server startup complete. Host name is jason-laptop.local. Local service cookie is 339391358.
    Jul 21 11:55:28 jason-laptop avahi-daemon[1031]: Service "jason-laptop" (/services/ssh.service) successfully established.
    Jul 21 11:55:28 jason-laptop avahi-daemon[1031]: Service "jason-laptop" (/services/sftp-ssh.service) successfully established.
    Jul 21 11:56:13 jason-laptop dbus-daemon[225]: dbus[225]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedes
    Jul 21 11:56:13 jason-laptop dbus[225]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1
    Jul 21 11:56:13 jason-laptop dbus[225]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedeskto
    Jul 21 11:56:13 jason-laptop dbus-daemon[225]: dbus[225]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit d
    Jul 21 11:56:34 jason-laptop sudo[789]: pam_unix(sudo:session): session closed for user root
    Jul 21 11:56:46 jason-laptop sudo[1125]: jason : TTY=pts/1 ; PWD=/home/jason ; USER=root ; COMMAND=/usr/bin/pacman -S gnome-tweak-tool
    Jul 21 11:56:46 jason-laptop sudo[1125]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Jul 21 11:56:52 jason-laptop sudo[1125]: pam_unix(sudo:session): session closed for user root
    Jul 21 11:57:01 jason-laptop kernel: gnome-shell[527]: segfault at 1 ip 00007fb0166eb670 sp 00007fffa11a2038 error 4 in libglib-2.0.so.0.3600.3[7fb0166b3000+f
    Jul 21 11:57:01 jason-laptop /etc/gdm/Xsession[426]: ** Message: applet now removed from the notification area
    Jul 21 11:57:02 jason-laptop /etc/gdm/Xsession[426]: gnome-session[426]: WARNING: Application 'gnome-shell.desktop' killed by signal 11
    Jul 21 11:57:01 jason-laptop polkitd[242]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.47, object path /org/freedesktop/PolicyKit
    Jul 21 11:57:01 jason-laptop gnome-session[426]: WARNING: Application 'gnome-shell.desktop' killed by signal 11
    Jul 21 11:57:01 jason-laptop NetworkManager[223]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.protected: (3) GDBus.Error:org.fr
    Jul 21 11:57:01 jason-laptop NetworkManager[223]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.open: (3) GDBus.Error:org.freedes
    Jul 21 11:57:03 jason-laptop /etc/gdm/Xsession[426]: JS LOG: GNOME Shell started at Sun Jul 21 2013 11:57:03 GMT+0200 (SAST)
    Jul 21 11:57:03 jason-laptop polkitd[242]: Registered Authentication Agent for unix-session:1 (system bus name :1.64 [/usr/bin/gnome-shell], object path /org/
    Jul 21 11:57:04 jason-laptop /etc/gdm/Xsession[426]: ** Message: applet now embedded in the notification area
    Jul 21 11:57:04 jason-laptop kernel: nouveau E[ PGRAPH][0000:01:00.0] DATA_ERROR INVALID_VALUE
    Jul 21 11:57:04 jason-laptop kernel: nouveau E[ PGRAPH][0000:01:00.0] DATA_ERROR
    Jul 21 11:57:04 jason-laptop kernel: nouveau E[ PGRAPH][0000:01:00.0] ch 4 [0x000f949000 gnome-shell[1170]] subc 3 class 0x8297 mthd 0x0e04 data 0xffcc0000
    Jul 21 11:57:25 jason-laptop /etc/gdm/Xsession[426]: [106:107:0721/115725:ERROR:audio_output_device.cc(186)] Not implemented reached in virtual void media::Au
    Jul 21 11:57:35 jason-laptop /etc/gdm/Xsession[426]: [106:107:0721/115735:ERROR:audio_output_device.cc(186)] Not implemented reached in virtual void media::Au
    Jul 21 11:58:13 jason-laptop dbus-daemon[225]: dbus[225]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedes
    Jul 21 11:58:13 jason-laptop dbus[225]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1
    Jul 21 11:58:13 jason-laptop dbus[225]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedeskto
    Jul 21 11:58:13 jason-laptop dbus-daemon[225]: dbus[225]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit d
    Jul 21 11:59:38 jason-laptop sudo[1387]: jason : TTY=pts/1 ; PWD=/home/jason ; USER=root ; COMMAND=/usr/bin/journalctl -b
    Jul 21 11:59:38 jason-laptop sudo[1387]: pam_unix(sudo:session): session opened for user root by (uid=0)
    lines 1289-1334/1334 (END)
    Might have happened as I installed gnome-tweak-tool
    Last edited by jrussell (2013-07-21 10:02:47)

  • [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)))

  • Condition of Gnome Shell (git) and its issues

    I had recently been able to build gnome-shell-git succesfully, but, after that, there have always been issues.
    I have uploaded gnome-shell-git on AUR http://aur.archlinux.org/packages.php?ID=29509, but it seems that there are some things that may be wrong on the deps:
    1)gobject-instrospection needs to be built before clutter-git.
    2)Clutter (git), on the other hand, often has build issues and can't be built with (1) installed first, even though it is required as a makedep. If we turn off gobject-introspection integration, we don't have Clutter-*.gir created.
    Clutter 1.0.x on the other hand (the [extra] one), doesn't seem to be gobject-introspection aware, even though we *have* to include this dep.
    3)If someone can build the (1) and (2), has issues, during compiling gnome-shell-git, where, during compilation, Mutter is being executed somehow (?) (you can see errors that occur only if mutter is being executed), with a strange mozjs error.
    4)Last but not least, should we prefer Mutter (Metacity 3.x) from git.gnome.org, or the patched one from git.moblin.org (that already exists on AUR). Mutter seems not to respect my xf86-video-ati driver, since, if I turn on Mutter composition, I have no hardware acceleration (but software acceleration) and the fonts become very blurry. (of course I have 3D desktop composition for many months now with the other Window managers)
    I'd like to have your opinion on what should be done to make gnome-shell work and to hear if someone could make gnome-shell work.
    Last edited by flamelab (2009-09-01 03:33:58)

    Well, it's frustrating:
    CCLD libgnome-shell.la
    CC test_recorder-shell-recorder.o
    CC test_recorder-shell-recorder-src.o
    CC test_recorder-test-recorder.o
    CCLD test-recorder
    GEN gnome-shell
    GEN Big-1.0.gir
    Window manager warning: Could not change to home directory /root.
    (mutter:30396): mutter-WARNING **: Could not load library [/home/flamelab/Projects/gnome-shell/src/gnome-shell-build/src/libgnome-shell.la (libmozjs.so: cannot open shared object file: No such file or directory)]
    (mutter:30396): mutter-CRITICAL **: failed to load plugins
    Invalid GType: 'big_box_get_type'
    failed to dump: Failed to find symbol 'big_box_get_type'
    Command '['mutter', '--mutter-plugins=/home/flamelab/Projects/gnome-shell/src/gnome-shell-build/src/libgnome-shell.la', '--introspect-dump=/tmp/tmp-introspect6lyTA_/types.txt,/tmp/tmp-introspect6lyTA_/dump.xml']' returned non-zero exit status 1
    make[3]: *** [Big-1.0.gir] Error 1
    make[3]: Leaving directory `/home/flamelab/Projects/gnome-shell/src/gnome-shell-build/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/flamelab/Projects/gnome-shell/src/gnome-shell-build/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/flamelab/Projects/gnome-shell/src/gnome-shell-build'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Well, the same error had another person:
    http://mail.gnome.org/archives/gnome-sh … 00169.html
    but the devs seem to be SO jhbuild dependent that they don't know what goes wrong. So they can't help him.
    So, what's going on ?

  • Gnome-shell with nouveau - how is the performance

    I have an old 8400GS and find gnome-shell's performance under nouveau pretty bad.  Is it my card or the driver?  If you have a more powerful card, how is the performance?  I'm no gamer but is there a more powerful (none fan cooled) nvidia card that's better?

    Looks okay.... guess my 8400GS is just underpowered for this driver.  I ordered the 450 GTS so we'll see
    $ grep flip /var/log/Xorg.0.log
    [ 23641.419] (==) NOUVEAU(0): Page flipping enabled
    $ grep drm /var/log/Xorg.0.log
    [ 23641.418] drmOpenDevice: node name is /dev/dri/card0
    [ 23641.418] drmOpenDevice: open result is 7, (OK)
    [ 23641.418] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 23641.418] drmOpenDevice: node name is /dev/dri/card0
    [ 23641.418] drmOpenDevice: open result is 7, (OK)
    [ 23641.419] drmOpenByBusid: drmOpenMinor returns 7
    [ 23641.419] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 23641.419] (II) [drm] nouveau interface version: 0.0.16
    [ 23641.419] drmOpenDevice: node name is /dev/dri/card0
    [ 23641.419] drmOpenDevice: open result is 8, (OK)
    [ 23641.419] drmOpenDevice: node name is /dev/dri/card0
    [ 23641.419] drmOpenDevice: open result is 8, (OK)
    [ 23641.419] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 23641.419] drmOpenDevice: node name is /dev/dri/card0
    [ 23641.419] drmOpenDevice: open result is 8, (OK)
    [ 23641.419] drmOpenByBusid: drmOpenMinor returns 8
    [ 23641.419] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 23641.419] (II) [drm] DRM interface version 1.4
    [ 23641.419] (II) [drm] DRM open master succeeded.
    $ dmesg | grep drm
    [ 0.651085] [drm] Initialized drm 1.1.0 20060810
    [ 0.661177] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x298200a2)
    [ 0.664916] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
    [ 0.710278] [drm] nouveau 0000:01:00.0: ... appears to be valid
    [ 0.710280] [drm] nouveau 0000:01:00.0: BIT BIOS found
    [ 0.710281] [drm] nouveau 0000:01:00.0: Bios version 62.98.47.00
    [ 0.710283] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
    [ 0.710284] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
    [ 0.710286] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02000300 00000028
    [ 0.710287] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000302 00020030
    [ 0.710289] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 04011310 00000028
    [ 0.710290] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 010223f1 00c0c080
    [ 0.710292] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
    [ 0.710294] [drm] nouveau 0000:01:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07
    [ 0.710296] [drm] nouveau 0000:01:00.0: 1: 0x00000200: type 0x00 idx 1 tag 0xff
    [ 0.710297] [drm] nouveau 0000:01:00.0: 2: 0x00000110: type 0x10 idx 2 tag 0xff
    [ 0.710299] [drm] nouveau 0000:01:00.0: 3: 0x00000111: type 0x11 idx 3 tag 0xff
    [ 0.710300] [drm] nouveau 0000:01:00.0: 4: 0x00000113: type 0x13 idx 4 tag 0xff
    [ 0.710303] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xD710
    [ 0.735573] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xDAB5
    [ 0.741906] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xE364
    [ 0.741911] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xE456
    [ 0.742976] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xE655
    [ 0.742977] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xE6BA
    [ 0.762981] [drm] nouveau 0000:01:00.0: 0xE6BA: Condition still not met after 20ms, skipping following opcodes
    [ 0.762989] [drm] nouveau 0000:01:00.0: timingset 255 does not exist
    [ 1.160045] [drm] nouveau 0000:01:00.0: 1 available performance level(s)
    [ 1.160047] [drm] nouveau 0000:01:00.0: 3: memory 400MHz core 567MHz shader 1400MHz fanspeed 100%
    [ 1.160055] [drm] nouveau 0000:01:00.0: Register 0x00004030 not found in PLL limits table
    [ 1.160090] [drm] nouveau 0000:01:00.0: c: memory 399MHz core 566MHz shader 1400MHz
    [ 1.160209] [drm] nouveau 0000:01:00.0: Detected 512MiB VRAM
    [ 1.161277] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
    [ 1.173455] [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown
    [ 1.173457] [drm] nouveau 0000:01:00.0: TV-1 has no encoders, removing
    [ 1.174154] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 1.174155] [drm] No driver support for vblank timestamp query.
    [ 1.428713] [drm] nouveau 0000:01:00.0: allocated 1920x1080 fb: 0x40000000, bo ffff880221feec00
    [ 1.483825] drm: registered panic notifier
    [ 1.483828] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0

  • Annoying freezes using gnome shell

    Gnome 3 seems pretty stable. However, when viewing high resolution pictures, especially many of them in a browser, gnome shell tends to lock up. The screen becomes unresponsive but the mouse cursor can still be moved and it responds to elements on the screen (e.g. window borders). Also sound playback continues. Same happens if I scroll pdf pages fast and continuous using evince or some other pdf viewer.
    I can reach the virtual console using CTRL+ALT+F1 but restarting gnome results in a new freeze at the gdm login screen or, if no login manager is used, when loading the desktop.
    I have this problem for quite a while now. It pretty much exists since the first release. I seem to be not the only person with this problem [1]. I can't find anything regarding this issue in log files
    Hardware:
    IBM T60
    ATI X1400 using the radeon open source drivers
    Any suggestions? This is really annoying...
    [1] http://askubuntu.com/questions/70504/mo … -locked-up

    update:
    pci=nomsi noapic irqpoll
    no freeze for the last 30hrs.
    I 'm not sure why  i am getting  dmesg errors like this ?
    composite sync not supported
    my dmesg output is
    [root@candice ~]# dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.2.1-1-ARCH (tobias@T-POWA-LX) (gcc version 4.6.2 20111223 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Jan 13 06:50:31 CET 2012
    [ 0.000000] Command line: root=/dev/sda2 ro pci=nomsi noapic irqpoll
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
    [ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cfed3400 (usable)
    [ 0.000000] BIOS-e820: 00000000cfed3400 - 00000000d0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4007000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f4008000 - 00000000f400c000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed20000 - 00000000feda0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: Dell Inc. MM061 /0XD720, BIOS A17 06/13/2007
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0xcfed3 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FF0000000 write-back
    [ 0.000000] 3 base 0CFF00000 mask FFFF00000 uncachable
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000cfed3000
    [ 0.000000] 0000000000 - 00cfe00000 page 2M
    [ 0.000000] 00cfe00000 - 00cfed3000 page 4k
    [ 0.000000] kernel direct mapping tables up to cfed3000 @ 1fffa000-20000000
    [ 0.000000] RAMDISK: 37d7f000 - 37ff0000
    [ 0.000000] ACPI: RSDP 00000000000fc1d0 00014 (v00 DELL )
    [ 0.000000] ACPI: RSDT 00000000cfed3a0f 00040 (v01 DELL M07 27D7060D ASL 00000061)
    [ 0.000000] ACPI: FACP 00000000cfed4800 00074 (v01 DELL M07 27D7060D ASL 00000061)
    [ 0.000000] ACPI: DSDT 00000000cfed5400 04766 (v01 INT430 SYSFexxx 00001001 INTL 20050624)
    [ 0.000000] ACPI: FACS 00000000cfee3c00 00040
    [ 0.000000] ACPI: HPET 00000000cfed4f00 00038 (v01 DELL M07 00000001 ASL 00000061)
    [ 0.000000] ACPI: APIC 00000000cfed5000 00068 (v01 DELL M07 27D7060D ASL 00000047)
    [ 0.000000] ACPI: MCFG 00000000cfed4fc0 0003E (v16 DELL M07 27D7060D ASL 00000061)
    [ 0.000000] ACPI: SLIC 00000000cfed509c 00176 (v01 DELL M07 27D7060D ASL 00000061)
    [ 0.000000] ACPI: BOOT 00000000cfed4bc0 00028 (v01 DELL M07 27D7060D ASL 00000061)
    [ 0.000000] ACPI: SSDT 00000000cfed3a4f 004DC (v01 PmRef CpuPm 00003000 INTL 20050624)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-00000000cfed3000
    [ 0.000000] Initmem setup node 0 0000000000000000-00000000cfed3000
    [ 0.000000] NODE_DATA [00000000cfece000 - 00000000cfed2fff]
    [ 0.000000] [ffffea0000000000-ffffea00033fffff] PMD -> [ffff8800cc200000-ffff8800cf5fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x000cfed3
    [ 0.000000] On node 0 totalpages: 851554
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3914 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 13244 pages used for memmap
    [ 0.000000] DMA32 zone: 834327 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: Skipping IOAPIC probe due to 'noapic' option.
    [ 0.000000] Using ACPI for processor (LAPIC) configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 16
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:20000000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800cfc00000 s82048 r8192 d24448 u1048576
    [ 0.000000] pcpu-alloc: s82048 r8192 d24448 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 838241
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: root=/dev/sda2 ro pci=nomsi noapic irqpoll
    [ 0.000000] Misrouted IRQ fixup and polling support enabled
    [ 0.000000] This may significantly impact system performance
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3339068k/3406668k available (4279k kernel code, 452k absent, 67148k reserved, 4601k data, 728k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:4352 nr_irqs:288 16
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 27262976 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 1662.391 MHz processor.
    [ 0.003339] Calibrating delay loop (skipped), value calculated using timer frequency.. 3326.31 BogoMIPS (lpj=5541303)
    [ 0.003345] pid_max: default: 32768 minimum: 301
    [ 0.003382] Security Framework initialized
    [ 0.003390] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003924] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.007887] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.009483] Mount-cache hash table entries: 256
    [ 0.009720] Initializing cgroup subsys cpuacct
    [ 0.009730] Initializing cgroup subsys memory
    [ 0.009744] Initializing cgroup subsys devices
    [ 0.009747] Initializing cgroup subsys freezer
    [ 0.009749] Initializing cgroup subsys net_cls
    [ 0.009752] Initializing cgroup subsys blkio
    [ 0.009807] CPU: Physical Processor ID: 0
    [ 0.009809] CPU: Processor Core ID: 0
    [ 0.009812] mce: CPU supports 6 MCE banks
    [ 0.009824] CPU0: Thermal monitoring enabled (TM2)
    [ 0.009831] using mwait in idle threads.
    [ 0.011507] ACPI: Core revision 20110623
    [ 0.013959] ACPI: setting ELCR to 0200 (from 0eb8)
    [ 0.014748] ftrace: allocating 16773 entries in 66 pages
    [ 0.016745] CPU0: Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz stepping 06
    [ 0.019998] Performance Events: PEBS fmt0-, Core2 events, Intel PMU driver.
    [ 0.019998] PEBS disabled due to CPU errata.
    [ 0.019998] ... version: 2
    [ 0.019998] ... bit width: 40
    [ 0.019998] ... generic registers: 2
    [ 0.019998] ... value mask: 000000ffffffffff
    [ 0.019998] ... max period: 000000007fffffff
    [ 0.019998] ... fixed-purpose events: 3
    [ 0.019998] ... event mask: 0000000700000003
    [ 0.036788] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.063348] Booting Node 0, Processors #1 Ok.
    [ 0.063352] smpboot cpu 1: start_ip = 9a000
    [ 0.159990] TSC synchronization [CPU#0 -> CPU#1]:
    [ 0.159990] Measured 3293175100 cycles TSC warp between CPUs, turning off TSC clock.
    [ 0.159990] Marking TSC unstable due to check_tsc_sync_source failed
    [ 0.160030] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.166662] Brought up 2 CPUs
    [ 0.166666] Total of 2 processors activated (6652.88 BogoMIPS).
    [ 0.168076] devtmpfs: initialized
    [ 0.170689] print_constraints: dummy:
    [ 0.170749] NET: Registered protocol family 16
    [ 0.170908] ACPI: bus type pci registered
    [ 0.171006] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.171010] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.179728] PCI: Using configuration type 1 for base access
    [ 0.179737] dmi type 0xB1 record - unknown flag
    [ 0.180556] bio: create slab <bio-0> at 0
    [ 0.180556] ACPI: Added _OSI(Module Device)
    [ 0.180556] ACPI: Added _OSI(Processor Device)
    [ 0.180556] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.180556] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.181138] ACPI: EC: Look up EC in DSDT
    [ 0.186035] ACPI: SSDT 00000000cfed4176 00202 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.186318] ACPI: Dynamic OEM Table Load:
    [ 0.186322] ACPI: SSDT (null) 00202 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.186427] ACPI: SSDT 00000000cfed3f2b 001C6 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.186702] ACPI: Dynamic OEM Table Load:
    [ 0.186706] ACPI: SSDT (null) 001C6 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.186940] ACPI: SSDT 00000000cfed4378 000C4 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    [ 0.187214] ACPI: Dynamic OEM Table Load:
    [ 0.187218] ACPI: SSDT (null) 000C4 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    [ 0.187311] ACPI: SSDT 00000000cfed40f1 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    [ 0.187578] ACPI: Dynamic OEM Table Load:
    [ 0.187582] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    [ 0.187771] ACPI: Interpreter enabled
    [ 0.187775] ACPI: (supports S0 S3 S4 S5)
    [ 0.187795] ACPI: Using PIC for interrupt routing
    [ 0.210254] ACPI: No dock devices found.
    [ 0.210258] HEST: Table not found.
    [ 0.210262] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.216101] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.227329] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.227333] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.227337] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.227340] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
    [ 0.227344] pci_root PNP0A03:00: host bridge window [mem 0xd0000000-0xefffffff] (ignored)
    [ 0.227347] pci_root PNP0A03:00: host bridge window [mem 0xf4007000-0xf4007fff] (ignored)
    [ 0.227350] pci_root PNP0A03:00: host bridge window [mem 0xf400c000-0xfebfffff] (ignored)
    [ 0.227354] pci_root PNP0A03:00: host bridge window [mem 0xfec10000-0xfecfffff] (ignored)
    [ 0.227357] pci_root PNP0A03:00: host bridge window [mem 0xfed00400-0xfed1ffff] (ignored)
    [ 0.227361] pci_root PNP0A03:00: host bridge window [mem 0xfee10000-0xffafffff] (ignored)
    [ 0.227375] pci 0000:00:00.0: [8086:27a0] type 0 class 0x000600
    [ 0.227431] pci 0000:00:01.0: [8086:27a1] type 1 class 0x000604
    [ 0.227475] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.227480] pci 0000:00:01.0: PME# disabled
    [ 0.227552] pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403
    [ 0.227576] pci 0000:00:1b.0: reg 10: [mem 0xefffc000-0xefffffff 64bit]
    [ 0.227664] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.227670] pci 0000:00:1b.0: PME# disabled
    [ 0.227703] pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604
    [ 0.227794] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.227800] pci 0000:00:1c.0: PME# disabled
    [ 0.227838] pci 0000:00:1c.3: [8086:27d6] type 1 class 0x000604
    [ 0.227929] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.227935] pci 0000:00:1c.3: PME# disabled
    [ 0.227974] pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03
    [ 0.228034] pci 0000:00:1d.0: reg 20: [io 0xbf80-0xbf9f]
    [ 0.228078] pci 0000:00:1d.1: [8086:27c9] type 0 class 0x000c03
    [ 0.228137] pci 0000:00:1d.1: reg 20: [io 0xbf60-0xbf7f]
    [ 0.228181] pci 0000:00:1d.2: [8086:27ca] type 0 class 0x000c03
    [ 0.228241] pci 0000:00:1d.2: reg 20: [io 0xbf40-0xbf5f]
    [ 0.228284] pci 0000:00:1d.3: [8086:27cb] type 0 class 0x000c03
    [ 0.228344] pci 0000:00:1d.3: reg 20: [io 0xbf20-0xbf3f]
    [ 0.228400] pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03
    [ 0.228427] pci 0000:00:1d.7: reg 10: [mem 0xffa80000-0xffa803ff]
    [ 0.228521] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.228528] pci 0000:00:1d.7: PME# disabled
    [ 0.228558] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 0.228649] pci 0000:00:1f.0: [8086:27b9] type 0 class 0x000601
    [ 0.228769] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
    [ 0.228777] pci 0000:00:1f.0: quirk: [io 0x1080-0x10bf] claimed by ICH6 GPIO
    [ 0.228783] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0900 (mask 007f)
    [ 0.228790] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0c80 (mask 003f)
    [ 0.228844] pci 0000:00:1f.2: [8086:27c4] type 0 class 0x000101
    [ 0.228867] pci 0000:00:1f.2: reg 10: [io 0x01f0-0x01f7]
    [ 0.228880] pci 0000:00:1f.2: reg 14: [io 0x03f4-0x03f7]
    [ 0.228894] pci 0000:00:1f.2: reg 18: [io 0x0170-0x0177]
    [ 0.228907] pci 0000:00:1f.2: reg 1c: [io 0x0374-0x0377]
    [ 0.228920] pci 0000:00:1f.2: reg 20: [io 0xbfa0-0xbfaf]
    [ 0.228968] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.228974] pci 0000:00:1f.2: PME# disabled
    [ 0.228996] pci 0000:00:1f.3: [8086:27da] type 0 class 0x000c05
    [ 0.229073] pci 0000:00:1f.3: reg 20: [io 0x10c0-0x10df]
    [ 0.229177] pci 0000:01:00.0: [1002:7145] type 0 class 0x000300
    [ 0.229193] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
    [ 0.229205] pci 0000:01:00.0: reg 14: [io 0xee00-0xeeff]
    [ 0.229218] pci 0000:01:00.0: reg 18: [mem 0xefdf0000-0xefdfffff]
    [ 0.229251] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.229278] pci 0000:01:00.0: supports D1 D2
    [ 0.229294] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.229311] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.229315] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.229319] pci 0000:00:01.0: bridge window [mem 0xefd00000-0xefefffff]
    [ 0.229325] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.229467] pci 0000:0b:00.0: [14e4:4311] type 0 class 0x000280
    [ 0.229534] pci 0000:0b:00.0: reg 10: [mem 0xefcfc000-0xefcfffff]
    [ 0.229936] pci 0000:0b:00.0: supports D1 D2
    [ 0.230026] pci 0000:0b:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.230053] pci 0000:00:1c.0: PCI bridge to [bus 0b-0b]
    [ 0.230062] pci 0000:00:1c.0: bridge window [mem 0xefc00000-0xefcfffff]
    [ 0.230134] pci 0000:00:1c.3: PCI bridge to [bus 0c-0d]
    [ 0.230140] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.230146] pci 0000:00:1c.3: bridge window [mem 0xefa00000-0xefbfffff]
    [ 0.230155] pci 0000:00:1c.3: bridge window [mem 0xe0000000-0xe01fffff 64bit pref]
    [ 0.230204] pci 0000:03:00.0: [14e4:170c] type 0 class 0x000200
    [ 0.230228] pci 0000:03:00.0: reg 10: [mem 0xef9fe000-0xef9fffff]
    [ 0.230317] pci 0000:03:00.0: supports D1 D2
    [ 0.230320] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.230326] pci 0000:03:00.0: PME# disabled
    [ 0.230350] pci 0000:03:01.0: [1180:0832] type 0 class 0x000c00
    [ 0.230376] pci 0000:03:01.0: reg 10: [mem 0xef9fd800-0xef9fdfff]
    [ 0.230468] pci 0000:03:01.0: supports D1 D2
    [ 0.230471] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.230477] pci 0000:03:01.0: PME# disabled
    [ 0.230502] pci 0000:03:01.1: [1180:0822] type 0 class 0x000805
    [ 0.230526] pci 0000:03:01.1: reg 10: [mem 0xef9fd500-0xef9fd5ff]
    [ 0.230618] pci 0000:03:01.1: supports D1 D2
    [ 0.230620] pci 0000:03:01.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.230627] pci 0000:03:01.1: PME# disabled
    [ 0.230650] pci 0000:03:01.2: [1180:0592] type 0 class 0x000880
    [ 0.230675] pci 0000:03:01.2: reg 10: [mem 0xef9fd600-0xef9fd6ff]
    [ 0.230768] pci 0000:03:01.2: supports D1 D2
    [ 0.230771] pci 0000:03:01.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.230777] pci 0000:03:01.2: PME# disabled
    [ 0.230802] pci 0000:03:01.3: [1180:0852] type 0 class 0x000880
    [ 0.230826] pci 0000:03:01.3: reg 10: [mem 0xef9fd700-0xef9fd7ff]
    [ 0.230919] pci 0000:03:01.3: supports D1 D2
    [ 0.230922] pci 0000:03:01.3: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.230928] pci 0000:03:01.3: PME# disabled
    [ 0.231004] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
    [ 0.231014] pci 0000:00:1e.0: bridge window [mem 0xef900000-0xef9fffff]
    [ 0.231023] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.231027] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
    [ 0.231055] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.231437] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
    [ 0.231497] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
    [ 0.231584] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 0.231650] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    [ 0.231709] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0f)
    [ 0.239088] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 11) *4
    [ 0.239169] ACPI: PCI Interrupt Link [LNKB] (IRQs *5 7)
    [ 0.239245] ACPI: PCI Interrupt Link [LNKC] (IRQs *9 10 11)
    [ 0.239322] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 11) *3
    [ 0.239399] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    [ 0.239480] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [ 0.239561] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
    [ 0.239641] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
    [ 0.239771] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.239771] vgaarb: loaded
    [ 0.239771] vgaarb: bridge control possible 0000:01:00.0
    [ 0.239771] PCI: Using ACPI for IRQ routing
    [ 0.242596] PCI: pci_cache_line_size set to 64 bytes
    [ 0.242702] reserve RAM buffer: 000000000009f000 - 000000000009ffff
    [ 0.242705] reserve RAM buffer: 00000000cfed3400 - 00000000cfffffff
    [ 0.242849] NetLabel: Initializing
    [ 0.242851] NetLabel: domain hash size = 128
    [ 0.242853] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.242875] NetLabel: unlabeled traffic allowed by default
    [ 0.242893] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.242899] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.242905] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.253461] Switching to clocksource hpet
    [ 0.263201] pnp: PnP ACPI init
    [ 0.263228] ACPI: bus type pnp registered
    [ 0.272133] pnp 00:00: [mem 0x00000000-0x0009fbff]
    [ 0.272137] pnp 00:00: [mem 0x0009fc00-0x0009ffff]
    [ 0.272140] pnp 00:00: [mem 0x000c0000-0x000cffff]
    [ 0.272142] pnp 00:00: [mem 0x000e0000-0x000fffff]
    [ 0.272145] pnp 00:00: [mem 0x00100000-0xcfed33ff]
    [ 0.272148] pnp 00:00: [mem 0xcfed3400-0xcfefffff]
    [ 0.272150] pnp 00:00: [mem 0xcff00000-0xcfffffff]
    [ 0.272153] pnp 00:00: [mem 0xffb00000-0xffffffff]
    [ 0.272156] pnp 00:00: [mem 0xfec00000-0xfec0ffff]
    [ 0.272158] pnp 00:00: [mem 0xfee00000-0xfee0ffff]
    [ 0.272161] pnp 00:00: [mem 0xfed20000-0xfed9ffff]
    [ 0.272163] pnp 00:00: [mem 0xffa80000-0xffa83fff]
    [ 0.272166] pnp 00:00: [mem 0xf4000000-0xf4003fff]
    [ 0.272168] pnp 00:00: [mem 0xf4004000-0xf4004fff]
    [ 0.272171] pnp 00:00: [mem 0xf4005000-0xf4005fff]
    [ 0.272173] pnp 00:00: [mem 0xf4006000-0xf4006fff]
    [ 0.272176] pnp 00:00: [mem 0xf4008000-0xf400bfff]
    [ 0.272179] pnp 00:00: [mem 0xf0000000-0xf3ffffff]
    [ 0.272288] system 00:00: [mem 0x00000000-0x0009fbff] could not be reserved
    [ 0.272292] system 00:00: [mem 0x0009fc00-0x0009ffff] could not be reserved
    [ 0.272296] system 00:00: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.272299] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.272303] system 00:00: [mem 0x00100000-0xcfed33ff] could not be reserved
    [ 0.272306] system 00:00: [mem 0xcfed3400-0xcfefffff] has been reserved
    [ 0.272310] system 00:00: [mem 0xcff00000-0xcfffffff] has been reserved
    [ 0.272314] system 00:00: [mem 0xffb00000-0xffffffff] has been reserved
    [ 0.272317] system 00:00: [mem 0xfec00000-0xfec0ffff] has been reserved
    [ 0.272321] system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved
    [ 0.272325] system 00:00: [mem 0xfed20000-0xfed9ffff] has been reserved
    [ 0.272329] system 00:00: [mem 0xffa80000-0xffa83fff] could not be reserved
    [ 0.272332] system 00:00: [mem 0xf4000000-0xf4003fff] has been reserved
    [ 0.272336] system 00:00: [mem 0xf4004000-0xf4004fff] has been reserved
    [ 0.272339] system 00:00: [mem 0xf4005000-0xf4005fff] has been reserved
    [ 0.272343] system 00:00: [mem 0xf4006000-0xf4006fff] has been reserved
    [ 0.272346] system 00:00: [mem 0xf4008000-0xf400bfff] has been reserved
    [ 0.272350] system 00:00: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.272355] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.277932] pnp 00:01: [bus 00-ff]
    [ 0.277936] pnp 00:01: [io 0x0000-0x0cf7 window]
    [ 0.277939] pnp 00:01: [io 0x0cf8-0x0cff]
    [ 0.277942] pnp 00:01: [io 0x0d00-0xffff window]
    [ 0.277945] pnp 00:01: [mem 0x000a0000-0x000bffff window]
    [ 0.277948] pnp 00:01: [mem 0x000d0000-0x000dffff window]
    [ 0.277952] pnp 00:01: [mem 0xd0000000-0xefffffff window]
    [ 0.277954] pnp 00:01: [mem 0xf4007000-0xf4007fff window]
    [ 0.277957] pnp 00:01: [mem 0xf400c000-0xfebfffff window]
    [ 0.277960] pnp 00:01: [mem 0xfec10000-0xfecfffff window]
    [ 0.277963] pnp 00:01: [mem 0xfed00400-0xfed1ffff window]
    [ 0.277966] pnp 00:01: [mem 0xfeda0000-0xfed9ffff window disabled]
    [ 0.277969] pnp 00:01: [mem 0xfee10000-0xffafffff window]
    [ 0.278060] pnp 00:01: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.278084] pnp 00:02: [io 0x0092]
    [ 0.278086] pnp 00:02: [io 0x00b2]
    [ 0.278092] pnp 00:02: [io 0x0020-0x0021]
    [ 0.278095] pnp 00:02: [io 0x00a0-0x00a1]
    [ 0.278098] pnp 00:02: [irq 0 disabled]
    [ 0.278100] pnp 00:02: [io 0x04d0-0x04d1]
    [ 0.278103] pnp 00:02: [io 0x1000-0x1005]
    [ 0.278105] pnp 00:02: [io 0x1008-0x100f]
    [ 0.278123] pnp 00:02: disabling [io 0x1000-0x1005] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.278127] pnp 00:02: disabling [io 0x1008-0x100f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.278180] system 00:02: [io 0x04d0-0x04d1] has been reserved
    [ 0.278185] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.278206] pnp 00:03: [io 0xf400-0xf4fe]
    [ 0.278209] pnp 00:03: [io 0x0086]
    [ 0.278211] pnp 00:03: [io 0x00b3]
    [ 0.278213] pnp 00:03: [io 0x1006-0x1007]
    [ 0.278216] pnp 00:03: [io 0x100a-0x1059]
    [ 0.278218] pnp 00:03: [io 0x1060-0x107f]
    [ 0.278221] pnp 00:03: [io 0x1080-0x10bf]
    [ 0.278223] pnp 00:03: [io 0x10c0-0x10df]
    [ 0.278225] pnp 00:03: [io 0x1010-0x102f]
    [ 0.278228] pnp 00:03: [io 0x0809]
    [ 0.278244] pnp 00:03: disabling [io 0x1006-0x1007] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.278248] pnp 00:03: disabling [io 0x100a-0x1059] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.278253] pnp 00:03: disabling [io 0x1060-0x107f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.278257] pnp 00:03: disabling [io 0x1010-0x102f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.278311] system 00:03: [io 0xf400-0xf4fe] has been reserved
    [ 0.278316] system 00:03: [io 0x1080-0x10bf] has been reserved
    [ 0.278319] system 00:03: [io 0x10c0-0x10df] has been reserved
    [ 0.278323] system 00:03: [io 0x0809] has been reserved
    [ 0.278327] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.278350] pnp 00:04: [irq 12]
    [ 0.278392] pnp 00:04: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.278411] pnp 00:05: [io 0x0060]
    [ 0.278413] pnp 00:05: [io 0x0064]
    [ 0.278416] pnp 00:05: [io 0x0062]
    [ 0.278418] pnp 00:05: [io 0x0066]
    [ 0.278421] pnp 00:05: [irq 1]
    [ 0.278463] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.278482] pnp 00:06: [io 0x0070-0x0071]
    [ 0.278485] pnp 00:06: [irq 8]
    [ 0.278487] pnp 00:06: [io 0x0072-0x0077]
    [ 0.278532] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.278552] pnp 00:07: [io 0x0061]
    [ 0.278555] pnp 00:07: [io 0x0063]
    [ 0.278557] pnp 00:07: [io 0x0065]
    [ 0.278559] pnp 00:07: [io 0x0067]
    [ 0.278603] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.278622] pnp 00:08: [io 0x0c80-0x0cff]
    [ 0.278624] pnp 00:08: [io 0x0910-0x091f]
    [ 0.278627] pnp 00:08: [io 0x0920-0x092f]
    [ 0.278629] pnp 00:08: [io 0x0cb0-0x0cbf]
    [ 0.278631] pnp 00:08: [io 0x0930-0x097f]
    [ 0.278697] system 00:08: [io 0x0c80-0x0cff] could not be reserved
    [ 0.278701] system 00:08: [io 0x0910-0x091f] has been reserved
    [ 0.278704] system 00:08: [io 0x0920-0x092f] has been reserved
    [ 0.278708] system 00:08: [io 0x0cb0-0x0cbf] has been reserved
    [ 0.278711] system 00:08: [io 0x0930-0x097f] has been reserved
    [ 0.278716] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.278738] pnp 00:09: [dma 4]
    [ 0.278741] pnp 00:09: [io 0x0000-0x000f]
    [ 0.278743] pnp 00:09: [io 0x0080-0x0085]
    [ 0.278746] pnp 00:09: [io 0x0087-0x008f]
    [ 0.278748] pnp 00:09: [io 0x00c0-0x00df]
    [ 0.278750] pnp 00:09: [io 0x0010-0x001f]
    [ 0.278753] pnp 00:09: [io 0x0090-0x0091]
    [ 0.278755] pnp 00:09: [io 0x0093-0x009f]
    [ 0.278797] pnp 00:09: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.278819] pnp 00:0a: [io 0x00f0-0x00ff]
    [ 0.278823] pnp 00:0a: [irq 13]
    [ 0.278867] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.278919] pnp 00:0b: [mem 0xfed00000-0xfed003ff]
    [ 0.278987] system 00:0b: [mem 0xfed00000-0xfed003ff] has been reserved
    [ 0.278992] system 00:0b: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    [ 0.279290] pnp: PnP ACPI: found 12 devices
    [ 0.279293] ACPI: ACPI bus type pnp unregistered
    [ 0.287862] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.287912] pci 0000:00:1c.0: BAR 15: assigned [mem 0xe0200000-0xe03fffff 64bit pref]
    [ 0.287917] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 0.287923] pci 0000:01:00.0: BAR 6: assigned [mem 0xefd00000-0xefd1ffff pref]
    [ 0.287927] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.287930] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.287935] pci 0000:00:01.0: bridge window [mem 0xefd00000-0xefefffff]
    [ 0.287940] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.287946] pci 0000:00:1c.0: PCI bridge to [bus 0b-0b]
    [ 0.287950] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.287957] pci 0000:00:1c.0: bridge window [mem 0xefc00000-0xefcfffff]
    [ 0.287963] pci 0000:00:1c.0: bridge window [mem 0xe0200000-0xe03fffff 64bit pref]
    [ 0.287973] pci 0000:00:1c.3: PCI bridge to [bus 0c-0d]
    [ 0.287977] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.287984] pci 0000:00:1c.3: bridge window [mem 0xefa00000-0xefbfffff]
    [ 0.287990] pci 0000:00:1c.3: bridge window [mem 0xe0000000-0xe01fffff 64bit pref]
    [ 0.288000] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
    [ 0.288007] pci 0000:00:1e.0: bridge window [mem 0xef900000-0xef9fffff]
    [ 0.288128] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
    [ 0.288131] PCI: setting IRQ 11 as level-triggered
    [ 0.288138] pci 0000:00:01.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
    [ 0.288145] pci 0000:00:01.0: setting latency timer to 64
    [ 0.288154] pci 0000:00:1c.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
    [ 0.288161] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.288257] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
    [ 0.288260] PCI: setting IRQ 10 as level-triggered
    [ 0.288267] pci 0000:00:1c.3: PCI INT D -> Link[LNKD] -> GSI 10 (level, low) -> IRQ 10
    [ 0.288274] pci 0000:00:1c.3: setting latency timer to 64
    [ 0.288284] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.288289] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
    [ 0.288292] pci_bus 0000:00: resource 1 [mem 0x00000000-0xfffffffff]
    [ 0.288296] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.288299] pci_bus 0000:01: resource 1 [mem 0xefd00000-0xefefffff]
    [ 0.288302] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.288306] pci_bus 0000:0b: resource 0 [io 0x2000-0x2fff]
    [ 0.288308] pci_bus 0000:0b: resource 1 [mem 0xefc00000-0xefcfffff]
    [ 0.288312] pci_bus 0000:0b: resource 2 [mem 0xe0200000-0xe03fffff 64bit pref]
    [ 0.288315] pci_bus 0000:0c: resource 0 [io 0xd000-0xdfff]
    [ 0.288318] pci_bus 0000:0c: resource 1 [mem 0xefa00000-0xefbfffff]
    [ 0.288321] pci_bus 0000:0c: resource 2 [mem 0xe0000000-0xe01fffff 64bit pref]
    [ 0.288324] pci_bus 0000:03: resource 1 [mem 0xef900000-0xef9fffff]
    [ 0.288327] pci_bus 0000:03: resource 4 [io 0x0000-0xffff]
    [ 0.288331] pci_bus 0000:03: resource 5 [mem 0x00000000-0xfffffffff]
    [ 0.288385] NET: Registered protocol family 2
    [ 0.288587] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.290156] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.296581] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.297406] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.297409] TCP reno registered
    [ 0.297423] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.297485] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.297673] NET: Registered protocol family 1
    [ 0.297834] pci 0000:01:00.0: Boot video device
    [ 0.297856] PCI: CLS 64 bytes, default 64
    [ 0.297945] Unpacking initramfs...
    [ 0.347473] Freeing initrd memory: 2500k freed
    [ 0.348693] Simple Boot Flag at 0x79 set to 0x1
    [ 0.349309] audit: initializing netlink socket (disabled)
    [ 0.349329] type=2000 audit(1326961814.346:1): initialized
    [ 0.361605] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.386965] VFS: Disk quotas dquot_6.5.2
    [ 0.387054] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.387176] msgmni has been set to 6526
    [ 0.387431] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.387473] io scheduler noop registered
    [ 0.387477] io scheduler deadline registered
    [ 0.387527] io scheduler cfq registered (default)
    [ 0.387675] pcieport 0000:00:01.0: setting latency timer to 64
    [ 0.387760] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.387870] pcieport 0000:00:1c.3: setting latency timer to 64
    [ 0.388122] intel_idle: MWAIT substates: 0x22220
    [ 0.388124] intel_idle: does not run on family 6 model 15
    [ 0.388174] ERST: Table is not found!
    [ 0.388176] GHES: HEST is not enabled!
    [ 0.388266] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.446964] Linux agpgart interface v0.103
    [ 0.447078] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.449882] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.449932] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.450103] mousedev: PS/2 mouse device common for all mice
    [ 0.450192] rtc_cmos 00:06: RTC can wake from S4
    [ 0.450344] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 0.450393] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.450407] cpuidle: using governor ladder
    [ 0.450410] cpuidle: using governor menu
    [ 0.450706] TCP cubic registered
    [ 0.450710] NET: Registered protocol family 17
    [ 0.450721] Registering the dns_resolver key type
    [ 0.450914] PM: Hibernation image not present or could not be loaded.
    [ 0.450922] registered taskstats version 1
    [ 0.462731] rtc_cmos 00:06: setting system clock to 2012-01-19 08:30:14 UTC (1326961814)
    [ 0.462788] Initializing network drop monitor service
    [ 0.464591] Freeing unused kernel memory: 728k freed
    [ 0.464795] Write protecting the kernel read-only data: 8192k
    [ 0.471112] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.473556] Freeing unused kernel memory: 1848k freed
    [ 0.477829] Freeing unused kernel memory: 696k freed
    [ 0.489724] udevd[38]: starting version 175
    [ 0.576718] usbcore: registered new interface driver usbfs
    [ 0.576761] usbcore: registered new interface driver hub
    [ 0.585337] usbcore: registered new device driver usb
    [ 0.589819] SCSI subsystem initialized
    [ 0.595178] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.595355] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 10
    [ 0.595363] ehci_hcd 0000:00:1d.7: PCI INT A -> Link[LNKE] -> GSI 10 (level, low) -> IRQ 10
    [ 0.595385] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 0.595390] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 0.595427] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    [ 0.595450] ehci_hcd 0000:00:1d.7: using broken periodic workaround
    [ 0.595464] ehci_hcd 0000:00:1d.7: debug port 1
    [ 0.606418] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    [ 0.606436] ehci_hcd 0000:00:1d.7: irq 10, io mem 0xffa80000
    [ 0.617245] libata version 3.00 loaded.
    [ 0.620286] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 0.620735] hub 1-0:1.0: USB hub found
    [ 0.620741] hub 1-0:1.0: 8 ports detected
    [ 0.620876] ata_piix 0000:00:1f.2: version 2.13
    [ 0.621034] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
    [ 0.621038] PCI: setting IRQ 5 as level-triggered
    [ 0.621047] ata_piix 0000:00:1f.2: PCI INT B -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 0.621054] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
    [ 0.621105] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 0.623402] scsi0 : ata_piix
    [ 0.624311] scsi1 : ata_piix
    [ 0.624989] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14
    [ 0.624994] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8 irq 15
    [ 0.712712] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.712761] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKE] -> GSI 10 (level, low) -> IRQ 10
    [ 0.712776] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.712781] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.712799] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.712837] uhci_hcd 0000:00:1d.0: irq 10, io base 0x0000bf80
    [ 0.713071] hub 2-0:1.0: USB hub found
    [ 0.713077] hub 2-0:1.0: 2 ports detected
    [ 0.713310] ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 11
    [ 0.713315] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKF] -> GSI 11 (level, low) -> IRQ 11
    [ 0.713324] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 0.713328] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.713368] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    [ 0.713405] uhci_hcd 0000:00:1d.1: irq 11, io base 0x0000bf60
    [ 0.713606] hub 3-0:1.0: USB hub found
    [ 0.713612] hub 3-0:1.0: 2 ports detected
    [ 0.713819] ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 9
    [ 0.713823] PCI: setting IRQ 9 as level-triggered
    [ 0.713829] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKG] -> GSI 9 (level, low) -> IRQ 9
    [ 0.713837] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 0.713842] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.713855] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    [ 0.713889] uhci_hcd 0000:00:1d.2: irq 9, io base 0x0000bf40
    [ 0.714107] hub 4-0:1.0: USB hub found
    [ 0.714113] hub 4-0:1.0: 2 ports detected
    [ 0.714315] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 7
    [ 0.714319] PCI: setting IRQ 7 as level-triggered
    [ 0.714326] uhci_hcd 0000:00:1d.3: PCI INT D -> Link[LNKH] -> GSI 7 (level, low) -> IRQ 7
    [ 0.714335] uhci_hcd 0000:00:1d.3: setting latency timer to 64
    [ 0.714339] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 0.714352] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [ 0.714386] uhci_hcd 0000:00:1d.3: irq 7, io base 0x0000bf20
    [ 0.714588] hub 5-0:1.0: USB hub found
    [ 0.714594] hub 5-0:1.0: 2 ports detected
    [ 0.783938] ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-T20N, WC05, max MWDMA2
    [ 0.784141] ata1.00: ATA-8: TOSHIBA MK1652GSX, LV010J, max UDMA/100
    [ 0.784146] ata1.00: 312581808 sectors, multi 8: LBA48 NCQ (depth 0/32)
    [ 0.788082] ata1.00: configured for UDMA/100
    [ 0.788251] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK1652GS LV01 PQ: 0 ANSI: 5
    [ 0.796940] ata2.00: configured for MWDMA2
    [ 0.805346] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-T20N WC05 PQ: 0 ANSI: 5
    [ 0.812343] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
    [ 0.812413] sd 0:0:0:0: [sda] Write Protect is off
    [ 0.812418] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 0.812448] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 0.818094] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 0.818099] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 0.818525] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 0.859154] sda: sda1 sda2 sda3 < sda5 >
    [ 0.859748] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 0.980033] usb 1-7: new high-speed USB device number 3 using ehci_hcd
    [ 1.443369] usb 2-1: new low-speed USB device number 2 using uhci_hcd
    [ 1.463891] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 1.840022] usb 5-2: new full-speed USB device number 2 using uhci_hcd
    [ 2.015488] hub 5-2:1.0: USB hub found
    [ 2.017442] hub 5-2:1.0: 3 ports detected
    [ 2.291448] usb 5-2.1: new full-speed USB device number 3 using uhci_hcd
    [ 2.488450] usb 5-2.2: new full-speed USB device number 4 using uhci_hcd
    [ 2.691446] usb 5-2.3: new full-speed USB device number 5 using uhci_hcd
    [ 2.960215] udevd[229]: starting version 175
    [ 3.342324] snd_hda_intel 0000:00:1b.0: PCI INT A -> Link[LNKF] -> GSI 11 (level, low) -> IRQ 11
    [ 3.342368] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
    [ 3.461627] wmi: Mapper loaded
    [ 3.476222] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 3.535302] firewire_ohci 0000:03:01.0: PCI INT A -> Link[LNKD] -> GSI 10 (level, low) -> IRQ 10
    [ 3.593412] firewire_ohci: Added fw-ohci device 0000:03:01.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
    [ 3.641428] iTCO_vendor_support: vendor-support=0
    [ 3.648450] ACPI: AC Adapter [AC] (on-line)
    [ 3.654844] input: PC Speaker as /devices/platform/pcspkr/input/input1
    [ 3.705110] Bluetooth: Core ver 2.16
    [ 3.705265] NET: Registered protocol family 31
    [ 3.705268] Bluetooth: HCI device and connection manager initialized
    [ 3.705272] Bluetooth: HCI socket layer initialized
    [ 3.705275] Bluetooth: L2CAP socket layer initialized
    [ 3.705293] Bluetooth: SCO socket layer initialized
    [ 3.708715] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 9
    [ 3.708723] r592 0000:03:01.2: PCI INT B -> Link[LNKC] -> GSI 9 (level, low) -> IRQ 9
    [ 3.708733] r592 0000:03:01.2: setting latency timer to 64
    [ 3.709160] r592: driver successfully loaded
    [ 3.714566] [drm] Initialized drm 1.1.0 20060810
    [ 3.731890] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 3.732027] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x1060)
    [ 3.732111] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 3.796105] r852 0000:03:01.3: PCI INT B -> Link[LNKC] -> GSI 9 (level, low) -> IRQ 9
    [ 3.796116] r852 0000:03:01.3: setting latency timer to 64
    [ 3.796198] r852: Non dma capable device detected, dma disabled
    [ 3.796222] r852: driver loaded successfully
    [ 4.138166] firewire_core: created device fw0: GUID 444fc0000d221561, S400
    [ 4.142186] thermal LNXTHERM:00: registered as thermal_zone0
    [ 4.142190] ACPI: Thermal Zone [THM] (52 C)
    [ 4.169340] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    [ 4.169823] ACPI: Lid Switch [LID]
    [ 4.169896] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    [ 4.170109] ACPI: Power Button [PBTN]
    [ 4.170181] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
    [ 4.170243] ACPI: Sleep Button [SBTN]
    [ 4.194184] input: Dell WMI hotkeys as /devices/virtual/input/input5
    [ 4.228786] ACPI: acpi_idle registered with cpuidle
    [ 4.229758] b43-pci-bridge 0000:0b:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
    [ 4.229772] b43-pci-bridge 0000:0b:00.0: setting latency timer to 64
    [ 4.239998] ACPI: Battery Slot [BAT0] (battery present)
    [ 4.245828] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
    [ 4.245845] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
    [ 4.245855] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
    [ 4.245865] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
    [ 4.247786] acpi device:24: registered as cooling_device2
    [ 4.248394] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:21/LNXVIDEO:00/input/input6
    [ 4.248525] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    [ 4.248587] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
    [ 4.249121] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 4.249717] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 4.250547] i801_smbus 0000:00:1f.3: PCI INT B -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 4.296949] leds_ss4200: no LED devices found
    [ 4.297073] ssb: Sonics Silicon Backplane found on PCI device 0000:0b:00.0
    [ 4.297716] b44 0000:03:00.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 4.313488] ssb: Core 0 found: Fast Ethernet (cc 0x806, rev 0x07, vendor 0x4243)
    [ 4.313497] ssb: Core 1 found: V90 (cc 0x807, rev 0x03, vendor 0x4243)
    [ 4.313505] ssb: Core 2 found: PCI (cc 0x804, rev 0x0A, vendor 0x4243)
    [ 4.328049] intel_rng: FWH not detected
    [ 4.329080] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.2, id: 0x180b1, caps: 0xa04713/0x200000/0x0
    [ 4.350221] ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
    [ 4.350254] b44: Broadcom 44xx/47xx 10/100 PCI ethernet driver version 2.0
    [ 4.366356] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
    [ 4.367450] b44 ssb1:0: eth0: Broadcom 44xx/47xx 10/100 PCI ethernet driver 00:15:c5:c5:6f:d2
    [ 4.409848] cfg80211: Calling CRDA to update world regulatory domain
    [ 4.412535] [drm] radeon defaulting to kernel modesetting.
    [ 4.412539] [drm] radeon kernel modesetting enabled.
    [ 4.412623] radeon 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
    [ 4.412630] radeon 0000:01:00.0: setting latency timer to 64
    [ 4.412920] [drm] initializing kernel modesetting (RV515 0x1002:0x7145 0x1028:0x2003).
    [ 4.412948] [drm] register mmio base: 0xEFDF0000
    [ 4.412951] [drm] register mmio size: 65536
    [ 4.413531] ATOM BIOS: M54P
    [ 4.413556] [drm] Generation 2 PCI interface, using max accessible memory
    [ 4.413563] radeon 0000:01:00.0: VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (128M used)
    [ 4.413567] radeon 0000:01:00.0: GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
    [ 4.413597] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 4.413600] [drm] Driver supports precise vblank timestamp query.
    [ 4.413625] [drm] radeon: irq initialized.
    [ 4.414757] [drm] Detected VRAM RAM=256M, BAR=256M
    [ 4.414761] [drm] RAM width 64bits DDR
    [ 4.414845] [TTM] Zone kernel: Available graphics memory: 1672420 kiB.
    [ 4.414848] [TTM] Initializing pool allocator.
    [ 4.414888] [drm] radeon: 128M of VRAM memory ready
    [ 4.414891] [drm] radeon: 512M of GTT memory ready.
    [ 4.414919] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 4.417379] [drm] radeon: 1 quad pipes, 1 z pipes initialized.
    [ 4.418521] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 4.418554] radeon 0000:01:00.0: WB enabled
    [ 4.418639] [drm] Loading R500 Microcode
    [ 4.427539] Bluetooth: Generic Bluetooth USB driver ver 0.6
    [ 4.428411] usbcore: registered new interface driver btusb
    [ 4.432823] sdhci: Secure Digital Host Controller Interface driver
    [ 4.432827] sdhci: Copyright(c) Pierre Ossman
    [ 4.462296] sdhci-pci 0000:03:01.1: SDHCI controller found [1180:0822] (rev 19)
    [ 4.462322] sdhci-pci 0000:03:01.1: PCI INT B -> Link[LNKC] -> GSI 9 (level, low) -> IRQ 9
    [ 4.463394] _regulator_get: 0000:03:01.1 supply vmmc not found, using dummy regulator
    [ 4.463479] Registered led device: mmc0::
    [ 4.465553] mmc0: SDHCI controller on PCI [0000:03:01.1] using DMA
    [ 4.611125] [drm] radeon: ring at 0x0000000010001000
    [ 4.611160] [drm] ring test succeeded in 9 usecs
    [ 4.611302] [drm] radeon: ib pool ready.
    [ 4.611644] [drm] ib test succeeded in 0 usecs
    [ 4.611975] [drm] Radeon Display Connectors
    [ 4.611977] [drm] Connector 0:
    [ 4.611979] [drm] VGA
    [ 4.611982] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
    [ 4.611984] [drm] Encoders:
    [ 4.611986] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 4.611988] [drm] Connector 1:
    [ 4.611990] [drm] LVDS
    [ 4.611993] [drm] DDC: 0x7e30 0x7e30 0x7e34 0x7e34 0x7e38 0x7e38 0x7e3c 0x7e3c
    [ 4.611995] [drm] Encoders:
    [ 4.611997] [drm] LCD1: INTERNAL_LVTM1
    [ 4.611999] [drm] Connector 2:
    [ 4.612000] [drm] S-video
    [ 4.612002] [drm] Encoders:
    [ 4.612004] [drm] TV1: INTERNAL_KLDSCP_DAC2
    [ 4.612024] [drm] radeon: power management initialized
    [ 4.634330] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
    [ 4.749674] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 4.750093] Registered led device: b43-phy0::tx
    [ 4.750126] Registered led device: b43-phy0::rx
    [ 4.750157] Registered led device: b43-phy0::radio
    [ 4.750180] Broadcom 43xx driver loaded [ Features: PMNLS ]
    [ 4.883793] usbcore: registered new interface driver uas
    [ 4.896058] Initializing USB Mass Storage driver...
    [ 4.896355] scsi2 : usb-storage 1-7:1.0
    [ 4.896526] usbcore: registered new interface driver usb-storage
    [ 4.896529] USB Mass Storage support registered.
    [ 5.033854] composite sync not supported
    [ 5.094310] input: PixArt Microsoft USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input10
    [ 5.094769] generic-usb 0003:045E:0783.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt Microsoft USB Optical Mouse] on usb-0000:00:1d.0-1/input0
    [ 5.097140] input: Broadcom Corp as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.2/5-2.2:1.0/input/input11
    [ 5.098195] generic-usb 0003:0A5C:4502.0002: input,hidraw1: USB HID v1.11 Keyboard [Broadcom Corp] on usb-0000:00:1d.3-2.2/input0
    [ 5.103110] input: Broadcom Corp as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2.3/5-2.3:1.0/input/input12
    [ 5.103552] [drm] fb mappable at 0xD00C0000
    [ 5.103555] [drm] vram apper at 0xD0000000
    [ 5.103558] [drm] size 7258112
    [ 5.103560] [drm] fb depth is 24
    [ 5.103562] [drm] pitch is 6912
    [ 5.103669] generic-usb 0003:0A5C:4503.0003: input,hidraw2: USB HID v1.11 Mouse [Broadcom Corp] on usb-0000:00:1d.3-2.3/input0
    [ 5.103697] usbcore: registered new interface driver usbhid
    [ 5.103701] usbhid: USB HID core driver
    [ 5.106242] fbcon: radeondrmfb (fb0) is primary device
    [ 5.412872] Console: switching to colour frame buffer device 210x65
    [ 5.420244] fb0: radeondrmfb frame buffer device
    [ 5.420247] drm: registered panic notifier
    [ 5.420256] [drm] Initialized radeon 2.12.0 20080528 for 0000:01:00.0 on minor 0
    [ 5.708735] EXT4-fs (sda2): re-mounted. Opts: (null)
    [ 5.938968] scsi 2:0:0:0: Direct-Access StoreJet Transcend PQ: 0 ANSI: 2 CCS
    [ 5.940173] sd 2:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 5.941082] sd 2:0:0:0: [sdb] Write Protect is off
    [ 5.941089] sd 2:0:0:0: [sdb] Mode Sense: 34 00 00 00
    [ 5.941926] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    [ 5.945313] sdb: sdb1 sdb4
    [ 5.948556] sd 2:0:0:0: [sdb] Attached SCSI disk
    [ 10.667486] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 10.788404] Bluetooth: RFCOMM TTY layer initialized
    [ 10.788412] Bluetooth: RFCOMM socket layer initialized
    [ 10.788415] Bluetooth: RFCOMM ver 1.11
    [ 11.410667] composite sync not supported
    [ 11.543440] b43-phy0: Loading firmware version 508.1084 (2009-01-14 01:32:01)
    [ 11.657326] composite sync not supported
    [ 20.880099] b43-phy0: Loading firmware version 508.1084 (2009-01-14 01:32:01)
    [ 21.028044] b44 ssb1:0: eth0: powering down PHY
    [ 21.253424] b43-phy0: Loading firmware version 508.1084 (2009-01-14 01:32:01)
    [ 22.253836] composite sync not supported
    [ 23.382122] fuse init (API version 7.17)
    [ 23.387211] composite sync not supported
    [ 23.803874] composite sync not supported
    [ 23.943281] EXT4-fs (sda2): re-mounted. Opts: commit=0
    [ 24.050586] composite sync not supported
    [ 24.293827] composite sync not supported
    [ 24.537203] composite sync not supported
    [ 25.487094] wlan0: authenticate with 00:1b:57:f6:1b:ed (try 1)
    [ 25.488969] wlan0: authenticated
    [ 25.489443] wlan0: associate with 00:1b:57:f6:1b:ed (try 1)
    [ 25.491758] wlan0: RX AssocResp from 00:1b:57:f6:1b:ed (capab=0x411 status=0 aid=1)
    [ 25.491762] wlan0: associated
    [ 26.375877] NET: Registered protocol family 10
    [ 26.377882] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 30.840556] composite sync not supported
    [ 36.130505] composite sync not supported
    [ 36.496784] wlan0: no IPv6 routers present
    [ 200.490545] composite sync not supported
    [ 1973.283651] composite sync not supported
    [ 2316.466953] composite sync not supported
    [ 3423.412670] CE: hpet increased min_delta_ns to 20113 nsec
    [ 3423.413905] CE: hpet increased min_delta_ns to 30169 nsec
    [ 3423.414141] CE: hpet increased min_delta_ns to 45253 nsec
    [ 3621.540207] composite sync not supported
    [ 4972.710013] composite sync not supported
    [ 5513.379972] composite sync not supported
    [ 5790.493593] CE: hpet increased min_delta_ns to 67879 nsec
    [ 5885.907281] CE: hpet increased min_delta_ns to 101818 nsec
    [ 6218.182378] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
    [ 7640.729831] composite sync not supported
    [ 9052.043023] composite sync not supported
    [ 9138.583757] CE: hpet increased min_delta_ns to 152727 nsec
    [10142.253864] CE: hpet increased min_delta_ns to 229090 nsec
    [10333.112833] composite sync not supported
    [10812.806187] composite sync not supported
    [11023.982815] composite sync not supported
    [11109.829447] composite sync not supported
    [11263.549428] composite sync not supported
    [15871.912298] composite sync not supported
    [16427.415591] composite sync not supported
    [16684.142230] composite sync not supported
    [17664.465462] composite sync not supported
    [18883.948707] composite sync not supported
    [19195.018741] composite sync not supported
    [21342.758390] composite sync not supported
    [22097.591637] composite sync not supported
    [25174.904671] composite sync not supported
    [27503.807763] composite sync not supported
    [27676.801139] composite sync not supported
    [27806.227806] composite sync not supported
    [28000.394397] composite sync not supported
    [28320.561010] composite sync not supported
    [28533.891006] composite sync not supported
    [28609.554342] composite sync not supported
    [29303.904276] composite sync not supported
    [30555.267505] composite sync not supported
    [30712.650774] composite sync not supported
    [32735.883916] composite sync not supported
    [32989.563924] composite sync not supported
    [33049.393948] composite sync not supported
    [41291.419765] composite sync not supported
    [41291.853041] composite sync not supported
    [41292.099711] composite sync not supported
    [41292.373082] composite sync not supported
    [41292.616407] composite sync not supported
    [41292.859741] composite sync not supported
    [41293.713084] composite sync not supported
    [41296.643080] composite sync not supported
    [41395.623115] composite sync not supported
    [45544.822633] composite sync not supported
    [45614.295951] composite sync not supported
    [45794.052599] composite sync not supported
    [48337.592422] composite sync not supported
    [56846.598223] composite sync not supported
    [59250.404648] composite sync not supported
    [80515.219129] composite sync not supported
    [80655.949157] composite sync not supported
    [81714.305673] composite sync not supported
    [84694.295376] composite sync not supported
    [84803.612078] composite sync not supported
    [85116.581998] composite sync not supported
    [86306.855264] composite sync not supported
    [86503.478572] composite sync not supported
    [87953.408427] composite sync not supported
    [88218.251739] composite sync not supported
    [88327.175066] composite sync not supported
    [90990.531465] composite sync not supported
    [91832.394781] composite sync not supported
    [92640.724634] composite sync not supported
    [93872.474510] composite sync not supported
    [98337.244021] composite sync not supported
    [99161.083926] composite sync not supported
    [99995.537240] composite sync not supported
    [101379.343722] composite sync not supported
    [102344.816953] composite sync not supported
    [root@candice ~]#

  • [SOLVED] Unable to load Gnome Shell 3.0

    Hi all,
    Did a search and didnt find anything on this. I really like gnome3 while testing it on an ubuntu machine and I think with time it would be great. So I said to myself I wonder how great it would be with a nice clean arch install.
    I created a fresh install and followed the directions here.....
    https://wiki.archlinux.org/index.php/GNOME_3
    I keep getting package not found errors in pacman though.
    I uncommented the testing repo as instructed above
    #testing uncommented
    [testing]
    Include = /etc/pacman.d/mirrorlist
    no dice
    pacman -Syu testing/gnome gives me a package not found error.
    I thought ok maybe my mirriorlist is too old so I updated my mirrors to the latest....no dice. testing/gnome not found
    So I said ok maybe I can just upgrade. I went through the normal gnome 2 install procedure and have a working gnome wm environment. So as instructed above I tried to do the upgrade.
    pacman -S gnome-shell.....no dice. gnome-shell not found.
    pacman -Syu always shows testing repo update first so I know thats correct.
    The same thing happened to me when kde 4.6 came out. I was unable to load it from the repository. 4.5 kept loading no matter what I did.
    This is only my second question on these forums and I have been using arch for 2 years so be gentle ;-) I always try to rtfm first. Then forum search.
    I would just try it out in suse but suse is just sooo fat. Folks in the forums there tend to slam a guy for asking an honest question quite a lot too. ( not me but while trying to load broadcom-wl I had to do several searches and wow....) Plus I hate thier package mangement.
    Thanks in advance for any advice offered,
    Shakz
    Last edited by Shakz (2011-04-14 02:34:58)

    Inxsible wrote:
    on topic though : have you enabled testing and community-testing both?
    If you are on 64 bit and are using multilib, then make sure you enable multilib-testing as well. Also make sure that the order of the repos is very important. testing must be before core and extra.
    Also what mirrors have you used. Try the kernel.org and see if it helps.
    Ah ok thanks for the response. I am using 64bit (sry for not mentioning that) Ill try to enable multilib-testing when I get home.
    For repos I have all US repos uncommented as I use powerpill. I only comment out a few that always give connectivity errors.
    Testing is uncommented above core and extra.
    Appreciate it Inxsible!

  • 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)

  • [Solved] Gnome-shell text turned to rectangles after botched upgrade

    Hi all,
    I've run into a problem that I just can't solve, so I was wondering if somebody with a lot of expertise could help out. My system has a couple of stability issues; it freezes up every few days, and I have to make a hard reboot (I think it's related to the video card, but I haven't had the funds to go get a better one yet). The last time it froze was during a pacman upgrade, and I had to reboot. At the new boot, after logging in, all of the gnome-shell letters turned to rectangles (see screenshot), and I had a bunch of other errors. I ran another upgrade Sync with pacman and rebooted; that took care of the errors, but the font problems still remained. The interesting thing is that the gdm window has no problems, I can see the icons on the top right just fine, and the date renders perfectly. It's only when I log in when the blocks occur, and they only occur on gnome-shell panel text (and on everything under Activities).
    I have a 32-bit system that's fully migrated to systemd with open source radeon drivers. Here's some output of journalctl for the current boot, with stuff unrelated to the gnome-shell display removed (e.g. NetworkManager, UFW, etc). However, I didn't find any new errors compared to logs from before the upgrade.
    -- Logs begin at Mon, 2012-09-10 23:14:10 PDT, end at Tue, 2012-09-11 18:52:58 PDT. --
    Nov 17 12:26:09 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Nov 17 12:26:10 Whitcomb dbus[232]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=235 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=311 comm="/usr/lib/gdm/gdm-simple-slave --display-id /org/gn")
    Nov 17 12:26:11 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Nov 17 12:26:11 Whitcomb polkitd[315]: Started polkitd version 0.107
    Nov 17 12:26:15 Whitcomb polkitd[315]: Loading rules from directory /etc/polkit-1/rules.d
    Nov 17 12:26:15 Whitcomb polkitd[315]: Loading rules from directory /usr/share/polkit-1/rules.d
    Nov 17 12:26:15 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Nov 17 12:26:15 Whitcomb polkitd[315]: Finished loading, compiling and executing 2 rules
    Nov 17 12:26:15 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Nov 17 12:26:15 Whitcomb polkitd[315]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
    Nov 17 12:26:15 Whitcomb systemd[1]: Started Manage, Install and Generate Color Profiles.
    Nov 17 12:26:15 Whitcomb systemd[1]: Started Authorization Manager.
    Nov 17 12:26:15 Whitcomb kernel: ACPI: Power Button [PWRB]
    Nov 17 12:26:15 Whitcomb kernel: input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    Nov 17 12:26:15 Whitcomb kernel: ACPI: Sleep Button [SLPB]
    Nov 17 12:26:15 Whitcomb kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    Nov 17 12:26:15 Whitcomb kernel: ACPI: Power Button [PWRF]
    Nov 17 12:26:15 Whitcomb kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
    Nov 17 12:26:15 Whitcomb kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Nov 17 12:26:15 Whitcomb kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Nov 17 12:26:15 Whitcomb kernel: microcode: CPU0 sig=0xf34, pf=0x4, revision=0x8
    Nov 17 12:26:15 Whitcomb kernel: parport_pc 00:0b: reported by Plug and Play ACPI
    Nov 17 12:26:15 Whitcomb kernel: parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    Nov 17 12:26:15 Whitcomb kernel: agpgart: Detected VIA VT3314 chipset
    Nov 17 12:26:15 Whitcomb kernel: agpgart-via 0000:00:00.0: AGP aperture is 128M @ 0xf0000000
    Nov 17 12:26:15 Whitcomb kernel: psmouse serio1: hgpk: ID: 10 00 64
    Nov 17 12:26:15 Whitcomb kernel: ppdev: user-space parallel port driver
    Nov 17 12:26:15 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Nov 17 12:26:15 Whitcomb dbus-daemon[232]: dbus[232]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=235 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=311 comm="/usr/lib/gdm/gdm-simple-slave --display-id /org/gn")
    Nov 17 12:26:15 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Nov 17 12:26:15 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Nov 17 12:26:15 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Nov 17 12:26:15 Whitcomb kernel: microcode: CPU1 sig=0xf34, pf=0x4, revision=0x8
    Nov 17 12:26:15 Whitcomb kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Nov 17 12:26:15 Whitcomb kernel: cfg80211: Calling CRDA to update world regulatory domain
    Nov 17 12:26:15 Whitcomb kernel: via_rhine: v1.10-LK1.5.0 2010-10-09 Written by Donald Becker
    Nov 17 12:26:15 Whitcomb kernel: via_rhine: Broken BIOS detected, avoid_D3 enabled
    Nov 17 12:26:15 Whitcomb kernel: ACPI: PCI Interrupt Link [ALKD] enabled at IRQ 23
    Nov 17 12:26:15 Whitcomb kernel: via-rhine 0000:00:12.0: setting latency timer to 64
    Nov 17 12:26:15 Whitcomb kernel: via-rhine 0000:00:12.0: eth0: VIA Rhine II at 0x1cc00, 00:19:db:6a:70:49, IRQ 23
    Nov 17 12:26:15 Whitcomb kernel: via-rhine 0000:00:12.0: eth0: MII PHY found at address 1, status 0x786d advertising 01e1 Link c1e1
    Nov 17 12:26:15 Whitcomb kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input6
    Nov 17 12:26:15 Whitcomb kernel: ath5k 0000:00:07.0: registered as 'phy0'
    Nov 17 12:26:15 Whitcomb kernel: ath: EEPROM regdomain: 0x10
    Nov 17 12:26:15 Whitcomb kernel: ath: EEPROM indicates we should expect a direct regpair map
    Nov 17 12:26:15 Whitcomb kernel: ath: Country alpha2 being used: CO
    Nov 17 12:26:15 Whitcomb kernel: ath: Regpair used: 0x10
    Nov 17 12:26:15 Whitcomb kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    Nov 17 12:26:15 Whitcomb kernel: ath5k: phy0: Atheros AR5212 chip found (MAC: 0x56, PHY: 0x41)
    Nov 17 12:26:15 Whitcomb kernel: ath5k: phy0: RF2112B 2GHz radio found (0x46)
    Nov 17 12:26:15 Whitcomb kernel: ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
    Nov 17 12:26:15 Whitcomb kernel: snd_via82xx 0000:00:11.5: setting latency timer to 64
    Nov 17 12:26:15 Whitcomb kernel: Adding 3903788k swap on /dev/sda2. Priority:-1 extents:1 across:3903788k
    Nov 17 12:26:15 Whitcomb kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
    Nov 17 12:26:15 Whitcomb kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    Nov 17 12:26:15 Whitcomb kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
    Nov 17 12:26:15 Whitcomb systemd-logind[229]: Watching system buttons on /dev/input/event4 (Power Button)
    Nov 17 12:26:15 Whitcomb systemd-logind[229]: Watching system buttons on /dev/input/event2 (Power Button)
    Nov 17 12:26:15 Whitcomb systemd-logind[229]: Watching system buttons on /dev/input/event3 (Sleep Button)
    Nov 17 12:26:16 Whitcomb systemd[1]: PID file /run/deluge/deluged.pid not readable (yet?) after start.
    Nov 17 12:26:16 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:26:16 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:26:16 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:26:16 Whitcomb dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:26:16 Whitcomb systemd[1]: Started Network Manager.
    Nov 17 12:26:16 Whitcomb systemd[1]: Starting Network.
    Nov 17 12:26:16 Whitcomb systemd[1]: Reached target Network.
    Nov 17 12:26:16 Whitcomb systemd[1]: Starting Network Time Service...
    Nov 17 12:26:16 Whitcomb systemd[1]: Starting Mount Samba Shares...
    Nov 17 12:26:16 Whitcomb systemd[1]: Started Mount Samba Shares.
    Nov 17 12:26:17 Whitcomb systemd[1]: Started Deluge Daemon.
    Nov 17 12:26:17 Whitcomb systemd[1]: Started Network Time Service.
    Nov 17 12:26:17 Whitcomb systemd[1]: Starting Multi-User.
    Nov 17 12:26:17 Whitcomb systemd[1]: Reached target Multi-User.
    Nov 17 12:26:17 Whitcomb systemd[1]: Starting Graphical Interface.
    Nov 17 12:26:17 Whitcomb systemd[1]: Reached target Graphical Interface.
    Nov 17 12:26:17 Whitcomb systemd[1]: Starting Update UTMP about System Runlevel Changes...
    Nov 17 12:26:17 Whitcomb systemd[1]: Started Update UTMP about System Runlevel Changes.
    Nov 17 12:26:17 Whitcomb systemd[1]: Startup finished in 4s 827ms 48us (kernel) + 20s 199ms 872us (userspace) = 25s 26ms 920us.
    Nov 17 12:26:19 Whitcomb kernel: fuse init (API version 7.20)
    Nov 17 12:26:19 Whitcomb systemd[1]: Mounting FUSE Control File System...
    Nov 17 12:26:19 Whitcomb systemd[1]: Mounted FUSE Control File System.
    Nov 17 12:26:19 Whitcomb gdm-simple-slave[311]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 17 12:26:19 Whitcomb kernel: nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
    Nov 17 12:26:20 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Nov 17 12:26:20 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Nov 17 12:26:20 Whitcomb systemd[1]: Starting Accounts Service...
    Nov 17 12:26:20 Whitcomb accounts-daemon[371]: started daemon version 0.6.25
    Nov 17 12:26:20 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Nov 17 12:26:20 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Nov 17 12:26:20 Whitcomb systemd[1]: Started Accounts Service.
    Nov 17 12:26:20 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Nov 17 12:26:20 Whitcomb dbus[232]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Nov 17 12:26:20 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Nov 17 12:26:20 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Nov 17 12:26:20 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Nov 17 12:26:20 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Nov 17 12:26:20 Whitcomb systemd[1]: Starting Console Manager...
    Nov 17 12:26:21 Whitcomb console-kit-daemon[376]: missing action
    Nov 17 12:26:21 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Nov 17 12:26:21 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Nov 17 12:26:21 Whitcomb systemd[1]: Started Console Manager.
    Nov 17 12:26:21 Whitcomb systemd-logind[229]: New session 1 of user gdm.
    Nov 17 12:26:21 Whitcomb systemd-logind[229]: Linked /tmp/.X11-unix/X0 to /run/user/120/X11-display.
    Nov 17 12:26:25 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Nov 17 12:26:25 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Nov 17 12:26:25 Whitcomb systemd[1]: Starting Daemon for power management...
    Nov 17 12:26:25 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.UPower'
    Nov 17 12:26:25 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.UPower'
    Nov 17 12:26:25 Whitcomb systemd[1]: Started Daemon for power management.
    Nov 17 12:26:27 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Nov 17 12:26:28 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Nov 17 12:26:27 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Nov 17 12:26:28 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Successfully called chroot.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Successfully dropped privileges.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Successfully limited resources.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Running.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Canary thread running.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Watchdog thread running.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Successfully made thread 523 of process 523 (/usr/bin/pulseaudio) owned by '120' high priority at nice level -11.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Supervising 1 threads of 1 processes of 1 users.
    Nov 17 12:26:28 Whitcomb pulseaudio[523]: [pulseaudio] sink.c: Default and alternate sample rates are the same.
    Nov 17 12:26:29 Whitcomb pulseaudio[523]: [pulseaudio] source.c: Default and alternate sample rates are the same.
    Nov 17 12:26:29 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:26:29 Whitcomb dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:26:29 Whitcomb pulseaudio[523]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:26:30 Whitcomb kernel: [UFW BLOCK] IN=eth0 OUT= MAC=00:19:db:6a:70:49:00:18:74:eb:98:00:08:00 SRC=158.181.47.4 DST=131.215.169.100 LEN=129 TOS=0x00 PREC=0x00 TTL=108 ID=9372 PROTO=UDP SPT=6881 DPT=50753 LEN=109
    Nov 17 12:26:27 Whitcomb systemd[1]: Starting RealtimeKit Scheduling Policy Service...
    Nov 17 12:26:28 Whitcomb systemd[1]: Started RealtimeKit Scheduling Policy Service.
    Nov 17 12:26:30 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:26:30 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:26:30 Whitcomb kernel: EXT4-fs (sda1): re-mounted. Opts: commit=0
    Nov 17 12:26:34 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    Nov 17 12:26:34 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    Nov 17 12:26:34 Whitcomb systemd[1]: Starting Disk Manager...
    Nov 17 12:26:34 Whitcomb udisksd[566]: udisks daemon version 2.0.0 starting
    Nov 17 12:26:35 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Nov 17 12:26:35 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Nov 17 12:26:35 Whitcomb systemd[1]: Started Disk Manager.
    Nov 17 12:26:35 Whitcomb udisksd[566]: Acquired the name org.freedesktop.UDisks2 on the system message bus
    Nov 17 12:26:37 Whitcomb polkitd[315]: Registered Authentication Agent for unix-session:1 (system bus name :1.37 [gnome-shell --mode=gdm], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Nov 17 12:26:37 Whitcomb dbus-daemon[232]: dbus[232]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.37" (uid=120 pid=541 comm="gnome-shell --mode=gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=376 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Nov 17 12:26:37 Whitcomb dbus[232]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.37" (uid=120 pid=541 comm="gnome-shell --mode=gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=376 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Nov 17 12:27:06 Whitcomb systemd[1]: Starting File System Check on /dev/sdb1...
    Nov 17 12:27:07 Whitcomb systemd-fsck[582]: /dev/sdb1: clean, 157018/24420352 files, 88519245/97677200 blocks
    Nov 17 12:27:07 Whitcomb systemd[1]: Started File System Check on /dev/sdb1.
    Nov 17 12:27:07 Whitcomb systemd[1]: Mounting /home...
    Nov 17 12:27:07 Whitcomb systemd[1]: Mounted /home.
    Nov 17 12:27:07 Whitcomb kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
    Nov 17 12:27:13 Whitcomb gdm-password][594]: pam_unix(gdm-password:session): session opened for user gregory by (unknown)(uid=0)
    Nov 17 12:27:13 Whitcomb gdm-password][594]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 17 12:27:13 Whitcomb systemd-logind[229]: New session 2 of user gregory.
    Nov 17 12:27:13 Whitcomb systemd-logind[229]: Linked /tmp/.X11-unix/X0 to /run/user/1001/X11-display.
    Nov 17 12:27:13 Whitcomb gnome-session[443]: WARNING: Detected that screensaver has left the bus
    Nov 17 12:27:13 Whitcomb gnome-session[443]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
    Nov 17 12:27:13 Whitcomb polkitd[315]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.37, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Nov 17 12:27:13 Whitcomb gdm-simple-slave[311]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 17 12:27:15 Whitcomb gnome-keyring-daemon[601]: Gkm: using old keyring directory: /home/gregory/.gnome2/keyrings
    Nov 17 12:27:15 Whitcomb gnome-keyring-daemon[601]: Gkm: using old keyring directory: /home/gregory/.gnome2/keyrings
    Nov 17 12:27:16 Whitcomb rtkit-daemon[524]: Successfully made thread 666 of process 666 (/usr/bin/pulseaudio) owned by '1001' high priority at nice level -11.
    Nov 17 12:27:16 Whitcomb rtkit-daemon[524]: Supervising 4 threads of 2 processes of 2 users.
    Nov 17 12:27:16 Whitcomb pulseaudio[666]: [pulseaudio] sink.c: Default and alternate sample rates are the same.
    Nov 17 12:27:16 Whitcomb pulseaudio[666]: [pulseaudio] source.c: Default and alternate sample rates are the same.
    Nov 17 12:27:16 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:27:16 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:27:16 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:27:16 Whitcomb dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:27:16 Whitcomb pulseaudio[666]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:27:17 Whitcomb gnome-session[603]: Gtk-WARNING: Failed to parse /home/gregory/.config/gtk-3.0/settings.ini: Key file does not have group 'Settings'
    Nov 17 12:27:19 Whitcomb gnome-session[603]: WARNING: Failed to start app: Unable to start application: Failed to execute child process "gnome-do" (No such file or directory)
    Nov 17 12:27:19 Whitcomb gnome-session[603]: WARNING: Failed to start app: Unable to start application: Failed to execute child process "JRSST" (No such file or directory)
    Nov 17 12:27:19 Whitcomb gnome-session[603]: WARNING: Failed to start app: Unable to start application: Failed to execute child process "tasque" (No such file or directory)
    Nov 17 12:27:19 Whitcomb rtkit-daemon[524]: Successfully made thread 705 of process 705 (/usr/bin/pulseaudio) owned by '1001' high priority at nice level -11.
    Nov 17 12:27:19 Whitcomb rtkit-daemon[524]: Supervising 5 threads of 3 processes of 2 users.
    Nov 17 12:27:19 Whitcomb pulseaudio[705]: [pulseaudio] pid.c: Daemon already running.
    Nov 17 12:27:26 Whitcomb goa[766]: goa-daemon version 3.6.2 starting [main.c:112, main()]
    Nov 17 12:27:26 Whitcomb dbus-daemon[232]: dbus[232]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.55" (uid=1001 pid=672 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=376 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Nov 17 12:27:26 Whitcomb dbus[232]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.55" (uid=1001 pid=672 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=376 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Nov 17 12:27:26 Whitcomb gnome-keyring-daemon[601]: keyring alias directory: /home/gregory/.gnome2/keyrings
    Nov 17 12:27:27 Whitcomb polkitd[315]: Registered Authentication Agent for unix-session:2 (system bus name :1.55 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.utf8)
    Nov 17 12:27:30 Whitcomb kernel: end_request: I/O error, dev fd0, sector 0
    Nov 17 12:27:30 Whitcomb kernel: end_request: I/O error, dev fd0, sector 0
    Nov 17 12:27:33 Whitcomb systemd-logind[229]: Removed session 1.
    I tried using gnome-tweak tool to fiddle around with the fonts, but that didn't help, none of the fonts would render correctly. Cantarell, which I'm assuming is the gnome-shell font, is still in /etc/fonts/conf.avail, so I don't think that the font file itself went missing. I made the fontconfig update a while ago, and that didn't cause any problems.
    I also heard that there were problems with xorg-server, so I downgraded xorg-server, pixman, and cairo to their previous versions, but that didn't help either. EDIT: I've also done a pacman -Syyf gnome-shell to try and reinstall gnome-shell. That also didn't work.
    I've run out of things to try. If someone else was more familiar with the workings of gnome-shell fonts, or had a better idea of how to debug, I'd really appreciate it. Thank you.
    UPDATE: I found that /etc/fonts/conf.avail/31-cantarell.conf existed, but was empty. After doing a pacman -Syyf cantarell-fonts, they went right back to normal!
    Last edited by cactaur (2012-11-20 00:21:27)

    Problem disappeared.
    I'm not sure, but i think installing xf86-video-modesetting helped to fix this issue.
    I had an error messages in /var/log/Xorg.0.log like this:
    (EE) Failed to load module "modesetting" (module does not exist, 0)

  • Gnome-shell crashes as soon as I try to open any app

    This is the first time that I'm trying Arch and I only have one problem, the one that's in the title. I installed lxde and everything is working fine. Video drivers are working great (I can play Team Fortress 2) whit out a problem, and Gnome-shell loads just fine. I can go to Activities, switch desktop, click on the indicators, but as soon as I try to open an app, all crashes. I logged in lxde, opened a terminal and i typed "gnome-shell --replace" to see the outut and this is what I got:
    $ gnome-shell --replace
    JS ERROR: !!! Exception was: Error: Requiring NetworkManager, version none: Typelib file for namespace 'NetworkManager' (any version) not found
    JS ERROR: !!! lineNumber = '0'
    JS ERROR: !!! fileName = 'gjs_throw'
    JS ERROR: !!! stack = '("Requiring NetworkManager, version none: Typelib file for namespace 'NetworkManager' (any version) not found")@gjs_throw:0
    @/usr/share/gnome-shell/js/ui/status/network.js:8
    JS ERROR: !!! message = 'Requiring NetworkManager, version none: Typelib file for namespace 'NetworkManager' (any version) not found'
    JS LOG: NMApplet is not supported. It is possible that your NetworkManager version is too old
    Advertencia del gestor de ventanas: Log level 16: Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: An authentication agent already exists for the given subject
    Advertencia del gestor de ventanas: Log level 16: Error registering polkit authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: An authentication agent already exists for the given subject (polkit-error-quark 0)
    JS LOG: GNOME Shell started at Wed Sep 14 2011 01:15:36 GMT-0300 (CLST)
    Violación de segmento
    gnome-shell-calendar-server[9290]: Got HUP on stdin - exiting
    If anyone could help me, it would be really great.
    Last edited by medeshago (2011-09-14 05:02:23)

    Do you have networkmanager installed?
    Nevermind, while that does seem to be an error with nmapplet, it would appear that you also have a problem with policykit.  Are you using a desktop manager to load gnome?
    Edit: Eh, nevermind that also.  I'm guessing the bottom two lines is a segmentation fault.  Not sure what is going on with the gnome-shell-calendar-server.  Hopefully someone more familiar with gnome than me shows up to help you.
    Last edited by the sad clown (2011-09-15 05:01:50)

  • [SOLVED] Gnome Shell 3.4.1: Unable to prevent dynamic workspaces

    I am trying to turn off dynamic workspaces and set a permanent number (6) as is supposedly possible since 3.4.
    Using dconf, I turn the following setting to 'false':
    /org/gnome/shell/overrides/dynamic-workspaces
    and enter '6' in to the following setting:
    /org/gnome/desktop/wm/preferences/num-workspaces
    The '6' is then immediately changed back to however many workspaces the 'dynamic' setting has created at the moment.
    Bizarrely, 'overriding' effect does not occur if I change the number when 'dynamic-workspaces' is set to true. Whenever it is set to false, Gnome changes the 'num-workspaces' setting to reflect current realities.
    Regardless of settings, the way it works is still 'dynamic' [grumble]worst.use.of.that.word.ever....[/grumble]
    Is this a bug? Or am I just not getting it right?
    (As a side note,  the frippery static extension thing is currently uninstallable)
    EDIT: If I try to set the number of workspaces far above what the current number is, I can see the number going down one-by-one. This would seem to indicate that the window manager is killing them off one after the other, as they aren't occupied. In other words, it's not that the new value is rejected out of hand. It's just that the WM still works dynamically.
    Last edited by madchine (2012-06-15 12:57:35)

    [root@swanepoel ~]# pacman -Qi gnome-shell
    Name : gnome-shell
    Version : 3.4.1-3
    URL : http://live.gnome.org/GnomeShell
    Licenses : GPL2
    Groups : gnome
    Provides : None
    Depends On : caribou folks gcr gjs gnome-bluetooth gnome-desktop
    gnome-menus libcroco libpulse mutter nautilus
    networkmanager telepathy-logger telepathy-mission-control
    unzip
    Optional Deps : network-manager-applet: shell integration for networkmanager
    Required By : None
    Conflicts With : None
    Replaces : None
    Installed Size : 6044.00 KiB
    Packager : Ionut Biru <[email protected]>
    Architecture : x86_64
    Build Date : Fri May 4 18:19:35 2012
    Install Date : Tue Jun 12 16:18:48 2012
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : The next generation GNOME Shell
    see the man page for dconf for resetting. I 'm sure you can find it.

Maybe you are looking for

  • How do I monitor two service ports in a server ?

    The web service is alive when tcp port 80 and 8080 are both alive. How do I use script to monitor both ports at the same time ? Any example for this case ? Thanks.

  • Can't Place image in AP div

    Something's definately gone wrong.......I have a page on which I placed an AP div. I've attempted to pull a jpeg image into the div and no go....I've done this before, but for some reason I'm getting the little circle with the line across it as I sta

  • Trinidad and ADF Rich Faces components::

    Hi! Does someone know about any problem while using Trinidad and ADF Rich Faces, or just the Trinidad components in JDev11g ? Thanx. Endy

  • To debug the Tcode F110 for script output

    Hi, I want to debug the Tcode F110 for the onr particular vendor whose payment has be runned. the script that is attached is the ZScript. I want to debug the attached script through F110 to view the payment output in production. Kindly suggest how to

  • Suddenly ceasing up!

    Suddenly my G5 iMac has decided to go slow. After about 10 minutes of usage in any program, the mouse becomes so jerky, it is almost inoperable and when I run an application or play a video, everything is very choppy. Also since this has been happeni