Gramps gnome problem

I use Gramps to manage my family tree. It is written in python and it has stopped working. I resently upgraded to gnome 2.2 but it has been a while since I tried Gramps I don't know if that was the cause.

I've made a few changes and now I get past the previous error and now I get
File "/opt/gnome/share/gramps/GrampsWidgets.py", line 77, in <module>
    hand_cursor = gtk.gdk.Cursor(gtk.gdk.HAND2)
RuntimeError: could not create GdkCursor object

Similar Messages

  • Linux / Gnome - problem with moving JFrame ?

    I have a swing application which runs fine on Windows. Yesterday I tried it on a Fedora Linux (latest version) with Gnome, running Java 1.5.0_02 and I noticed the following weird problem. When you try to drag a JFrame window by the title bar to move it, it always maximizes it! When you bring it back to regular size, you see that the window was actually moved, but after that it was maximized, as if you double-clicked the title bar. It only happens with Java windows, all other X11 applications behave normally.
    Anybody else have the same problem?

    Btw, it only happens if you specify that you want JFrame and JDialog decorated:
    setDefaultLookAndFeelDecorated(true)
    As much as I like the new 1.5 Swing decorations I guess I will have to stick to no decorations under Linux.

  • [SOLVED] Gnome problems still here, nautilus, and no regular session

    After updating today I now I can't open a normal gnome session- only a failsafe session. the ~/.xsession errors show:
    /etc/gdm/Xsession: Beginning session setup...
    /etc/gdm/Xsession: ssh-agent not found!
    /etc/gdm/Xsession: Setup done, will execute: gnome-session
    gnome-session[10497]: WARNING: Could not connect to ConsoleKit: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
    gnome-session[10497]: CRITICAL: dbus_g_connection_get_connection: assertion `gconnection' failed
    process 10497: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 3298.
    This is normally a bug in some application using the D-Bus library.
    D-Bus not built with -rdynamic so unable to print a backtrace
    gnome-session[10497]: ******************* START ********************************
    gnome-session[10497]: Frame 0: /usr/lib/gnome-session/gnome-session [0x418ab7]
    gnome-session[10497]: Frame 1: /usr/lib/gnome-session/gnome-session [0x418c06]
    gnome-session[10497]: Frame 2: /lib/libc.so.6 [0x7ff6b78ab150]
    gnome-session[10497]: Frame 3: /lib/libc.so.6(gsignal+0x35) [0x7ff6b78ab0c5]
    gnome-session[10497]: Frame 4: /lib/libc.so.6(abort+0x183) [0x7ff6b78ac5e3]
    gnome-session[10497]: Frame 5: /usr/lib/libdbus-1.so.3 [0x7ff6ba383675]
    gnome-session[10497]: Frame 6: /usr/lib/libdbus-1.so.3 [0x7ff6ba37f4ed]
    gnome-session[10497]: Frame 7: /usr/lib/libdbus-1.so.3(dbus_connection_send_with_reply_and_block+0x12f) [0x7ff6ba3693bf]
    gnome-session[10497]: Frame 8: /usr/lib/gnome-session/gnome-session [0x411cbc]
    gnome-session[10497]: Frame 9: /usr/lib/gnome-session/gnome-session [0x411dc0]
    gnome-session[10497]: Frame 10: /usr/lib/gnome-session/gnome-session [0x419d90]
    gnome-session[10497]: Frame 11: /usr/lib/gnome-session/gnome-session [0x41a26f]
    gnome-session[10497]: Frame 12: /lib/libc.so.6(__libc_start_main+0xe6) [0x7ff6b7897546]
    gnome-session[10497]: Frame 13: /usr/lib/gnome-session/gnome-session [0x40ad59]
    gnome-session[10497]: ******************* END ****************
    This happened before and after I added the line
    "AutostartCondition=GNOME /apps/nautilus/preferences/show_desktop"
    to /usr/share/applications, and changed X-GNOME-AutoRestart=true to =false as a workaround to the nautilus respawning problem here http://bbs.archlinux.org/viewtopic.php?id=69219 .
    BTW, it stopped the respawing, but Nautilus now will not launch either from menus or command line.  I get this at command line:
    [wrc@myhost ~]$ nautilus
    (nautilus:10655): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.HalVolumeMonitor is not supported
    (nautilus:10655): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.GPhoto2VolumeMonitor is not supported
    ** (nautilus:10655): WARNING **: Cannot connect to DBus Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
    process 10655: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 3298.
    This is normally a bug in some application using the D-Bus library.
    D-Bus not built with -rdynamic so unable to print a backtrace
    [wrc@myhost ~]$
    Last edited by wrc1944 (2009-04-07 14:29:37)

    OK- I think I've SOLVED all my Nautilus problems, which included the endless respawning "Starting Filemanager windows" on the panel, the hal daemon related GDM 3 for 1 key repeat prevents login problem, and the Nautilus refusing to launch problem!
    After reviewing the Gentoo Hal documetation, and realizing I had the xf86-input-evdev driver installed on Arch, I had forgotten that in order to get the mouse/keyboard to function I had to previously add a line in xorg.conf that was now conflicting with hal/dbus and the new xorg server version.
    I just commented out this line in xorg.conf, like this
    Section "ServerFlags"
    # Option "AllowEmptyInput" "false"
    Option "DontZap" "false"
    EndSection
    and added the hal daemon (which calls dbus) to my /etc/rc.conf, which allows evdev/hal/dbus to do it's thing.
    Along with the edits to the /usr/share/applications/nautilus.desktop file (which is strangely named "File Manager" in Thunar, one of three files of the same name).  The edits made are:
    X-GNOME-AutoRestart=false    # changed from =true
    AutostartCondition=GNOME /apps/nautilus/preferences/show_desktop    # added this line
    Now, I can boot from GDM into a normal gnome session, and Nautilus launches normally, without endlessly repawning itself in the panel.
    The fix itself was quite simple, but tracing the cause down and understanding it was not!
    Last edited by wrc1944 (2009-04-07 06:27:21)

  • Upgraded system. Gnome problems.

    Hi,
    I just ran a system upgrade and I now can not login to gnome.
    From slim I get to being able to see my desktop background, and then it crashes, displaying a nondescript error message within a dialog, which starts of (recalled from memory):
    Oh no! Something has gone wrong.
    As if that wasn't obvious.
    Anyway, I believe the problem can be identified based on the error messages generated from startx. However there are so many I can not locate it by pasting offending sections into google. Could someone give me hand?
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.6.3-1-ARCH x86_64
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.6.3-1-ARCH x86_64
    Current Operating System: Linux earth 3.6.6-1-ARCH #1 SMP PREEMPT Mon Nov 5 11:57:22 CET 2012 x86_64
    Current Operating System: Linux earth 3.6.6-1-ARCH #1 SMP PREEMPT Mon Nov 5 11:57:22 CET 2012 x86_64
    Kernel command line: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4a65fa0d-3310-4bbc-8687-b16ad4b7a645 ro quieBOOT_IMAGE=/vmlinuz-linux root=UUID=4a65fa0d-3310-4bbc-8687-b16ad4b7a645 ro quiet
    t
    Build Date: 08 November 2012 07:09:29PM
    Current version of pixman: 0.28.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: Build Date: 08 November 2012 07:09:29PM
    Current version of pixman: 0.28.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (!!) notice, (II) informational,
    (WW) warning, (II) informational,
    (WW) warning, (EE) error, (EE) error, (NI) not implemented, (NI) not implemented, (??) unknown.
    (??) unknown.
    (==) Log file: "/var/log/Xorg.2.log", Time: Thu Nov 22 00:05:19 2012
    (==) Log file: "/var/log/Xorg.2.log", Time: Thu Nov 22 00:05:19 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Initializing built-in extension DRI2
    Loading extension GLX
    Loading extension GLX
    Loading extension NV-GLX
    Loading extension NV-GLX
    Loading extension NV-CONTROL
    Loading extension NV-CONTROL
    Loading extension XINERAMA
    Loading extension XINERAMA
    (gnome-settings-daemon:3979): power-plugin-WARNING **: no systemd support
    (gnome-settings-daemon:3979): power-plugin-WARNING **: Unable to start power manager: Error calling StartServiceByName for org.freedesktop.login1: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
    (gnome-settings-daemon:3979): power-plugin-WARNING **: no systemd support
    (gnome-settings-daemon:3979): power-plugin-WARNING **: Unable to start power manager: Error calling StartServiceByName for org.freedesktop.login1: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
    (gnome-settings-daemon:3979): media-keys-plugin-WARNING **: Failed to connect to systemd: Error calling StartServiceByName for org.freedesktop.login1: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
    (gnome-settings-daemon:3979): GLib-GIO-CRITICAL **: g_dbus_proxy_call_internal: assertion `G_IS_DBUS_PROXY (proxy)' failed
    (gnome-settings-daemon:3979): media-keys-plugin-WARNING **: Failed to connect to systemd: Error calling StartServiceByName for org.freedesktop.login1: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
    (gnome-settings-daemon:3979): GLib-GIO-CRITICAL **: g_dbus_proxy_call_internal: assertion `G_IS_DBUS_PROXY (proxy)' failed
    ** (gnome-settings-daemon:3979): WARNING **: Failed to connect context: Connection refused
    ** (gnome-settings-daemon:3979): WARNING **: Failed to connect context: Connection refused
    (gnome-settings-daemon:3979): color-plugin-WARNING **: failed to create device: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain org.freedesktop.color-manager.create-device auth
    (gnome-settings-daemon:3979): color-plugin-WARNING **: failed to create device: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain org.freedesktop.color-manager.create-device auth
    (gnome-settings-daemon:3979): color-plugin-WARNING **: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain org.freedesktop.color-manager.create-profile auth
    (gnome-settings-daemon:3979): color-plugin-WARNING **: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain org.freedesktop.color-manager.create-profile auth
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Compat map for group 2 redefined
    > Using new definition
    > Warning: Compat map for group 3 redefined
    > Using new definition
    > Warning: Compat map for group 4 redefined
    > Using new definition
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Compat map for group 2 redefined
    > Using new definition
    > Warning: Compat map for group 3 redefined
    > Using new definition
    > Warning: Compat map for group 4 redefined
    > Using new definition
    Errors from xkbcomp are not fatal to the X server
    ** Message: mousewheelzoom.vala:116: name appeared
    Errors from xkbcomp are not fatal to the X server
    ** Message: mousewheelzoom.vala:116: name appeared
    JS LOG: Error: Requiring IBus, version none: Typelib file for namespace 'IBus' (any version) not found JS LOG: Error: Requiring IBus, version none: Typelib file for namespace 'IBus' (any version) not found
    ** Message: applet now removed from the notification area
    ** Message: applet now removed from the notification area
    ** (nm-applet:4047): WARNING **: Failed to register as an agent: (32) Session not found
    ** (nm-applet:4047): WARNING **: Failed to register as an agent: (32) Session not found
    E: [pulseaudio] main.c: Daemon startup failed.
    E: [pulseaudio] main.c: Daemon startup failed.
    (gnome-shell:4026): Gvc-WARNING **: Failed to connect context: Connection refused
    (gnome-shell:4026): Gvc-WARNING **: Failed to connect context: Connection refused
    JS ERROR: !!! Exception was: Polkit.Error: No session for pid 4026
    JS ERROR: !!! message = '"No session for pid 4026"'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/components/polkitAgent.js"'
    JS ERROR: !!! lineNumber = '329'
    JS ERROR: !!! stack = '"0 anonymous()@/usr/share/gnome-shell/js/ui/components/polkitAgent.js:329
    1 wrapper()@/usr/share/gjs-1.0/lang.js:204
    2 anonymous("name" = ""polkitAgent"")@/usr/share/gnome-shell/js/ui/components/__init__.js:56
    3 wrapper(""polkitAgent"")@/usr/share/gjs-1.0/lang.js:204
    4 anonymous("name" = ""polkitAgent"", 1, [object Array])@/usr/share/gnome-shell/js/ui/components/__init__.js:22
    5 anonymous()@/usr/share/gnome-shell/js/ui/components/__init__.js:21
    6 wrapper()@/usr/share/gjs-1.0/lang.js:204
    7 anonymous()@/usr/share/gnome-shell/js/ui/components/__init__.js:13
    8 wrapper()@/usr/share/gjs-1.0/lang.js:204
    9 anonymous()@/usr/share/gjs-1.0/lang.js:145
    10 anonymous()@/usr/share/gjs-1.0/lang.js:239
    11 start()@/usr/share/gnome-shell/js/ui/main.js:150
    12 <TOP LEVEL>@<main>:1
    JS ERROR: !!! Exception was: Polkit.Error: No session for pid 4026
    JS ERROR: !!! message = '"No session for pid 4026"'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/components/polkitAgent.js"'
    JS ERROR: !!! lineNumber = '329'
    JS ERROR: !!! stack = '"0 anonymous()@/usr/share/gnome-shell/js/ui/components/polkitAgent.js:329
    1 wrapper()@/usr/share/gjs-1.0/lang.js:204
    2 anonymous("name" = ""polkitAgent"")@/usr/share/gnome-shell/js/ui/components/__init__.js:56
    3 wrapper(""polkitAgent"")@/usr/share/gjs-1.0/lang.js:204
    4 anonymous("name" = ""polkitAgent"", 1, [object Array])@/usr/share/gnome-shell/js/ui/components/__init__.js:22
    5 anonymous()@/usr/share/gnome-shell/js/ui/components/__init__.js:21
    6 wrapper()@/usr/share/gjs-1.0/lang.js:204
    7 anonymous()@/usr/share/gnome-shell/js/ui/components/__init__.js:13
    8 wrapper()@/usr/share/gjs-1.0/lang.js:204
    9 anonymous()@/usr/share/gjs-1.0/lang.js:145
    10 anonymous()@/usr/share/gjs-1.0/lang.js:239
    11 start()@/usr/share/gnome-shell/js/ui/main.js:150
    12 <TOP LEVEL>@<main>:1
    Window manager warning: Log level 32: Execution of main.js threw exception: Polkit.Error: No session for pid 4026
    Window manager warning: Log level 32: Execution of main.js threw exception: Polkit.Error: No session for pid 4026
    Failed to play sound: Not available
    Failed to play sound: Not available
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Compat map for group 2 redefined
    > Using new definition
    > Warning: Compat map for group 3 redefined
    > Using new definition
    > Warning: Compat map for group 4 redefined
    > Using new definition
    > Warning: Compat map for group 2 redefined
    > Using new definition
    > Warning: Compat map for group 3 redefined
    > Using new definition
    > Warning: Compat map for group 4 redefined
    > Using new definition
    Errors from xkbcomp are not fatal to the X server
    Errors from xkbcomp are not fatal to the X server
    JS LOG: Error: Requiring IBus, version none: Typelib file for namespace 'IBus' (any version) not found JS LOG: Error: Requiring IBus, version none: Typelib file for namespace 'IBus' (any version) not found
    ** (gnome-screensaver:4266): WARNING **: screensaver already running in this session
    ** (gnome-screensaver:4266): WARNING **: screensaver already running in this session
    ** (gnome-settings-daemon:3979): WARNING **: Failed to connect context: Connection refused
    ** (gnome-settings-daemon:3979): WARNING **: Failed to connect context: Connection refused
    (gnome-shell:4226): Gvc-WARNING **: Failed to connect context: Connection refused
    (gnome-shell:4226): Gvc-WARNING **: Failed to connect context: Connection refused
    JS ERROR: !!! Exception was: Polkit.Error: No session for pid 4226
    JS ERROR: !!! Exception was: Polkit.Error: No session for pid 4226
    JS ERROR: !!! message = '"No session for pid 4226"'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/components/polkitAgent.js"'
    JS ERROR: !!! lineNumber = '329'
    JS ERROR: !!! stack = '"0 anonymous()@/usr/share/gnome-shell/js/ui/components/polkitAgent.js:329
    1 wrapper()@/usr/share/gjs-1.0/lang.js:204
    2 anonymous("name" = ""polkitAgent"")@/usr/share/gnome-shell/js/ui/components/__init__.js:56
    3 wrapper(""polkitAgent"")@/usr/share/gjs-1.0/lang.js:204
    4 anonymous("name" = ""polkitAgent"", 1, [object Array])@/usr/share/gnome-shell/js/ui/components/__init__.js:22
    5 anonymous()@/usr/share/gnome-shell/js/ui/components/__init__.js:21
    6 wrapper()@/usr/share/gjs-1.0/lang.js:204
    7 anonymous()@/usr/share/gnome-shell/js/ui/components/__init__.js:13
    8 wrapper()@/usr/share/gjs-1.0/lang.js:204
    9 anonymous()@/usr/share/gjs-1.0/lang.js:145
    10 anonymous()@/usr/share/gjs-1.0/lang.js:239
    11 start()@/usr/share/gnome-shell/js/ui/main.js:150
    12 <TOP LEVEL>@<main>:1
    "' JS ERROR: !!! message = '"No session for pid 4226"'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/components/polkitAgent.js"'
    JS ERROR: !!! lineNumber = '329'
    JS ERROR: !!! stack = '"0 anonymous()@/usr/share/gnome-shell/js/ui/components/polkitAgent.js:329
    1 wrapper()@/usr/share/gjs-1.0/lang.js:204
    2 anonymous("name" = ""polkitAgent"")@/usr/share/gnome-shell/js/ui/components/__init__.js:56
    3 wrapper(""polkitAgent"")@/usr/share/gjs-1.0/lang.js:204
    4 anonymous("name" = ""polkitAgent"", 1, [object Array])@/usr/share/gnome-shell/js/ui/components/__init__.js:22
    5 anonymous()@/usr/share/gnome-shell/js/ui/components/__init__.js:21
    6 wrapper()@/usr/share/gjs-1.0/lang.js:204
    7 anonymous()@/usr/share/gnome-shell/js/ui/components/__init__.js:13
    8 wrapper()@/usr/share/gjs-1.0/lang.js:204
    9 anonymous()@/usr/share/gjs-1.0/lang.js:145
    10 anonymous()@/usr/share/gjs-1.0/lang.js:239
    11 start()@/usr/share/gnome-shell/js/ui/main.js:150
    12 <TOP LEVEL>@<main>:1
    Window manager warning: Window manager warning: Log level 32: Execution of main.js threw exception: Polkit.Error: No session for pid 4226
    Log level 32: Execution of main.js threw exception: Polkit.Error: No session for pid 4226
    gnome-session[3959]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    gnome-session[3959]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    (gnome-settings-daemon:3979): GLib-GObject-WARNING **: invalid (NULL) pointer instance
    (gnome-settings-daemon:3979): GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    (gnome-settings-daemon:3979): GLib-CRITICAL **: g_ptr_array_unref: assertion `array' failed
    (gnome-settings-daemon:3979): GLib-GObject-WARNING **: invalid (NULL) pointer instance
    (gnome-settings-daemon:3979): GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    (gnome-settings-daemon:3979): GLib-CRITICAL **: g_ptr_array_unref: assertion `array' failed
    gnome-session[3959]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
    gnome-session[3959]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
    gnome-session[3959]: Gtk-CRITICAL: gtk_main_quit: assertion `main_loops != NULL' failed
    gnome-session[3959]: Gtk-CRITICAL: gtk_main_quit: assertion `main_loops != NULL' failed
    xinit: xinit: connection to X server lost
    connection to X server lost
    waiting for X server to shut down
    waiting for X server to shut down Server terminated successfully (0). Closing log file.
    Server terminated successfully (0). Closing log file.

    Replaced my home directory with blank one. No change.
    Cant find anything in dmesg either.
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.6.6-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Mon Nov 5 11:57:22 CET 2012
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4a65fa0d-3310-4bbc-8687-b16ad4b7a645 ro quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000df77ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000df780000-0x00000000df7a2fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000df7a3000-0x00000000df7dffff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000df7e0000-0x00000000df7fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011f7fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: Gigabyte Technology Co., Ltd. Z68XP-UD3/Z68XP-UD3, BIOS F8 10/11/2011
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x11f800 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-CCFFF write-protect
    [ 0.000000] CD000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F00000000 write-back
    [ 0.000000] 1 base 0E0000000 mask FE0000000 uncachable
    [ 0.000000] 2 base 100000000 mask FE0000000 write-back
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xdf780 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000f5cd0-0x000f5cdf] mapped at [ffff8800000f5cd0]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xdf77ffff]
    [ 0.000000] [mem 0x00000000-0xdf5fffff] page 2M
    [ 0.000000] [mem 0xdf600000-0xdf77ffff] page 4k
    [ 0.000000] kernel direct mapping tables up to 0xdf77ffff @ [mem 0x1fffa000-0x1fffffff]
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x11f7fffff]
    [ 0.000000] [mem 0x100000000-0x11f7fffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x11f7fffff @ [mem 0xdf77e000-0xdf77ffff]
    [ 0.000000] RAMDISK: [mem 0x37a12000-0x37d00fff]
    [ 0.000000] ACPI: RSDP 00000000000f78c0 00014 (v00 GBT )
    [ 0.000000] ACPI: RSDT 00000000df7a3040 00054 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: FACP 00000000df7a3100 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: DSDT 00000000df7a31c0 04D4C (v01 GBT GBTUACPI 00001000 MSFT 04000000)
    [ 0.000000] ACPI: FACS 00000000df780000 00040
    [ 0.000000] ACPI: MSDM 00000000df7a8080 00055 (v03 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: HPET 00000000df7a8140 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
    [ 0.000000] ACPI: MCFG 00000000df7a81c0 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: ASPT 00000000df7a8300 00034 (v07 GBT PerfTune 312E3042 UTBG 01010101)
    [ 0.000000] ACPI: SSPT 00000000df7a8340 02380 (v01 GBT SsptHead 312E3042 UTBG 01010101)
    [ 0.000000] ACPI: EUDS 00000000df7aa6c0 000C0 (v01 GBT 00000000 00000000)
    [ 0.000000] ACPI: MATS 00000000df7aa780 00034 (v01 GBT 00000000 00000000)
    [ 0.000000] ACPI: TAMG 00000000df7aa7e0 00B6A (v01 GBT GBT B0 5455312E BG?? 53450101)
    [ 0.000000] ACPI: APIC 00000000df7a7f80 000BC (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: SSDT 00000000df7ab380 03E74 (v01 INTEL PPM RCM 80000001 INTL 20061109)
    [ 0.000000] ACPI: MATS 00000000df7af200 0A991 (v01 MATS RCM 80000001 INTL 20061109)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000011f7fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x11f7fffff]
    [ 0.000000] NODE_DATA [mem 0x11f7fc000-0x11f7fffff]
    [ 0.000000] [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011ae00000-ffff88011edfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x11f7fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0xdf77ffff]
    [ 0.000000] node 0: [mem 0x100000000-0x11f7fffff]
    [ 0.000000] On node 0 totalpages: 1044239
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3913 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 894912 pages, LIFO batch:31
    [ 0.000000] Normal zone: 2016 pages used for memmap
    [ 0.000000] Normal zone: 127008 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 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[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000df780000 - 00000000df7a3000
    [ 0.000000] PM: Registered nosave memory: 00000000df7a3000 - 00000000df7e0000
    [ 0.000000] PM: Registered nosave memory: 00000000df7e0000 - 00000000df800000
    [ 0.000000] PM: Registered nosave memory: 00000000df800000 - 00000000f0000000
    [ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
    [ 0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
    [ 0.000000] e820: [mem 0xdf800000-0xefffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88011f400000 s84608 r8192 d21888 u262144
    [ 0.000000] pcpu-alloc: s84608 r8192 d21888 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1025833
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4a65fa0d-3310-4bbc-8687-b16ad4b7a645 ro quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 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: 4030216k/4710400k available (4727k kernel code, 533444k absent, 146740k reserved, 4143k data, 768k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:4352 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 16777216 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] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 3359.582 MHz processor
    [ 0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 6721.12 BogoMIPS (lpj=11198606)
    [ 0.000003] pid_max: default: 32768 minimum: 301
    [ 0.000021] Security Framework initialized
    [ 0.000023] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000180] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.000706] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.000931] Mount-cache hash table entries: 256
    [ 0.001042] Initializing cgroup subsys cpuacct
    [ 0.001043] Initializing cgroup subsys memory
    [ 0.001048] Initializing cgroup subsys devices
    [ 0.001049] Initializing cgroup subsys freezer
    [ 0.001049] Initializing cgroup subsys net_cls
    [ 0.001050] Initializing cgroup subsys blkio
    [ 0.001065] CPU: Physical Processor ID: 0
    [ 0.001066] CPU: Processor Core ID: 0
    [ 0.001069] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.001071] mce: CPU supports 9 MCE banks
    [ 0.001079] CPU0: Thermal monitoring enabled (TM1)
    [ 0.001083] process: using mwait in idle threads
    [ 0.001086] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift is 0x5
    [ 0.001851] ACPI: Core revision 20120711
    [ 0.010989] ftrace: allocating 18347 entries in 72 pages
    [ 0.017009] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.049927] smpboot: CPU0: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz stepping 07
    [ 0.153275] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
    [ 0.153278] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
    [ 0.153279] ... version: 3
    [ 0.153280] ... bit width: 48
    [ 0.153281] ... generic registers: 4
    [ 0.153281] ... value mask: 0000ffffffffffff
    [ 0.153282] ... max period: 000000007fffffff
    [ 0.153282] ... fixed-purpose events: 3
    [ 0.153283] ... event mask: 000000070000000f
    [ 0.179926] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.193172] smpboot: Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7 OK
    [ 0.346027] Brought up 8 CPUs
    [ 0.346030] smpboot: Total of 8 processors activated (53774.03 BogoMIPS)
    [ 0.351702] devtmpfs: initialized
    [ 0.352266] PM: Registering ACPI NVS region [mem 0xdf780000-0xdf7a2fff] (143360 bytes)
    [ 0.352815] NET: Registered protocol family 16
    [ 0.352889] ACPI: bus type pci registered
    [ 0.352930] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.352932] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.355922] PCI: Using configuration type 1 for base access
    [ 0.356264] bio: create slab <bio-0> at 0
    [ 0.356295] ACPI: Added _OSI(Module Device)
    [ 0.356296] ACPI: Added _OSI(Processor Device)
    [ 0.356296] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.356297] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.356738] ACPI: EC: Look up EC in DSDT
    [ 0.359546] ACPI BIOS Bug: Warning: Incorrect checksum in table [TAMG] - 0xE1, should be 0xE0 (20120711/tbutils-324)
    [ 0.360025] ACPI: Interpreter enabled
    [ 0.360027] ACPI: (supports S0 S3 S4 S5)
    [ 0.360035] ACPI: Using IOAPIC for interrupt routing
    [ 0.361772] ACPI: No dock devices found.
    [ 0.361775] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.361801] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
    [ 0.361851] PCI host bridge to bus 0000:00
    [ 0.361853] pci_bus 0000:00: busn_res: [bus 00-3f] is inserted under domain [bus 00-ff]
    [ 0.361854] pci_bus 0000:00: root bus resource [bus 00-3f]
    [ 0.361856] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.361857] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.361858] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.361859] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.361860] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    [ 0.361861] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfebfffff]
    [ 0.361866] pci 0000:00:00.0: [8086:0100] type 00 class 0x060000
    [ 0.361890] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
    [ 0.361910] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.361946] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
    [ 0.361966] pci 0000:00:16.0: reg 10: [mem 0xfbfff000-0xfbfff00f 64bit]
    [ 0.362032] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.362061] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
    [ 0.362079] pci 0000:00:1a.0: reg 10: [mem 0xfbffe000-0xfbffe3ff]
    [ 0.362160] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.362181] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
    [ 0.362194] pci 0000:00:1b.0: reg 10: [mem 0xfbff8000-0xfbffbfff 64bit]
    [ 0.362253] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.362271] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
    [ 0.362341] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.362364] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
    [ 0.362434] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.362454] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
    [ 0.362524] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.362546] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
    [ 0.362617] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.362638] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400
    [ 0.362708] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
    [ 0.362731] pci 0000:00:1c.7: [8086:1c1e] type 01 class 0x060400
    [ 0.362801] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
    [ 0.362826] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
    [ 0.362844] pci 0000:00:1d.0: reg 10: [mem 0xfbffd000-0xfbffd3ff]
    [ 0.362925] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.362943] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    [ 0.362997] pci 0000:00:1f.0: [8086:1c44] type 00 class 0x060100
    [ 0.363106] pci 0000:00:1f.2: [8086:1c00] type 00 class 0x01018f
    [ 0.363118] pci 0000:00:1f.2: reg 10: [io 0xff00-0xff07]
    [ 0.363125] pci 0000:00:1f.2: reg 14: [io 0xfe00-0xfe03]
    [ 0.363131] pci 0000:00:1f.2: reg 18: [io 0xfd00-0xfd07]
    [ 0.363137] pci 0000:00:1f.2: reg 1c: [io 0xfc00-0xfc03]
    [ 0.363143] pci 0000:00:1f.2: reg 20: [io 0xfb00-0xfb0f]
    [ 0.363150] pci 0000:00:1f.2: reg 24: [io 0xfa00-0xfa0f]
    [ 0.363187] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
    [ 0.363200] pci 0000:00:1f.3: reg 10: [mem 0xfbffc000-0xfbffc0ff 64bit]
    [ 0.363218] pci 0000:00:1f.3: reg 20: [io 0x0500-0x051f]
    [ 0.363246] pci 0000:00:1f.5: [8086:1c08] type 00 class 0x010185
    [ 0.363259] pci 0000:00:1f.5: reg 10: [io 0xf800-0xf807]
    [ 0.363265] pci 0000:00:1f.5: reg 14: [io 0xf700-0xf703]
    [ 0.363271] pci 0000:00:1f.5: reg 18: [io 0xf600-0xf607]
    [ 0.363277] pci 0000:00:1f.5: reg 1c: [io 0xf500-0xf503]
    [ 0.363284] pci 0000:00:1f.5: reg 20: [io 0xf400-0xf40f]
    [ 0.363290] pci 0000:00:1f.5: reg 24: [io 0xf300-0xf30f]
    [ 0.363338] pci_bus 0000:01: busn_res: [bus 01] is inserted under [bus 00-3f]
    [ 0.363347] pci 0000:01:00.0: [10de:1201] type 00 class 0x030000
    [ 0.363354] pci 0000:01:00.0: reg 10: [mem 0xf6000000-0xf7ffffff]
    [ 0.363362] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xe7ffffff 64bit pref]
    [ 0.363370] pci 0000:01:00.0: reg 1c: [mem 0xec000000-0xefffffff 64bit pref]
    [ 0.363375] pci 0000:01:00.0: reg 24: [io 0xbf00-0xbf7f]
    [ 0.363380] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0007ffff pref]
    [ 0.363422] pci 0000:01:00.1: [10de:0e0c] type 00 class 0x040300
    [ 0.363429] pci 0000:01:00.1: reg 10: [mem 0xf9ffc000-0xf9ffffff]
    [ 0.369375] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.369377] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    [ 0.369379] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf9ffffff]
    [ 0.369381] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.369418] pci_bus 0000:02: busn_res: [bus 02] is inserted under [bus 00-3f]
    [ 0.369420] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.369465] pci_bus 0000:03: busn_res: [bus 03-04] is inserted under [bus 00-3f]
    [ 0.369483] pci 0000:03:00.0: [1283:8892] type 01 class 0x060400
    [ 0.369620] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
    [ 0.369623] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff]
    [ 0.369626] pci 0000:00:1c.3: bridge window [mem 0xfbb00000-0xfbbfffff]
    [ 0.369676] pci_bus 0000:04: busn_res: [bus 04] is inserted under [bus 03-04]
    [ 0.369701] pci 0000:04:02.0: [1106:3044] type 00 class 0x0c0010
    [ 0.369736] pci 0000:04:02.0: reg 10: [mem 0xfbbff000-0xfbbff7ff]
    [ 0.369755] pci 0000:04:02.0: reg 14: [io 0xef00-0xef7f]
    [ 0.369905] pci 0000:04:02.0: supports D2
    [ 0.369906] pci 0000:04:02.0: PME# supported from D2 D3hot D3cold
    [ 0.369997] pci 0000:03:00.0: PCI bridge to [bus 04]
    [ 0.370007] pci 0000:03:00.0: bridge window [io 0xe000-0xefff]
    [ 0.370012] pci 0000:03:00.0: bridge window [mem 0xfbb00000-0xfbbfffff]
    [ 0.370071] pci_bus 0000:05: busn_res: [bus 05] is inserted under [bus 00-3f]
    [ 0.370092] pci 0000:05:00.0: [1b6f:7023] type 00 class 0x0c0330
    [ 0.370117] pci 0000:05:00.0: reg 10: [mem 0xfbaf8000-0xfbafffff 64bit]
    [ 0.370235] pci 0000:05:00.0: supports D1 D2
    [ 0.370236] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.376028] pci 0000:00:1c.4: PCI bridge to [bus 05]
    [ 0.376033] pci 0000:00:1c.4: bridge window [mem 0xfba00000-0xfbafffff]
    [ 0.376074] pci_bus 0000:06: busn_res: [bus 06] is inserted under [bus 00-3f]
    [ 0.376095] pci 0000:06:00.0: [1b6f:7023] type 00 class 0x0c0330
    [ 0.376120] pci 0000:06:00.0: reg 10: [mem 0xfbef8000-0xfbefffff 64bit]
    [ 0.376238] pci 0000:06:00.0: supports D1 D2
    [ 0.376238] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.382676] pci 0000:00:1c.5: PCI bridge to [bus 06]
    [ 0.382681] pci 0000:00:1c.5: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.382722] pci_bus 0000:07: busn_res: [bus 07] is inserted under [bus 00-3f]
    [ 0.382745] pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.382763] pci 0000:07:00.0: reg 10: [io 0xde00-0xdeff]
    [ 0.382795] pci 0000:07:00.0: reg 18: [mem 0xfbdff000-0xfbdfffff 64bit pref]
    [ 0.382815] pci 0000:07:00.0: reg 20: [mem 0xfbdf8000-0xfbdfbfff 64bit pref]
    [ 0.382901] pci 0000:07:00.0: supports D1 D2
    [ 0.382902] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.389326] pci 0000:00:1c.6: PCI bridge to [bus 07]
    [ 0.389329] pci 0000:00:1c.6: bridge window [io 0xd000-0xdfff]
    [ 0.389335] pci 0000:00:1c.6: bridge window [mem 0xfbd00000-0xfbdfffff 64bit pref]
    [ 0.389372] pci_bus 0000:08: busn_res: [bus 08] is inserted under [bus 00-3f]
    [ 0.389392] pci 0000:08:00.0: [1b4b:917a] type 00 class 0x01018f
    [ 0.389408] pci 0000:08:00.0: reg 10: [io 0xcf00-0xcf07]
    [ 0.389419] pci 0000:08:00.0: reg 14: [io 0xce00-0xce03]
    [ 0.389431] pci 0000:08:00.0: reg 18: [io 0xcd00-0xcd07]
    [ 0.389442] pci 0000:08:00.0: reg 1c: [io 0xcc00-0xcc03]
    [ 0.389453] pci 0000:08:00.0: reg 20: [io 0xcb00-0xcb0f]
    [ 0.389464] pci 0000:08:00.0: reg 24: [mem 0xfbcff000-0xfbcff1ff]
    [ 0.389476] pci 0000:08:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.389531] pci 0000:08:00.0: PME# supported from D3hot
    [ 0.395972] pci 0000:00:1c.7: PCI bridge to [bus 08]
    [ 0.395975] pci 0000:00:1c.7: bridge window [io 0xc000-0xcfff]
    [ 0.395978] pci 0000:00:1c.7: bridge window [mem 0xfbc00000-0xfbcfffff]
    [ 0.395999] pci_bus 0000:09: busn_res: [bus 09] is inserted under [bus 00-3f]
    [ 0.396034] pci 0000:00:1e.0: PCI bridge to [bus 09] (subtractive decode)
    [ 0.396042] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.396043] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.396044] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.396045] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.396046] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
    [ 0.396047] pci 0000:00:1e.0: bridge window [mem 0xe0000000-0xfebfffff] (subtractive decode)
    [ 0.396076] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.396135] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
    [ 0.396149] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
    [ 0.396164] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
    [ 0.396177] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
    [ 0.396189] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
    [ 0.396201] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6._PRT]
    [ 0.396213] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7._PRT]
    [ 0.396226] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    [ 0.396257] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.396258] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.400104] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
    [ 0.400128] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
    [ 0.400150] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    [ 0.400172] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [ 0.400194] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    [ 0.400217] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    [ 0.400239] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
    [ 0.400261] ACPI: PCI Interrupt Link [LNK1] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
    [ 0.400309] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.400311] vgaarb: loaded
    [ 0.400312] vgaarb: bridge control possible 0000:01:00.0
    [ 0.400329] PCI: Using ACPI for IRQ routing
    [ 0.401564] PCI: pci_cache_line_size set to 64 bytes
    [ 0.401633] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    [ 0.401634] e820: reserve RAM buffer [mem 0xdf780000-0xdfffffff]
    [ 0.401635] e820: reserve RAM buffer [mem 0x11f800000-0x11fffffff]
    [ 0.401686] NetLabel: Initializing
    [ 0.401686] NetLabel: domain hash size = 128
    [ 0.401687] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.401693] NetLabel: unlabeled traffic allowed by default
    [ 0.401703] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.401706] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.403712] Switching to clocksource hpet
    [ 0.406683] pnp: PnP ACPI init
    [ 0.406690] ACPI: bus type pnp registered
    [ 0.406723] pnp 00:00: [bus 00-3f]
    [ 0.406725] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.406726] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.406727] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.406728] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.406729] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.406730] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.406731] pnp 00:00: [mem 0xe0000000-0xfebfffff window]
    [ 0.406751] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.406788] pnp 00:01: [io 0x0010-0x001f]
    [ 0.406790] pnp 00:01: [io 0x0022-0x003f]
    [ 0.406791] pnp 00:01: [io 0x0044-0x004d]
    [ 0.406791] pnp 00:01: [io 0x0050-0x005f]
    [ 0.406792] pnp 00:01: [io 0x0062-0x0063]
    [ 0.406793] pnp 00:01: [io 0x0065-0x006f]
    [ 0.406794] pnp 00:01: [io 0x0074-0x007f]
    [ 0.406795] pnp 00:01: [io 0x0091-0x0093]
    [ 0.406796] pnp 00:01: [io 0x00a2-0x00bf]
    [ 0.406797] pnp 00:01: [io 0x00e0-0x00ef]
    [ 0.406798] pnp 00:01: [io 0x04d0-0x04d1]
    [ 0.406798] pnp 00:01: [io 0x0290-0x029f]
    [ 0.406799] pnp 00:01: [io 0x0800-0x0805]
    [ 0.406800] pnp 00:01: [io 0x0290-0x0294]
    [ 0.406801] pnp 00:01: [io 0x0880-0x088f]
    [ 0.406826] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.406827] system 00:01: [io 0x0290-0x029f] has been reserved
    [ 0.406828] system 00:01: [io 0x0800-0x0805] has been reserved
    [ 0.406829] system 00:01: [io 0x0290-0x0294] has been reserved
    [ 0.406831] system 00:01: [io 0x0880-0x088f] has been reserved
    [ 0.406832] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.406838] pnp 00:02: [dma 4]
    [ 0.406839] pnp 00:02: [io 0x0000-0x000f]
    [ 0.406840] pnp 00:02: [io 0x0080-0x0090]
    [ 0.406841] pnp 00:02: [io 0x0094-0x009f]
    [ 0.406841] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.406854] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.406877] pnp 00:03: [irq 0 disabled]
    [ 0.406881] pnp 00:03: [irq 8]
    [ 0.406882] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.406894] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.406906] pnp 00:04: [io 0x0070-0x0073]
    [ 0.406919] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.406923] pnp 00:05: [io 0x0061]
    [ 0.406934] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.406939] pnp 00:06: [io 0x00f0-0x00ff]
    [ 0.406942] pnp 00:06: [irq 13]
    [ 0.406955] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.407093] pnp 00:07: [io 0x03f8-0x03ff]
    [ 0.407096] pnp 00:07: [irq 4]
    [ 0.407126] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.407155] pnp 00:08: [io 0x0400-0x04cf]
    [ 0.407156] pnp 00:08: [io 0x04d2-0x04ff]
    [ 0.407176] system 00:08: [io 0x0400-0x04cf] has been reserved
    [ 0.407177] system 00:08: [io 0x04d2-0x04ff] has been reserved
    [ 0.407179] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.407184] pnp 00:09: [io 0x1000-0x107f]
    [ 0.407185] pnp 00:09: [io 0x1080-0x10ff]
    [ 0.407186] pnp 00:09: [io 0x1100-0x117f]
    [ 0.407188] pnp 00:09: [io 0x1180-0x11ff]
    [ 0.407209] system 00:09: [io 0x1000-0x107f] has been reserved
    [ 0.407210] system 00:09: [io 0x1080-0x10ff] has been reserved
    [ 0.407211] system 00:09: [io 0x1100-0x117f] has been reserved
    [ 0.407212] system 00:09: [io 0x1180-0x11ff] has been reserved
    [ 0.407214] system 00:09: Plug and Play ACPI device, IDs ICD0001 PNP0c02 (active)
    [ 0.407296] pnp 00:0a: [io 0x0454-0x0457]
    [ 0.407321] system 00:0a: [io 0x0454-0x0457] has been reserved
    [ 0.407323] system 00:0a: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.407331] pnp 00:0b: [mem 0xf0000000-0xf3ffffff]
    [ 0.407355] system 00:0b: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.407356] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.407430] pnp 00:0c: [mem 0x000cdc00-0x000cffff]
    [ 0.407431] pnp 00:0c: [mem 0x000f0000-0x000f7fff]
    [ 0.407432] pnp 00:0c: [mem 0x000f8000-0x000fbfff]
    [ 0.407433] pnp 00:0c: [mem 0x000fc000-0x000fffff]
    [ 0.407434] pnp 00:0c: [mem 0xdf780000-0xdf7dffff]
    [ 0.407435] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    [ 0.407436] pnp 00:0c: [mem 0x00100000-0xdf77ffff]
    [ 0.407437] pnp 00:0c: [mem 0xdf7e0000-0xdf7fffff]
    [ 0.407438] pnp 00:0c: [mem 0xfec00000-0xfec00fff]
    [ 0.407439] pnp 00:0c: [mem 0xfed10000-0xfed1dfff]
    [ 0.407440] pnp 00:0c: [mem 0xfed20000-0xfed8ffff]
    [ 0.407441] pnp 00:0c: [mem 0xfee00000-0xfee00fff]
    [ 0.407442] pnp 00:0c: [mem 0xffb00000-0xffb7ffff]
    [ 0.407442] pnp 00:0c: [mem 0xfff00000-0xffffffff]
    [ 0.407443] pnp 00:0c: [mem 0x000e0000-0x000effff]
    [ 0.407444] pnp 00:0c: [mem 0x20000000-0x201fffff]
    [ 0.407445] pnp 00:0c: [mem 0x40000000-0x400fffff]
    [ 0.407446] pnp 00:0c: [mem 0xdf800000-0xdfffffff]
    [ 0.407478] system 00:0c: [mem 0x000cdc00-0x000cffff] has been reserved
    [ 0.407479] system 00:0c: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.407480] system 00:0c: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.407482] system 00:0c: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.407483] system 00:0c: [mem 0xdf780000-0xdf7dffff] could not be reserved
    [ 0.407484] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.407485] system 00:0c: [mem 0x00100000-0xdf77ffff] could not be reserved
    [ 0.407486] system 00:0c: [mem 0xdf7e0000-0xdf7fffff] has been reserved
    [ 0.407487] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.407488] system 00:0c: [mem 0xfed10000-0xfed1dfff] has been reserved
    [ 0.407490] system 00:0c: [mem 0xfed20000-0xfed8ffff] could not be reserved
    [ 0.407491] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.407492] system 00:0c: [mem 0xffb00000-0xffb7ffff] has been reserved
    [ 0.407493] system 00:0c: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.407494] system 00:0c: [mem 0x000e0000-0x000effff] has been reserved
    [ 0.407495] system 00:0c: [mem 0x20000000-0x201fffff] could not be reserved
    [ 0.407496] system 00:0c: [mem 0x40000000-0x400fffff] could not be reserved
    [ 0.407498] system 00:0c: [mem 0xdf800000-0xdfffffff] could not be reserved
    [ 0.407499] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.407507] pnp 00:0d: [mem 0xffb80000-0xffbfffff]
    [ 0.407524] pnp 00:0d: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.407526] pnp: PnP ACPI: found 14 devices
    [ 0.407527] ACPI: ACPI bus type pnp unregistered
    [ 0.413136] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    [ 0.413138] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.413140] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    [ 0.413191] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.413192] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.413193] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.413196] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf4000000-0xf41fffff]
    [ 0.413198] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf4200000-0xf43fffff 64bit pref]
    [ 0.413199] pci 0000:00:1c.7: BAR 15: assigned [mem 0xf4400000-0xf44fffff pref]
    [ 0.413201] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 0.413203] pci 0000:01:00.0: BAR 6: assigned [mem 0xe8000000-0xe807ffff pref]
    [ 0.413204] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.413205] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    [ 0.413207] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf9ffffff]
    [ 0.413209] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.413211] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.413213] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.413216] pci 0000:00:1c.0: bridge window [mem 0xf4000000-0xf41fffff]
    [ 0.413219] pci 0000:00:1c.0: bridge window [mem 0xf4200000-0xf43fffff 64bit pref]
    [ 0.413224] pci 0000:03:00.0: PCI bridge to [bus 04]
    [ 0.413227] pci 0000:03:00.0: bridge window [io 0xe000-0xefff]
    [ 0.413235] pci 0000:03:00.0: bridge window [mem 0xfbb00000-0xfbbfffff]
    [ 0.413250] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
    [ 0.413252] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff]
    [ 0.413256] pci 0000:00:1c.3: bridge window [mem 0xfbb00000-0xfbbfffff]
    [ 0.413263] pci 0000:00:1c.4: PCI bridge to [bus 05]
    [ 0.413266] pci 0000:00:1c.4: bridge window [mem 0xfba00000-0xfbafffff]
    [ 0.413273] pci 0000:00:1c.5: PCI bridge to [bus 06]
    [ 0.413276] pci 0000:00:1c.5: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.413283] pci 0000:00:1c.6: PCI bridge to [bus 07]
    [ 0.413285] pci 0000:00:1c.6: bridge window [io 0xd000-0xdfff]
    [ 0.413291] pci 0000:00:1c.6: bridge window [mem 0xfbd00000-0xfbdfffff 64bit pref]
    [ 0.413296] pci 0000:08:00.0: BAR 6: assigned [mem 0xf4400000-0xf440ffff pref]
    [ 0.413296] pci 0000:00:1c.7: PCI bridge to [bus 08]
    [ 0.413298] pci 0000:00:1c.7: bridge window [io 0xc000-0xcfff]
    [ 0.413302] pci 0000:00:1c.7: bridge window [mem 0xfbc00000-0xfbcfffff]
    [ 0.413305] pci 0000:00:1c.7: bridge window [mem 0xf4400000-0xf44fffff pref]
    [ 0.413310] pci 0000:00:1e.0: PCI bridge to [bus 09]
    [ 0.413326] pci 0000:00:1c.0: enabling device (0000 -> 0003)
    [ 0.413343] pci 0000:03:00.0: setting latency timer to 64
    [ 0.413366] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.413368] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.413369] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.413370] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.413371] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.413372] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.413373] pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfebfffff]
    [ 0.413374] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
    [ 0.413375] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf9ffffff]
    [ 0.413376] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.413377] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.413378] pci_bus 0000:02: resource 1 [mem 0xf4000000-0xf41fffff]
    [ 0.413379] pci_bus 0000:02: resource 2 [mem 0xf4200000-0xf43fffff 64bit pref]
    [ 0.413380] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
    [ 0.413381] pci_bus 0000:03: resource 1 [mem 0xfbb00000-0xfbbfffff]
    [ 0.413382] pci_bus 0000:04: resource 0 [io 0xe000-0xefff]
    [ 0.413383] pci_bus 0000:04: resource 1 [mem 0xfbb00000-0xfbbfffff]
    [ 0.413384] pci_bus 0000:05: resource 1 [mem 0xfba00000-0xfbafffff]
    [ 0.413385] pci_bus 0000:06: resource 1 [mem 0xfbe00000-0xfbefffff]
    [ 0.413386] pci_bus 0000:07: resource 0 [io 0xd000-0xdfff]
    [ 0.413387] pci_bus 0000:07: resource 2 [mem 0xfbd00000-0xfbdfffff 64bit pref]
    [ 0.413388] pci_bus 0000:08: resource 0 [io 0xc000-0xcfff]
    [ 0.413389] pci_bus 0000:08: resource 1 [mem 0xfbc00000-0xfbcfffff]
    [ 0.413391] pci_bus 0000:08: resource 2 [mem 0xf4400000-0xf44fffff pref]
    [ 0.413392] pci_bus 0000:09: resource 4 [io 0x0000-0x0cf7]
    [ 0.413393] pci_bus 0000:09: resource 5 [io 0x0d00-0xffff]
    [ 0.413394] pci_bus 0000:09: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.413395] pci_bus 0000:09: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.413396] pci_bus 0000:09: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.413397] pci_bus 0000:09: resource 9 [mem 0xe0000000-0xfebfffff]
    [ 0.413412] NET: Registered protocol family 2
    [ 0.413757] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.414578] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.414685] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.414696] TCP: reno registered
    [ 0.414700] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.414710] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.414761] NET: Registered protocol family 1
    [ 0.440340] pci 0000:01:00.0: Boot video device
    [ 0.440427] PCI: CLS 4 bytes, default 64
    [ 0.440455] Unpacking initramfs...
    [ 0.473098] Freeing initrd memory: 3004k freed
    [ 0.473293] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.473294] software IO TLB [mem 0xdb77e000-0xdf77dfff] (64MB) mapped at [ffff8800db77e000-ffff8800df77dfff]
    [ 0.473605] audit: initializing netlink socket (disabled)
    [ 0.473612] type=2000 audit(1353604202.363:1): initialized
    [ 0.480455] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.481376] VFS: Disk quotas dquot_6.5.2
    [ 0.481401] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.481473] msgmni has been set to 7877
    [ 0.481586] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.481605] io scheduler noop registered
    [ 0.481605] io scheduler deadline registered
    [ 0.481632] io scheduler cfq registered (default)
    [ 0.481697] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.481976] vesafb: mode is 640x480x32, linelength=2560, pages=0
    [ 0.481976] vesafb: scrolling: redraw
    [ 0.481978] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.482044] vesafb: framebuffer at 0xed000000, mapped to 0xffffc90005000000, using 1216k, total 1216k
    [ 0.493454] Console: switching to colour frame buffer device 80x30
    [ 0.504839] fb0: VESA VGA frame buffer device
    [ 0.504845] intel_idle: MWAIT substates: 0x1120
    [ 0.504846] intel_idle: v0.4 model 0x2A
    [ 0.504847] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.504867] GHES: HEST is not enabled!
    [ 0.504895] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.525388] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.546019] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.546137] Linux agpgart interface v0.103
    [ 0.546183] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.579785] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
    [ 0.579786] i8042: If AUX port is really absent please use the 'i8042.noaux' option
    [ 0.826051] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.826116] mousedev: PS/2 mouse device common for all mice
    [ 0.826151] rtc_cmos 00:04: RTC can wake from S4
    [ 0.826251] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.826274] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.826348] cpuidle: using governor ladder
    [ 0.826447] cpuidle: using governor menu
    [ 0.826508] drop_monitor: Initializing network drop monitor service
    [ 0.826548] TCP: cubic registered
    [ 0.826602] NET: Registered protocol family 10
    [ 0.826686] NET: Registered protocol family 17
    [ 0.826693] Key type dns_resolver registered
    [ 0.826866] PM: Hibernation image not present or could not be loaded.
    [ 0.826870] registered taskstats version 1
    [ 0.827287] rtc_cmos 00:04: setting system clock to 2012-11-22 17:10:02 UTC (1353604202)
    [ 0.828061] Freeing unused kernel memory: 768k freed
    [ 0.828118] Write protecting the kernel read-only data: 8192k
    [ 0.830475] Freeing unused kernel memory: 1408k freed
    [ 0.831570] Freeing unused kernel memory: 568k freed
    [ 0.836327] systemd-udevd[75]: starting version 195
    [ 0.848295] ACPI: bus type usb registered
    [ 0.848315] usbcore: registered new interface driver usbfs
    [ 0.848324] usbcore: registered new interface driver hub
    [ 0.848361] usbcore: registered new device driver usb
    [ 0.848758] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.848807] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 0.848811] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 0.848816] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.849453] xhci_hcd 0000:05:00.0: xHCI Host Controller
    [ 0.849458] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 2
    [ 0.849658] xhci_hcd 0000:05:00.0: irq 16, io mem 0xfbaf8000
    [ 0.849747] xhci_hcd 0000:05:00.0: irq 41 for MSI/MSI-X
    [ 0.849926] xHCI xhci_add_endpoint called for root hub
    [ 0.849927] xHCI xhci_check_bandwidth called for root hub
    [ 0.849969] hub 2-0:1.0: USB hub found
    [ 0.849983] hub 2-0:1.0: 2 ports detected
    [ 0.850215] xhci_hcd 0000:05:00.0: xHCI Host Controller
    [ 0.850219] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 3
    [ 0.850387] xHCI xhci_add_endpoint called for root hub
    [ 0.850388] xHCI xhci_check_bandwidth called for root hub
    [ 0.850410] hub 3-0:1.0: USB hub found
    [ 0.850417] hub 3-0:1.0: 2 ports detected
    [ 0.850510] SCSI subsystem initialized
    [ 0.851362] ACPI: bus type scsi registered
    [ 0.851419] libata version 3.00 loaded.
    [ 0.852720] ehci_hcd 0000:00:1a.0: debug port 2
    [ 0.852726] ehci_hcd 0000:00:1a.0: cache line size of 4 is not supported
    [ 0.852739] ehci_hcd 0000:00:1a.0: irq 18, io mem 0xfbffe000
    [ 0.855948] xhci_hcd 0000:06:00.0: xHCI Host Controller
    [ 0.855963] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 4
    [ 0.856111] xhci_hcd 0000:06:00.0: irq 17, io mem 0xfbef8000
    [ 0.856194] xhci_hcd 0000:06:00.0: irq 42 for MSI/MSI-X
    [ 0.856503] xHCI xhci_add_endpoint called for root hub
    [ 0.856505] xHCI xhci_check_bandwidth called for root hub
    [ 0.856536] hub 4-0:1.0: USB hub found
    [ 0.856544] hub 4-0:1.0: 2 ports detected
    [ 0.856627] xhci_hcd 0000:06:00.0: xHCI Host Controller
    [ 0.856632] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 5
    [ 0.856731] ahci 0000:08:00.0: version 3.0
    [ 0.856738] xHCI xhci_add_endpoint called for root hub
    [ 0.856739] xHCI xhci_check_bandwidth called for root hub
    [ 0.856764] hub 5-0:1.0: USB hub found
    [ 0.856771] hub 5-0:1.0: 2 ports detected
    [ 0.856812] ahci 0000:08:00.0: irq 43 for MSI/MSI-X
    [ 0.856878] ahci 0000:08:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl IDE mode
    [ 0.856881] ahci 0000:08:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
    [ 0.857194] scsi0 : ahci
    [ 0.857281] scsi1 : ahci
    [ 0.857336] ata1: SATA max UDMA/133 abar m512@0xfbcff000 port 0xfbcff100 irq 43
    [ 0.857338] ata2: SATA max UDMA/133 abar m512@0xfbcff000 port 0xfbcff180 irq 43
    [ 0.862544] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.862645] hub 1-0:1.0: USB hub found
    [ 0.862648] hub 1-0:1.0: 2 ports detected
    [ 0.862716] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.862718] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 0.862723] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 0.866626] ehci_hcd 0000:00:1d.0: debug port 2
    [ 0.866631] ehci_hcd 0000:00:1d.0: cache line size of 4 is not supported
    [ 0.866640] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xfbffd000
    [ 0.875890] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.876111] hub 6-0:1.0: USB hub found
    [ 0.876113] hub 6-0:1.0: 2 ports detected
    [ 0.876216] ata_piix 0000:00:1f.2: version 2.13
    [ 0.876224] ata_piix 0000:00:1f.2: MAP [
    [ 0.876225] P0 P2 P1 P3 ]
    [ 0.876253] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 0.876466] scsi2 : ata_piix
    [ 0.876687] scsi3 : ata_piix
    [ 0.876834] ata3: SATA max UDMA/133 cmd 0xff00 ctl 0xfe00 bmdma 0xfb00 irq 19
    [ 0.876838] ata4: SATA max UDMA/133 cmd 0xfd00 ctl 0xfc00 bmdma 0xfb08 irq 19
    [ 0.876849] ata_piix 0000:00:1f.5: MAP [
    [ 0.876850] P0 -- P1 -- ]
    [ 0.876868] ata_piix 0000:00:1f.5: setting latency timer to 64
    [ 0.877068] scsi4 : ata_piix
    [ 0.877272] scsi5 : ata_piix
    [ 0.877385] ata5: SATA max UDMA/133 cmd 0xf800 ctl 0xf700 bmdma 0xf400 irq 19
    [ 0.877387] ata6: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf408 irq 19
    [ 1.168460] usb 1-1: new high-speed USB device number 2 using ehci_hcd
    [ 1.175135] ata2: SATA link down (SStatus 0 SControl 300)
    [ 1.175200] ata1: SATA link down (SStatus 0 SControl 300)
    [ 1.205832] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.216668] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.292058] hub 1-1:1.0: USB hub found
    [ 1.292143] hub 1-1:1.0: 6 ports detected
    [ 1.397854] usb 6-1: new high-speed USB device number 2 using ehci_hcd
    [ 1.470963] tsc: Refined TSC clocksource calibration: 3359.560 MHz
    [ 1.470969] Switching to clocksource tsc
    [ 1.521443] hub 6-1:1.0: USB hub found
    [ 1.521522] hub 6-1:1.0: 8 ports detected
    [ 1.667199] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.667213] ata3.01: SATA link down (SStatus 0 SControl 300)
    [ 1.667377] ata4.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.667387] ata4.01: SATA link down (SStatus 0 SControl 300)
    [ 1.674400] ata3.00: ATA-8: ST31000528AS, CC38, max UDMA/133
    [ 1.674405] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.687569] ata3.00: configured for UDMA/133
    [ 1.687723] scsi 2:0:0:0: Direct-Access ATA ST31000528AS CC38 PQ: 0 ANSI: 5
    [ 1.720933] ata4.00: ATA-7: ST3320620AS, 3.AAK, max UDMA/133
    [ 1.720937] ata4.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.786992] usb 6-1.7: new low-speed USB device number 3 using ehci_hcd
    [ 1.787360] ata4.00: configured for UDMA/133
    [ 1.787526] scsi 3:0:0:0: Direct-Access ATA ST3320620AS 3.AA PQ: 0 ANSI: 5
    [ 1.687932] ACPI: Invalid Power Resource to register!
    [ 1.787687] ACPI: Invalid Power Resource to register!
    [ 1.791222] sd 2:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.791271] sd 2:0:0:0: [sda] Write Protect is off
    [ 1.791273] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.791289] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.791310] sd 3:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.791340] sd 3:0:0:0: [sdb] Write Protect is off
    [ 1.791342] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.791354] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.799776] sda: sda1 sda2 sda3 sda4
    [ 1.800336] sd 2:0:0:0: [sda] Attached SCSI disk
    [ 1.846890] sdb: sdb1 sdb2 sdb3 sdb4
    [ 1.847338] sd 3:0:0:0: [sdb] Attached SCSI disk
    [ 1.883456] usbcore: registered new interface driver usbhid
    [ 1.883459] usbhid: USB HID core driver
    [ 1.883853] input: HID 04f3:0103 as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.7/6-1.7:1.0/input/input0
    [ 1.883926] hid-generic 0003:04F3:0103.0001: input,hidraw0: USB HID v1.10 Keyboard [HID 04f3:0103] on usb-0000:00:1d.0-1.7/input0
    [ 1.885220] input: HID 04f3:0103 as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.7/6-1.7:1.1/input/input1
    [ 1.885292] hid-generic 0003:04F3:0103.0002: input,hidraw1: USB HID v1.10 Device [HID 04f3:0103] on usb-0000:00:1d.0-1.7/input1
    [ 1.953164] usb 6-1.8: new low-speed USB device number 4 using ehci_hcd
    [ 2.045196] input: HID 04b4:0033 as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.8/6-1.8:1.0/input/input2
    [ 2.045302] hid-generic 0003:04B4:0033.0003: input,hidraw2: USB HID v1.00 Mouse [HID 04b4:0033] on usb-0000:00:1d.0-1.8/input0
    [ 2.560377] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.712366] systemd-udevd[173]: starting version 195
    [ 4.299543] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    [ 4.299547] ACPI: Power Button [PWRB]
    [ 4.299590] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 4.299592] ACPI: Power Button [PWRF]
    [ 4.304079] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x23
    [ 4.348259] ACPI: Requesting acpi_cpufreq
    [ 4.415043] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x23
    [ 4.415339] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x23
    [ 4.415518] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x23
    [ 4.415687] microcode: CPU4 sig=0x206a7, pf=0x2, revision=0x23
    [ 4.415875] microcode: CPU5 sig=0x206a7, pf=0x2, revision=0x23
    [ 4.416101] microcode: CPU6 sig=0x206a7, pf=0x2, revision=0x23
    [ 4.416255] microcode: CPU7 sig=0x206a7, pf=0x2, revision=0x23
    [ 4.416482] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 4.460594] wmi: Mapper loaded
    [ 4.529578] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \GP2C 1 (20120711/utaddress-251)
    [ 4.529582] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 4.529595] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 4.539030] iTCO_vendor_support: vendor-support=0
    [ 4.542765] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 4.548788] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [ 4.554407] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 4.554513] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
    [ 4.563153] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 4.571791] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 4.623412] mei 0000:00:16.0: setting latency timer to 64
    [ 4.623512] mei 0000:00:16.0: irq 44 for MSI/MSI-X
    [ 4.631581] mei 0000:00:16.0: wd: failed to find the client
    [ 4.685144] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 4.754184] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 4.754271] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 4.754336] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 4.754409] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 4.754480] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 4.754538] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 4.754601] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 4.754657] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 4.754787] hda_intel: Disabling MSI
    [ 4.754794] hda-intel: 0000:01:00.1: Handle VGA-switcheroo audio client
    [ 4.755679] firewire_ohci 0000:04:02.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
    [ 4.901727] nvidia: module license 'NVIDIA' taints kernel.
    [ 4.901730] Disabling lock debugging due to kernel taint
    [ 5.130241] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 5.130524] r8169 0000:07:00.0: irq 46 for MSI/MSI-X
    [ 5.130648] r8169 0000:07:00.0: eth0: RTL8168evl/8111evl at 0xffffc90004fc8000, 50:e5:49:c2:91:f3, XID 0c900800 IRQ 46
    [ 5.130650] r8169 0000:07:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 5.254359] firewire_core 0000:04:02.0: created device fw0: GUID 0049e5502dfe0500, S400
    [ 5.317413] gpio_ich: GPIO from 180 to 255 on gpio_ich
    [ 5.570240] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
    [ 5.570342] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
    [ 5.570436] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
    [ 5.570529] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
    [ 5.571271] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 5.571420] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 310.19 Thu Nov 8 00:52:03 PST 2012
    [ 6.222025] EXT4-fs (sdb3): re-mounted. Opts: data=ordered
    [ 6.264446] EXT4-fs (sdb2): mounting ext2 file system using the ext4 subsystem
    [ 6.272157] EXT4-fs (sdb2): mounted filesystem without journal. Opts: (null)
    [ 6.397475] fuse init (API version 7.20)
    [ 6.792491] EXT4-fs (sdb4): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 6.835650] Adding 7815616k swap on /dev/sdb1. Priority:-1 extents:1 across:7815616k
    [ 9.648234] r8169 0000:07:00.0: eth0: link down
    [ 9.648272] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 9.648300] r8169 0000:07:00.0: eth0: link down
    [ 12.401364] r8169 0000:07:00.0: eth0: link up
    [ 12.401371] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 12.581668] NVRM: GPU at 0000:01:00: GPU-bdb10aee-9dc6-81b8-6eea-1fdd9aa3d711
    [ 12.581672] NVRM: Your system is not currently configured to drive a VGA console
    [ 12.581673] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
    [ 12.581674] NVRM: requires the use of a text-mode VGA console. Use of other console
    [ 12.581675] NVRM: drivers including, but not limited to, vesafb, may result in
    [ 12.581675] NVRM: corruption and stability problems, and is not supported.
    [ 22.291172] EXT4-fs (sdb3): re-mounted. Opts: data=ordered,commit=0
    [ 22.293872] EXT4-fs (sdb4): re-mounted. Opts: data=ordered,commit=0
    [ 44.233835] NVRM: GPU at 0000:01:00: GPU-bdb10aee-9dc6-81b8-6eea-1fdd9aa3d711
    [ 257.260589] NVRM: GPU at 0000:01:00: GPU-bdb10aee-9dc6-81b8-6eea-1fdd9aa3d711

  • Gnome Problems

    I got gnome installed and it flickers and i cant use it because of that. What can i do to make it stop flickering so ill have a stable gnome environment? I dont have that problem with kde and Xfce4 desktops.

    At least you could share some information about your hardware and setup. Another thing you could try is google.

  • Xorg7 - Gnome problems [solved]

    I just upgraded to Xorg7. Workspace switcher applet and windows list applet in gnome won't start.

    When you log in, a dialog box comes up and says
    The panel encountered a problem while loading "OAFIID:GNOME_WorkspaceSwitcherApplet".
    Do you want to delete the applet from your configuration?
    With the buttons "Delete" and     "Don't Delete"
    No error codes are given.
    I tried to start the applets in a console window to get some error codes, no joy there.
    Is there a log file somewhere that I can look in for an error code?
    Pudge

  • Compiz in gnome problem

    Hi all,
    I'm trying to get compiz to work in Gnome and couldn't seem to achieve it. Basically I'm following whatever the wiki says. Installed compiz-core and compiz-decorator-gtk. Added those two to gnome-session but when I do startx, I have no desktop. If I leave them out from gnome-session and try running them after gnome is up. It doesn't work either. Running 'gtk-window-decorator --replace' has no effect. Running 'compiz --replace' will cause everything to disappear bar the background.
    Some googling found another way: use gnome-wm. So I added gnome-wm to gnome-session and export WINDOW_MANAGER=compiz in .xinitrc. But I still only get metacity.
    Any pointers?
    Thanks!

    I too had same problem before with compiz, so installed compiz fusion icon and that helped. Arch compiz fusion wiki:
    http://wiki.archlinux.org/index.php/Compiz_fusion
    Last edited by ahcaliskan (2009-01-30 23:00:38)

  • Gnome problem and start applications

    Hello to all,
    Yesterday I did an upgrade of Arch (pacman-Syu) and the machine worked without problems.
    When rebooting, it seems that everything functions correctly (I try to login, I see the wifi network and so on ...), but really just try to launch any application (browser, terminal, etc. ...) I see the clock of loading the application, the application you are loading the control panel and then disappears more ... in practice are no longer able to use any application using gnome.
    If someone has already stumbled into this problem I ask him the pleasure to give me a hand, because apart from using linux, I can not console (ctrl + alt + f1) do anything else.
    Thanks in advance

    into ~/.xsession-errors the message is
    Xlib: extension "Generic Event Extension" missing on display ":0.0"
    now gnome works and the difference is that when I started the machine at home it used the wifi connection while here in office there is not wifi connection

  • 2 Gnome Problems

    1. I have a fair amount of files that are named with Cyrillic fonts and they are displayed as ?????. I cannot seem to find the proper language pack to download to display the fonts properely. If someone could direct me to that, that would be great!
    2. The weather will not display on my panel. There is space created when I check the option to display the weather, but nothing appears. I have added my home city and everything to the clock, but no luck. I imagine again that I am missing a small but all too necessary package. Again, any help is appreciated.
    Thank you very much!

    TheBodziO wrote:
    Ad. 1. Are you speaking about misdisplayed glyphs in console or in x (also in which apps this problem occurs)? Anyway first that comes to my mind is:
    a) locale with encoding that omits cyrylic glyphs (what's yours locale?),
    b) font that doesn't have cyrylic glyphs,
    c) filesystem mounted with wrong name encoding translation set.
    With above properly set you should be able to see all names as expected. I think it's misconfiguration problem.
    Ad. 2. Try to run applet from terminal emulator (applet should be something like "gnome-weather-applet" as far as I can remember) maybe it'll spit out some meaningfull info.
    PS. Stylish sig
    I completely agree. I find it also to be a configuration problem. I tried enabling all the Russian encodings in the locale.gen and that didnt do any good. Im using the sans font, which Im pretty sure supports the Cyrillics. I'd be willing to bet that the problem lies within C. Is there anyway to mount them properly? I tried, after enabling all the RU locale settings with the locale.gen to remount my external and see if the files would appear with the proper name, no such luck however, they are still ?????. Any ideas on how to proceed?
    Thanks
    PS - Got number 2 solved!
    EDIT - Im also using the EN-US locale and thanks my Polish friend
    Last edited by czechman86 (2009-02-01 22:08:41)

  • [GNOME] problem with gvfsd-metada

    I have problems with gvfs. My computer sometimes crash. I already have upgraded gvfs to version 1.5 but still the same. Can someone help me?
    >everything.log
    Nov 18 01:47:51 myhost NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete.
    Nov 18 01:48:47 myhost kernel: gvfsd-metadata[2171]: segfault at 8 ip 0804c9ba sp bfef3b40 error 4 in gvfsd-metadata[8048000+b000]
    Nov 18 02:10:17 myhost -- MARK --
    Nov 18 02:11:18 myhost kernel: gvfsd-metadata[16155]: segfault at 8 ip 0804c9ba sp bfbc7650 error 4 in gvfsd-metadata[8048000+b000]
    Nov 18 02:16:37 myhost kernel: gvfsd-metadata[30265]: segfault at 8 ip 0804c9ba sp bf841b60 error 4 in gvfsd-metadata[8048000+b000]
    Nov 18 02:26:09 myhost kernel: gvfsd-metadata[13060]: segfault at 8 ip 0804c9ba sp bf85a740 error 4 in gvfsd-metadata[8048000+b000]
    Nov 18 02:53:58 myhost kernel: gvfsd-metadata[18275]: segfault at 8 ip 0804c9ba sp bff7fea0 error 4 in gvfsd-metadata[8048000+b000]
    Nov 18 02:55:03 myhost kernel: gvfsd-metadata[21812]: segfault at 8 ip 0804c9ba sp bffdb110 error 4 in gvfsd-metadata[8048000+b000]
    Nov 18 03:10:37 myhost NetworkManager: <info> (eth0): supplicant connection state: completed -> disconnected
    Nov 18 03:10:37 myhost NetworkManager: <info> (eth0): supplicant connection state: disconnected -> scanning

    Btw, it only happens if you specify that you want JFrame and JDialog decorated:
    setDefaultLookAndFeelDecorated(true)
    As much as I like the new 1.5 Swing decorations I guess I will have to stick to no decorations under Linux.

  • Gnome problem...

    I cant get access to gnome anymore..i dunno why but after the login session i get dis window:
    (./xsession-errors file)
    (gdmflexiserver:3134) : GTK-Warning **: locale not supported by C library
    using the fallback 'C' locale.
    /etc/gdm/xsession/ : beginning session setup.....
    /etc/gdm/xsession/ : setup done will execute /usr/bin/ssh-agent -- /usr/bin/gnome-session
    /usr/bin/gnome-session/ : error while loadin shared libraries:
    libgnutls.so.13: cannot open shared object file: no such file or directory
    i tried to install openssh n gnutls..but it dont works..i mean..dat window still appears after the login...
    any1 could help me pls?

    theringmaster wrote:read the beginners guide, the section that deals with setting your locale.
    nuttin..i resoult only the first part n..dat window still appears..
    /etc/gdm/xsession/ : beginning session setup.....
    /etc/gdm/xsession/ : setup done will execute /usr/bin/ssh-agent -- /usr/bin/gnome-session
    /usr/bin/gnome-session/ : error while loadin shared libraries:
    libgnutls.so.13: cannot open shared object file: no such file or directory
    i read the xsession-errors file n i c  dis string:
    /usr/lib/gnome-volume-manager/gnome-volume-manager: error while loading shared libraries: libgnutls.so.13: cannot open shared object file: No such file or directory
    sh: fortune: command not found
    Error: No running window found
    i tried to update pacman,yaourt n all packets..i tried to install gnutls n glibc..but nuttin to do..after the login i c dat window..again..n when i click on "ok" it reject me to the window login...
    wut can i do?
    Last edited by rs187 (2008-08-21 18:47:19)

  • [SOLVED] Gnome - problem with sound

    hi! i have a problem with my eee pc 1000. i have no sound only from my right speaker... here is my amixer result:
    Simple mixer control 'PCM',0
    Capabilities: pvolume
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 255
    Mono:
    Front Left: Playback 255 [100%] [0.00dB]
    Front Right: Playback 255 [100%] [0.00dB]
    Simple mixer control 'LineOut',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 64
    Mono:
    Front Left: Playback 64 [100%] [1.00dB] [on]
    Front Right: Playback 64 [100%] [1.00dB] [on]
    Simple mixer control 'Mic Boost',0
    Capabilities: volume
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 0 [0%]
    Front Right: 0 [0%]
    Simple mixer control 'Capture',0
    Capabilities: cvolume cswitch
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 46
    Front Left: Capture 25 [54%] [8.00dB] [on]
    Front Right: Capture 25 [54%] [8.00dB] [on]
    Simple mixer control 'iSpeaker',0
    Capabilities: pswitch
    Playback channels: Front Left - Front Right
    Mono:
    Front Left: Playback [on]
    Front Right: Playback [on]
    [manolos@arch Desktop]$ cd /
    [manolos@arch /]$ amixer
    Simple mixer control 'PCM',0
    Capabilities: pvolume
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 255
    Mono:
    Front Left: Playback 255 [100%] [0.00dB]
    Front Right: Playback 255 [100%] [0.00dB]
    Simple mixer control 'LineOut',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 64
    Mono:
    Front Left: Playback 64 [100%] [1.00dB] [on]
    Front Right: Playback 64 [100%] [1.00dB] [on]
    Simple mixer control 'Mic Boost',0
    Capabilities: volume
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 0 [0%]
    Front Right: 0 [0%]
    Simple mixer control 'Capture',0
    Capabilities: cvolume cswitch
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 46
    Front Left: Capture 25 [54%] [8.00dB] [on]
    Front Right: Capture 25 [54%] [8.00dB] [on]
    Simple mixer control 'iSpeaker',0
    Capabilities: pswitch
    Playback channels: Front Left - Front Right
    Mono:
    Front Left: Playback [on]
    Front Right: Playback [on]
    [manolos@arch /]$ clear
    [manolos@arch /]$ amixer
    Simple mixer control 'PCM',0
    Capabilities: pvolume
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 255
    Mono:
    Front Left: Playback 255 [100%] [0.00dB]
    Front Right: Playback 255 [100%] [0.00dB]
    Simple mixer control 'LineOut',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 64
    Mono:
    Front Left: Playback 64 [100%] [1.00dB] [on]
    Front Right: Playback 64 [100%] [1.00dB] [on]
    Simple mixer control 'Mic Boost',0
    Capabilities: volume
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 0 [0%]
    Front Right: 0 [0%]
    Simple mixer control 'Capture',0
    Capabilities: cvolume cswitch
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 46
    Front Left: Capture 25 [54%] [8.00dB] [on]
    Front Right: Capture 25 [54%] [8.00dB] [on]
    Simple mixer control 'iSpeaker',0
    Capabilities: pswitch
    Playback channels: Front Left - Front Right
    Mono:
    Front Left: Playback [on]
    Front Right: Playback [on]
    i have sound from both speaker in headset... its weird.
    please tell me what setting is wrong! thanks for your time
    problem solved! I dont know how...
    Last edited by manolos (2009-06-11 13:40:08)

    Just tryed playing a wav with aplay and it didn't give me any errors, but I didn't hear anything if that helps anymore. Running a amixer set MASTER 70% unmute also gives me the unable to find simple control 'MASTER',0 error too, though I can change the volume fine with alsamixer so I'm not sure why that is. The correct module is loaded (snd-hda-intel). Otherwise I'm at a complete loss.
    edit: amixer set MASTER 70% gives me the same error on an ubuntu livecd where sound does work so that seems normal. I don't know what changed, but I can now open the volume control so the gstreamer error goes away, however I still can't get any sound, be it with aplay or something else. I'm starting to think the solution may be to pass on arch and move to something better.
    Last edited by kryptobs2000 (2010-07-10 16:37:47)

  • Few compiz/gnome problems.

    1. When I open a new window in compiz it always opens in the top right of the screen, how do I set it to oepn centrally or randomly?
    2. The compiz cube and the gnome 4 desktops I have are not in sync. Meaning if I click on workspace 2 in gnome workspace switcher, its a different place to the my compiz cube for example.
    Anyone know a work-around?

    2:
    I seem to recall opening ccsm and going to General, and under one of the tabs there are 3 sliders.. "Horizontal", "Vertical", and "Virtual" desktops/workspaces/or something like that. I had to remove the one it defaulted to (Horizontal or Virtual) and switch it to the other one. Ie, if its Virtual, set them all to Horizontal and vice versa.
    Is that what you're looking for? Sorry for being a little vague, but I think that's enough for you to find where I'm talking about.
    Last edited by FrozenFox (2009-06-12 01:46:52)

  • Strange Gnome Problems...

    Hello, my Gnome setup suddenly started acting strange, which makes it more or less unusable...
    1st of all i have this:http://carnager.dyndns.org/~carnager/gnome.png
    As you can see, Epiphany doesnt find the internet page, while Opera works just fine... There is no proxy set in gnome network Options. To make it even more strange, Epiphany works wonderfully in KDE
    2nd thing i found extremely weird is this:
    [carnager@freebox ~]$ gnome-do
    sh: kde-config: command not found
    sh: kde-config: command not found
    this is all that happens... Now i am wondering, why does a pure gnome-application want some KDE executable?
    Anyway, i tried this program in KDE - working.... Exactly the same happens with f-spot.
    Well, i am clueless and before i simply erase my .gnome2 folder i want to know what causes this, because 2 days ago all worked fine and i havent touched my system at all since then...
    Last edited by Rasi (2008-03-17 07:16:03)

    alright.. starting from a terminal at least gives me some error message:
    carnager@freebox $ epiphany
    (epiphany:17884): GnomeUI-WARNING **: While connecting to session manager:
    Could not open network socket.
    (epiphany:17884): libgnomevfs-WARNING **: Failed to create service browser: Bad state
    (epiphany:17884): libgnomevfs-WARNING **: Failed to create service browser: Bad state
    (epiphany:17884): libgnomevfs-WARNING **: Failed to create service browser: Bad state
    Last edited by Rasi (2008-03-17 07:29:06)

  • [SOLVED] No Sound in Gnome - Problem with GStreamer?

    I've been using other distros for awhile, but this is my first time with Arch. Spent most of the morning getting it setup and now I'm pretty much done except getting sound to work I believe.
    So, not sure what info I should give troubleshooting wise, please ask if anything else is required. Alsa detects it fine, but gstreamer gives me the following error:
    No volume control GStreamer plugins and/or devices found.
    Last edited by kryptobs2000 (2010-07-10 17:33:01)

    Just tryed playing a wav with aplay and it didn't give me any errors, but I didn't hear anything if that helps anymore. Running a amixer set MASTER 70% unmute also gives me the unable to find simple control 'MASTER',0 error too, though I can change the volume fine with alsamixer so I'm not sure why that is. The correct module is loaded (snd-hda-intel). Otherwise I'm at a complete loss.
    edit: amixer set MASTER 70% gives me the same error on an ubuntu livecd where sound does work so that seems normal. I don't know what changed, but I can now open the volume control so the gstreamer error goes away, however I still can't get any sound, be it with aplay or something else. I'm starting to think the solution may be to pass on arch and move to something better.
    Last edited by kryptobs2000 (2010-07-10 16:37:47)

Maybe you are looking for

  • Using "left" mdx function in script logic

    Hello experts, I'm fetching a selection from a package prompt into a logic. The dimension name is ENTITYCC, so the variable name is %ENTITYCC_SET%. In this prompt user can select members from a hierarchy like that : CH20 --- CH201000 --- CH202000 ---

  • Regarding korean language import in SAP 4.7EE

    Hi All, Please give me some information regarding prerequites(like support pack level )  to import korean language in our SAP 4.7EE server . Please suggest any SAP note regarding this . OS-Windows DB-SQL server Thanks, Jagadish

  • How to open ports 2078 and 2077

    I can't seem to figure out how to do this. I need it for a webdisk for my site but can't get these 2 porst to open so it can connect. any help on how/where I go to do this?

  • MTTR , MTBR, break down analysis reports

    Hello , I am new to PM module. I want to understand basic concept of MTTR and MTBR and the SAP config. required to get the above metioned reports in SAP. It will be a great help if some one can elaborate steps required in config. and prerequisites to

  • My audio becomes out of syn 7 minutes into my project once i share it

    No matter how i share it quicktime,idvd,etc the audio becomes out of sync about 7 mins into the vid. The Vid is about an hour long and half of its on my internal drive the other half is on my external but it operates fine inside of imovie just doesnt