Autologin autostart xfce logout to console

Hi,
Using the method described in wiki: Automatic login to virtual console, I configured my laptop to auto-login:
/etc/systemd/system/[email protected]/autologin.conf
[Service]
ExecStart=
ExecStart=-/usr/bin/agetty --autologin <username> --noclear %I 38400 linux
Then, I added:  '[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startxfce4' to .bash_profile
Nice. Power-on to desktop is 20 seconds.
Suppose at this point I want to exit X and arrive at the console. With the profile above, the system immediately re-enters the startx sequence.
How can I exit xfce and drop to a console while still having the autologin/auto-startx feature... without installing a display manager.

Alt-Ctrl-F2?
There's one other way, but I have to recall what it was, something with 'once' switch somewhere ...
Edit: Maybe it was for the inittab.
See https://bbs.archlinux.org/viewtopic.php?pid=1324997
The systemd way of doing this seems to be
Type=oneshot
Restart=no
Last edited by karol (2013-10-20 00:56:43)

Similar Messages

  • 2009-001: Unable to logout on console...

    Since applying security update 2009-001 (1.0) on 26th February, I have been unable to logout from the console and then login again. The only way I can get back to the login screen is to re-boot.
    Has anyone got any suggestions how to fix this, or what I should do to find the root cause ?
    Fortunately, I only need to login in-frequently, hence I've lived with the issue for a month. However I'm concerned that it may indicate a more serious issue.
    The server is "headless" and I use Apple Remote Desktop to access it. If I logout the icons disappear just leaving the desktop image, no login screen appears.
    The update was applied individually (as opposed to combo) together with Java and iLife.
    The system was fine before 2009-001.
    john

    Sorry, I was too fast. Cut and paste error from my notes. Anyway, the basics are when you want to enable AAA on IOS, but for console access you want to use the local database then you need to do following steps:
    1. Define local usernames: username xxx password yyy
    2. Configure aaa new-model
    3. Configure a named AAA authentication list: aaa authentication login LIST local
    4. Attach the named AAA authentication list to the console line: login authentication LIST
    If you want to use the local database only as fallback in case the aaa servers are not responding you use: aaa authentication login LIST group radius local 
    In above example no_radius is your LIST name. So, if you remove the password from the line con 0, and change aaa authentication login no_radius enable to aaa authentication login no_radius local, and attach this one to your line con 0, you will be using the local database for line con 0. The default list is still used on tty, vty and aux.
    If you use aaa authentication login no_radius group radius local instead of aaa authentication login no_radius local you are using the local database as a fallback.
    Kind regards
    (Sorry, not able to test this at this time so this is purely theory from my notes)

  • Autologin not working anymore with systemd, xfce, slim

    Hi,
    I recently upgraded my system to a full systemd setup and since then autologin to xfce with slim does not work anymore.
    I was previously running a systemd/initscripts system (updated to 31/07/2012) and things were working fine. Upon updating to current, autologin stopped working. Instead I am presented with the slim login screen. Once I put my username and password in xfce starts as normal.
    I searched these forums and others to find a solution but have not been successful so far.
    My .xinitrc:
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # exec gnome-session
    # exec startkde
    exec startxfce4
    # ...or the Window Manager of your choice
    and my /etc/slim.conf
    # Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    # hidecursor false
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    login_cmd exec /bin/bash -login ~/.xinitrc %session
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can be overriden by the command line
    # options "-d" and "-nodaemon"
    # daemon yes
    # Available sessions (first one is the default).
    # The current chosen session name is replaced in the login_cmd
    # above, so your login command can handle different sessions.
    # see the xinitrc.sample file shipped with slim sources
    sessions xfce4,icewm-session,wmaker,blackbox
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Welcome to %host
    # Session message. Prepended to the session name when pressing F1
    # session_msg Session:
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    default_user laffi
    # Focus the password field on start when default_user is set
    # Set to "yes" to enable this feature
    #focus_password no
    # Automatically login the default user (without entering
    # the password. Set to "yes" to enable this feature
    auto_login yes
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    current_theme default
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log
    Any help will be much appreciated

    Hi,
    I recently upgraded my system to a full systemd setup and since then autologin to xfce with slim does not work anymore.
    I was previously running a systemd/initscripts system (updated to 31/07/2012) and things were working fine. Upon updating to current, autologin stopped working. Instead I am presented with the slim login screen. Once I put my username and password in xfce starts as normal.
    I searched these forums and others to find a solution but have not been successful so far.
    My .xinitrc:
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # exec gnome-session
    # exec startkde
    exec startxfce4
    # ...or the Window Manager of your choice
    and my /etc/slim.conf
    # Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    # hidecursor false
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    login_cmd exec /bin/bash -login ~/.xinitrc %session
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can be overriden by the command line
    # options "-d" and "-nodaemon"
    # daemon yes
    # Available sessions (first one is the default).
    # The current chosen session name is replaced in the login_cmd
    # above, so your login command can handle different sessions.
    # see the xinitrc.sample file shipped with slim sources
    sessions xfce4,icewm-session,wmaker,blackbox
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Welcome to %host
    # Session message. Prepended to the session name when pressing F1
    # session_msg Session:
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    default_user laffi
    # Focus the password field on start when default_user is set
    # Set to "yes" to enable this feature
    #focus_password no
    # Automatically login the default user (without entering
    # the password. Set to "yes" to enable this feature
    auto_login yes
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    current_theme default
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log
    Any help will be much appreciated

  • Appserver 7.0 crashes every time I logout console on Win2000

    Hi all,
    I use appserver on a few Win2000 Servers. Everything works fine except that appserver crashes every time I logout Windows console on any server.
    I receive the message in the Event Viewer:
    Server: SunAppServer7.0-domain1_server1 CORE0125: The server terminated abnormally with error code 0. An attempt will be made to restart it.
    After restarting the appserver works as usual until next logout.
    What's the matter?

    Welcome to the forum.
    Unfortunately, you have posted to the Tip & Tricks Forum, and few will see your post here. I will try to have it moved to the main PrE Forum.
    I would start with this ARTICLE, which begins with a checklist on getting PrE setup on one's computer. It then goes into steps to tuneup the computer, and OS, and finishes with many links to help one troubleshoot issues.
    Good luck,
    Hunt

  • [SOLVED] logout-prompt command for xfce's xfdesktop

    I just started using xfce and avant window navigator (also know as awn), and in the last mentioned there is a launcher to log out of the system - which I would really like to use.
    My problem is that this launcher has to get the right command to get to the normal xfce logout prompt (the one that shows up if you open the normal xfce menu and chooses quit). I know that the command xfce-session-logout worked in older versions of xfce, but it seems that xfce has changed the structure since then, now running under the process xfdesktop.
    Does anyone know the command to get up the logout prompt?
    Last edited by bozack (2008-07-13 13:18:17)

    Sorry, figured it out by myself, the correct command was xfce4-session-logout.
    Last edited by bozack (2008-07-13 13:17:47)

  • Xfce takes long to start

    Hi!
    Since the day before yesterday, xfce is taking longer than normal to start. It is taking 15-20 seconds to boot to the desktop after the password is input on SLiM. At first I thought it was a matter of slim, since I switched to it recently from lightdm. But switching back to lightdm renders no improvement, So I doubt it is related to that.
    A week ago it took only a couple of seconds from the password to the full xfce desktop.
    I don't know which log files to look at, or where the problem may lie, so any help is appreciated.
    Here is the output of dmesg:
    ~❱ dmesg ✔
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.16.3-1-ARCH (nobody@var-lib-archbuild-testing-i686-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Sep 17 22:00:02 CEST 2014
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009bbff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009bc00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007fca7fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000007fca8000-0x000000007fccffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000007fcd0000-0x000000007fce0fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000007fce1000-0x000000007fce1fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000007fce2000-0x000000007fd09fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000007fd0a000-0x000000007fd0afff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000007fd0b000-0x000000007fd0bfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000007fd0c000-0x000000007fd16fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000007fd17000-0x000000007fd1cfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000007fd1d000-0x000000007fd38fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000007fd39000-0x000000007fdfffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffbfffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    [ 0.000000] Malformed early option 'acpi'
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] SMBIOS 2.4 present.
    [ 0.000000] DMI: Sony Corporation VGN-NS12M_W/VAIO, BIOS R0190Y3 07/09/2008
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0x7fe00 max_arch_pfn = 0x100000
    [ 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-D3FFF write-protect
    [ 0.000000] D4000-E7FFF write-through
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 07FE00000 mask FFFE00000 uncachable
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000fd690-0x000fd69f] mapped at [c00fd690]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
    [ 0.000000] Base memory trampoline at [c0097000] 97000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
    [ 0.000000] [mem 0x37000000-0x373fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
    [ 0.000000] [mem 0x30000000-0x36ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
    [ 0.000000] [mem 0x00100000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x2fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
    [ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
    [ 0.000000] BRK [0x01798000, 0x01798fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x37900000-0x37c77fff]
    [ 0.000000] Allocated new RAMDISK: [mem 0x37486000-0x377fdddb]
    [ 0.000000] Move RAMDISK from [mem 0x37900000-0x37c77ddb] to [mem 0x37486000-0x377fdddb]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x000F03B0 000024 (v02 Sony )
    [ 0.000000] ACPI: XSDT 0x7FD15F10 00005C (v01 Sony VAIO 20080709 MSFT 00010013)
    [ 0.000000] ACPI: FACP 0x7FD0AA90 0000F4 (v04 Sony VAIO 20080709 MSFT 00010013)
    [ 0.000000] ACPI BIOS Warning (bug): 32/64X FACS address mismatch in FADT: 0x7FD1CE40/0x000000007FD1CD40, using 32-bit address (20140424/tbfadt-283)
    [ 0.000000] ACPI: DSDT 0x7FD0C010 007AFE (v01 Sony VAIO 20080709 INTL 20051117)
    [ 0.000000] ACPI: FACS 0x7FD1CE40 000040
    [ 0.000000] ACPI: APIC 0x7FD14F10 00006C (v02 Sony VAIO 20080709 MSFT 00010013)
    [ 0.000000] ACPI: MCFG 0x7FD1BC90 00003C (v01 Sony VAIO 20080709 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x7FD1BC10 000038 (v01 Sony VAIO 20080709 MSFT 00010013)
    [ 0.000000] ACPI: SLIC 0x7FD17C10 000176 (v01 Sony VAIO 20080709 Sony 01000000)
    [ 0.000000] ACPI: SSDT 0x7FCE1590 000505 (v01 Sony VAIO 20080709 INTL 20051117)
    [ 0.000000] ACPI: SSDT 0x7FCCCC10 0002E4 (v01 Sony VAIO 20080709 INTL 20051117)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1158MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] BRK [0x01799000, 0x01799fff] PGTABLE
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x377fdfff]
    [ 0.000000] HighMem [mem 0x377fe000-0x7fdfffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009afff]
    [ 0.000000] node 0: [mem 0x00100000-0x7fca7fff]
    [ 0.000000] node 0: [mem 0x7fd39000-0x7fdfffff]
    [ 0.000000] On node 0 totalpages: 523529
    [ 0.000000] free_area_init_node: node 0, pgdat c161c180, node_mem_map f6486020
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3994 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 223230 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2317 pages used for memmap
    [ 0.000000] HighMem zone: 296305 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] disabled)
    [ 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: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009b000-0x0009bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] e820: [mem 0x7fe00000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 14 pages/cpu @f6442000 s33344 r0 d24000 u57344
    [ 0.000000] pcpu-alloc: s33344 r0 d24000 u57344 alloc=14*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 521753
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=1a4fcdfd-1e9f-47e4-97f5-1ebf0a0a629e rw acpi=nonvs quiet
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 4190200 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007fe00)
    [ 0.000000] Initializing Movable for node 0 (00000000:00000000)
    [ 0.000000] Memory: 2061160K/2094116K available (4513K kernel code, 483K rwdata, 1328K rodata, 568K init, 824K bss, 32956K reserved, 1185220K highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc1630000 - 0xc16be000 ( 568 kB)
    .data : 0xc146887a - 0xc162ec80 (1817 kB)
    .text : 0xc1000000 - 0xc146887a (4514 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=8 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:2304 nr_irqs:712 16
    [ 0.000000] CPU 0 irqstacks, hard=f5808000 soft=f580a000
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 1994.620 MHz processor
    [ 0.003346] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.45 BogoMIPS (lpj=6648733)
    [ 0.003349] pid_max: default: 32768 minimum: 301
    [ 0.003357] ACPI: Core revision 20140424
    [ 0.012971] ACPI: All ACPI Tables successfully acquired
    [ 0.013373] Security Framework initialized
    [ 0.016688] Yama: becoming mindful.
    [ 0.016705] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.016708] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.017017] Initializing cgroup subsys memory
    [ 0.017044] Initializing cgroup subsys devices
    [ 0.017054] Initializing cgroup subsys freezer
    [ 0.017059] Initializing cgroup subsys net_cls
    [ 0.017066] Initializing cgroup subsys blkio
    [ 0.017095] CPU: Physical Processor ID: 0
    [ 0.017097] CPU: Processor Core ID: 0
    [ 0.017103] mce: CPU supports 6 MCE banks
    [ 0.017111] CPU0: Thermal monitoring enabled (TM2)
    [ 0.017121] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
    tlb_flushall_shift: -1
    [ 0.017238] Freeing SMP alternatives memory: 16K (c16be000 - c16c2000)
    [ 0.017990] ftrace: allocating 19359 entries in 38 pages
    [ 0.023444] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.023818] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [ 0.058393] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU T5800 @ 2.00GHz (fam: 06, model: 0f, stepping: 0d)
    [ 0.059999] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    [ 0.059999] perf_event_intel: PEBS disabled due to CPU errata
    [ 0.059999] ... version: 2
    [ 0.059999] ... bit width: 40
    [ 0.059999] ... generic registers: 2
    [ 0.059999] ... value mask: 000000ffffffffff
    [ 0.059999] ... max period: 000000007fffffff
    [ 0.059999] ... fixed-purpose events: 3
    [ 0.059999] ... event mask: 0000000700000003
    [ 0.076780] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.083412] CPU 1 irqstacks, hard=f5962000 soft=f5964000
    [ 0.083414] x86: Booting SMP configuration:
    [ 0.083417] .... node #0, CPUs: #1
    [ 0.006666] Initializing CPU#1
    [ 0.096575] x86: Booted up 1 node, 2 CPUs
    [ 0.096580] smpboot: Total of 2 processors activated (7981.91 BogoMIPS)
    [ 0.096780] devtmpfs: initialized
    [ 0.097002] PM: Registering ACPI NVS region [mem 0x7fca8000-0x7fccffff] (163840 bytes)
    [ 0.097008] PM: Registering ACPI NVS region [mem 0x7fce1000-0x7fce1fff] (4096 bytes)
    [ 0.097011] PM: Registering ACPI NVS region [mem 0x7fd0a000-0x7fd0afff] (4096 bytes)
    [ 0.097013] PM: Registering ACPI NVS region [mem 0x7fd17000-0x7fd1cfff] (24576 bytes)
    [ 0.098411] pinctrl core: initialized pinctrl subsystem
    [ 0.098470] RTC time: 10:19:33, date: 10/07/14
    [ 0.098470] NET: Registered protocol family 16
    [ 0.098470] cpuidle: using governor ladder
    [ 0.098470] cpuidle: using governor menu
    [ 0.098470] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.098470] ACPI: bus type PCI registered
    [ 0.098470] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.098470] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.098470] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.098470] PCI: Using MMCONFIG for extended config space
    [ 0.098470] PCI: Using configuration type 1 for base access
    [ 0.098470] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.098470] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.098470] mtrr: corrected configuration.
    [ 0.113396] ACPI: Added _OSI(Module Device)
    [ 0.113399] ACPI: Added _OSI(Processor Device)
    [ 0.113402] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.113404] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.117050] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.126692] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.139873] ACPI: Dynamic OEM Table Load:
    [ 0.139882] ACPI: SSDT 0xF5A38800 000265 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.140517] ACPI: Dynamic OEM Table Load:
    [ 0.140526] ACPI: SSDT 0xF5873000 0007A2 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.160370] ACPI: Dynamic OEM Table Load:
    [ 0.160377] ACPI: SSDT 0xF5861300 0000FD (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.170086] ACPI: Dynamic OEM Table Load:
    [ 0.170093] ACPI: SSDT 0xF583CDE0 000047 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.386736] ACPI: Interpreter enabled
    [ 0.386754] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    [ 0.386760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    [ 0.386779] ACPI: (supports S0 S3 S4 S5)
    [ 0.386781] ACPI: Using IOAPIC for interrupt routing
    [ 0.386819] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.440953] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.440960] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.441013] \_SB_.PCI0:_OSC invalid UUID
    [ 0.441015] _OSC request data:1 1f 0
    [ 0.441020] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.441925] PCI host bridge to bus 0000:00
    [ 0.441930] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.441933] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.441935] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.441938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.441941] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.441943] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.441945] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.441948] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.441950] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.441953] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.441955] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]
    [ 0.441969] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
    [ 0.441996] DMAR: Forcing write-buffer flush capability
    [ 0.441998] DMAR: Disabling IOMMU for graphics on this chipset
    [ 0.442164] pci 0000:00:01.0: [8086:2a41] type 01 class 0x060400
    [ 0.442223] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.442433] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
    [ 0.442498] pci 0000:00:1a.0: reg 0x20: [io 0xe0e0-0xe0ff]
    [ 0.442498] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.442498] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
    [ 0.442498] pci 0000:00:1a.1: reg 0x20: [io 0xe0c0-0xe0df]
    [ 0.442498] pci 0000:00:1a.1: System wakeup disabled by ACPI
    [ 0.442498] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
    [ 0.442498] pci 0000:00:1a.2: reg 0x20: [io 0xe0a0-0xe0bf]
    [ 0.442498] pci 0000:00:1a.2: System wakeup disabled by ACPI
    [ 0.442498] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
    [ 0.442498] pci 0000:00:1a.7: reg 0x10: [mem 0xd3e04c00-0xd3e04fff]
    [ 0.442498] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.442498] pci 0000:00:1a.7: System wakeup disabled by ACPI
    [ 0.442498] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
    [ 0.442498] pci 0000:00:1b.0: reg 0x10: [mem 0xd3e00000-0xd3e03fff 64bit]
    [ 0.442498] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.442498] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
    [ 0.442498] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.442498] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.442498] pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
    [ 0.442498] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.442498] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 0.442498] pci 0000:00:1c.2: [8086:2944] type 01 class 0x060400
    [ 0.442498] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.442498] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.442498] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
    [ 0.442498] pci 0000:00:1d.0: reg 0x20: [io 0xe080-0xe09f]
    [ 0.442614] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.442685] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
    [ 0.442749] pci 0000:00:1d.1: reg 0x20: [io 0xe060-0xe07f]
    [ 0.442923] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.442994] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
    [ 0.443059] pci 0000:00:1d.2: reg 0x20: [io 0xe040-0xe05f]
    [ 0.443233] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.443316] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
    [ 0.443352] pci 0000:00:1d.7: reg 0x10: [mem 0xd3e04800-0xd3e04bff]
    [ 0.443477] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.443591] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.443662] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.443898] pci 0000:00:1f.0: [8086:2919] type 00 class 0x060100
    [ 0.444221] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
    [ 0.444253] pci 0000:00:1f.2: reg 0x10: [io 0xe130-0xe137]
    [ 0.444266] pci 0000:00:1f.2: reg 0x14: [io 0xe120-0xe123]
    [ 0.444279] pci 0000:00:1f.2: reg 0x18: [io 0xe110-0xe117]
    [ 0.444292] pci 0000:00:1f.2: reg 0x1c: [io 0xe100-0xe103]
    [ 0.444305] pci 0000:00:1f.2: reg 0x20: [io 0xe020-0xe03f]
    [ 0.444319] pci 0000:00:1f.2: reg 0x24: [mem 0xd3e04000-0xd3e047ff]
    [ 0.444398] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.444574] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
    [ 0.444599] pci 0000:00:1f.3: reg 0x10: [mem 0xd3e05000-0xd3e050ff 64bit]
    [ 0.444633] pci 0000:00:1f.3: reg 0x20: [io 0xe000-0xe01f]
    [ 0.444902] pci 0000:01:00.0: [1002:95c2] type 00 class 0x030000
    [ 0.444923] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
    [ 0.444936] pci 0000:01:00.0: reg 0x14: [io 0xd000-0xd0ff]
    [ 0.444949] pci 0000:01:00.0: reg 0x18: [mem 0xd0020000-0xd002ffff]
    [ 0.444992] pci 0000:01:00.0: reg 0x30: [mem 0xd0000000-0xd001ffff pref]
    [ 0.445051] pci 0000:01:00.0: supports D1 D2
    [ 0.453349] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.453354] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.453358] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd00fffff]
    [ 0.453656] pci 0000:02:00.0: [11ab:4363] type 00 class 0x020000
    [ 0.453859] pci 0000:02:00.0: reg 0x10: [mem 0xd2920000-0xd2923fff 64bit]
    [ 0.453958] pci 0000:02:00.0: reg 0x18: [io 0xc000-0xc0ff]
    [ 0.454320] pci 0000:02:00.0: reg 0x30: [mem 0xd2900000-0xd291ffff pref]
    [ 0.454922] pci 0000:02:00.0: supports D1 D2
    [ 0.454925] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.455034] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 0.463412] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.463418] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 0.463424] pci 0000:00:1c.0: bridge window [mem 0xd2900000-0xd3cfffff]
    [ 0.463555] acpiphp: Slot [1] registered
    [ 0.463563] pci 0000:00:1c.1: PCI bridge to [bus 03-04]
    [ 0.463569] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 0.463575] pci 0000:00:1c.1: bridge window [mem 0xd1500000-0xd28fffff]
    [ 0.463800] pci 0000:05:00.0: [8086:4232] type 00 class 0x028000
    [ 0.463942] pci 0000:05:00.0: reg 0x10: [mem 0xd0100000-0xd0101fff 64bit]
    [ 0.464488] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
    [ 0.464612] pci 0000:05:00.0: System wakeup disabled by ACPI
    [ 0.464780] pci 0000:00:1c.2: PCI bridge to [bus 05]
    [ 0.464786] pci 0000:00:1c.2: bridge window [io 0xa000-0xafff]
    [ 0.464792] pci 0000:00:1c.2: bridge window [mem 0xd0100000-0xd14fffff]
    [ 0.464875] pci 0000:06:03.0: [1180:0832] type 00 class 0x0c0010
    [ 0.464901] pci 0000:06:03.0: reg 0x10: [mem 0xd3d00000-0xd3d007ff]
    [ 0.465007] pci 0000:06:03.0: PME# supported from D0 D3hot D3cold
    [ 0.465089] pci 0000:06:03.1: [1180:0822] type 00 class 0x080500
    [ 0.465113] pci 0000:06:03.1: reg 0x10: [mem 0xd3d00900-0xd3d009ff]
    [ 0.465220] pci 0000:06:03.1: supports D1 D2
    [ 0.465222] pci 0000:06:03.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.465304] pci 0000:06:03.2: [1180:0592] type 00 class 0x088000
    [ 0.465329] pci 0000:06:03.2: reg 0x10: [mem 0xd3d00800-0xd3d008ff]
    [ 0.465437] pci 0000:06:03.2: supports D1 D2
    [ 0.465439] pci 0000:06:03.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.465571] pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
    [ 0.465580] pci 0000:00:1e.0: bridge window [mem 0xd3d00000-0xd3dfffff]
    [ 0.465589] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.465592] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.465595] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.465598] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    [ 0.465600] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.465603] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.465606] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 0.465608] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    [ 0.465611] pci 0000:00:1e.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    [ 0.465614] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xfebfffff] (subtractive decode)
    [ 0.465695] pci_bus 0000:00: on NUMA node 0
    [ 0.466115] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.466191] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 *4 5 6 7 11 12 14 15)
    [ 0.466265] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.466338] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15)
    [ 0.466411] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    [ 0.466486] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.466562] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
    [ 0.466633] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.490264] ACPI: Enabled 2 GPEs in block 00 to 3F
    [ 0.490336] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 0.490408] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.490408] vgaarb: loaded
    [ 0.490408] vgaarb: bridge control possible 0000:01:00.0
    [ 0.490408] PCI: Using ACPI for IRQ routing
    [ 0.502523] PCI: pci_cache_line_size set to 64 bytes
    [ 0.502694] e820: reserve RAM buffer [mem 0x0009bc00-0x0009ffff]
    [ 0.502697] e820: reserve RAM buffer [mem 0x7fca8000-0x7fffffff]
    [ 0.502700] e820: reserve RAM buffer [mem 0x7fe00000-0x7fffffff]
    [ 0.502859] NetLabel: Initializing
    [ 0.502861] NetLabel: domain hash size = 128
    [ 0.502862] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.502879] NetLabel: unlabeled traffic allowed by default
    [ 0.502923] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.502930] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.502936] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.504352] Switched to clocksource hpet
    [ 0.511715] pnp: PnP ACPI init
    [ 0.511744] ACPI: bus type PNP registered
    [ 0.511964] system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
    [ 0.511969] system 00:00: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    [ 0.512056] system 00:01: [io 0x0680-0x069f] has been reserved
    [ 0.512060] system 00:01: [io 0x1000-0x100f] has been reserved
    [ 0.512063] system 00:01: [io 0x0800-0x0803] has been reserved
    [ 0.512066] system 00:01: [io 0x0400-0x047f] could not be reserved
    [ 0.512069] system 00:01: [io 0x0500-0x053f] has been reserved
    [ 0.512072] system 00:01: [io 0x164e-0x164f] has been reserved
    [ 0.512076] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.512132] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.512179] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.512228] pnp 00:04: Plug and Play ACPI device, IDs SNY9008 PNP0f13 (active)
    [ 0.512505] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.512509] system 00:05: [mem 0xfed14000-0xfed17fff] has been reserved
    [ 0.512512] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.512515] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.512519] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.512522] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.512525] system 00:05: [mem 0xfeb00000-0xfeb03fff] has been reserved
    [ 0.512528] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.512532] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.530948] pnp: PnP ACPI: found 6 devices
    [ 0.530951] ACPI: bus type PNP unregistered
    [ 0.568799] pci 0000:00:01.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    [ 0.568813] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.568826] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03-04] add_size 200000
    [ 0.568839] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000
    [ 0.568856] pci 0000:00:01.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.568860] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.568863] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.568866] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.568876] pci 0000:00:01.0: BAR 15: assigned [mem 0x80000000-0x801fffff 64bit pref]
    [ 0.568883] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref]
    [ 0.568888] pci 0000:00:1c.1: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.568894] pci 0000:00:1c.2: BAR 15: assigned [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.568897] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.568901] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.568906] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd00fffff]
    [ 0.568910] pci 0000:00:01.0: bridge window [mem 0x80000000-0x801fffff 64bit pref]
    [ 0.568916] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.568920] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 0.568927] pci 0000:00:1c.0: bridge window [mem 0xd2900000-0xd3cfffff]
    [ 0.568932] pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff 64bit pref]
    [ 0.568941] pci 0000:00:1c.1: PCI bridge to [bus 03-04]
    [ 0.568945] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 0.568952] pci 0000:00:1c.1: bridge window [mem 0xd1500000-0xd28fffff]
    [ 0.568958] pci 0000:00:1c.1: bridge window [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.568966] pci 0000:00:1c.2: PCI bridge to [bus 05]
    [ 0.568970] pci 0000:00:1c.2: bridge window [io 0xa000-0xafff]
    [ 0.568977] pci 0000:00:1c.2: bridge window [mem 0xd0100000-0xd14fffff]
    [ 0.568983] pci 0000:00:1c.2: bridge window [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.568991] pci 0000:00:1e.0: PCI bridge to [bus 06]
    [ 0.568998] pci 0000:00:1e.0: bridge window [mem 0xd3d00000-0xd3dfffff]
    [ 0.569010] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.569013] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.569016] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.569018] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 0.569021] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 0.569024] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 0.569026] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 0.569029] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 0.569031] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 0.569034] pci_bus 0000:00: resource 13 [mem 0x80000000-0xfebfffff]
    [ 0.569037] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 0.569040] pci_bus 0000:01: resource 1 [mem 0xc0000000-0xd00fffff]
    [ 0.569043] pci_bus 0000:01: resource 2 [mem 0x80000000-0x801fffff 64bit pref]
    [ 0.569046] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.569048] pci_bus 0000:02: resource 1 [mem 0xd2900000-0xd3cfffff]
    [ 0.569051] pci_bus 0000:02: resource 2 [mem 0x80200000-0x803fffff 64bit pref]
    [ 0.569054] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
    [ 0.569056] pci_bus 0000:03: resource 1 [mem 0xd1500000-0xd28fffff]
    [ 0.569059] pci_bus 0000:03: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.569062] pci_bus 0000:05: resource 0 [io 0xa000-0xafff]
    [ 0.569064] pci_bus 0000:05: resource 1 [mem 0xd0100000-0xd14fffff]
    [ 0.569067] pci_bus 0000:05: resource 2 [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.569070] pci_bus 0000:06: resource 1 [mem 0xd3d00000-0xd3dfffff]
    [ 0.569072] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
    [ 0.569075] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
    [ 0.569077] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.569080] pci_bus 0000:06: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 0.569082] pci_bus 0000:06: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 0.569085] pci_bus 0000:06: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 0.569087] pci_bus 0000:06: resource 10 [mem 0x000dc000-0x000dffff]
    [ 0.569090] pci_bus 0000:06: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 0.569093] pci_bus 0000:06: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 0.569095] pci_bus 0000:06: resource 13 [mem 0x80000000-0xfebfffff]
    [ 0.569130] NET: Registered protocol family 2
    [ 0.569375] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [ 0.569394] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.569434] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.569472] TCP: reno registered
    [ 0.569475] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.569485] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.569542] NET: Registered protocol family 1
    [ 0.571079] pci 0000:01:00.0: Boot video device
    [ 0.571140] PCI: CLS 64 bytes, default 64
    [ 0.571197] Unpacking initramfs...
    [ 0.659599] Freeing initrd memory: 3552K (f7486000 - f77fe000)
    [ 0.659867] apm: BIOS not found.
    [ 0.659927] Scanning for low memory corruption every 60 seconds
    [ 0.660498] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.660923] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.663431] zbud: loaded
    [ 0.663572] VFS: Disk quotas dquot_6.5.2
    [ 0.663631] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.663843] msgmni has been set to 1717
    [ 0.663926] Key type big_key registered
    [ 0.664103] bounce: pool size: 64 pages
    [ 0.664153] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.664217] io scheduler noop registered
    [ 0.664221] io scheduler deadline registered
    [ 0.664299] io scheduler cfq registered (default)
    [ 0.664550] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.664713] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.664908] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
    [ 0.665104] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
    [ 0.665248] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.665273] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.665324] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.665326] vesafb: scrolling: redraw
    [ 0.665329] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 0.665346] vesafb: framebuffer at 0xc0000000, mapped to 0xf8080000, using 3072k, total 3072k
    [ 0.713194] Console: switching to colour frame buffer device 128x48
    [ 0.760857] fb0: VESA VGA frame buffer device
    [ 0.760884] intel_idle: does not run on family 6 model 15
    [ 0.760924] GHES: HEST is not enabled!
    [ 0.760944] isapnp: Scanning for PnP cards...
    [ 1.074009] isapnp: No Plug & Play device found
    [ 1.074072] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.074824] rtc_cmos 00:02: RTC can wake from S4
    [ 1.075009] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 1.075046] rtc_cmos 00:02: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    [ 1.075093] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.075248] TCP: cubic registered
    [ 1.075444] NET: Registered protocol family 10
    [ 1.075715] NET: Registered protocol family 17
    [ 1.075928] Using IPI No-Shortcut mode
    [ 1.076096] registered taskstats version 1
    [ 1.076841] Magic number: 2:879:324
    [ 1.076851] tty tty49: hash matches
    [ 1.076876] acpi PNP0B00:00: hash matches
    [ 1.076924] rtc_cmos 00:02: setting system clock to 2014-10-07 10:19:34 UTC (1412677174)
    [ 1.077033] PM: Hibernation image not present or could not be loaded.
    [ 1.077295] Freeing unused kernel memory: 568K (c1630000 - c16be000)
    [ 1.077316] Write protecting the kernel text: 4516k
    [ 1.077349] Write protecting the kernel read-only data: 1332k
    [ 1.085296] random: systemd-tmpfile urandom read with 1 bits of entropy available
    [ 1.086959] systemd-udevd[47]: starting version 216
    [ 1.108059] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 1.114280] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.114515] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.115994] ACPI: bus type USB registered
    [ 1.116032] usbcore: registered new interface driver usbfs
    [ 1.116049] usbcore: registered new interface driver hub
    [ 1.116110] usbcore: registered new device driver usb
    [ 1.116598] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.117084] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.117254] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 1.117262] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 1.117272] uhci_hcd 0000:00:1a.0: detected 2 ports
    [ 1.117317] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000e0e0
    [ 1.117584] hub 1-0:1.0: USB hub found
    [ 1.117594] hub 1-0:1.0: 2 ports detected
    [ 1.117865] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 1.117874] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    [ 1.117883] uhci_hcd 0000:00:1a.1: detected 2 ports
    [ 1.117886] ehci-pci: EHCI PCI platform driver
    [ 1.117918] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000e0c0
    [ 1.118335] hub 2-0:1.0: USB hub found
    [ 1.118349] hub 2-0:1.0: 2 ports detected
    [ 1.118777] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 1.118785] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
    [ 1.118796] uhci_hcd 0000:00:1a.2: detected 2 ports
    [ 1.118833] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000e0a0
    [ 1.123486] hub 3-0:1.0: USB hub found
    [ 1.123497] hub 3-0:1.0: 2 ports detected
    [ 1.123747] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.123755] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 1.123763] uhci_hcd 0000:00:1d.0: detected 2 ports
    [ 1.123799] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000e080
    [ 1.124033] hub 4-0:1.0: USB hub found
    [ 1.124044] hub 4-0:1.0: 2 ports detected
    [ 1.125585] ehci-pci 0000:00:1a.7: EHCI Host Controller
    [ 1.125596] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 5
    [ 1.125614] ehci-pci 0000:00:1a.7: debug port 1
    [ 1.128364] sdhci: Secure Digital Host Controller Interface driver
    [ 1.128368] sdhci: Copyright(c) Pierre Ossman
    [ 1.128740] sdhci-pci 0000:06:03.1: SDHCI controller found [1180:0822] (rev 22)
    [ 1.128843] sdhci-pci 0000:06:03.1: Will use DMA mode even though HW doesn't fully claim to support it.
    [ 1.128849] mmc0: no vqmmc regulator found
    [ 1.128851] mmc0: no vmmc regulator found
    [ 1.129538] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    [ 1.129548] ehci-pci 0000:00:1a.7: irq 19, io mem 0xd3e04c00
    [ 1.130351] SCSI subsystem initialized
    [ 1.132291] mmc0: SDHCI controller on PCI [0000:06:03.1] using DMA
    [ 1.137889] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 1.138952] hub 5-0:1.0: USB hub found
    [ 1.139482] hub 5-0:1.0: 6 ports detected
    [ 1.140074] libata version 3.00 loaded.
    [ 1.163434] hub 1-0:1.0: USB hub found
    [ 1.163447] hub 1-0:1.0: 2 ports detected
    [ 1.174049] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.186753] hub 2-0:1.0: USB hub found
    [ 1.186763] hub 2-0:1.0: 2 ports detected
    [ 1.190058] firewire_ohci 0000:06:03.0: added OHCI v1.0 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
    [ 1.210100] hub 3-0:1.0: USB hub found
    [ 1.210114] hub 3-0:1.0: 2 ports detected
    [ 1.210519] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 1.210528] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 6
    [ 1.210546] ehci-pci 0000:00:1d.7: debug port 1
    [ 1.214465] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    [ 1.214474] ehci-pci 0000:00:1d.7: irq 23, io mem 0xd3e04800
    [ 1.223360] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.223643] hub 6-0:1.0: USB hub found
    [ 1.223653] hub 6-0:1.0: 6 ports detected
    [ 1.246749] hub 4-0:1.0: USB hub found
    [ 1.246759] hub 4-0:1.0: 2 ports detected
    [ 1.246964] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.246972] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 1.246980] uhci_hcd 0000:00:1d.1: detected 2 ports
    [ 1.247004] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e060
    [ 1.247338] hub 7-0:1.0: USB hub found
    [ 1.247349] hub 7-0:1.0: 2 ports detected
    [ 1.247602] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.247609] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 1.247620] uhci_hcd 0000:00:1d.2: detected 2 ports
    [ 1.247658] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000e040
    [ 1.247886] hub 8-0:1.0: USB hub found
    [ 1.247895] hub 8-0:1.0: 2 ports detected
    [ 1.248064] ahci 0000:00:1f.2: version 3.0
    [ 1.248219] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
    [ 1.248296] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
    [ 1.248301] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc ems
    [ 1.254099] scsi0 : ahci
    [ 1.254260] scsi1 : ahci
    [ 1.254394] scsi2 : ahci
    [ 1.254531] scsi3 : ahci
    [ 1.254620] ata1: SATA max UDMA/133 abar m2048@0xd3e04000 port 0xd3e04100 irq 44
    [ 1.254624] ata2: SATA max UDMA/133 abar m2048@0xd3e04000 port 0xd3e04180 irq 44
    [ 1.254626] ata3: DUMMY
    [ 1.254628] ata4: DUMMY
    [ 1.446701] usb 5-2: new high-speed USB device number 2 using ehci-pci
    [ 1.573373] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.573417] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.574295] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 1.586094] ata2.00: ATAPI: Optiarc DVD RW AD-7560S, SS02, max UDMA/100
    [ 1.599810] ata2.00: configured for UDMA/100
    [ 1.624700] ata1.00: ATA-8: ST9500325AS, 0001SDM1, max UDMA/133
    [ 1.624703] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 1.626521] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 1.626525] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 1.626792] ata1.00: configured for UDMA/133
    [ 1.626924] scsi 0:0:0:0: Direct-Access ATA ST9500325AS SDM1 PQ: 0 ANSI: 5
    [ 1.628271] scsi 1:0:0:0: CD-ROM Optiarc DVD RW AD-7560S SS02 PQ: 0 ANSI: 5
    [ 1.642555] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 1.642657] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.642661] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.642702] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.653151] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.653155] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.653396] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.660023] tsc: Refined TSC clocksource calibration: 1994.515 MHz
    [ 1.690129] firewire_core 0000:06:03.0: created device fw0: GUID 0800460302c7fa38, S400
    [ 1.736464] sda: sda1 sda2 sda3 < sda5 sda6 sda7 >
    [ 1.737116] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.853371] usb 4-2: new low-speed USB device number 2 using uhci_hcd
    [ 2.013017] hidraw: raw HID events driver (C) Jiri Kosina
    [ 2.026218] usbcore: registered new interface driver usbhid
    [ 2.026221] usbhid: USB HID core driver
    [ 2.027252] input: OM as /devices/pci0000:00/0000:00:1d.0/usb4/4-2/4-2:1.0/0003:04F3:0232.0001/input/input2
    [ 2.027320] hid-generic 0003:04F3:0232.0001: input,hidraw0: USB HID v1.11 Mouse [OM] on usb-0000:00:1d.0-2/input0
    [ 2.660076] Switched to clocksource tsc
    [ 3.022076] random: nonblocking pool is initialized
    [ 3.080690] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.708375] EXT4-fs (sda7): re-mounted. Opts: data=ordered
    [ 6.402158] systemd-udevd[145]: starting version 216
    [ 7.329180] Monitor-Mwait will be used to enter C-1 state
    [ 7.329190] Monitor-Mwait will be used to enter C-2 state
    [ 7.329196] Monitor-Mwait will be used to enter C-3 state
    [ 7.329201] tsc: Marking TSC unstable due to TSC halts in idle
    [ 7.329221] ACPI: acpi_idle registered with cpuidle
    [ 7.329257] Switched to clocksource hpet
    [ 7.388619] [Firmware Bug]: ACPI(VGA) defines _DOD but not _DOS
    [ 7.388649] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 7.391965] acpi device:19: registered as cooling_device2
    [ 7.392046] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/LNXVIDEO:01/input/input3
    [ 7.447312] ACPI: Battery Slot [BAT0] (battery present)
    [ 7.447434] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
    [ 7.448158] ACPI: Lid Switch [LID0]
    [ 7.448633] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
    [ 7.448638] ACPI: Power Button [PWRB]
    [ 7.453434] ACPI: AC Adapter [ADP1] (on-line)
    [ 7.499637] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 7.552327] Linux agpgart interface v0.103
    [ 7.579473] thermal LNXTHERM:00: registered as thermal_zone0
    [ 7.579478] ACPI: Thermal Zone [TZ00] (57 C)
    [ 7.580996] ACPI: Invalid active0 threshold
    [ 7.582951] thermal LNXTHERM:01: registered as thermal_zone1
    [ 7.582954] ACPI: Thermal Zone [TZ01] (57 C)
    [ 7.667982] input: Sony Vaio Keys as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/SNY5001:00/input/input6
    [ 7.668049] input: Sony Vaio Jogdial as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/SNY5001:00/input/input7
    [ 7.678388] sony_laptop: brightness ignored, must be controlled by ACPI video driver
    [ 7.678401] sony_laptop: SNC setup done.
    [ 7.782985] input: PC Speaker as /devices/platform/pcspkr/input/input8
    [ 7.787513] ACPI Warning: SystemIO range 0x00000428-0x0000042f conflicts with OpRegion 0x00000400-0x0000047f (\PMIO) (20140424/utaddress-258)
    [ 7.787522] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.787526] ACPI Warning: SystemIO range 0x00000530-0x0000053f conflicts with OpRegion 0x00000500-0x0000053b (\GPIO) (20140424/utaddress-258)
    [ 7.787531] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.787533] ACPI Warning: SystemIO range 0x00000500-0x0000052f conflicts with OpRegion 0x00000500-0x0000053b (\GPIO) (20140424/utaddress-258)
    [ 7.787538] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.787540] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 7.907516] microcode: CPU0 sig=0x6fd, pf=0x80, revision=0xa3
    [ 7.917945] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
    [ 7.918056] ACPI Warning: SystemIO range 0x0000e000-0x0000e01f conflicts with OpRegion 0x00000800-0xffff0803 (\SMI1) (20140424/utaddress-258)
    [ 7.918063] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.960046] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 7.962063] microcode: CPU1 sig=0x6fd, pf=0x80, revision=0xa3
    [ 7.962152] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 7.993425] iTCO_vendor_support: vendor-support=0
    [ 7.997746] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 7.997800] iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0460)
    [ 7.997942] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 7.997991] [drm] Initialized drm 1.1.0 20060810
    [ 8.047610] r592: driver successfully loaded
    [ 8.084641] [drm] radeon kernel modesetting enabled.
    [ 8.084720] checking generic (c0000000 300000) vs hw (c0000000 10000000)
    [ 8.084723] fb: switching to radeondrmfb from VESA VGA
    [ 8.084747] Console: switching to colour dummy device 80x25
    [ 8.085113] [drm] initializing kernel modesetting (RV620 0x1002:0x95C2 0x104D:0x9045).
    [ 8.085131] [drm] register mmio base: 0xD0020000
    [ 8.085133] [drm] register mmio size: 65536
    [ 8.085255] ATOM BIOS: SonyM790
    [ 8.085290] radeon 0000:01:00.0: VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (256M used)
    [ 8.085294] radeon 0000:01:00.0: GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
    [ 8.085296] [drm] Detected VRAM RAM=256M, BAR=256M
    [ 8.085298] [drm] RAM width 64bits DDR
    [ 8.085369] [TTM] Zone kernel: Available graphics memory: 440038 kiB
    [ 8.085371] [TTM] Zone highmem: Available graphics memory: 1032648 kiB
    [ 8.085373] [TTM] Initializing pool allocator
    [ 8.085380] [TTM] Initializing DMA pool allocator
    [ 8.085408] [drm] radeon: 256M of VRAM memory ready
    [ 8.085410] [drm] radeon: 512M of GTT memory ready.
    [ 8.085423] [drm] Loading RV620 Microcode
    [ 8.095176] cfg80211: Calling CRDA to update world regulatory domain
    [ 8.095711] sound hdaudioC0D0: ALC262: SKU not ready 0x411111f0
    [ 8.095917] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
    [ 8.095921] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 8.095924] sound hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
    [ 8.095927] sound hdaudioC0D0: mono: mono_out=0x0
    [ 8.095929] sound hdaudioC0D0: inputs:
    [ 8.095932] sound hdaudioC0D0: Mic=0x18
    [ 8.095935] sound hdaudioC0D0: Internal Mic=0x12
    [ 8.100437] sound hdaudioC0D1: autoconfig: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line
    [ 8.100442] sound hdaudioC0D1: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 8.100446] sound hdaudioC0D1: hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 8.100448] sound hdaudioC0D1: mono: mono_out=0x0
    [ 8.100451] sound hdaudioC0D1: inputs:
    [ 8.106995] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input10
    [ 8.107610] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 8.107720] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 8.127655] sky2: driver version 1.30
    [ 8.127955] sky2 0000:02:00.0: Yukon-2 EC Ultra chip revision 3
    [ 8.128246] sky2 0000:02:00.0: irq 46 for MSI/MSI-X
    [ 8.128956] sky2 0000:02:00.0 eth0: addr 00:1d:ba:22:41:93
    [ 8.138358] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 8.138362] Copyright(c) 2003- 2014 Intel Corporation
    [ 8.138697] iwlwifi 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 8.138854] iwlwifi 0000:05:00.0: irq 47 for MSI/MSI-X
    [ 8.166978] mousedev: PS/2 mouse device common for all mice
    [ 8.359543] iwlwifi 0000:05:00.0: loaded firmware version 8.83.5.1 build 33692 op_mode iwldvm
    [ 8.450028] [drm] radeon: power management initialized
    [ 8.450038] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 8.459438] systemd-udevd[151]: renamed network interface eth0 to enp2s0
    [ 8.480984] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 8.481031] radeon 0000:01:00.0: WB enabled
    [ 8.481036] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000010000c00 and cpu addr 0xff862c00
    [ 8.481039] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 8.481041] [drm] Driver supports precise vblank timestamp query.
    [ 8.481068] radeon 0000:01:00.0: irq 48 for MSI/MSI-X
    [ 8.481085] radeon 0000:01:00.0: radeon: using MSI.
    [ 8.481117] [drm] radeon: irq initialized.
    [ 8.512790] [drm] ring test on 0 succeeded in 0 usecs
    [ 8.512924] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 8.513633] Raw EDID:
    [ 8.513639] 36 7f 40 00 00 00 00 00 00 00 00 00 00 00 00 00
    [ 8.513644] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    [ 8.513648] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    [ 8.513652] ff ff ff ff 3f 00 00 00 ff ff ff ff 3f 00 00 00
    [ 8.513656] ff ff ff ff 3f 00 00 00 00 00 00 00 00 00 00 00
    [ 8.513660] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    [ 8.513664] 40 43 5d c1 80 43 5d c1 c0 ae 5d c1 ec 50 05 f5
    [ 8.513668] 10 2f 07 c1 00 00 00 00 00 00 00 00 00 00 00 00
    [ 8.513773] [drm] radeon atom DIG backlight initialized
    [ 8.513775] [drm] Radeon Display Connectors
    [ 8.513777] [drm] Connector 0:
    [ 8.513779] [drm] VGA-1
    [ 8.513781] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
    [ 8.513783] [drm] Encoders:
    [ 8.513785] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 8.513786] [drm] Connector 1:
    [ 8.513788] [drm] LVDS-1
    [ 8.513789] [drm] Encoders:
    [ 8.513791] [drm] LCD1: INTERNAL_KLDSCP_LVTMA
    [ 8.612347] iwlwifi 0000:05:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 8.612352] iwlwifi 0000:05:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 8.612354] iwlwifi 0000:05:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 8.612358] iwlwifi 0000:05:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
    [ 8.612403] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.0, id: 0x1c0b1, caps: 0xd04711/0xa00000/0x20000, board id: 3655, fw id: 474059
    [ 8.612460] iwlwifi 0000:05:00.0: L1 Enabled; Disabling L0S
    [ 8.663147] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
    [ 8.680967] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 8.736839] systemd-udevd[152]: renamed network interface wlan0 to wlp5s0
    [ 8.828178] media: Linux media interface: v0.10
    [ 8.842407] Linux video capture interface: v2.00
    [ 8.965340] uvcvideo: Found UVC 1.00 device <unnamed> (05ca:18b3)
    [ 8.966809] input: UVC Camera (05ca:18b3) as /devices/pci0000:00/0000:00:1a.7/usb5/5-2/5-2:1.0/input/input13
    [ 8.966907] usbcore: registered new interface driver uvcvideo
    [ 8.966910] USB Video Class driver (1.1.1)
    [ 9.438912] [drm] fb mappable at 0xC0141000
    [ 9.438915] [drm] vram apper at 0xC0000000
    [ 9.438917] [drm] size 4096000
    [ 9.438919] [drm] fb depth is 24
    [ 9.438921] [drm] pitch is 5120
    [ 9.439044] fbcon: radeondrmfb (fb0) is primary device
    [ 9.493414] Console: switching to colour frame buffer device 160x50
    [ 9.498518] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
    [ 9.498521] radeon 0000:01:00.0: registered panic notifier
    [ 9.523878] [drm] Initialized radeon 2.39.0 20080528 for 0000:01:00.0 on minor 0
    [ 9.596873] Adding 6291452k swap on /dev/sda2. Priority:-1 extents:1 across:6291452k FS
    [ 10.682619] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    [ 10.777545] systemd-journald[126]: Received request to flush runtime journal from PID 1
    [ 15.392287] sky2 0000:02:00.0 enp2s0: enabling interface
    [ 15.392779] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
    [ 15.398848] iwlwifi 0000:05:00.0: L1 Enabled; Disabling L0S
    [ 15.403170] iwlwifi 0000:05:00.0: Radio type=0x1-0x2-0x0
    [ 15.498641] iwlwifi 0000:05:00.0: L1 Enabled; Disabling L0S
    [ 15.501625] iwlwifi 0000:05:00.0: Radio type=0x1-0x2-0x0
    [ 15.528195] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
    [ 16.614242] cfg80211: Calling CRDA to update world regulatory domain
    [ 16.672892] cfg80211: Calling CRDA to update world regulatory domain
    [ 16.823470] cfg80211: Calling CRDA to update world regulatory domain
    [ 19.214957] wlp5s0: authenticate with 34:a8:4e:ba:ad:e1
    [ 19.221013] wlp5s0: send auth to 34:a8:4e:ba:ad:e1 (try 1/3)
    [ 19.227206] wlp5s0: authenticated
    [ 19.230045] wlp5s0: associate with 34:a8:4e:ba:ad:e1 (try 1/3)
    [ 19.248588] wlp5s0: RX AssocResp from 34:a8:4e:ba:ad:e1 (capab=0x431 status=0 aid=23)
    [ 19.257832] wlp5s0: associated
    [ 19.257908] IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
    [ 19.257975] cfg80211: Calling CRDA to update world regulatory domain
    [ 30.859993] fuse init (API version 7.23)
    [ 61.490049] Corrupted low memory at c000be3c (be3c phys) = b0360004
    [ 61.490058] ------------[ cut here ]------------
    [ 61.490067] WARNING: CPU: 1 PID: 15 at arch/x86/kernel/check.c:140 check_for_bios_corruption+0x8d/0xd0()
    [ 61.490068] Memory corruption detected in low memory
    [ 61.490070] Modules linked in: fuse ctr ccm uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core v4l2_common videodev media joydev arc4 iwldvm mac80211 mousedev iwlwifi sky2 snd_hda_codec_realtek cfg80211 snd_hda_codec_generic radeon r592 ttm coretemp drm_kms_helper iTCO_wdt drm iTCO_vendor_support hwmon snd_hda_intel i2c_i801 microcode i2c_algo_bit snd_hda_controller memstick snd_hda_codec evdev mac_hid snd_hwdep snd_pcm psmouse lpc_ich pcspkr i2c_core serio_raw snd_timer sony_laptop snd rfkill thermal intel_agp intel_gtt agpgart soundcore shpchp ac button battery video acpi_cpufreq processor ext4 crc16 mbcache jbd2 hid_generic usbhid hid sd_mod sr_mod crc_t10dif cdrom crct10dif_common atkbd libps2 ahci libahci libata firewire_ohci scsi_mod sdhci_pci sdhci led_class mmc_core firewire_core
    [ 61.490135] crc_itu_t ehci_pci uhci_hcd ehci_hcd usbcore usb_common i8042 serio
    [ 61.490144] CPU: 1 PID: 15 Comm: kworker/1:0 Not tainted 3.16.3-1-ARCH #1
    [ 61.490146] Hardware name: Sony Corporation VGN-NS12M_W/VAIO, BIOS R0190Y3 07/09/2008
    [ 61.490150] Workqueue: events check_corruption
    [ 61.490153] 00000000 5313ea34 00000000 f5957e7c c1461b35 f5957ec0 f5957eb0 c104f322
    [ 61.490159] c152e99c f5957ee0 0000000f c1526b8d 0000008c c103f67d 0000008c c103f67d
    [ 61.490165] c0010000 00000000 c16d2b10 f5957ecc c104f37e 00000009 f5957ec0 c152e99c
    [ 61.490171] Call Trace:
    [ 61.490177] [<c1461b35>] dump_stack+0x48/0x69
    [ 61.490182] [<c104f322>] warn_slowpath_common+0x82/0xa0
    [ 61.490185] [<c103f67d>] ? check_for_bios_corruption+0x8d/0xd0
    [ 61.490189] [<c103f67d>] ? check_for_bios_corruption+0x8d/0xd0
    [ 61.490192] [<c104f37e>] warn_slowpath_fmt+0x3e/0x60
    [ 61.490196] [<c103f67d>] check_for_bios_corruption+0x8d/0xd0
    [ 61.490200] [<c103f6d0>] check_corruption+0x10/0x40
    [ 61.490204] [<c106807c>] process_one_work+0x10c/0x3b0
    [ 61.490208] [<c10685d1>] worker_thread+0x41/0x4c0
    [ 61.490211] [<c1068590>] ? init_pwq.part.25+0x10/0x10
    [ 61.490214] [<c106dbe3>] kthread+0xb3/0xd0
    [ 61.490219] [<c1466a41>] ret_from_kernel_thread+0x21/0x30
    [ 61.490222] [<c106db30>] ? kthread_create_on_node+0x130/0x130
    [ 61.490225] ---[ end trace 6a662771a9f66f05 ]---
    [ 829.749973] perf interrupt took too long (2511 > 2495), lowering kernel.perf_event_max_sample_rate to 50100

    Hi,
    I've been trying several of the things suggested, with the following results
    - Clearing the session cache did nothing (I never saved a session, so it was no surprise)
    - Starting xfce4 without slim (startxfce4) yielded different results, the first time after booting up it takes the same long time to load xfce, and the console messages leads to a log called xorg.log in .local/share:
    [ 113.303]
    X.Org X Server 1.16.1
    Release Date: 2014-09-21
    [ 113.304] X Protocol Version 11, Revision 0
    [ 113.304] Build Operating System: Linux 3.16.1-1-ARCH i686
    [ 113.304] Current Operating System: Linux tetto-arch 3.16.3-1-ARCH #1 SMP PREEMPT Wed Sep 17 22:00:02 CEST 2014 i686
    [ 113.304] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=1a4fcdfd-1e9f-47e4-97f5-1ebf0a0a629e rw acpi=nonvs quiet
    [ 113.304] Build Date: 21 September 2014 10:55:38AM
    [ 113.304]
    [ 113.304] Current version of pixman: 0.32.6
    [ 113.304] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 113.304] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 113.305] (==) Log file: "/home/chikitulfo/.local/share/xorg/Xorg.0.log", Time: Wed Oct 8 13:58:55 2014
    [ 113.400] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 113.400] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 113.457] (==) No Layout section. Using the first Screen section.
    [ 113.457] (==) No screen section available. Using defaults.
    [ 113.457] (**) |-->Screen "Default Screen Section" (0)
    [ 113.457] (**) | |-->Monitor "<default monitor>"
    [ 113.473] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 113.473] (**) | |-->Device "Radeon"
    [ 113.473] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 113.473] (==) Automatically adding devices
    [ 113.473] (==) Automatically enabling devices
    [ 113.473] (==) Automatically adding GPU devices
    [ 113.609] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 113.609] Entry deleted from font path.
    [ 113.609] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 113.610] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 113.610] Entry deleted from font path.
    [ 113.610] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 113.610] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 113.610] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 113.610] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 113.631] (II) Loader magic: 0x82a0700
    [ 113.631] (II) Module ABI versions:
    [ 113.631] X.Org ANSI C Emulation: 0.4
    [ 113.631] X.Org Video Driver: 18.0
    [ 113.631] X.Org XInput driver : 21.0
    [ 113.631] X.Org Server Extension : 8.0
    [ 113.634] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 113.634] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 113.634] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 113.637] (--) PCI:*(0:1:0:0) 1002:95c2:104d:9045 rev 0, Mem @ 0xc0000000/268435456, 0xd0020000/65536, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
    [ 113.637] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 113.638] (II) LoadModule: "glx"
    [ 113.653] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 113.999] (II) Module glx: vendor="X.Org Foundation"
    [ 113.999] compiled for 1.16.1, module version = 1.0.0
    [ 113.999] ABI class: X.Org Server Extension, version 8.0
    [ 113.999] (==) AIGLX enabled
    [ 113.999] (II) LoadModule: "radeon"
    [ 113.999] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 114.031] (II) Module radeon: vendor="X.Org Foundation"
    [ 114.031] compiled for 1.16.1, module version = 7.5.0
    [ 114.031] Module class: X.Org Video Driver
    [ 114.031] ABI class: X.Org Video Driver, version 18.0
    [ 114.031] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
    [ 114.037] (++) using VT number 1
    [ 114.037] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 114.046] (II) [KMS] Kernel modesetting enabled.
    [ 114.046] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    [ 114.046] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 114.046] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 114.046] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 114.046] (==) RADEON(0): Default visual is TrueColor
    [ 114.046] (**) RADEON(0): Option "EnablePageFlip"
    [ 114.046] (**) RADEON(0): Option "ColorTiling"
    [ 114.046] (**) RADEON(0): Option "RenderAccel"
    [ 114.046] (WW) RADEON(0): Option "AccelMethod" requires a string value
    [ 114.046] (**) RADEON(0): Option "EXAVSync"
    [ 114.046] (**) RADEON(0): Option "EXAPixmaps"
    [ 114.046] (==) RADEON(0): RGB weight 888
    [ 114.046] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 114.046] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 3430" (ChipID = 0x95c2)
    [ 114.046] (II) Loading sub module "dri2"
    [ 114.046] (II) LoadModule: "dri2"
    [ 114.046] (II) Module "dri2" already built-in
    [ 114.046] (II) Loading sub module "exa"
    [ 114.046] (II) LoadModule: "exa"
    [ 114.046] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 114.061] (II) Module exa: vendor="X.Org Foundation"
    [ 114.061] compiled for 1.16.1, module version = 2.6.0
    [ 114.061] ABI class: X.Org Video Driver, version 18.0
    [ 114.061] (II) RADEON(0): KMS Color Tiling: enabled
    [ 114.061] (II) RADEON(0): KMS Color Tiling 2D: enabled
    [ 114.062] (II) RADEON(0): KMS Pageflipping: enabled
    [ 114.062] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 114.080] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 114.080] (II) RADEON(0): Output LVDS has no monitor section
    [ 114.100] (II) RADEON(0): EDID for output VGA-0
    [ 114.100] (II) RADEON(0): EDID for output LVDS
    [ 114.100] (II) RADEON(0): Printing probed modes for output LVDS
    [ 114.100] (II) RADEON(0): Modeline "1280x800"x59.8 68.00 1280 1312 1376 1408 800 802 804 808 -hsync -vsync (48.3 kHz eP)
    [ 114.100] (II) RADEON(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 114.100] (II) RADEON(0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 114.100] (II) RADEON(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 114.100] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 114.100] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 114.100] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 114.100] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 114.101] (II) RADEON(0): Output VGA-0 disconnected
    [ 114.101] (II) RADEON(0): Output LVDS connected
    [ 114.101] (II) RADEON(0): Using exact sizes for initial modes
    [ 114.101] (II) RADEON(0): Output LVDS using initial mode 1280x800
    [ 114.101] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 114.101] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:10000000 visible:fbd8000
    [ 114.101] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 114.101] (==) RADEON(0): DPI set to (96, 96)
    [ 114.101] (II) Loading sub module "fb"
    [ 114.101] (II) LoadModule: "fb"
    [ 114.101] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 114.114] (II) Module fb: vendor="X.Org Foundation"
    [ 114.114] compiled for 1.16.1, module version = 1.0.0
    [ 114.114] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 114.114] (II) Loading sub module "ramdac"
    [ 114.114] (II) LoadModule: "ramdac"
    [ 114.114] (II) Module "ramdac" already built-in
    [ 114.114] (--) Depth 24 pixmap format is 32 bpp
    [ 114.115] (II) RADEON(0): [DRI2] Setup complete
    [ 114.115] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 114.115] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 114.115] (II) RADEON(0): Front buffer size: 4000K
    [ 114.115] (II) RADEON(0): VRAM usage limit set to 228470K
    [ 114.127] (==) RADEON(0): Backing store enabled
    [ 114.127] (II) RADEON(0): Direct rendering enabled
    [ 114.127] (II) RADEON(0): EXA VSync enabled
    [ 114.127] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 114.127] (II) EXA(0): Driver registered support for the following operations:
    [ 114.127] (II) Solid
    [ 114.127] (II) Copy
    [ 114.127] (II) Composite (RENDER acceleration)
    [ 114.127] (II) UploadToScreen
    [ 114.127] (II) DownloadFromScreen
    [ 114.127] (II) RADEON(0): Acceleration enabled
    [ 114.127] (==) RADEON(0): DPMS enabled
    [ 114.127] (==) RADEON(0): Silken mouse enabled
    [ 114.128] (II) RADEON(0): Set up textured video
    [ 114.128] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 114.128] (II) RADEON(0): [XvMC] Extension initialized.
    [ 114.128] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 114.129] (WW) RADEON(0): Option "AccelDFS" is not used
    [ 114.129] (--) RandR disabled
    [ 114.964] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 114.964] (II) AIGLX: enabled GLX_ARB_create_context
    [ 114.964] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 114.964] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 114.964] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 114.964] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 114.964] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 114.964] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 114.964] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 114.965] (II) AIGLX: Loaded and initialized r600
    [ 114.965] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 114.966] (II) RADEON(0): Setting screen physical size to 338 x 211
    [ 115.291] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event6)
    [ 115.291] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
    [ 115.291] (II) LoadModule: "evdev"
    [ 115.292] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 115.331] (II) Module evdev: vendor="X.Org Foundation"
    [ 115.331] compiled for 1.16.0, module version = 2.9.0
    [ 115.331] Module class: X.Org XInput Driver
    [ 115.331] ABI class: X.Org XInput driver, version 21.0
    [ 115.331] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 11 paused 0
    [ 115.331] (II) Using input driver 'evdev' for 'Sony Vaio Keys'
    [ 115.331] (**) Sony Vaio Keys: always reports core events
    [ 115.332] (**) evdev: Sony Vaio Keys: Device: "/dev/input/event6"
    [ 115.332] (--) evdev: Sony Vaio Keys: Vendor 0x104d Product 0
    [ 115.332] (--) evdev: Sony Vaio Keys: Found keys
    [ 115.332] (II) evdev: Sony Vaio Keys: Configuring as keyboard
    [ 115.332] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/SNY5001:00/input/input8/event6"
    [ 115.332] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD, id 6)
    [ 115.332] (**) Option "xkb_rules" "evdev"
    [ 115.332] (**) Option "xkb_model" "pc104"
    [ 115.332] (**) Option "xkb_layout" "us"
    [ 115.365] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event7)
    [ 115.365] (II) No input driver specified, ignoring this device.
    [ 115.365] (II) This device may have been added with another device file.
    [ 115.366] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse1)
    [ 115.366] (II) No input driver specified, ignoring this device.
    [ 115.366] (II) This device may have been added with another device file.
    [ 115.366] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
    [ 115.366] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 115.367] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 12 paused 0
    [ 115.367] (II) Using input driver 'evdev' for 'Video Bus'
    [ 115.367] (**) Video Bus: always reports core events
    [ 115.367] (**) evdev: Video Bus: Device: "/dev/input/event2"
    [ 115.367] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 115.367] (--) evdev: Video Bus: Found keys
    [ 115.367] (II) evdev: Video Bus: Configuring as keyboard
    [ 115.367] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/LNXVIDEO:01/input/input3/event2"
    [ 115.367] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 115.367] (**) Option "xkb_rules" "evdev"
    [ 115.367] (**) Option "xkb_model" "pc104"
    [ 115.367] (**) Option "xkb_layout" "us"
    [ 115.368] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 115.368] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 115.368] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 13 paused 0
    [ 115.368] (II) Using input driver 'evdev' for 'Power Button'
    [ 115.368] (**) Power Button: always reports core events
    [ 115.368] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 115.368] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 115.368] (--) evdev: Power Button: Found keys
    [ 115.368] (II) evdev: Power Button: Configuring as keyboard
    [ 115.368] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event4"
    [ 115.368] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 115.368] (**) Option "xkb_rules" "evdev"
    [ 115.368] (**) Option "xkb_model" "pc104"
    [ 115.368] (**) Option "xkb_layout" "us"
    [ 115.369] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 115.369] (II) No input driver specified, ignoring this device.
    [ 115.369] (II) This device may have been added with another device file.
    [ 115.370] (II) config/udev: Adding input device UVC Camera (05ca:18b3) (/dev/input/event12)
    [ 115.370] (**) UVC Camera (05ca:18b3): Applying InputClass "evdev keyboard catchall"
    [ 115.370] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 14 paused 0
    [ 115.370] (II) Using input driver 'evdev' for 'UVC Camera (05ca:18b3)'
    [ 115.370] (**) UVC Camera (05ca:18b3): always reports core events
    [ 115.370] (**) evdev: UVC Camera (05ca:18b3): Device: "/dev/input/event12"
    [ 115.370] (--) evdev: UVC Camera (05ca:18b3): Vendor 0x5ca Product 0x18b3
    [ 115.370] (--) evdev: UVC Camera (05ca:18b3): Found keys
    [ 115.370] (II) evdev: UVC Camera (05ca:18b3): Configuring as keyboard
    [ 115.370] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input13/event12"
    [ 115.370] (II) XINPUT: Adding extended input device "UVC Camera (05ca:18b3)" (type: KEYBOARD, id 9)
    [ 115.370] (**) Option "xkb_rules" "evdev"
    [ 115.370] (**) Option "xkb_model" "pc104"
    [ 115.370] (**) Option "xkb_layout" "us"
    [ 115.371] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 115.371] (II) No input driver specified, ignoring this device.
    [ 115.371] (II) This device may have been added with another device file.
    [ 115.371] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event9)
    [ 115.371] (II) No input driver specified, ignoring this device.
    [ 115.371] (II) This device may have been added with another device file.
    [ 115.372] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event10)
    [ 115.372] (II) No input driver specified, ignoring this device.
    [ 115.372] (II) This device may have been added with another device file.
    [ 115.372] (II) config/udev: Adding input device OM (/dev/input/event1)
    [ 115.372] (**) OM: Applying InputClass "evdev pointer catchall"
    [ 115.373] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 15 paused 0
    [ 115.373] (II) Using input driver 'evdev' for 'OM'
    [ 115.373] (**) OM: always reports core events
    [ 115.373] (**) evdev: OM: Device: "/dev/input/event1"
    [ 115.373] (--) evdev: OM: Vendor 0x4f3 Product 0x232
    [ 115.373] (--) evdev: OM: Found 3 mouse buttons
    [ 115.373] (--) evdev: OM: Found scroll wheel(s)
    [ 115.373] (--) evdev: OM: Found relative axes
    [ 115.373] (--) evdev: OM: Found x and y relative axes
    [ 115.373] (II) evdev: OM: Configuring as mouse
    [ 115.373] (II) evdev: OM: Adding scrollwheel support
    [ 115.373] (**) evdev: OM: YAxisMapping: buttons 4 and 5
    [ 115.373] (**) evdev: OM: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 115.373] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/0003:04F3:0232.0001/input/input2/event1"
    [ 115.373] (II) XINPUT: Adding extended input device "OM" (type: MOUSE, id 10)
    [ 115.373] (II) evdev: OM: initialized for relative axes.
    [ 115.373] (**) OM: (accel) keeping acceleration scheme 1
    [ 115.373] (**) OM: (accel) acceleration profile 0
    [ 115.373] (**) OM: (accel) acceleration factor: 2.000
    [ 115.373] (**) OM: (accel) acceleration threshold: 4
    [ 115.374] (II) config/udev: Adding input device OM (/dev/input/mouse0)
    [ 115.374] (II) No input driver specified, ignoring this device.
    [ 115.374] (II) This device may have been added with another device file.
    [ 115.374] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 115.374] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 115.375] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 16 paused 0
    [ 115.375] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 115.375] (**) AT Translated Set 2 keyboard: always reports core events
    [ 115.375] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 115.375] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 115.375] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 115.375] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 115.375] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 115.375] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 115.375] (**) Option "xkb_rules" "evdev"
    [ 115.375] (**) Option "xkb_model" "pc104"
    [ 115.375] (**) Option "xkb_layout" "us"
    [ 115.376] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
    [ 115.376] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 115.376] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 115.376] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 115.376] (II) LoadModule: "synaptics"
    [ 115.376] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 115.391] (II) Module synaptics: vendor="X.Org Foundation"
    [ 115.392] compiled for 1.16.0, module version = 1.8.1
    [ 115.392] Module class: X.Org XInput Driver
    [ 115.392] ABI class: X.Org XInput driver, version 21.0
    [ 115.392] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 17 paused 0
    [ 115.392] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 115.392] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 115.392] (**) Option "Device" "/dev/input/event11"
    [ 115.426] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5696 (res 64)
    [ 115.427] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5232 (res 106)
    [ 115.427] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 115.427] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 115.427] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right
    [ 115.427] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 115.427] (**) Option "TapButton1" "1"
    [ 115.427] (**) Option "TapButton2" "2"
    [ 115.427] (**) Option "TapButton3" "3"
    [ 115.427] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 115.427] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 115.427] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event11"
    [ 115.427] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [ 115.427] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 115.427] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 115.427] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
    [ 115.428] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 115.428] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 115.428] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 115.428] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 115.428] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 115.429] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
    [ 115.429] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 115.430] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 115.430] (II) No input driver specified, ignoring this device.
    [ 115.430] (II) This device may have been added with another device file.
    [ 140.030] (II) UnloadModule: "synaptics"
    [ 140.030] (II) systemd-logind: releasing fd for 13:75
    [ 140.063] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 140.063] (II) UnloadModule: "evdev"
    [ 140.063] (II) systemd-logind: releasing fd for 13:64
    [ 140.113] (II) evdev: OM: Close
    [ 140.113] (II) UnloadModule: "evdev"
    [ 140.113] (II) systemd-logind: releasing fd for 13:65
    [ 140.166] (II) evdev: UVC Camera (05ca:18b3): Close
    [ 140.166] (II) UnloadModule: "evdev"
    [ 140.166] (II) systemd-logind: releasing fd for 13:76
    [ 140.230] (II) evdev: Power Button: Close
    [ 140.230] (II) UnloadModule: "evdev"
    [ 140.230] (II) systemd-logind: releasing fd for 13:68
    [ 140.254] (II) evdev: Video Bus: Close
    [ 140.255] (II) UnloadModule: "evdev"
    [ 140.255] (II) systemd-logind: releasing fd for 13:66
    [ 140.283] (II) evdev: Sony Vaio Keys: Close
    [ 140.283] (II) UnloadModule: "evdev"
    [ 140.283] (II) systemd-logind: releasing fd for 13:70
    [ 140.498] (EE) Server terminated successfully (0). Closing log file.
    If I log out to the console and run startxfce4 again then it does load faster.
    The messages that show on the console I didn't know how to copy them, is there any easy way?
    Last edited by Chikitulfo (2014-10-08 12:24:02)

  • XFCE clock

    How to change time from XFCE, not from console? When you right-click on clock at panel, you can't access "Clock" option and you can't change the time...

    Change the Panel Mode to "Deskbar". Setting is located at Panel Preferences >> Display tab.

  • Problem to logout from gnome [SOLVED]

    Hello everyone.
    I changed my initab file to automaticly login a user and in bash_profile of this user i startx. So gnome starts automaticly when pc boots, but i have a problem with logout. I can't logout to console because after that i am automaticly login again a gnome starts. Can i work around this problem some how?
    Last edited by anptr (2012-08-01 20:43:30)

    I found a solution in this post. Just added this line "a1:2345:wait:/sbin/agetty -a USERNAME -8 -s 38400 tty1 linux" before "c1:2345:respawn:/sbin/agetty -8 -s 38400 tty1 linux" to my inittab.

  • Black screen after logout of x2go session

    Hi,
    I have an arch machine with xfce4 I connect to with x2go. Until recently I could just use the xfce logout button to suspend the session, and the main window would close.
    This worked until I did a system update 4 days ago (9 march 2015) where some xfce4 components got updated.
    Now the desktop disappears and becomes a black screen, and according to the log the session is still active. If I suspend the session using the button on the client (or just close the main window) and reconnect again later, I am greeted with a black screen again.
    The only solution then is to terminate the session through the client and reconnect.
    When i execute x2gosuspend-session or x2goterminate-session in a terminal, the session gets suspended/terminated as expected.
    Those 2 commands basically do what I want the log out and shutdown button inside xfce to do.
    relevant update log:
    [2015-03-09 09:26] [PACMAN] Running 'pacman -Syu'
    [2015-03-09 09:26] [PACMAN] synchronizing package lists
    [2015-03-09 09:26] [PACMAN] starting full system upgrade
    [2015-03-09 09:26] [ALPM] transaction started
    [2015-03-09 09:26] [ALPM] removed gtk3-xfce-engine (3.0.1-2)
    [2015-03-09 09:26] [ALPM] removed gtk2-xfce-engine (3.0.1-2)
    [2015-03-09 09:26] [ALPM] upgraded gcc-libs (4.9.2-3 -> 4.9.2-4)
    [2015-03-09 09:26] [ALPM] upgraded elfutils (0.161-2 -> 0.161-3)
    [2015-03-09 09:26] [ALPM] upgraded glib2 (2.42.1-1 -> 2.42.2-1)
    [2015-03-09 09:26] [ALPM] upgraded libxfce4util (4.10.1-2 -> 4.12.1-1)
    [2015-03-09 09:26] [ALPM] upgraded gtk-update-icon-cache (2.24.26-1 -> 2.24.27-1)
    [2015-03-09 09:26] [ALPM] upgraded mesa (10.4.5-1 -> 10.4.6-1)
    [2015-03-09 09:26] [ALPM] upgraded mesa-libgl (10.4.5-1 -> 10.4.6-1)
    [2015-03-09 09:26] [ALPM] upgraded gtk2 (2.24.26-1 -> 2.24.27-1)
    [2015-03-09 09:26] [ALPM] upgraded xfconf (4.10.0-4 -> 4.12.0-1)
    [2015-03-09 09:26] [ALPM] upgraded libproxy (0.4.11-4 -> 0.4.11-5)
    [2015-03-09 09:26] [ALPM] upgraded libxfce4ui (4.10.0-2 -> 4.12.0-1)
    [2015-03-09 09:26] [ALPM] upgraded exo (0.10.2-3 -> 0.10.3-2)
    [2015-03-09 09:26] [ALPM] upgraded firefox (36.0-1 -> 36.0.1-1)
    [2015-03-09 09:26] [ALPM] upgraded garcon (0.2.1-1 -> 0.4.0-1)
    [2015-03-09 09:26] [ALPM] upgraded libmpc (1.0.2-2 -> 1.0.3-1)
    [2015-03-09 09:26] [ALPM] upgraded gcc (4.9.2-3 -> 4.9.2-4)
    [2015-03-09 09:26] [ALPM] upgraded gcc-fortran (4.9.2-3 -> 4.9.2-4)
    [2015-03-09 09:26] [ALPM] upgraded git (2.3.1-1 -> 2.3.2-1)
    [2015-03-09 09:26] [ALPM] upgraded grep (2.21-1 -> 2.21-2)
    [2015-03-09 09:26] [ALPM] installed gtk-xfce-engine (2.10.1-1)
    [2015-03-09 09:26] [ALPM] upgraded libplist (1.11-1 -> 1.12-1)
    [2015-03-09 09:26] [ALPM] upgraded libusbmuxd (1.0.9-1 -> 1.0.10-1)
    [2015-03-09 09:26] [ALPM] upgraded libimobiledevice (1.1.7-1 -> 1.2.0-1)
    [2015-03-09 09:26] [ALPM] upgraded librsvg (1:2.40.6-1 -> 1:2.40.8-1)
    [2015-03-09 09:26] [ALPM] upgraded libtool (2.4.5-1 -> 2.4.6-1)
    [2015-03-09 09:26] [ALPM] upgraded man-pages (3.80-1 -> 3.81-1)
    [2015-03-09 09:26] [ALPM] upgraded thunar (1.6.5-1 -> 1.6.6-1)
    [2015-03-09 09:26] [ALPM] upgraded thunar-volman (0.8.0-2 -> 0.8.1-1)
    [2015-03-09 09:26] [ALPM] upgraded upower (0.99.2-1 -> 0.99.2-2)
    [2015-03-09 09:26] [ALPM] upgraded xfce4-appfinder (4.10.1-1 -> 4.12.0-1)
    [2015-03-09 09:26] [ALPM] upgraded xfce4-panel (4.10.1-2 -> 4.12.0-1)
    [2015-03-09 09:26] [ALPM] upgraded xfce4-mixer (4.11.0-1 -> 4.11.0-2)
    [2015-03-09 09:26] [ALPM] upgraded xfce4-power-manager (1.4.2-2 -> 1.4.3-1)
    [2015-03-09 09:26] [ALPM] installed polkit-gnome (0.105-2)
    [2015-03-09 09:26] [ALPM] upgraded xfce4-session (4.10.1-5 -> 4.12.0-2)
    [2015-03-09 09:26] [ALPM] installed cantarell-fonts (0.0.16-2)
    [2015-03-09 09:26] [ALPM] installed ttf-dejavu (2.34-2)
    [2015-03-09 09:26] [ALPM] installed gnome-themes-standard (3.14.2.3-1)
    [2015-03-09 09:26] [ALPM] upgraded xfce4-settings (4.10.1-1 -> 4.12.0-3)
    [2015-03-09 09:26] [ALPM] upgraded xfce4-terminal (0.6.3-1 -> 0.6.3-2)
    [2015-03-09 09:26] [ALPM] upgraded xfdesktop (4.10.3-2 -> 4.12.0-1)
    [2015-03-09 09:26] [ALPM] upgraded xfwm4 (4.10.1-1 -> 4.12.0-1)
    [2015-03-09 09:26] [ALPM] upgraded xterm (314-1 -> 316-1)
    [2015-03-09 09:26] [ALPM] transaction completed
    Does anyone know how I can restore previous behavior?
    Thanks

    As a workaround, you can create the file " /usr/local/bin/xfce4-session" with this content:
    #!/bin/bash
    /usr/bin/xfce4-session
    killall -q x2goagent || true
    Don't forget to make the file executable.
    Not pretty at all, but works for now.

  • [Solved] xscreensaver-command -lock not functioning

    I've installed the xscreensaver-arch-logo package from the AUR and followed the wiki to get it up and running, although it returns this error
    no screensaver running on display:0.0
    Now I have included
    xscreensaver -no-splash &
    in my .xinitrc, which is where I start openbox. When I enter this command manually and then run the -lock command it works fine. So obviously its not being run from .xinitrc.. I have tried other variations
    /usr/bin/xscreensaver -no-splash &
    exec xscreensaver -no-splash &
    neither work... I'm running the command after I run the exec command for openbox, if that makes any difference..
    Anybody have any idea what is up?
    Last edited by HungGarTiger (2013-07-05 09:13:40)

    graysky wrote:
    HungGarTiger wrote:
    here you are mate
    aled 526 0.0 0.0 5024 952 pts/1 S+ 20:27 0:00 grep xscreensaver
    OK... it is not running.  That is showing you your grep command looking for it.  Nothing is wrong with the package, but with the method you're using to start it.
    Try this:
    1)
    % cp /etc/xdg/autostart/xscreensaver.desktop ~/.config/autostart
    2) Logout and log back in.
    3) Post the output of
    ps aux | grep xscrensaver
    I thought files in /etc/xdg/autostart are started by all users anyway?
    Edit:
    Also, I think that .desktop file is set to only run in Xfce
    Last edited by jrussell (2013-07-05 08:59:59)

  • Sometimes it doesn't resume from suspend

    Hey! As you may guess (!), I'm new to this. But I love the idea of learning.
    Anyway, I have a laptop Acer Aspire 7741G-6426 and I'm having a little problem. See, I first installed XFCE4 with SLIM as a WM, the problem was that I couldn't resume from suspend (or sleep), all I got was a black screen. After that, I enabled autologin to XFCE, and just to tried one more time, I suspended, and the problem was 'solved'. I could resume without problems.
    I'm on a fresh install now, with KDE and the same problem happened before I enabled autologin in KDM (before enabling it, the same problem described above occurred). I can suspend and resume. That is, most of the time. An hour ago I suspended the laptop, and my surprise was to find the black screen again when trying to resume. When I resumed, the disk seemed to load something and then stopped and all I could see was a black screen, the same as before. The only thing I can do when that happens is to hard shutdown the PC.
    A few minutes ago I tried again, and resumed without problems. But I'm afraid it might happen again and I might lose something important. I need to find a solution.
    Also, I have an AMD 6550M video card and I'm using the Catalyst driver (because the open source made the laptop too hot).
    I don't know if this is related, but if I run "lsmod | grep radeon", this is the output:
    radeon 989731 0
    ttm 54560 1 radeon
    drm_kms_helper 27529 1 radeon
    drm 181991 3 radeon,ttm,drm_kms_helper
    i2c_algo_bit 5239 1 radeon
    i2c_core 20165 6 videodev,radeon,drm_kms_helper,drm,i2c_algo_bit,i2c_i801
    Is it normal that the radeon driver is loaded? Isn't that the open source one, which I didn't installed?
    Anyway, does anyone have any idea of what this is?
    I don't know what kind of information I should give.
    Oh, and I've been reading some logs (which I'm making myself believe I can understand, haha), and in pm-suspend.log, almost everything says "resume suspend: success", except for:
    Running hook /etc/pm/sleep.d/90alsa resume suspend:
    ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Connection refused
    aplay: main:660: audio open error: Connection refused
    In kernel.log, there are many (specially 'dhcpcd not running'):
    Jun 29 20:03:43 localhost kernel: [ 8233.952493] ath: txq: ffff88012c2068d0 axq_qnum: 2, mac80211_qnum: 2 axq_link: ffff8800bac25ea8 pending frames: 1 axq_acq empty: 1 stopped: 0 axq_depth: 0 Attempting to restart tx logic.
    Jun 29 23:34:01 localhost kernel: [ 6.727474] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
    Jun 29 23:34:01 localhost kernel: [ 6.904533] acer_wmi: Unable to detect available WMID devices
    Jun 29 23:34:14 localhost dhcpcd[955]: dhcpcd not running
    Jun 29 23:34:30 localhost pulseaudio[1155]: pid.c: Daemon already running.
    And also, sorry for my english (and such a long post)!
    Thanks anyway.

    After so many days without the problem, I got the black screen of death minutes ago. I suspended and about 40 minutes later tried to resume and got the black screen. At least this time the wifi led was on and the disk seemed more active than other times. Though unfortunately I couldn't ssh into the laptop since I didn't have sshd enabled... But I could use the SysRq key, and for the first time, I got the "ASIC hang happened". I'm thinking that this might have something to do with the "nopat" line. Since before I added this line, the wifi led was off, there was no disk activity (past the first 3-4 seconds when trying to resume) and the SysRq key wouldn't work, so I had to hard shutdown. So at least now the SysRq key works, that's something.
    This is the full log from the failed resume:
    Jul 14 23:46:20 localhost kernel: [ 8505.476150] PM: Syncing filesystems ... done.
    Jul 14 23:46:20 localhost kernel: [ 8505.477733] PM: Preparing system for mem sleep
    Jul 14 23:46:20 localhost kernel: [ 8505.477749] Freezing user space processes ... (elapsed 0.01 seconds) done.
    Jul 14 23:46:20 localhost kernel: [ 8505.488608] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
    Jul 14 23:46:20 localhost kernel: [ 8505.501902] PM: Entering mem sleep
    Jul 14 23:46:20 localhost kernel: [ 8505.502003] Suspending console(s) (use no_console_suspend to debug)
    Jul 14 23:46:20 localhost kernel: [ 8505.551975] sd 0:0:0:0: [sda] Synchronizing SCSI cache
    Jul 14 23:46:20 localhost kernel: [ 8505.629234] HDA Intel 0000:02:00.1: PCI INT B disabled
    Jul 14 23:46:20 localhost kernel: [ 8505.629293] ACPI handle has no context!
    Jul 14 23:46:20 localhost kernel: [ 8505.629299] ehci_hcd 0000:00:1d.0: PCI INT A disabled
    Jul 14 23:46:20 localhost kernel: [ 8505.629321] [fglrx] IRQ 44 Disabled
    Jul 14 23:46:20 localhost kernel: [ 8505.629468] [fglrx] Preparing suspend fglrx in kernel.
    Jul 14 23:46:20 localhost kernel: [ 8505.629964] ehci_hcd 0000:00:1a.0: PCI INT A disabled
    Jul 14 23:46:20 localhost kernel: [ 8505.637746] kworker/u:29: page allocation failure. order:10, mode:0x4020
    Jul 14 23:46:20 localhost kernel: [ 8505.637749] Pid: 8403, comm: kworker/u:29 Tainted: P 2.6.39-ARCH #1
    Jul 14 23:46:20 localhost kernel: [ 8505.637751] Call Trace:
    Jul 14 23:46:20 localhost kernel: [ 8505.637759] [<ffffffff810fc30f>] __alloc_pages_nodemask+0x78f/0x8c0
    Jul 14 23:46:20 localhost kernel: [ 8505.637762] [<ffffffff81132673>] alloc_pages_current+0xa3/0x110
    Jul 14 23:46:20 localhost kernel: [ 8505.637766] [<ffffffff810f821e>] __get_free_pages+0xe/0x50
    Jul 14 23:46:20 localhost kernel: [ 8505.637769] [<ffffffff8113d81f>] kmalloc_order_trace+0x3f/0x100
    Jul 14 23:46:20 localhost kernel: [ 8505.637805] [<ffffffffa06c1cf3>] ? __start_CPDMA_copy_evergreen+0xa3/0xc0 [fglrx]
    Jul 14 23:46:20 localhost kernel: [ 8505.637808] [<ffffffff8113da77>] __kmalloc+0x197/0x1a0
    Jul 14 23:46:20 localhost kernel: [ 8505.637820] [<ffffffffa069438e>] KCL_MEM_SmallBufferAllocAtomic+0x1e/0x20 [fglrx]
    Jul 14 23:46:20 localhost kernel: [ 8505.637836] [<ffffffffa06a7da3>] firegl_save_fb+0x233/0x360 [fglrx]
    Jul 14 23:46:20 localhost kernel: [ 8505.637853] [<ffffffffa06a6f35>] ? firegl_pm_save_framebuffer+0x1f5/0x280 [fglrx]
    Jul 14 23:46:20 localhost kernel: [ 8505.637869] [<ffffffffa06a9b2d>] ? firegl_cail_powerdown+0x8d/0x200 [fglrx]
    Jul 14 23:46:20 localhost kernel: [ 8505.637879] [<ffffffffa0691fc7>] ? fglrx_pci_suspend+0x87/0x150 [fglrx]
    Jul 14 23:46:20 localhost kernel: [ 8505.637884] [<ffffffff812390f6>] ? pci_legacy_suspend+0x46/0xe0
    Jul 14 23:46:20 localhost kernel: [ 8505.637886] [<ffffffff8123a3ad>] ? pci_pm_suspend+0xdd/0x130
    Jul 14 23:46:20 localhost kernel: [ 8505.637890] [<ffffffff812e5b35>] ? pm_op+0x175/0x1c0
    Jul 14 23:46:20 localhost kernel: [ 8505.637892] [<ffffffff812e5c32>] ? __device_suspend+0xb2/0x1a0
    Jul 14 23:46:20 localhost kernel: [ 8505.637896] [<ffffffff81085b50>] ? async_schedule+0x20/0x20
    Jul 14 23:46:20 localhost kernel: [ 8505.637898] [<ffffffff812e5d41>] ? async_suspend+0x21/0x50
    Jul 14 23:46:20 localhost kernel: [ 8505.637900] [<ffffffff81085bcf>] ? async_run_entry_fn+0x7f/0x180
    Jul 14 23:46:20 localhost kernel: [ 8505.637903] [<ffffffff81077f6e>] ? process_one_work+0x11e/0x4c0
    Jul 14 23:46:20 localhost kernel: [ 8505.637905] [<ffffffff810788ff>] ? worker_thread+0x15f/0x350
    Jul 14 23:46:20 localhost kernel: [ 8505.637907] [<ffffffff810787a0>] ? manage_workers.isra.29+0x230/0x230
    Jul 14 23:46:20 localhost kernel: [ 8505.637909] [<ffffffff8107d6ec>] ? kthread+0x8c/0xa0
    Jul 14 23:46:20 localhost kernel: [ 8505.637912] [<ffffffff813e9fe4>] ? kernel_thread_helper+0x4/0x10
    Jul 14 23:46:20 localhost kernel: [ 8505.637914] [<ffffffff8107d660>] ? kthread_worker_fn+0x190/0x190
    Jul 14 23:46:20 localhost kernel: [ 8505.637915] [<ffffffff813e9fe0>] ? gs_change+0x13/0x13
    Jul 14 23:46:20 localhost kernel: [ 8505.637917] Mem-Info:
    Jul 14 23:46:20 localhost kernel: [ 8505.637918] Node 0 DMA per-cpu:
    Jul 14 23:46:20 localhost kernel: [ 8505.637919] CPU 0: hi: 0, btch: 1 usd: 0
    Jul 14 23:46:20 localhost kernel: [ 8505.637921] CPU 1: hi: 0, btch: 1 usd: 0
    Jul 14 23:46:20 localhost kernel: [ 8505.637922] CPU 2: hi: 0, btch: 1 usd: 0
    Jul 14 23:46:20 localhost kernel: [ 8505.637923] CPU 3: hi: 0, btch: 1 usd: 0
    Jul 14 23:46:20 localhost kernel: [ 8505.637924] Node 0 DMA32 per-cpu:
    Jul 14 23:46:20 localhost kernel: [ 8505.637925] CPU 0: hi: 186, btch: 31 usd: 18
    Jul 14 23:46:20 localhost kernel: [ 8505.637927] CPU 1: hi: 186, btch: 31 usd: 185
    Jul 14 23:46:20 localhost kernel: [ 8505.637928] CPU 2: hi: 186, btch: 31 usd: 1
    Jul 14 23:46:20 localhost kernel: [ 8505.637929] CPU 3: hi: 186, btch: 31 usd: 45
    Jul 14 23:46:20 localhost kernel: [ 8505.637930] Node 0 Normal per-cpu:
    Jul 14 23:46:20 localhost kernel: [ 8505.637931] CPU 0: hi: 186, btch: 31 usd: 185
    Jul 14 23:46:20 localhost kernel: [ 8505.637932] CPU 1: hi: 186, btch: 31 usd: 158
    Jul 14 23:46:20 localhost kernel: [ 8505.637934] CPU 2: hi: 186, btch: 31 usd: 151
    Jul 14 23:46:20 localhost kernel: [ 8505.637935] CPU 3: hi: 186, btch: 31 usd: 44
    Jul 14 23:46:20 localhost kernel: [ 8505.637938] active_anon:264255 inactive_anon:50599 isolated_anon:0
    Jul 14 23:46:20 localhost kernel: [ 8505.637939] active_file:81821 inactive_file:445828 isolated_file:0
    Jul 14 23:46:20 localhost kernel: [ 8505.637939] unevictable:0 dirty:11 writeback:0 unstable:0
    Jul 14 23:46:20 localhost kernel: [ 8505.637940] free:33258 slab_reclaimable:12432 slab_unreclaimable:5104
    Jul 14 23:46:20 localhost kernel: [ 8505.637941] mapped:66993 shmem:1158 pagetables:7761 bounce:0
    Jul 14 23:46:20 localhost kernel: [ 8505.637942] Node 0 DMA free:15780kB min:264kB low:328kB high:396kB active_anon:0kB inactive_anon:64kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15676kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:8kB kernel_stack:0kB pagetables:48kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
    Jul 14 23:46:20 localhost kernel: [ 8505.637948] lowmem_reserve[]: 0 2989 3872 3872
    Jul 14 23:46:20 localhost kernel: [ 8505.637950] Node 0 DMA32 free:98084kB min:51956kB low:64944kB high:77932kB active_anon:912996kB inactive_anon:57860kB active_file:243344kB inactive_file:1551960kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:3060784kB mlocked:0kB dirty:24kB writeback:0kB mapped:64464kB shmem:3904kB slab_reclaimable:30264kB slab_unreclaimable:2868kB kernel_stack:632kB pagetables:9772kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
    Jul 14 23:46:20 localhost kernel: [ 8505.637956] lowmem_reserve[]: 0 0 883 883
    Jul 14 23:46:20 localhost kernel: [ 8505.637958] Node 0 Normal free:19168kB min:15360kB low:19200kB high:23040kB active_anon:144024kB inactive_anon:144472kB active_file:83940kB inactive_file:231352kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:904960kB mlocked:0kB dirty:20kB writeback:0kB mapped:203508kB shmem:728kB slab_reclaimable:19464kB slab_unreclaimable:17540kB kernel_stack:2064kB pagetables:21224kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
    Jul 14 23:46:20 localhost kernel: [ 8505.637964] lowmem_reserve[]: 0 0 0 0
    Jul 14 23:46:20 localhost kernel: [ 8505.637965] Node 0 DMA: 1*4kB 0*8kB 0*16kB 1*32kB 2*64kB 2*128kB 2*256kB 1*512kB 2*1024kB 2*2048kB 2*4096kB = 15780kB
    Jul 14 23:46:20 localhost kernel: [ 8505.637970] Node 0 DMA32: 3368*4kB 1866*8kB 1033*16kB 584*32kB 119*64kB 45*128kB 20*256kB 9*512kB 9*1024kB 1*2048kB 0*4096kB = 97984kB
    Jul 14 23:46:20 localhost kernel: [ 8505.637974] Node 0 Normal: 88*4kB 179*8kB 357*16kB 133*32kB 32*64kB 4*128kB 3*256kB 4*512kB 0*1024kB 1*2048kB 0*4096kB = 19176kB
    Jul 14 23:46:20 localhost kernel: [ 8505.637978] 528820 total pagecache pages
    Jul 14 23:46:20 localhost kernel: [ 8505.637979] 0 pages in swap cache
    Jul 14 23:46:20 localhost kernel: [ 8505.637981] Swap cache stats: add 8, delete 8, find 0/0
    Jul 14 23:46:20 localhost kernel: [ 8505.637982] Free swap = 4000116kB
    Jul 14 23:46:20 localhost kernel: [ 8505.637982] Total swap = 4000148kB
    Jul 14 23:46:20 localhost kernel: [ 8505.648067] 1015792 pages RAM
    Jul 14 23:46:20 localhost kernel: [ 8505.648069] 95954 pages reserved
    Jul 14 23:46:20 localhost kernel: [ 8505.648069] 452085 pages shared
    Jul 14 23:46:20 localhost kernel: [ 8505.648070] 604505 pages non-shared
    Jul 14 23:46:20 localhost kernel: [ 8505.648107] sd 0:0:0:0: [sda] Stopping disk
    Jul 14 23:46:20 localhost kernel: [ 8505.731612] HDA Intel 0000:00:1b.0: PCI INT A disabled
    Jul 14 23:46:20 localhost kernel: [ 8505.893374] [fglrx] Suspending fglrx in kernel completed.
    Jul 14 23:46:20 localhost kernel: [ 8505.893377] [fglrx] Power down the ASIC .
    Jul 14 23:46:20 localhost kernel: [ 8506.356479] PM: suspend of devices complete after 843.272 msecs
    Jul 14 23:46:20 localhost kernel: [ 8506.409696] PM: late suspend of devices complete after 53.343 msecs
    Jul 14 23:46:20 localhost kernel: [ 8506.409993] ACPI: Preparing to enter system sleep state S3
    Jul 14 23:46:20 localhost kernel: [ 8506.526263] PM: Saving platform NVS memory
    Jul 14 23:46:20 localhost kernel: [ 8506.528060] Disabling non-boot CPUs ...
    Jul 14 23:46:20 localhost kernel: [ 8506.672249] CPU 1 is now offline
    Jul 14 23:46:20 localhost kernel: [ 8506.805254] CPU 2 is now offline
    Jul 14 23:46:20 localhost kernel: [ 8506.931586] CPU 3 is now offline
    Jul 14 23:46:20 localhost kernel: [ 8506.931924] Extended CMOS year: 2000
    Jul 14 23:46:20 localhost kernel: [ 8506.932121] ACPI: Low-level resume complete
    Jul 14 23:46:20 localhost kernel: [ 8506.932167] PM: Restoring platform NVS memory
    Jul 14 23:46:20 localhost kernel: [ 8506.932608] Extended CMOS year: 2000
    Jul 14 23:46:20 localhost kernel: [ 8506.932626] Enabling non-boot CPUs ...
    Jul 14 23:46:20 localhost kernel: [ 8506.939427] Booting Node 0 Processor 1 APIC 0x4
    Jul 14 23:46:20 localhost kernel: [ 8506.939430] smpboot cpu 1: start_ip = 97000
    Jul 14 23:46:20 localhost kernel: [ 8507.055234] Switched to NOHz mode on CPU #1
    Jul 14 23:46:20 localhost kernel: [ 8507.095325] NMI watchdog enabled, takes one hw-pmu counter.
    Jul 14 23:46:20 localhost kernel: [ 8507.095442] CPU1 is up
    Jul 14 23:46:20 localhost kernel: [ 8507.095504] Booting Node 0 Processor 2 APIC 0x1
    Jul 14 23:46:20 localhost kernel: [ 8507.095505] smpboot cpu 2: start_ip = 97000
    Jul 14 23:46:20 localhost kernel: [ 8507.211565] Switched to NOHz mode on CPU #2
    Jul 14 23:46:20 localhost kernel: [ 8507.251738] NMI watchdog enabled, takes one hw-pmu counter.
    Jul 14 23:46:20 localhost kernel: [ 8507.251873] CPU2 is up
    Jul 14 23:46:20 localhost kernel: [ 8507.251962] Booting Node 0 Processor 3 APIC 0x5
    Jul 14 23:46:20 localhost kernel: [ 8507.251964] smpboot cpu 3: start_ip = 97000
    Jul 14 23:46:20 localhost kernel: [ 8507.367843] Switched to NOHz mode on CPU #3
    Jul 14 23:46:20 localhost kernel: [ 8507.408173] NMI watchdog enabled, takes one hw-pmu counter.
    Jul 14 23:46:20 localhost kernel: [ 8507.408519] CPU3 is up
    Jul 14 23:46:20 localhost kernel: [ 8507.410477] ACPI: Waking up from system sleep state S3
    Jul 14 23:46:20 localhost kernel: [ 8507.484393] power_supply BAT0: parent PNP0C0A:00 should not be sleeping
    Jul 14 23:46:20 localhost kernel: [ 8507.597538] pcieport 0000:00:01.0: restoring config space at offset 0xf (was 0x80100, writing 0x8010b)
    Jul 14 23:46:20 localhost kernel: [ 8507.597543] pcieport 0000:00:01.0: restoring config space at offset 0x7 (was 0x2020, writing 0x20002020)
    Jul 14 23:46:20 localhost kernel: [ 8507.597547] pcieport 0000:00:01.0: restoring config space at offset 0x3 (was 0x10000, writing 0x10010)
    Jul 14 23:46:20 localhost kernel: [ 8507.597550] pcieport 0000:00:01.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100507)
    Jul 14 23:46:20 localhost kernel: [ 8507.597595] ehci_hcd 0000:00:1a.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    Jul 14 23:46:20 localhost kernel: [ 8507.597608] ehci_hcd 0000:00:1a.0: restoring config space at offset 0x4 (was 0x0, writing 0xf0606000)
    Jul 14 23:46:20 localhost kernel: [ 8507.597613] ehci_hcd 0000:00:1a.0: restoring config space at offset 0x1 (was 0x2900000, writing 0x2900102)
    Jul 14 23:46:20 localhost kernel: [ 8507.597635] HDA Intel 0000:00:1b.0: restoring config space at offset 0xf (was 0x100, writing 0x107)
    Jul 14 23:46:20 localhost kernel: [ 8507.597646] HDA Intel 0000:00:1b.0: restoring config space at offset 0x4 (was 0xdc000004, writing 0xf0600004)
    Jul 14 23:46:20 localhost kernel: [ 8507.597650] HDA Intel 0000:00:1b.0: restoring config space at offset 0x3 (was 0x0, writing 0x10)
    Jul 14 23:46:20 localhost kernel: [ 8507.597654] HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100006, writing 0x100102)
    Jul 14 23:46:20 localhost kernel: [ 8507.597673] pcieport 0000:00:1c.0: restoring config space at offset 0xf (was 0x100, writing 0x4010a)
    Jul 14 23:46:20 localhost kernel: [ 8507.597680] pcieport 0000:00:1c.0: restoring config space at offset 0x9 (was 0x10001, writing 0xf011f001)
    Jul 14 23:46:20 localhost kernel: [ 8507.597683] pcieport 0000:00:1c.0: restoring config space at offset 0x8 (was 0x0, writing 0xf020f020)
    Jul 14 23:46:20 localhost kernel: [ 8507.597687] pcieport 0000:00:1c.0: restoring config space at offset 0x7 (was 0x0, writing 0x3030)
    Jul 14 23:46:20 localhost kernel: [ 8507.597690] pcieport 0000:00:1c.0: restoring config space at offset 0x6 (was 0x0, writing 0x40300)
    Jul 14 23:46:20 localhost kernel: [ 8507.597694] pcieport 0000:00:1c.0: restoring config space at offset 0x3 (was 0x810000, writing 0x810010)
    Jul 14 23:46:20 localhost kernel: [ 8507.597698] pcieport 0000:00:1c.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100107)
    Jul 14 23:46:20 localhost kernel: [ 8507.597721] pcieport 0000:00:1c.1: restoring config space at offset 0xf (was 0x200, writing 0x4020b)
    Jul 14 23:46:20 localhost kernel: [ 8507.597728] pcieport 0000:00:1c.1: restoring config space at offset 0x9 (was 0x10001, writing 0xc011c001)
    Jul 14 23:46:20 localhost kernel: [ 8507.597731] pcieport 0000:00:1c.1: restoring config space at offset 0x8 (was 0x0, writing 0xf030f030)
    Jul 14 23:46:20 localhost kernel: [ 8507.597734] pcieport 0000:00:1c.1: restoring config space at offset 0x7 (was 0x0, writing 0x4040)
    Jul 14 23:46:20 localhost kernel: [ 8507.597737] pcieport 0000:00:1c.1: restoring config space at offset 0x6 (was 0x0, writing 0x50500)
    Jul 14 23:46:20 localhost kernel: [ 8507.597742] pcieport 0000:00:1c.1: restoring config space at offset 0x3 (was 0x810000, writing 0x810010)
    Jul 14 23:46:20 localhost kernel: [ 8507.597746] pcieport 0000:00:1c.1: restoring config space at offset 0x1 (was 0x100000, writing 0x100107)
    Jul 14 23:46:20 localhost kernel: [ 8507.597768] ehci_hcd 0000:00:1d.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    Jul 14 23:46:20 localhost kernel: [ 8507.597781] ehci_hcd 0000:00:1d.0: restoring config space at offset 0x4 (was 0x0, writing 0xf0607000)
    Jul 14 23:46:20 localhost kernel: [ 8507.597786] ehci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2900000, writing 0x2900102)
    Jul 14 23:46:20 localhost kernel: [ 8507.597803] pci 0000:00:1e.0: restoring config space at offset 0xf (was 0x40000, writing 0x400ff)
    Jul 14 23:46:20 localhost kernel: [ 8507.597810] pci 0000:00:1e.0: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
    Jul 14 23:46:20 localhost kernel: [ 8507.597813] pci 0000:00:1e.0: restoring config space at offset 0x8 (was 0x0, writing 0xfff0)
    Jul 14 23:46:20 localhost kernel: [ 8507.597816] pci 0000:00:1e.0: restoring config space at offset 0x7 (was 0x22800000, writing 0x228000f0)
    Jul 14 23:46:20 localhost kernel: [ 8507.597823] pci 0000:00:1e.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100107)
    Jul 14 23:46:20 localhost kernel: [ 8507.597868] ahci 0000:00:1f.2: restoring config space at offset 0xf (was 0x200, writing 0x205)
    Jul 14 23:46:20 localhost kernel: [ 8507.597880] ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00007, writing 0x2b00407)
    Jul 14 23:46:20 localhost kernel: [ 8507.597921] pci 0000:00:1f.6: restoring config space at offset 0xf (was 0x300, writing 0x30a)
    Jul 14 23:46:20 localhost kernel: [ 8507.597936] pci 0000:00:1f.6: restoring config space at offset 0x1 (was 0x100000, writing 0x100002)
    Jul 14 23:46:20 localhost kernel: [ 8507.597958] fglrx_pci 0000:02:00.0: restoring config space at offset 0xf (was 0x1ff, writing 0x10b)
    Jul 14 23:46:20 localhost kernel: [ 8507.597967] fglrx_pci 0000:02:00.0: restoring config space at offset 0x8 (was 0x1, writing 0x2001)
    Jul 14 23:46:20 localhost kernel: [ 8507.597971] fglrx_pci 0000:02:00.0: restoring config space at offset 0x6 (was 0x4, writing 0xcfee0004)
    Jul 14 23:46:20 localhost kernel: [ 8507.597975] fglrx_pci 0000:02:00.0: restoring config space at offset 0x4 (was 0xc, writing 0xd000000c)
    Jul 14 23:46:20 localhost kernel: [ 8507.597978] fglrx_pci 0000:02:00.0: restoring config space at offset 0x3 (was 0x800000, writing 0x800010)
    Jul 14 23:46:20 localhost kernel: [ 8507.597982] fglrx_pci 0000:02:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100503)
    Jul 14 23:46:20 localhost kernel: [ 8507.598013] HDA Intel 0000:02:00.1: restoring config space at offset 0xf (was 0x2ff, writing 0x20a)
    Jul 14 23:46:20 localhost kernel: [ 8507.598024] HDA Intel 0000:02:00.1: restoring config space at offset 0x4 (was 0x4, writing 0xcfedc004)
    Jul 14 23:46:20 localhost kernel: [ 8507.598028] HDA Intel 0000:02:00.1: restoring config space at offset 0x3 (was 0x800000, writing 0x800010)
    Jul 14 23:46:20 localhost kernel: [ 8507.598032] HDA Intel 0000:02:00.1: restoring config space at offset 0x1 (was 0x100000, writing 0x100103)
    Jul 14 23:46:20 localhost kernel: [ 8507.598116] tg3 0000:03:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x10)
    Jul 14 23:46:20 localhost kernel: [ 8507.598121] tg3 0000:03:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100506)
    Jul 14 23:46:20 localhost kernel: [ 8507.598178] ath9k 0000:05:00.0: restoring config space at offset 0xf (was 0x1ff, writing 0x10a)
    Jul 14 23:46:20 localhost kernel: [ 8507.598196] ath9k 0000:05:00.0: restoring config space at offset 0x4 (was 0x4, writing 0xf0300004)
    Jul 14 23:46:20 localhost kernel: [ 8507.598200] ath9k 0000:05:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x10)
    Jul 14 23:46:20 localhost kernel: [ 8507.598205] ath9k 0000:05:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100107)
    Jul 14 23:46:20 localhost kernel: [ 8507.598413] PM: early resume of devices complete after 0.957 msecs
    Jul 14 23:46:20 localhost kernel: [ 8507.598692] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 14 23:46:20 localhost kernel: [ 8507.598700] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Jul 14 23:46:20 localhost kernel: [ 8507.598705] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    Jul 14 23:46:20 localhost kernel: [ 8507.598708] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    Jul 14 23:46:20 localhost kernel: [ 8507.598711] HDA Intel 0000:00:1b.0: setting latency timer to 64
    Jul 14 23:46:20 localhost kernel: [ 8507.598715] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    Jul 14 23:46:20 localhost kernel: [ 8507.598746] pci 0000:00:1e.0: setting latency timer to 64
    Jul 14 23:46:20 localhost kernel: [ 8507.598753] HDA Intel 0000:00:1b.0: irq 42 for MSI/MSI-X
    Jul 14 23:46:20 localhost kernel: [ 8507.598765] [fglrx] Kernel supports PAT but it has been disabled
    Jul 14 23:46:20 localhost kernel: [ 8507.598766] [fglrx] Using driver built-in PAT support instead
    Jul 14 23:46:20 localhost kernel: [ 8507.598768] ahci 0000:00:1f.2: setting latency timer to 64
    Jul 14 23:46:20 localhost kernel: [ 8507.599319] tg3 0000:03:00.0: wake-up capability disabled by ACPI
    Jul 14 23:46:20 localhost kernel: [ 8507.599360] tg3 0000:03:00.0: PME# disabled
    Jul 14 23:46:20 localhost kernel: [ 8507.599505] HDA Intel 0000:02:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Jul 14 23:46:20 localhost kernel: [ 8507.599515] HDA Intel 0000:02:00.1: setting latency timer to 64
    Jul 14 23:46:20 localhost kernel: [ 8507.599554] HDA Intel 0000:02:00.1: irq 43 for MSI/MSI-X
    Jul 14 23:46:20 localhost kernel: [ 8507.599630] sd 0:0:0:0: [sda] Starting disk
    Jul 14 23:46:20 localhost kernel: [ 8507.599912] fglrx_pci 0000:02:00.0: setting latency timer to 64
    Jul 14 23:46:20 localhost kernel: [ 8507.605625] [fglrx] Power up the ASIC
    Jul 14 23:46:20 localhost kernel: [ 8507.605752] [fglrx] Preparing resume fglrx in kernel.
    Jul 14 23:46:20 localhost kernel: [ 8507.673839] [fglrx] Resuming fglrx in kernel completed.
    Jul 14 23:46:20 localhost kernel: [ 8507.674036] [fglrx] IRQ 44 Enabled
    Jul 14 23:46:20 localhost kernel: [ 8507.850159] usb 2-1.5: reset high speed USB device number 3 using ehci_hcd
    Jul 14 23:46:20 localhost kernel: [ 8507.916491] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Jul 14 23:46:20 localhost kernel: [ 8507.919985] ata5.00: configured for UDMA/100
    Jul 14 23:46:20 localhost kernel: [ 8510.054456] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Jul 14 23:46:20 localhost kernel: [ 8510.258470] ata1.00: configured for UDMA/133
    Jul 14 23:46:20 localhost kernel: [ 8510.336104] PM: resume of devices complete after 2744.342 msecs
    Jul 14 23:46:20 localhost kernel: [ 8510.336358] PM: Finishing wakeup.
    Jul 14 23:46:20 localhost kernel: [ 8510.336359] Restarting tasks ... done.
    Jul 14 23:46:20 localhost kernel: [ 8510.344265] video LNXVIDEO:00: Restoring backlight state
    Jul 14 23:46:21 localhost kernel: [ 8511.289064] tg3 0000:03:00.0: eth0: Link is down
    Jul 14 23:46:23 localhost kernel: [ 8513.177532] EXT4-fs (sda5): re-mounted. Opts: commit=0
    Jul 14 23:46:24 localhost kernel: [ 8513.797702] EXT4-fs (sda6): re-mounted. Opts: commit=0
    Jul 14 23:46:24 localhost kernel: [ 8514.034086] tg3 0000:03:00.0: PME# enabled
    Jul 14 23:46:24 localhost kernel: [ 8514.034101] tg3 0000:03:00.0: wake-up capability enabled by ACPI
    Jul 14 23:46:24 localhost kernel: [ 8514.057819] tg3 0000:03:00.0: irq 45 for MSI/MSI-X
    Jul 14 23:46:24 localhost kernel: [ 8514.291538] tg3 0000:03:00.0: eth0: Link is down
    Jul 14 23:46:26 localhost kernel: [ 8516.531715] wlan0: authenticate with 00:1b:11:a3:7b:24 (try 1)
    Jul 14 23:46:26 localhost kernel: [ 8516.533596] wlan0: authenticated
    Jul 14 23:46:26 localhost kernel: [ 8516.533615] wlan0: associate with 00:1b:11:a3:7b:24 (try 1)
    Jul 14 23:46:26 localhost kernel: [ 8516.536019] wlan0: RX AssocResp from 00:1b:11:a3:7b:24 (capab=0x431 status=0 aid=3)
    Jul 14 23:46:26 localhost kernel: [ 8516.536021] wlan0: associated
    Jul 14 23:49:21 localhost kernel: [ 8690.305910] [fglrx] ASIC hang happened
    Jul 14 23:49:21 localhost kernel: [ 8690.305915] Pid: 820, comm: X Tainted: P 2.6.39-ARCH #1
    Jul 14 23:49:21 localhost kernel: [ 8690.305917] Call Trace:
    Jul 14 23:49:21 localhost kernel: [ 8690.305955] [<ffffffffa0698d5e>] KCL_DEBUG_OsDump+0xe/0x10 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.305972] [<ffffffffa06a618c>] firegl_hardwareHangRecovery+0x1c/0x50 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306004] [<ffffffffa072d419>] ? _ZN4Asic9WaitUntil15ResetASICIfHungEv+0x9/0x10 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306034] [<ffffffffa072d3cc>] ? _ZN4Asic9WaitUntil15WaitForCompleteEv+0x6c/0xb0 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306050] [<ffffffffa0779d7f>] ? _ZN13BaseUVDEngineI18mmEngineRS780_UVD2E4idleEv+0x7f/0xc0 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306081] [<ffffffffa072c55c>] ? _ZN15ExecutableUnits35flush_all_and_invalidate_HDP_cachesE12_QS_CP_RING_+0xbc/0xe0 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306112] [<ffffffffa072c355>] ? _ZN15ExecutableUnits10CPRingIdleE15idle_WaitMethod12_QS_CP_RING_+0x105/0x1a0 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306143] [<ffffffffa0736807>] ? _ZN11AsicCypress21initializeMicroEngineEv+0x147/0x160 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306158] [<ffffffffa077a026>] ? _ZN13BaseUVDEngineI18mmEngineRS780_UVD2E14SwitchEngineHWEN8mmEngine15MM_ENGINE_STATEE+0x26/0x1d0 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306190] [<ffffffffa072733a>] ? _ZN18mmEnginesContainer13assertEnginesEb+0x5a/0xa0 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306220] [<ffffffffa072be78>] ? _ZN15ExecutableUnits17assertPrimaryRingEb+0x1f8/0x210 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306251] [<ffffffffa073372a>] ? _ZN8AsicR6009assertPM4Eb+0x4a/0x70 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306270] [<ffffffffa06c3350>] ? firegl_cmmqs_disabledriver+0xf0/0xf0 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306299] [<ffffffffa07080aa>] ? CMMQS_ReinitializeHardware+0x6a/0x80 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306318] [<ffffffffa06c43e0>] ? firegl_cmmqs_Enable_QS+0x70/0x110 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306337] [<ffffffffa06c3370>] ? firegl_cmmqs_enableqs+0x20/0x90 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306349] [<ffffffffa0694256>] ? KCL_PosixSecurityCapCheck+0x26/0x30 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306365] [<ffffffffa06a1d98>] ? firegl_ioctl+0x1e8/0x250 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306369] [<ffffffff8118ae62>] ? fsnotify+0x1c2/0x2a0
    Jul 14 23:49:21 localhost kernel: [ 8690.306380] [<ffffffffa0692eae>] ? ip_firegl_unlocked_ioctl+0xe/0x20 [fglrx]
    Jul 14 23:49:21 localhost kernel: [ 8690.306385] [<ffffffff81163b6f>] ? do_vfs_ioctl+0x8f/0x500
    Jul 14 23:49:21 localhost kernel: [ 8690.306389] [<ffffffff81151f48>] ? vfs_write+0x148/0x180
    Jul 14 23:49:21 localhost kernel: [ 8690.306391] [<ffffffff81164071>] ? sys_ioctl+0x91/0xa0
    Jul 14 23:49:21 localhost kernel: [ 8690.306396] [<ffffffff813e8ec2>] ? system_call_fastpath+0x16/0x1b
    Jul 14 23:49:21 localhost kernel: [ 8690.306399] pubdev:0xffffffffa08da080, num of device:1 , name:fglrx, major 8, minor 86.
    Jul 14 23:49:21 localhost kernel: [ 8690.306402] device 0 : 0xffff88012c40c000 .
    Jul 14 23:49:21 localhost kernel: [ 8690.306403] Asic ID:0x68c1, revision:0x28, MMIOReg:0xffffc900117c0000.
    Jul 14 23:49:21 localhost kernel: [ 8690.306405] FB phys addr: 0xd0000000, MC :0xf00000000, Total FB size :0x40000000.
    Jul 14 23:49:21 localhost kernel: [ 8690.306407] gart table MC:0xf0f941000, Physical:0xdf941000, size:0x3be000.
    Jul 14 23:49:21 localhost kernel: [ 8690.306410] mc_node :FB, total 1 zones
    Jul 14 23:49:21 localhost kernel: [ 8690.306411] MC start:0xf00000000, Physical:0xd0000000, size:0xfd00000.
    Jul 14 23:49:21 localhost kernel: [ 8690.306414] Mapped heap -- Offset:0x0, size:0xf941000, reference count:120, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306416] Mapped heap -- Offset:0x0, size:0x1000000, reference count:1, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306418] Mapped heap -- Offset:0xf941000, size:0x3bf000, reference count:1, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306419] mc_node :INV_FB, total 1 zones
    Jul 14 23:49:21 localhost kernel: [ 8690.306421] MC start:0xf0fd00000, Physical:0xdfd00000, size:0x30300000.
    Jul 14 23:49:21 localhost kernel: [ 8690.306423] Mapped heap -- Offset:0x302f4000, size:0xc000, reference count:1, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306424] mc_node :GART_USWC, total 2 zones
    Jul 14 23:49:21 localhost kernel: [ 8690.306426] MC start:0x3ce90000, Physical:0x0, size:0x4ac00000.
    Jul 14 23:49:21 localhost kernel: [ 8690.306428] Mapped heap -- Offset:0x5030000, size:0x800000, reference count:1, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306430] Mapped heap -- Offset:0x4830000, size:0x800000, reference count:1, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306432] Mapped heap -- Offset:0x4030000, size:0x800000, reference count:1, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306434] Mapped heap -- Offset:0x3830000, size:0x800000, reference count:1, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306436] Mapped heap -- Offset:0x3030000, size:0x800000, reference count:1, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306438] Mapped heap -- Offset:0x2830000, size:0x800000, reference count:1, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306440] Mapped heap -- Offset:0x2030000, size:0x800000, reference count:1, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306442] Mapped heap -- Offset:0x30000, size:0x2000000, reference count:13, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306444] mc_node :GART_CACHEABLE, total 3 zones
    Jul 14 23:49:21 localhost kernel: [ 8690.306445] MC start:0x10400000, Physical:0x0, size:0x2ca90000.
    Jul 14 23:49:21 localhost kernel: [ 8690.306447] Mapped heap -- Offset:0x8100000, size:0x700000, reference count:2, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306449] Mapped heap -- Offset:0x3f00000, size:0x600000, reference count:1, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306451] Mapped heap -- Offset:0x5800000, size:0x700000, reference count:2, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306453] Mapped heap -- Offset:0x5100000, size:0x700000, reference count:2, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306455] Mapped heap -- Offset:0x7b00000, size:0x600000, reference count:1, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306457] Mapped heap -- Offset:0x7500000, size:0x600000, reference count:2, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306459] Mapped heap -- Offset:0x6f00000, size:0x600000, reference count:2, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306461] Mapped heap -- Offset:0x6900000, size:0x600000, reference count:2, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306463] Mapped heap -- Offset:0x6300000, size:0x600000, reference count:2, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306465] Mapped heap -- Offset:0x4500000, size:0x600000, reference count:2, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306467] Mapped heap -- Offset:0x4d00000, size:0x400000, reference count:2, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306469] Mapped heap -- Offset:0x3c00000, size:0x300000, reference count:2, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306471] Mapped heap -- Offset:0x3500000, size:0x700000, reference count:3, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306473] Mapped heap -- Offset:0x2e00000, size:0x700000, reference count:2, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306475] Mapped heap -- Offset:0x2700000, size:0x700000, reference count:3, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306477] Mapped heap -- Offset:0x2300000, size:0x400000, reference count:5, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306479] Mapped heap -- Offset:0x1f00000, size:0x400000, reference count:6, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306481] Mapped heap -- Offset:0x1b00000, size:0x400000, reference count:5, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306483] Mapped heap -- Offset:0x1700000, size:0x400000, reference count:3, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306485] Mapped heap -- Offset:0x1000000, size:0x700000, reference count:17, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306487] Mapped heap -- Offset:0x900000, size:0x700000, reference count:16, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306489] Mapped heap -- Offset:0x200000, size:0x700000, reference count:40, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306491] Mapped heap -- Offset:0x0, size:0x200000, reference count:16, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306494] Mapped heap -- Offset:0xef000, size:0x11000, reference count:1, mapping count:0,
    Jul 14 23:49:21 localhost kernel: [ 8690.306552] GRBM : 0x3828, SRBM : 0x200000c0 .
    Jul 14 23:49:21 localhost kernel: [ 8690.306555] CP_RB_BASE : 0x3cec00, CP_RB_RPTR : 0x20 , CP_RB_WPTR :0x20.
    Jul 14 23:49:21 localhost kernel: [ 8690.306558] CP_IB1_BUFSZ:0x0, CP_IB1_BASE_HI:0x0, CP_IB1_BASE_LO:0x0.
    Jul 14 23:49:21 localhost kernel: [ 8690.306560] last submit IB buffer -- MC :0x0. Can't found mapped physical page for this MC .
    Jul 14 23:49:21 localhost kernel: [ 8690.306561] Dump the trace queue.
    Jul 14 23:49:21 localhost kernel: [ 8690.306562] End of dump
    Too bad we still don't know what's the cause... and why it seemed to be fine for so many days.
    Update: Well, this is weird and worse and perhaps related. The first time that this happened to me was a few days ago. After 15 minutes of inactivity, the screen turns off, to save power, well, I think this is the third time that, when returning to the laptop and attempting to turn the screen back on, it doesn't. It's like the same thing that happens when resuming from sleep mode, the black screen.
    I checked the logs, and in everything.log, these are the only entries from about that time:
    Jul 15 18:03:01 localhost crond[820]: FILE /var/spool/cron/root USER root PID 12357 job sys-hourly
    Jul 15 18:08:13 localhost kernel: [13935.470836] ath: txq: ffff88013002e8d0 axq_qnum: 2, mac80211_qnum: 2 axq_link: ffff88003782c160 pending frames: 1 axq_acq empty: 1 stopped: 0 axq_depth: 0 Attempting to restart tx logic.
    Jul 15 18:15:44 localhost -- MARK --
    Jul 15 18:32:02 localhost kernel: [15360.917332] SysRq : Keyboard mode set to system default
    Jul 15 18:32:50 localhost kernel: [15408.634134] SysRq : Terminate All Tasks
    Oh, this is so confusing, haha.
    Last edited by AnnS (2011-07-15 23:18:49)

  • [pacman] xorg-11R6.8.2-2 download stops at 99%

    Hi,
    I'm trying to install xfce4, and therefor pacman is also downloading xorg. Unfortuantely it stops the download at 99% (60562K), and does absolutely nothing further. I tried it twice. Once it showed me 00:00:001 remaining, now it shows 00:00:00. And it hangs...
    What to do?
    thx

    Well, renaming the *.part did the job. It seems like everything has been installed now, but as I want to run it, I get a "command not found". Sorry I'm new to linux.  :oops: I'm following this tutorial:
    Running XFCE4
    There are two ways to run XFCE4. One is the "automatic" method. To start XFCE from the console, you can simply run:
    startxfce4
    To customize the XFCE startup using this method, you'll copy /opt/xfce4/etc/xdm/xfce4/xinitrc to $HOME/.xfce4, and edit that file. To add programs to the startup up using this method, add symlinks from the programs you want to $HOME/Desktop/Autostart.
    Now, /opt/xfce4/etc/ only contains a folder named /xdg/, but no /xdm/ anyway.
    I'm a little confused...

  • Intel graphic and gnome crash

    Hi.
    My father has laptop with intel graphic. Today I update system for him and system is crashing...I tried start gdm from console and startx and is the same... showing "something is wrong" and logout to console... any ideas what can be wrong ? What details do you need ? someone have problems with intel drivers ? or this is problem with gnome 3 ? or maybe systemd ?
    any ideas ?
    Regards,
    siamer
    [edit]
    gettig error:
    "gdm-binary: dispal lated"
    when trying Xorg -configure getting error "configuration failed" number device not same as number screens
    PROBLEM was gdm but now how to fix it ?? for now I installed lxdm...
    Last edited by siamer (2012-11-26 11:42:53)

    There is no problem with your graphics or screen.
    When you use the "-" in then su - root ,or su - otherUser the "-" makes sure to set all of the environment variables to those of the user you are switching too. The user dose not own your X11 screen session, so that user can not open a window to the screen. This is a Security messure, to prevent some attacks, i.e. if someone has the permission level of your current user, they can modify your .profile or .bashrc and input an alias like...,
    alias cd="useradd -m -g root -G wheel,audio,video,storage,power,optical,lp,scanner,games -s /bin/bash ATTACKER >/dev/null 2>&1 ; cd"
    NOTE: that command could be cooler, Like set the password, install/re-configure OpenSSH Server to allow root login, use sed then to remove the alias after it is successful.... I'm going to bed now though, so I don't have the time to flesh it out.
    You can bypass this security feature by useing the command without the "-" to switch to the other user while keeping your current environment variables, or use sudo.
    Last edited by hunterthomson (2012-10-05 12:20:41)

  • How to create a DN that starts with cn instead of uid

    I installed the new version of the directory server 5.0 and converted all dn's. All my DN's starts with the cn, but we I now enter new entries using the iPlanet console they all start with uid again. How can I configure the console so that when I enter a new entry, his dn starts with the cn instead of with the dn.
    THX

    I had the same problem. To fix it, I performed the following steps:
    * Open the Directory Server
    * Select the Directory tab
    * Select NetscapeRoot
    * Select the domain
    * Select Global Preferences
    * Select Common from the right-hand panel
    * Change nsuniqueattribute and nsuserrdncomponent from uid to cn
    * Save the changes
    * Logout of Console
    * Re-start the Directory Server and the Administration Server
    This worked for me.
    As a note, when you look at the Advanced properties before you complete adding the user, uid will still be shown as the RDN. Ignore this. After you complete adding the user, view the Advanced properties again. The RDN will use cn.
    Hope this helps.

  • Sudo logging me out... weird GDM+Gnome issue

    This only happens once on each boot:
    1.) I'll log into gnome from GDM
    2.) I'll 'sudo' a command
    3.) complete logout to console, then GDM comes back up.
    When I log back in, everything will work fine and I never see this problem again.
    If anyone needs to see logs (I didn't know which to post) lemme know!
    Last edited by corruptz0r (2010-07-25 02:34:09)

    loafer wrote:Please give examples of the sudo commands you are running.
    it's anything, but most likely 'powertop'

Maybe you are looking for

  • Import speed is UNBELIEVABLY slow!

    I have converted to LR5 as part of the creative cloud because Apple has chosen to abandon its professional level cataloging and editing software. No big deal, I was planning on moving to LR anyway because of its powerful tools, integration and workfl

  • Cannot found the released extension in EEWB

    Dear SAP Expert,      I have problem with EEWB, I want to enhance extension for OPPORTUNITY HEADER. But I can not found the released extension. --> I think it have been DELETED. I develop EEWB at client 039 (DEV) to add 4 fields in customer tab. Clie

  • Slowly moving with polygonal lasso tool

    Hi friends, i'm little new with adobe photoshop cs6 and i have a little problem with something of it. When i edit something, i always use this tool : And when i try to do this thing : My question is : what i have to change on settings to move to the

  • Premiere crashes after nested than multi cam

    Premiere crashes after nested than multi cam

  • What should I be using for an embedded database?

    I'm still learning C# in the .NET environment and I'm currently working on a Windows desktop app. I've read that LocalDB can be used as an embedded database if I want to let other people buy any apps I make in the future. But I've also read that SQL