Gdm multihead xrandr workaround

I have found a post that work around the mirrored mode used by gdb if there is a multihead environment.
I find it annoying and want to ask if this can be added to the official package so we all can get off that default behavior.
The post is here http://tirdc.livejournal.com/26960.html

Actually I run Arch on my laptop and have my xorg.conf setup for dual monitors and it works fine with or without the external screen attached. X checks for connected outputs on startup (as long as load detection works) and runs the rules given in xorg.conf if it is connected. This only works however if the screen is attached when X starts, otherwise you need to do it manually with xrandr. This is no different to running it with gdm or xinitrc though.
I'm not too sure about xinitrc as it may run after you log in and before the desktop shows, so it will set up the monitors for you but gdm may still look the same. Just give it a go and see what happens.

Similar Messages

  • Multihead - Multiheadache... displaymanager messes up xrandr

    Hi guys
    I have been messing around with my X config for a few days now, it would be great is anyone of you has an idea on how to fix it.
    Here is my setup:
    2 Graphics gards: 1st one is an NVIDA gtx 770, 2nd one is an AMD Radeon HD 6450
    4 Displays connected. left one to the radeon, the other three to the nvidia card.
    I'm using the proprietary Nvidia drivers + the open source radeon drivers (i need 3d acceleration on my main display which is connected to the nvidia card, the rest don't really matter)
    I can get my displays set up correctly using xrandr in my .xinitrc:
    xrandr --setprovideroutputsource 1 0
    xrandr --output DVI-I-1 --mode 1920x1080 --primary --pos 0x0 --output DVI-1-0 --mode 1280x1024 --pos -1280x0 --output DVI-D-0 --mode 1280x1024 --pos 1940x0 --output HDMI-0 --mode 1920x1080 --pos 3220x0
    So everything works fine as long is log into the console and start x via startx.
    However, as soon as i try using a display manager (i have tried gdm, lxdm and lightdm so far) the display on the radeon card stays black.
    xrandr --listproviders
    also only shows the nvidia card. (it shows both cards when using startx)
    here is my xorg.conf:
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    Screen 1 "Screen1"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "radeon"
    VendorName "AMD Corporation"
    BusID "PCI:2:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Option "AllowEmptyInitialConfiguration"
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Option "AllowEmptyInitialConfiguration"
    EndSection
    Any advice would be greatly appreciated.

  • [Solved] GDM resolution (again ...)

    How do I configure GDM? It is stuck in some low resolution. (Once I've logged in, everything is fine.)
    I know there are a lot of solutions out there, but most of them are obsolete or do not work(?). The key seems to be to modify xorg.conf - but this file is basically empty and I do not want to clutter it. It is empty for a reason, is it not?
    I use the open source ATI drivers and have an external monitor (sometimes) attached to my mobile computer. (I provide further information - I don't know what's necessary yet to fix this.)
    Thanks.
    Last edited by yatohese (2011-06-02 11:20:45)

    Okay, I found following solution:
    In /etc/gdm/Init/Default after:
    PATH="/usr/bin:$PATH"
    OLD_IFS=$IFS
    add
    xrandr --output LVDS --auto --pos 0x0 --primary
    EXTERNAL_MONITOR=`xrandr | grep "DVI-0 connected"`
    if [ "x${EXTERNAL_MONITOR}x" != "xx" ]; then
    xrandr --output DVI-0 --auto --right-of LVDS
    fi
    xdotool mousemove 700 450
    You need to adapt the identifiers of your output.
    xdotool mousemove 700 450
    is a workaround to the problem that the login dialog is displayed on the screen where the the mouse is (in my case it was on the secondary monitor; the point (700, 450) is in my case in the center of my primary monitor).
    Last edited by yatohese (2011-06-02 11:27:48)

  • [SOLVED] Garbled text artifacts on display 0.1 zaphod multihead intel

    I have recently installed Arch on a Macbook Pro Retina 13 inch [11,1]
    Because this laptop has such a high pixel density on the laptop screen, I am using a zaphod multihead set up to
    give me seperate openbox instances on the laptop and the external monitor, this way I can set the dpi of each screen individually.
    Whichever screen I configure to be display 0.1, is displaying garbled text artifacts. Usually the text displays correctly at first, but becomes increasingly corrupted as more text is displayed.
    I think the artifacts may be confined to Gtk applications.
    When I run a single desktop, either just on the laptop, or across both screens, this does not seem to occur.
    Thinking this might be related to issues other people found with a the xf86-video-intel driver which I am using, I implemented the workaround others have used,
    which is to add this to xorg.conf
    Option "AccelMethod" "sna"
    Option "DebugFlushBatches" "on"
    Option "DebugFlushCaches" "on"
    Option "DebugWait" "on"
    but it doesn't seem to have worked.
    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
    xset +fp /usr/share/kbd/consolefonts
    xset +fp /usr/share/fonts/local
    xset fp rehash
    DISPLAY=:0.1
    exec xrandr --output eDP1 --dpi 192 &
    #autostart.common starts compton, redshift and tint2
    exec openbox --startup "/home/mathew/.config/openbox/autostart.common"&
    DISPLAY=:0.0
    #exec xrandr --output HDMI1 --dpi 96
    exec openbox-session
    my xorg.conf
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    BusID "PCI:0:2:0"
    Option "ZaphodHeads" "DP1,HDMI1,DP2,HDMI2"
    Option "AccelMethod" "sna"
    Option "DebugFlushBatches" "on"
    Option "DebugFlushCaches" "on"
    Option "DebugWait" "on"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Card1"
    Driver "intel"
    BusID "PCI:0:2:0"
    Option "ZaphodHeads" "eDP1"
    Option "AccelMethod" "sna"
    Option "DebugFlushBatches" "on"
    Option "DebugFlushCaches" "on"
    Option "DebugWait" "on"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    EndSection
    Section "ServerLayout"
    Identifier "default"
    Screen "Screen0" 0 0
    Screen "Screen1" RightOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Has anyone encountered this before, or have suggestions for how I could go about investigating this further?
    Last edited by mathew (2014-04-21 09:53:41)

    this turned out to be a bug in the video driver which is discussed here:
    https://bugs.freedesktop.org/show_bug.cgi?id=54707
    i've avoided the problem with this patch:
    diff -aur xf86-video-intel-2.99.911/src/sna/sna_glyphs.c xf86-video-intel-2.99.911.modified/src/sna/sna_glyphs.c
    --- xf86-video-intel-2.99.911/src/sna/sna_glyphs.c 2014-03-13 10:41:22.000000000 +1100
    +++ xf86-video-intel-2.99.911.modified/src/sna/sna_glyphs.c 2014-04-21 19:33:52.423389443 +1000
    @@ -1147,7 +1147,7 @@
    memset(pixmap->devPrivate.ptr, 0, pixmap->devKind*height);
    -#if HAS_PIXMAN_GLYPHS
    +#if HAS_PIXMAN_GLYPHS & 0
    if (sna->render.glyph_cache) {
    pixman_glyph_cache_t *cache = sna->render.glyph_cache;
    pixman_glyph_t stack_glyphs[N_STACK_GLYPHS];

  • Dual screen GDM problem

    I have a rather big problem with my dual screen setup. The left screen is 1920x1080 and the right one 1360x768.
    This is my /etc/X11/xorg.conf:
    Section "Monitor"
    Identifier "DVI-0"
    Option "Primary" "true"
    Option "Position" "0 0"
    Option "PreferredMode" "1920x1080"
    EndSection
    Section "Monitor"
    Identifier "DVI-1"
    Option "Position" "1920 180"
    Option "PreferredMode" "1360x768"
    EndSection
    I set it up as described here. However, GDM doesn't behave as normal, but gets stuck with a slightly dimmed default GDM background (the one with the blue stripes) on the first screen and a crazily flashing second screen. I never even get to the login prompt.
    If I plug the second screen out before the computer boots, GDM starts normally. I can then plug it back in as soon as the GNOME Shell panel has appeared. If I do this before the panel is visible, I get two screens full of graphics errors (a mess of blue/magenta/white squares).
    As soon as the second screen is plugged back in, I can immediately use it and drag windows back and forth, however, the "Position" setting in xorg.conf is ignored, i.e. the height is shifted. I can solve this by entering this in the terminal:
    xrandr --output DVI-0 --mode 1920x1080 --pos 0x0 --output DVI-1 --mode 1360x768 --pos 1920x180
    I hope someone can help me with this. I just want to be able to log in and use the second screen straight away. By the way, if I log out, GDM doesn't seem not have any problem with the second screen: I can log back in normally.
    Thanks in advance!

    Archimaredes wrote:I don't have much experience with this, so forgive me if I'm wrong, but should that not be 1080, instead of 180?
    Thank you, but "180" actually means that the upper border of the 2nd display starts 180 pixels below that of the 1st one. The number may be a bit misleading, but it is how my displays are physically set up.
    olive wrote:If gdm cannot behave properly, you can simply disable the external monitor in xorg.conf
    This is a fabulous idea, I hadn't even thought about this! Launching the xrandr command at the start of the GNOME session is really easy with gnome-session-properties.
    I tried disabling the 2nd display, but it just ignores the line and starts with GDM flashing like usual. This is my xorg.conf:
    Section "Monitor"
    Identifier "DVI-0"
    Option "Primary" "true"
    Option "Position" "0 0"
    Option "PreferredMode" "1920x1080"
    EndSection
    Section "Monitor"
    Identifier "DVI-1"
    Option "Position" "1920 180"
    Option "PreferredMode" "1360x768"
    Option "Disable" "true"
    EndSection
    If I could get this to work, this would be a wonderful workaround.

  • ConsoleKit takes 20seconds to time out on GDM load

    My GDM is really slow and I tracked it down to ConsoleKit. Anyone have any suggestion on how to fix it?
    Please take a look at my messages.log to get some idea of what's happening:
    Search for ConsoleKit to see that it's taking 20secs to timeout.
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Initializing cgroup subsys cpuset
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Initializing cgroup subsys cpu
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Linux version 3.2.2-1-ARCH (tobias@T-POWA-LX) (gcc version 4.6.2 20120120 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Jan 26 08:40:20 CET 2012
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Command line: root=/dev/sda2 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-provided physical RAM map:
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cd71e000 (usable)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cd71e000 - 00000000cd772000 (ACPI NVS)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cd772000 - 00000000cd77b000 (ACPI data)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cd77b000 - 00000000cdada000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdada000 - 00000000cdaeb000 (ACPI NVS)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdaeb000 - 00000000cdafe000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdafe000 - 00000000cdb00000 (ACPI NVS)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdb00000 - 00000000cdb09000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdb09000 - 00000000cdb0f000 (ACPI NVS)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdb0f000 - 00000000cdb71000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdb71000 - 00000000cdd74000 (ACPI NVS)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000cdd74000 - 00000000cdf00000 (usable)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000fec10000 - 00000000fec11000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000fec20000 - 00000000fec21000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed01000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000fed61000 - 00000000fed71000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000fed80000 - 00000000fed90000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 00000000fef00000 - 0000000100000000 (reserved)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] BIOS-e820: 0000000100001000 - 000000022f000000 (usable)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] NX (Execute Disable) protection: active
    Feb 1 20:31:48 localhost kernel: [ 0.000000] DMI 2.7 present.
    Feb 1 20:31:48 localhost kernel: [ 0.000000] No AGP bridge found
    Feb 1 20:31:48 localhost kernel: [ 0.000000] last_pfn = 0x22f000 max_arch_pfn = 0x400000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Feb 1 20:31:48 localhost kernel: [ 0.000000] last_pfn = 0xcdf00 max_arch_pfn = 0x400000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Using GB pages for direct mapping
    Feb 1 20:31:48 localhost kernel: [ 0.000000] init_memory_mapping: 0000000000000000-00000000cdf00000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] init_memory_mapping: 0000000100000000-000000022f000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] RAMDISK: 7fd5a000 - 7ffff000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: RSDP 00000000000f0450 00024 (v02 ALASKA)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: XSDT 00000000cd772068 00054 (v01 ALASKA A M I 01072009 AMI 00010013)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: FACP 00000000cd779340 000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20110623/tbfadt-560)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: DSDT 00000000cd772150 071EC (v02 ALASKA A M I 00000000 INTL 20051117)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: FACS 00000000cdb09f80 00040
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: APIC 00000000cd779438 0009E (v03 ALASKA A M I 01072009 AMI 00010013)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: MCFG 00000000cd7794d8 0003C (v01 ALASKA A M I 01072009 MSFT 00010013)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: HPET 00000000cd779518 00038 (v01 ALASKA A M I 01072009 AMI 00000004)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: IVRS 00000000cd779550 000D8 (v01 AMD RD890S 00202031 AMD 00000000)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: SSDT 00000000cd779628 00D3C (v01 AMD POWERNOW 00000001 AMD 00000001)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] No NUMA configuration found
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Faking a node at 0000000000000000-000000022f000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Initmem setup node 0 0000000000000000-000000022f000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] NODE_DATA [000000022effb000 - 000000022effffff]
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Zone PFN ranges:
    Feb 1 20:31:48 localhost kernel: [ 0.000000] DMA 0x00000010 -> 0x00001000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] DMA32 0x00001000 -> 0x00100000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Normal 0x00100000 -> 0x0022f000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Movable zone start PFN for each node
    Feb 1 20:31:48 localhost kernel: [ 0.000000] early_node_map[4] active PFN ranges
    Feb 1 20:31:48 localhost kernel: [ 0.000000] 0: 0x00000010 -> 0x0000009d
    Feb 1 20:31:48 localhost kernel: [ 0.000000] 0: 0x00000100 -> 0x000cd71e
    Feb 1 20:31:48 localhost kernel: [ 0.000000] 0: 0x000cdd74 -> 0x000cdf00
    Feb 1 20:31:48 localhost kernel: [ 0.000000] 0: 0x00100001 -> 0x0022f000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x15] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x16] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x17] enabled)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: IOAPIC (id[0x09] address[0xfec00000] gsi_base[0])
    Feb 1 20:31:48 localhost kernel: [ 0.000000] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: IOAPIC (id[0x0a] address[0xfec20000] gsi_base[24])
    Feb 1 20:31:48 localhost kernel: [ 0.000000] IOAPIC[1]: apic_id 10, version 33, address 0xfec20000, GSI 24-55
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information
    Feb 1 20:31:48 localhost kernel: [ 0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cd71e000 - 00000000cd772000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cd772000 - 00000000cd77b000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cd77b000 - 00000000cdada000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdada000 - 00000000cdaeb000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdaeb000 - 00000000cdafe000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdafe000 - 00000000cdb00000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdb00000 - 00000000cdb09000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdb09000 - 00000000cdb0f000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdb0f000 - 00000000cdb71000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdb71000 - 00000000cdd74000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cdf00000 - 00000000f8000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fec20000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec20000 - 00000000fec21000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec21000 - 00000000fed00000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed01000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed01000 - 00000000fed61000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed61000 - 00000000fed71000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed71000 - 00000000fed80000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed90000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fef00000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fef00000 - 0000000100000000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PM: Registered nosave memory: 0000000100000000 - 0000000100001000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Allocating PCI resources starting at cdf00000 (gap: cdf00000:2a100000)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware
    Feb 1 20:31:48 localhost kernel: [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88022ec00000 s82048 r8192 d24448 u262144
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2047089
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Policy zone: Normal
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Kernel command line: root=/dev/sda2 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Feb 1 20:31:48 localhost kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Checking aperture...
    Feb 1 20:31:48 localhost kernel: [ 0.000000] No AGP bridge found
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Node 0: aperture @ f8000000 size 64 MB
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Memory: 8119580k/9158656k available (4281k kernel code, 827176k absent, 211900k reserved, 4599k data, 728k init)
    Feb 1 20:31:48 localhost kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Preemptible hierarchical RCU implementation.
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Verbose stalled-CPUs detection is disabled.
    Feb 1 20:31:48 localhost kernel: [ 0.000000] NR_IRQS:4352 nr_irqs:1288 16
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Extended CMOS year: 2000
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Console: colour VGA+ 80x25
    Feb 1 20:31:48 localhost kernel: [ 0.000000] console [tty0] enabled
    Feb 1 20:31:48 localhost kernel: [ 0.000000] allocated 67108864 bytes of page_cgroup
    Feb 1 20:31:48 localhost kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Fast TSC calibration using PIT
    Feb 1 20:31:48 localhost kernel: [ 0.000000] Detected 3110.742 MHz processor.
    Feb 1 20:31:48 localhost kernel: [ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 6223.71 BogoMIPS (lpj=10369140)
    Feb 1 20:31:48 localhost kernel: [ 0.003339] pid_max: default: 32768 minimum: 301
    Feb 1 20:31:48 localhost kernel: [ 0.003361] Security Framework initialized
    Feb 1 20:31:48 localhost kernel: [ 0.003365] AppArmor: AppArmor disabled by boot time parameter
    Feb 1 20:31:48 localhost kernel: [ 0.004126] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.007900] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.008745] Mount-cache hash table entries: 256
    Feb 1 20:31:48 localhost kernel: [ 0.008854] Initializing cgroup subsys cpuacct
    Feb 1 20:31:48 localhost kernel: [ 0.008859] Initializing cgroup subsys memory
    Feb 1 20:31:48 localhost kernel: [ 0.008866] Initializing cgroup subsys devices
    Feb 1 20:31:48 localhost kernel: [ 0.008868] Initializing cgroup subsys freezer
    Feb 1 20:31:48 localhost kernel: [ 0.008869] Initializing cgroup subsys net_cls
    Feb 1 20:31:48 localhost kernel: [ 0.008870] Initializing cgroup subsys blkio
    Feb 1 20:31:48 localhost kernel: [ 0.008896] CPU: Physical Processor ID: 0
    Feb 1 20:31:48 localhost kernel: [ 0.008897] CPU: Processor Core ID: 0
    Feb 1 20:31:48 localhost kernel: [ 0.008899] mce: CPU supports 7 MCE banks
    Feb 1 20:31:48 localhost kernel: [ 0.009566] ACPI: Core revision 20110623
    Feb 1 20:31:48 localhost kernel: [ 0.013346] ftrace: allocating 16779 entries in 66 pages
    Feb 1 20:31:48 localhost kernel: [ 0.020327] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Feb 1 20:31:48 localhost kernel: [ 0.053341] CPU0: AMD FX(tm)-8120 Eight-Core Processor stepping 02
    Feb 1 20:31:48 localhost kernel: [ 0.056663] Performance Events: AMD Family 15h PMU driver.
    Feb 1 20:31:48 localhost kernel: [ 0.056663] ... version: 0
    Feb 1 20:31:48 localhost kernel: [ 0.056663] ... bit width: 48
    Feb 1 20:31:48 localhost kernel: [ 0.056663] ... generic registers: 6
    Feb 1 20:31:48 localhost kernel: [ 0.056663] ... value mask: 0000ffffffffffff
    Feb 1 20:31:48 localhost kernel: [ 0.056663] ... max period: 00007fffffffffff
    Feb 1 20:31:48 localhost kernel: [ 0.056663] ... fixed-purpose events: 0
    Feb 1 20:31:48 localhost kernel: [ 0.056663] ... event mask: 000000000000003f
    Feb 1 20:31:48 localhost kernel: [ 0.073374] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.100015] Booting Node 0, Processors #1
    Feb 1 20:31:48 localhost kernel: [ 0.196673] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.216689] #2
    Feb 1 20:31:48 localhost kernel: [ 0.313331] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.333338] #3
    Feb 1 20:31:48 localhost kernel: [ 0.429988] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.449998] #4
    Feb 1 20:31:48 localhost kernel: [ 0.546652] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.566662] #5
    Feb 1 20:31:48 localhost kernel: [ 0.663312] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.683316] #6
    Feb 1 20:31:48 localhost kernel: [ 0.779965] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.799971] #7 Ok.
    Feb 1 20:31:48 localhost kernel: [ 0.896625] NMI watchdog enabled, takes one hw-pmu counter.
    Feb 1 20:31:48 localhost kernel: [ 0.903288] Brought up 8 CPUs
    Feb 1 20:31:48 localhost kernel: [ 0.903291] Total of 8 processors activated (49786.82 BogoMIPS).
    Feb 1 20:31:48 localhost kernel: [ 0.906788] devtmpfs: initialized
    Feb 1 20:31:48 localhost kernel: [ 0.908166] PM: Registering ACPI NVS region at cd71e000 (344064 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.908166] PM: Registering ACPI NVS region at cdada000 (69632 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.908166] PM: Registering ACPI NVS region at cdafe000 (8192 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.908166] PM: Registering ACPI NVS region at cdb09000 (24576 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.908166] PM: Registering ACPI NVS region at cdb71000 (2109440 bytes)
    Feb 1 20:31:48 localhost kernel: [ 0.910376] print_constraints: dummy:
    Feb 1 20:31:48 localhost kernel: [ 0.910415] NET: Registered protocol family 16
    Feb 1 20:31:48 localhost kernel: [ 0.910507] Extended Config Space enabled on 1 nodes
    Feb 1 20:31:48 localhost kernel: [ 0.910549] ACPI: bus type pci registered
    Feb 1 20:31:48 localhost kernel: [ 0.910607] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Feb 1 20:31:48 localhost kernel: [ 0.910610] PCI: not using MMCONFIG
    Feb 1 20:31:48 localhost kernel: [ 0.910612] PCI: Using configuration type 1 for base access
    Feb 1 20:31:48 localhost kernel: [ 0.910613] PCI: Using configuration type 1 for extended access
    Feb 1 20:31:48 localhost kernel: [ 0.911157] bio: create slab <bio-0> at 0
    Feb 1 20:31:48 localhost kernel: [ 0.911157] ACPI: Added _OSI(Module Device)
    Feb 1 20:31:48 localhost kernel: [ 0.911157] ACPI: Added _OSI(Processor Device)
    Feb 1 20:31:48 localhost kernel: [ 0.911157] ACPI: Added _OSI(3.0 _SCP Extensions)
    Feb 1 20:31:48 localhost kernel: [ 0.911157] ACPI: Added _OSI(Processor Aggregator Device)
    Feb 1 20:31:48 localhost kernel: [ 0.913406] ACPI: Executed 2 blocks of module-level executable AML code
    Feb 1 20:31:48 localhost kernel: [ 0.923431] ACPI Error: [RAMB] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359)
    Feb 1 20:31:48 localhost kernel: [ 0.923438] ACPI Exception: AE_NOT_FOUND, Could not execute arguments for [RAMW] (Region) (20110623/nsinit-349)
    Feb 1 20:31:48 localhost kernel: [ 0.923740] ACPI: Interpreter enabled
    Feb 1 20:31:48 localhost kernel: [ 0.923743] ACPI: (supports S0 S1 S3 S4 S5)
    Feb 1 20:31:48 localhost kernel: [ 0.923766] ACPI: Using IOAPIC for interrupt routing
    Feb 1 20:31:48 localhost kernel: [ 0.923907] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Feb 1 20:31:48 localhost kernel: [ 0.923945] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Feb 1 20:31:48 localhost kernel: [ 0.972366] ACPI: EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
    Feb 1 20:31:48 localhost kernel: [ 0.972499] ACPI: No dock devices found.
    Feb 1 20:31:48 localhost kernel: [ 0.972500] HEST: Table not found.
    Feb 1 20:31:48 localhost kernel: [ 0.972503] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Feb 1 20:31:48 localhost kernel: [ 0.972680] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Feb 1 20:31:48 localhost kernel: [ 0.972959] pci_root PNP0A03:00: host bridge window [io 0x0000-0x03af]
    Feb 1 20:31:48 localhost kernel: [ 0.972962] pci_root PNP0A03:00: host bridge window [io 0x03e0-0x0cf7]
    Feb 1 20:31:48 localhost kernel: [ 0.972964] pci_root PNP0A03:00: host bridge window [io 0x03b0-0x03df]
    Feb 1 20:31:48 localhost kernel: [ 0.972966] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    Feb 1 20:31:48 localhost kernel: [ 0.972968] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    Feb 1 20:31:48 localhost kernel: [ 0.972970] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
    Feb 1 20:31:48 localhost kernel: [ 0.972972] pci_root PNP0A03:00: host bridge window [mem 0xd0000000-0xffffffff]
    Feb 1 20:31:48 localhost kernel: [ 0.974557] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    Feb 1 20:31:48 localhost kernel: [ 0.974564] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    Feb 1 20:31:48 localhost kernel: [ 0.979960] pci 0000:00:04.0: PCI bridge to [bus 02-02]
    Feb 1 20:31:48 localhost kernel: [ 0.986619] pci 0000:00:05.0: PCI bridge to [bus 03-03]
    Feb 1 20:31:48 localhost kernel: [ 0.993283] pci 0000:00:06.0: PCI bridge to [bus 04-04]
    Feb 1 20:31:48 localhost kernel: [ 0.999948] pci 0000:00:07.0: PCI bridge to [bus 05-05]
    Feb 1 20:31:48 localhost kernel: [ 1.006616] pci 0000:00:09.0: PCI bridge to [bus 06-06]
    Feb 1 20:31:48 localhost kernel: [ 1.006676] pci 0000:00:14.4: PCI bridge to [bus 07-07] (subtractive decode)
    Feb 1 20:31:48 localhost kernel: [ 1.007075] pci0000:00: Requesting ACPI _OSC control (0x1d)
    Feb 1 20:31:48 localhost kernel: [ 1.007078] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    Feb 1 20:31:48 localhost kernel: [ 1.007080] ACPI _OSC control for PCIe not granted, disabling ASPM
    Feb 1 20:31:48 localhost kernel: [ 1.013835] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.013895] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.013957] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.014018] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.014066] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.014103] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.014141] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.014178] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
    Feb 1 20:31:48 localhost kernel: [ 1.014248] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Feb 1 20:31:48 localhost kernel: [ 1.014248] vgaarb: loaded
    Feb 1 20:31:48 localhost kernel: [ 1.014248] vgaarb: bridge control possible 0000:01:00.0
    Feb 1 20:31:48 localhost kernel: [ 1.014248] PCI: Using ACPI for IRQ routing
    Feb 1 20:31:48 localhost kernel: [ 1.020997] NetLabel: Initializing
    Feb 1 20:31:48 localhost kernel: [ 1.020999] NetLabel: domain hash size = 128
    Feb 1 20:31:48 localhost kernel: [ 1.021000] NetLabel: protocols = UNLABELED CIPSOv4
    Feb 1 20:31:48 localhost kernel: [ 1.021013] NetLabel: unlabeled traffic allowed by default
    Feb 1 20:31:48 localhost kernel: [ 1.021026] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    Feb 1 20:31:48 localhost kernel: [ 1.021030] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    Feb 1 20:31:48 localhost kernel: [ 1.023074] Switching to clocksource hpet
    Feb 1 20:31:48 localhost kernel: [ 1.025725] pnp: PnP ACPI init
    Feb 1 20:31:48 localhost kernel: [ 1.025737] ACPI: bus type pnp registered
    Feb 1 20:31:48 localhost kernel: [ 1.026037] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026620] system 00:02: [io 0x040b] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026623] system 00:02: [io 0x04d6] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026625] system 00:02: [io 0x0c00-0x0c01] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026627] system 00:02: [io 0x0c14] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026629] system 00:02: [io 0x0c50-0x0c51] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026632] system 00:02: [io 0x0c52] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026634] system 00:02: [io 0x0c6c] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026636] system 00:02: [io 0x0c6f] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026638] system 00:02: [io 0x0cd0-0x0cd1] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026640] system 00:02: [io 0x0cd2-0x0cd3] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026642] system 00:02: [io 0x0cd4-0x0cd5] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026644] system 00:02: [io 0x0cd6-0x0cd7] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026646] system 00:02: [io 0x0cd8-0x0cdf] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026649] system 00:02: [io 0x0800-0x089f] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026651] system 00:02: [io 0x0b20-0x0b3f] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026653] system 00:02: [io 0x0900-0x090f] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026656] system 00:02: [io 0x0910-0x091f] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026658] system 00:02: [io 0xfe00-0xfefe] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026661] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026664] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026677] system 00:02: [mem 0xfed80000-0xfed8ffff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026680] system 00:02: [mem 0xfed61000-0xfed70fff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026682] system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026685] system 00:02: [mem 0xfed00000-0xfed00fff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026688] system 00:02: [mem 0xffc00000-0xffffffff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.026854] system 00:03: [io 0x0290-0x02af] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.027074] system 00:07: [io 0x04d0-0x04d1] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.027343] system 00:0a: [mem 0xfeb20000-0xfeb23fff] has been reserved
    Feb 1 20:31:48 localhost kernel: [ 1.027480] system 00:0b: [mem 0xfec20000-0xfec200ff] could not be reserved
    Feb 1 20:31:48 localhost kernel: [ 1.027648] pnp: PnP ACPI: found 13 devices
    Feb 1 20:31:48 localhost kernel: [ 1.027650] ACPI: ACPI bus type pnp unregistered
    Feb 1 20:31:48 localhost kernel: [ 1.034572] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    Feb 1 20:31:48 localhost kernel: [ 1.034575] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    Feb 1 20:31:48 localhost kernel: [ 1.034578] pci 0000:00:02.0: bridge window [mem 0xf4000000-0xf70fffff]
    Feb 1 20:31:48 localhost kernel: [ 1.034581] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Feb 1 20:31:48 localhost kernel: [ 1.034585] pci 0000:00:04.0: PCI bridge to [bus 02-02]
    Feb 1 20:31:48 localhost kernel: [ 1.034587] pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
    Feb 1 20:31:48 localhost kernel: [ 1.034590] pci 0000:00:04.0: bridge window [mem 0xf7500000-0xf75fffff]
    Feb 1 20:31:48 localhost kernel: [ 1.034594] pci 0000:00:05.0: PCI bridge to [bus 03-03]
    Feb 1 20:31:48 localhost kernel: [ 1.034597] pci 0000:00:05.0: bridge window [io 0xc000-0xcfff]
    Feb 1 20:31:48 localhost kernel: [ 1.034599] pci 0000:00:05.0: bridge window [mem 0xf7400000-0xf74fffff]
    Feb 1 20:31:48 localhost kernel: [ 1.034604] pci 0000:00:06.0: PCI bridge to [bus 04-04]
    Feb 1 20:31:48 localhost kernel: [ 1.034606] pci 0000:00:06.0: bridge window [mem 0xf7300000-0xf73fffff]
    Feb 1 20:31:48 localhost kernel: [ 1.034611] pci 0000:00:07.0: PCI bridge to [bus 05-05]
    Feb 1 20:31:48 localhost kernel: [ 1.034613] pci 0000:00:07.0: bridge window [mem 0xf7200000-0xf72fffff]
    Feb 1 20:31:48 localhost kernel: [ 1.034617] pci 0000:00:09.0: PCI bridge to [bus 06-06]
    Feb 1 20:31:48 localhost kernel: [ 1.034620] pci 0000:00:09.0: bridge window [mem 0xf7100000-0xf71fffff]
    Feb 1 20:31:48 localhost kernel: [ 1.034624] pci 0000:00:14.4: PCI bridge to [bus 07-07]
    Feb 1 20:31:48 localhost kernel: [ 1.034641] pci 0000:00:02.0: PCI INT A -> GSI 52 (level, low) -> IRQ 52
    Feb 1 20:31:48 localhost kernel: [ 1.034649] pci 0000:00:04.0: PCI INT A -> GSI 52 (level, low) -> IRQ 52
    Feb 1 20:31:48 localhost kernel: [ 1.034656] pci 0000:00:05.0: PCI INT A -> GSI 52 (level, low) -> IRQ 52
    Feb 1 20:31:48 localhost kernel: [ 1.034666] pci 0000:00:06.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
    Feb 1 20:31:48 localhost kernel: [ 1.034673] pci 0000:00:07.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
    Feb 1 20:31:48 localhost kernel: [ 1.034679] pci 0000:00:09.0: PCI INT A -> GSI 53 (level, low) -> IRQ 53
    Feb 1 20:31:48 localhost kernel: [ 1.034759] NET: Registered protocol family 2
    Feb 1 20:31:48 localhost kernel: [ 1.035011] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Feb 1 20:31:48 localhost kernel: [ 1.036243] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    Feb 1 20:31:48 localhost kernel: [ 1.037985] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Feb 1 20:31:48 localhost kernel: [ 1.038182] TCP: Hash tables configured (established 524288 bind 65536)
    Feb 1 20:31:48 localhost kernel: [ 1.038184] TCP reno registered
    Feb 1 20:31:48 localhost kernel: [ 1.038200] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    Feb 1 20:31:48 localhost kernel: [ 1.038241] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    Feb 1 20:31:48 localhost kernel: [ 1.038330] NET: Registered protocol family 1
    Feb 1 20:31:48 localhost kernel: [ 2.103599] Unpacking initramfs...
    Feb 1 20:31:48 localhost kernel: [ 2.145316] Freeing initrd memory: 2708k freed
    Feb 1 20:31:48 localhost kernel: [ 2.145978] pci 0000:00:00.2: PCI INT A -> GSI 55 (level, low) -> IRQ 55
    Feb 1 20:31:48 localhost kernel: [ 2.146104] AMD-Vi: Enabling IOMMU at 0000:00:00.2 cap 0x40
    Feb 1 20:31:48 localhost kernel: [ 2.213957] AMD-Vi: Lazy IO/TLB flushing enabled
    Feb 1 20:31:48 localhost kernel: [ 2.213960] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Feb 1 20:31:48 localhost kernel: [ 2.213962] Placing 64MB software IO TLB between ffff8800c971e000 - ffff8800cd71e000
    Feb 1 20:31:48 localhost kernel: [ 2.213965] software IO TLB at phys 0xc971e000 - 0xcd71e000
    Feb 1 20:31:48 localhost kernel: [ 2.214583] perf: AMD IBS detected (0x000000ff)
    Feb 1 20:31:48 localhost kernel: [ 2.214717] audit: initializing netlink socket (disabled)
    Feb 1 20:31:48 localhost kernel: [ 2.214725] type=2000 audit(1328128291.213:1): initialized
    Feb 1 20:31:48 localhost kernel: [ 2.226263] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Feb 1 20:31:48 localhost kernel: [ 2.249701] VFS: Disk quotas dquot_6.5.2
    Feb 1 20:31:48 localhost kernel: [ 2.249754] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Feb 1 20:31:48 localhost kernel: [ 2.249833] msgmni has been set to 15863
    Feb 1 20:31:48 localhost kernel: [ 2.250009] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    Feb 1 20:31:48 localhost kernel: [ 2.250041] io scheduler noop registered
    Feb 1 20:31:48 localhost kernel: [ 2.250042] io scheduler deadline registered
    Feb 1 20:31:48 localhost kernel: [ 2.250071] io scheduler cfq registered (default)
    Feb 1 20:31:48 localhost kernel: [ 2.250407] ERST: Table is not found!
    Feb 1 20:31:48 localhost kernel: [ 2.250409] GHES: HEST is not enabled!
    Feb 1 20:31:48 localhost kernel: [ 2.250463] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Feb 1 20:31:48 localhost kernel: [ 2.463583] Linux agpgart interface v0.103
    Feb 1 20:31:48 localhost kernel: [ 2.463656] i8042: PNP: No PS/2 controller found. Probing ports directly.
    Feb 1 20:31:48 localhost kernel: [ 2.463999] serio: i8042 KBD port at 0x60,0x64 irq 1
    Feb 1 20:31:48 localhost kernel: [ 2.464021] serio: i8042 AUX port at 0x60,0x64 irq 12
    Feb 1 20:31:48 localhost kernel: [ 2.464164] mousedev: PS/2 mouse device common for all mice
    Feb 1 20:31:48 localhost kernel: [ 2.464197] rtc_cmos 00:05: RTC can wake from S4
    Feb 1 20:31:48 localhost kernel: [ 2.464319] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    Feb 1 20:31:48 localhost kernel: [ 2.464343] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Feb 1 20:31:48 localhost kernel: [ 2.464357] cpuidle: using governor ladder
    Feb 1 20:31:48 localhost kernel: [ 2.464359] cpuidle: using governor menu
    Feb 1 20:31:48 localhost kernel: [ 2.464584] TCP cubic registered
    Feb 1 20:31:48 localhost kernel: [ 2.464586] NET: Registered protocol family 17
    Feb 1 20:31:48 localhost kernel: [ 2.464591] Registering the dns_resolver key type
    Feb 1 20:31:48 localhost kernel: [ 2.464716] registered taskstats version 1
    Feb 1 20:31:48 localhost kernel: [ 2.476065] rtc_cmos 00:05: setting system clock to 2012-02-01 20:31:32 UTC (1328128292)
    Feb 1 20:31:48 localhost kernel: [ 2.476133] Initializing network drop monitor service
    Feb 1 20:31:48 localhost kernel: [ 2.478077] Freeing unused kernel memory: 728k freed
    Feb 1 20:31:48 localhost kernel: [ 2.478200] Write protecting the kernel read-only data: 8192k
    Feb 1 20:31:48 localhost kernel: [ 2.486030] Freeing unused kernel memory: 1844k freed
    Feb 1 20:31:48 localhost kernel: [ 2.489293] Freeing unused kernel memory: 692k freed
    Feb 1 20:31:48 localhost [ 2.496933] udevd[63]: starting version 179
    Feb 1 20:31:48 localhost kernel: [ 2.519274] SCSI subsystem initialized
    Feb 1 20:31:48 localhost kernel: [ 2.522067] usbcore: registered new interface driver usbfs
    Feb 1 20:31:48 localhost kernel: [ 2.522092] usbcore: registered new interface driver hub
    Feb 1 20:31:48 localhost kernel: [ 2.522136] usbcore: registered new device driver usb
    Feb 1 20:31:48 localhost kernel: [ 2.525268] xhci_hcd 0000:04:00.0: PCI INT A -> GSI 51 (level, low) -> IRQ 51
    Feb 1 20:31:48 localhost kernel: [ 2.525310] xhci_hcd 0000:04:00.0: xHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.525333] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 1
    Feb 1 20:31:48 localhost kernel: [ 2.532052] ahci 0000:00:11.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    Feb 1 20:31:48 localhost kernel: [ 2.532191] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
    Feb 1 20:31:48 localhost kernel: [ 2.532195] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs
    Feb 1 20:31:48 localhost kernel: [ 2.534149] scsi0 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.534430] scsi1 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.534950] scsi2 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.534973] xhci_hcd 0000:04:00.0: irq 51, io mem 0xf7300000
    Feb 1 20:31:48 localhost kernel: [ 2.535368] scsi3 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.535611] hub 1-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.535617] hub 1-0:1.0: 2 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.535667] scsi4 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.535735] xhci_hcd 0000:04:00.0: xHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.535743] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
    Feb 1 20:31:48 localhost kernel: [ 2.535809] scsi5 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.535956] hub 2-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.535963] hub 2-0:1.0: 2 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.536253] ata1: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b100 irq 19
    Feb 1 20:31:48 localhost kernel: [ 2.536257] ata2: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b180 irq 19
    Feb 1 20:31:48 localhost kernel: [ 2.536260] ata3: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b200 irq 19
    Feb 1 20:31:48 localhost kernel: [ 2.536263] ata4: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b280 irq 19
    Feb 1 20:31:48 localhost kernel: [ 2.536266] ata5: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b300 irq 19
    Feb 1 20:31:48 localhost kernel: [ 2.536269] ata6: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b380 irq 19
    Feb 1 20:31:48 localhost kernel: [ 2.536304] ahci 0000:02:00.0: PCI INT A -> GSI 44 (level, low) -> IRQ 44
    Feb 1 20:31:48 localhost kernel: [ 2.536361] ahci: SSS flag set, parallel bus scan disabled
    Feb 1 20:31:48 localhost kernel: [ 2.536390] ahci 0000:02:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    Feb 1 20:31:48 localhost kernel: [ 2.536393] ahci 0000:02:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
    Feb 1 20:31:48 localhost kernel: [ 2.537576] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Feb 1 20:31:48 localhost kernel: [ 2.537596] scsi6 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.537620] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Feb 1 20:31:48 localhost kernel: [ 2.537653] ehci_hcd 0000:00:12.2: EHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.537672] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 3
    Feb 1 20:31:48 localhost kernel: [ 2.537681] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    Feb 1 20:31:48 localhost kernel: [ 2.537719] ehci_hcd 0000:00:12.2: debug port 1
    Feb 1 20:31:48 localhost kernel: [ 2.537734] scsi7 : ahci
    Feb 1 20:31:48 localhost kernel: [ 2.537740] ehci_hcd 0000:00:12.2: irq 17, io mem 0xf7609000
    Feb 1 20:31:48 localhost kernel: [ 2.537799] ata7: SATA max UDMA/133 abar m512@0xf7500000 port 0xf7500100 irq 81
    Feb 1 20:31:48 localhost kernel: [ 2.537803] ata8: SATA max UDMA/133 abar m512@0xf7500000 port 0xf7500180 irq 81
    Feb 1 20:31:48 localhost kernel: [ 2.550064] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    Feb 1 20:31:48 localhost kernel: [ 2.550194] hub 3-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.550198] hub 3-0:1.0: 5 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.550282] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    Feb 1 20:31:48 localhost kernel: [ 2.550313] ehci_hcd 0000:00:13.2: EHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.550320] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4
    Feb 1 20:31:48 localhost kernel: [ 2.550326] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    Feb 1 20:31:48 localhost kernel: [ 2.550345] ehci_hcd 0000:00:13.2: debug port 1
    Feb 1 20:31:48 localhost kernel: [ 2.550362] ehci_hcd 0000:00:13.2: irq 21, io mem 0xf7607000
    Feb 1 20:31:48 localhost kernel: [ 2.553402] xhci_hcd 0000:05:00.0: PCI INT A -> GSI 50 (level, low) -> IRQ 50
    Feb 1 20:31:48 localhost kernel: [ 2.553438] xhci_hcd 0000:05:00.0: xHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.553447] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 5
    Feb 1 20:31:48 localhost kernel: [ 2.555089] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Feb 1 20:31:48 localhost kernel: [ 2.560049] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    Feb 1 20:31:48 localhost kernel: [ 2.560188] hub 4-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.560191] hub 4-0:1.0: 5 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.560280] ehci_hcd 0000:00:16.2: PCI INT B -> GSI 23 (level, low) -> IRQ 23
    Feb 1 20:31:48 localhost kernel: [ 2.560314] ehci_hcd 0000:00:16.2: EHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.560321] ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 6
    Feb 1 20:31:48 localhost kernel: [ 2.560329] ehci_hcd 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    Feb 1 20:31:48 localhost kernel: [ 2.560349] ehci_hcd 0000:00:16.2: debug port 1
    Feb 1 20:31:48 localhost kernel: [ 2.560367] ehci_hcd 0000:00:16.2: irq 23, io mem 0xf7604000
    Feb 1 20:31:48 localhost kernel: [ 2.563065] xhci_hcd 0000:05:00.0: irq 50, io mem 0xf7200000
    Feb 1 20:31:48 localhost kernel: [ 2.563367] hub 5-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.563373] hub 5-0:1.0: 2 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.563437] xhci_hcd 0000:05:00.0: xHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.563443] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 7
    Feb 1 20:31:48 localhost kernel: [ 2.563617] hub 7-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.563625] hub 7-0:1.0: 2 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.573392] ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
    Feb 1 20:31:48 localhost kernel: [ 2.573722] hub 6-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.573728] hub 6-0:1.0: 4 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.574021] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Feb 1 20:31:48 localhost kernel: [ 2.574050] ohci_hcd 0000:00:12.0: OHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.574059] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 8
    Feb 1 20:31:48 localhost kernel: [ 2.574083] ohci_hcd 0000:00:12.0: irq 18, io mem 0xf760a000
    Feb 1 20:31:48 localhost kernel: [ 2.580067] xhci_hcd 0000:06:00.0: PCI INT A -> GSI 48 (level, low) -> IRQ 48
    Feb 1 20:31:48 localhost kernel: [ 2.580106] xhci_hcd 0000:06:00.0: xHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.580121] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 9
    Feb 1 20:31:48 localhost kernel: [ 2.589735] xhci_hcd 0000:06:00.0: irq 48, io mem 0xf7100000
    Feb 1 20:31:48 localhost kernel: [ 2.590047] hub 9-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.590052] hub 9-0:1.0: 2 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.590111] xhci_hcd 0000:06:00.0: xHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.590116] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 10
    Feb 1 20:31:48 localhost kernel: [ 2.590227] hub 10-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.590232] hub 10-0:1.0: 2 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.634184] hub 8-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.634190] hub 8-0:1.0: 5 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.634310] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    Feb 1 20:31:48 localhost kernel: [ 2.634324] ohci_hcd 0000:00:13.0: OHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.634331] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 11
    Feb 1 20:31:48 localhost kernel: [ 2.634353] ohci_hcd 0000:00:13.0: irq 20, io mem 0xf7608000
    Feb 1 20:31:48 localhost kernel: [ 2.690863] hub 11-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.690869] hub 11-0:1.0: 5 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.690964] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Feb 1 20:31:48 localhost kernel: [ 2.690977] ohci_hcd 0000:00:14.5: OHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.690984] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 12
    Feb 1 20:31:48 localhost kernel: [ 2.691000] ohci_hcd 0000:00:14.5: irq 18, io mem 0xf7606000
    Feb 1 20:31:48 localhost kernel: [ 2.747523] hub 12-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.747528] hub 12-0:1.0: 2 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.747611] ohci_hcd 0000:00:16.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Feb 1 20:31:48 localhost kernel: [ 2.747623] ohci_hcd 0000:00:16.0: OHCI Host Controller
    Feb 1 20:31:48 localhost kernel: [ 2.747631] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 13
    Feb 1 20:31:48 localhost kernel: [ 2.747651] ohci_hcd 0000:00:16.0: irq 22, io mem 0xf7605000
    Feb 1 20:31:48 localhost kernel: [ 2.804198] hub 13-0:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 2.804204] hub 13-0:1.0: 4 ports detected
    Feb 1 20:31:48 localhost kernel: [ 2.846739] ata5: SATA link down (SStatus 0 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 2.853415] ata6: SATA link down (SStatus 0 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 2.853422] ata7: SATA link down (SStatus 0 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 2.860071] usb 3-3: new high-speed USB device number 2 using ehci_hcd
    Feb 1 20:31:48 localhost kernel: [ 3.013403] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 3.013934] ata2.00: ATAPI: Optiarc DVD RW AD-7170S, 1.00, max UDMA/66
    Feb 1 20:31:48 localhost kernel: [ 3.014751] ata2.00: configured for UDMA/66
    Feb 1 20:31:48 localhost kernel: [ 3.020037] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 3.020063] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 3.020360] ata1.00: ATA-8: INTEL SSDSA2CW120G3, 4PC10362, max UDMA/133
    Feb 1 20:31:48 localhost kernel: [ 3.020362] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32)
    Feb 1 20:31:48 localhost kernel: [ 3.020690] ata1.00: configured for UDMA/133
    Feb 1 20:31:48 localhost kernel: [ 3.020813] scsi 0:0:0:0: Direct-Access ATA INTEL SSDSA2CW12 4PC1 PQ: 0 ANSI: 5
    Feb 1 20:31:48 localhost kernel: [ 3.022190] scsi 1:0:0:0: CD-ROM Optiarc DVD RW AD-7170S 1.00 PQ: 0 ANSI: 5
    Feb 1 20:31:48 localhost kernel: [ 3.074092] ata3.00: ATA-7: ST3500641AS, 3.AGE, max UDMA/133
    Feb 1 20:31:48 localhost kernel: [ 3.074095] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    Feb 1 20:31:48 localhost kernel: [ 3.140722] ata3.00: configured for UDMA/133
    Feb 1 20:31:48 localhost kernel: [ 3.140825] scsi 2:0:0:0: Direct-Access ATA ST3500641AS 3.AG PQ: 0 ANSI: 5
    Feb 1 20:31:48 localhost kernel: [ 3.216724] Refined TSC clocksource calibration: 3110.408 MHz.
    Feb 1 20:31:48 localhost kernel: [ 3.216733] Switching to clocksource tsc
    Feb 1 20:31:48 localhost kernel: [ 3.263391] usb 4-3: new high-speed USB device number 2 using ehci_hcd
    Feb 1 20:31:48 localhost kernel: [ 3.395804] hub 4-3:1.0: USB hub found
    Feb 1 20:31:48 localhost kernel: [ 3.395894] hub 4-3:1.0: 3 ports detected
    Feb 1 20:31:48 localhost kernel: [ 3.553384] usb 4-5: new high-speed USB device number 4 using ehci_hcd
    Feb 1 20:31:48 localhost kernel: [ 4.046721] usb 11-4: new low-speed USB device number 2 using ohci_hcd
    Feb 1 20:31:48 localhost kernel: [ 4.273663] usb 4-3.2: new low-speed USB device number 5 using ehci_hcd
    Feb 1 20:31:48 localhost kernel: [ 4.420186] input: Western Digital My Book as /devices/pci0000:00/0000:00:12.2/usb3/3-3/3-3:1.1/input/input0
    Feb 1 20:31:48 localhost kernel: [ 4.420237] generic-usb 0003:1058:1102.0001: input,hidraw0: USB HID v1.11 Device [Western Digital My Book] on usb-0000:00:12.2-3/input1
    Feb 1 20:31:48 localhost kernel: [ 4.426121] input: Microsoft Microsoft Optical Mouse with Tilt Wheel as /devices/pci0000:00/0000:00:13.0/usb11/11-4/11-4:1.0/input/input1
    Feb 1 20:31:48 localhost kernel: [ 4.426201] generic-usb 0003:045E:00D1.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft Optical Mouse with Tilt Wheel] on usb-0000:00:13.0-4/input0
    Feb 1 20:31:48 localhost kernel: [ 4.426298] usbcore: registered new interface driver usbhid
    Feb 1 20:31:48 localhost kernel: [ 4.426300] usbhid: USB HID core driver
    Feb 1 20:31:48 localhost kernel: [ 4.430576] input: Apple, Inc Apple Keyboard as /devices/pci0000:00/0000:00:13.2/usb4/4-3/4-3.2/4-3.2:1.0/input/input2
    Feb 1 20:31:48 localhost kernel: [ 4.430693] apple 0003:05AC:0221.0003: input,hidraw2: USB HID v1.11 Keyboard [Apple, Inc Apple Keyboard] on usb-0000:00:13.2-3.2/input0
    Feb 1 20:31:48 localhost kernel: [ 4.433681] input: Apple, Inc Apple Keyboard as /devices/pci0000:00/0000:00:13.2/usb4/4-3/4-3.2/4-3.2:1.1/input/input3
    Feb 1 20:31:48 localhost kernel: [ 4.433739] apple 0003:05AC:0221.0004: input,hidraw3: USB HID v1.11 Device [Apple, Inc Apple Keyboard] on usb-0000:00:13.2-3.2/input1
    Feb 1 20:31:48 localhost kernel: [ 12.293392] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 12.309096] ata4.00: ATA-8: WDC WD3000GLFS-01F8U0, 03.03V01, max UDMA/133
    Feb 1 20:31:48 localhost kernel: [ 12.309099] ata4.00: 586072368 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    Feb 1 20:31:48 localhost kernel: [ 12.312342] ata4.00: configured for UDMA/133
    Feb 1 20:31:48 localhost kernel: [ 12.312441] scsi 3:0:0:0: Direct-Access ATA WDC WD3000GLFS-0 03.0 PQ: 0 ANSI: 5
    Feb 1 20:31:48 localhost kernel: [ 12.630028] ata8: SATA link down (SStatus 0 SControl 300)
    Feb 1 20:31:48 localhost kernel: [ 12.635871] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
    Feb 1 20:31:48 localhost kernel: [ 12.635950] sd 2:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    Feb 1 20:31:48 localhost kernel: [ 12.635957] sd 0:0:0:0: [sda] Write Protect is off
    Feb 1 20:31:48 localhost kernel: [ 12.635976] sd 3:0:0:0: [sdc] 586072368 512-byte logical blocks: (300 GB/279 GiB)
    Feb 1 20:31:48 localhost kernel: [ 12.635985] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 1 20:31:48 localhost kernel: [ 12.636034] sd 3:0:0:0: [sdc] Write Protect is off
    Feb 1 20:31:48 localhost kernel: [ 12.636045] sd 2:0:0:0: [sdb] Write Protect is off
    Feb 1 20:31:48 localhost kernel: [ 12.636066] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 1 20:31:48 localhost kernel: [ 12.636079] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 1 20:31:48 localhost kernel: [ 12.636749] sda: sda1 sda2 sda3 sda4
    Feb 1 20:31:48 localhost kernel: [ 12.637439] sd 0:0:0:0: [sda] Attached SCSI disk
    Feb 1 20:31:48 localhost kernel: [ 12.640917] sdc: sdc1
    Feb 1 20:31:48 localhost kernel: [ 12.641165] sd 3:0:0:0: [sdc] Attached SCSI disk
    Feb 1 20:31:48 localhost kernel: [ 12.651794] sdb: sdb1 sdb2
    Feb 1 20:31:48 localhost kernel: [ 12.652085] sd 2:0:0:0: [sdb] Attached SCSI disk
    Feb 1 20:31:48 localhost kernel: [ 12.655644] sr0: scsi3-mmc drive: 125x/125x writer dvd-ram cd/rw xa/form2 cdda tray
    Feb 1 20:31:48 localhost kernel: [ 12.655648] cdrom: Uniform CD-ROM driver Revision: 3.20
    Feb 1 20:31:48 localhost kernel: [ 13.048056] Btrfs loaded
    Feb 1 20:31:48 localhost kernel: [ 13.048506] device fsid 699d671b-7064-441d-95ec-c616049fe287 devid 1 transid 3976 /dev/sda2
    Feb 1 20:31:48 localhost kernel: [ 13.056208] Btrfs detected SSD devices, enabling SSD mode
    Feb 1 20:31:48 localhost [ 13.490114] udevd[216]: starting version 180
    Feb 1 20:31:48 localhost kernel: [ 13.539060] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
    Feb 1 20:31:48 localhost kernel: [ 13.539066] ACPI: Power Button [PWRB]
    Feb 1 20:31:48 localhost kernel: [ 13.539864] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    Feb 1 20:31:48 localhost kernel: [ 13.539869] ACPI: Power Button [PWRF]
    Feb 1 20:31:48 localhost kernel: [ 13.540851] wmi: Mapper loaded
    Feb 1 20:31:48 localhost kernel: [ 13.558916] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
    Feb 1 20:31:48 localhost kernel: [ 13.560394] e1000e: Intel(R) PRO/1000 Network Driver - 1.5.1-k
    Feb 1 20:31:48 localhost kernel: [ 13.560397] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
    Feb 1 20:31:48 localhost kernel: [ 13.560422] e1000e 0000:03:00.0: Disabling ASPM L0s
    Feb 1 20:31:48 localhost kernel: [ 13.560446] e1000e 0000:03:00.0: PCI INT A -> GSI 46 (level, low) -> IRQ 46
    Feb 1 20:31:48 localhost kernel: [ 13.561584] ACPI: resource piix4_smbus [io 0x0b00-0x0b07] conflicts with ACPI region SMRG [io 0xb00-0xb2f]
    Feb 1 20:31:48 localhost kernel: [ 13.561588] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Feb 1 20:31:48 localhost kernel: [ 13.566248] [drm] Initialized drm 1.1.0 20060810
    Feb 1 20:31:48 localhost kernel: [ 13.574620] input: PC Speaker as /devices/platform/pcspkr/input/input6
    Feb 1 20:31:48 localhost kernel: [ 13.578148] EDAC MC: Ver: 2.1.0
    Feb 1 20:31:48 localhost kernel: [ 13.580298] MCE: In-kernel MCE decoding enabled.
    Feb 1 20:31:48 localhost kernel: [ 13.584054] snd_hda_intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Feb 1 20:31:48 localhost kernel: [ 13.585205] AMD64 EDAC driver v3.4.0
    Feb 1 20:31:48 localhost kernel: [ 13.592440] MXM: GUID detected in BIOS
    Feb 1 20:31:48 localhost kernel: [ 13.592532] nouveau 0000:01:00.0: PCI INT A -> GSI 24 (level, low) -> IRQ 24
    Feb 1 20:31:48 localhost kernel: [ 13.594790] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x450300a3)
    Feb 1 20:31:48 localhost kernel: [ 13.599879] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
    Feb 1 20:31:48 localhost kernel: [ 13.617652] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Feb 1 20:31:48 localhost kernel: [ 13.618816] asus_wmi: ASUS WMI generic driver loaded
    Feb 1 20:31:48 localhost kernel: [ 13.619138] hda_codec: ALC889: BIOS auto-probing.
    Feb 1 20:31:48 localhost kernel: [ 13.620044] asus_wmi: Initialization: 0x0
    Feb 1 20:31:48 localhost kernel: [ 13.620072] asus_wmi: BIOS WMI version: 0.9
    Feb 1 20:31:48 localhost kernel: [ 13.620130] asus_wmi: SFUN value: 0x0
    Feb 1 20:31:48 localhost kernel: [ 13.620447] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input7
    Feb 1 20:31:48 localhost kernel: [ 13.622424] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input8
    Feb 1 20:31:48 localhost kernel: [ 13.631444] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
    Feb 1 20:31:48 localhost kernel: [ 13.631636] EDAC amd64: DRAM ECC disabled.
    Feb 1 20:31:48 localhost kernel: [ 13.631648] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    Feb 1 20:31:48 localhost kernel: [ 13.631650] Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    Feb 1 20:31:48 localhost kernel: [ 13.631651] (Note that use of the override may cause unknown side effects.)
    Feb 1 20:31:48 localhost kernel: [ 13.663236] e1000e 0000:03:00.0: eth0: (PCI Express:2.5GT/s:Width x1) 14:da:e9:13:96:a9
    Feb 1 20:31:48 localhost kernel: [ 13.663239] e1000e 0000:03:00.0: eth0: Intel(R) PRO/1000 Network Connection
    Feb 1 20:31:48 localhost kernel: [ 13.663331] e1000e 0000:03:00.0: eth0: MAC: 4, PHY: 8, PBA No: FFFFFF-0FF
    Feb 1 20:31:48 localhost kernel: [ 13.672185] [drm] nouveau 0000:01:00.0: ... appears to be valid
    Feb 1 20:31:48 localhost kernel: [ 13.672188] [drm] nouveau 0000:01:00.0: BIT BIOS found
    Feb 1 20:31:48 localhost kernel: [ 13.672190] [drm] nouveau 0000:01:00.0: Bios version 60.80.18.00
    Feb 1 20:31:48 localhost kernel: [ 13.672193] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
    Feb 1 20:31:48 localhost kernel: [ 13.672195] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
    Feb 1 20:31:48 localhost kernel: [ 13.672197] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 04000320 00000028
    Feb 1 20:31:48 localhost kernel: [ 13.672199] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000322 00000030
    Feb 1 20:31:48 localhost kernel: [ 13.672201] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 02011310 00000028
    Feb 1 20:31:48 localhost kernel: [ 13.672203] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02011312 00000030
    Feb 1 20:31:48 localhost kernel: [ 13.672204] [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 010223f1 00c1c023
    Feb 1 20:31:48 localhost kernel: [ 13.672207] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 14 2
    Feb 1 20:31:48 localhost kernel: [ 13.672209] [drm] nouveau 0000:01:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07
    Feb 1 20:31:48 localhost kernel: [ 13.672211] [drm] nouveau 0000:01:00.0: 1: 0x00002130: type 0x30 idx 1 tag 0x08
    Feb 1 20:31:48 localhost kernel: [ 13.672213] [drm] nouveau 0000:01:00.0: 2: 0x00000210: type 0x10 idx 2 tag 0xff
    Feb 1 20:31:48 localhost kernel: [ 13.672214] [drm] nouveau 0000:01:00.0: 3: 0x00000211: type 0x11 idx 3 tag 0xff
    Feb 1 20:31:48 localhost kernel: [ 13.672216] [drm] nouveau 0000:01:00.0: 4: 0x00000213: type 0x13 idx 4 tag 0xff
    Feb 1 20:31:48 localhost kernel: [ 13.672220] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xBFB4
    Feb 1 20:31:48 localhost kernel: [ 13.694453] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xC1BF
    Feb 1 20:31:48 localhost kernel: [ 13.711299] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xD37B
    Feb 1 20:31:48 localhost kernel: [ 13.711307] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xD46A
    Feb 1 20:31:48 localhost kernel: [ 13.712376] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xD621
    Feb 1 20:31:48 localhost kernel: [ 13.712378] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xD686
    Feb 1 20:31:48 localhost kernel: [ 13.732383] [drm] nouveau 0000:01:00.0: 0xD686: Condition still not met after 20ms, skipping following opcodes
    Feb 1 20:31:48 localhost kernel: [ 13.774080] adt7475 0-002e: ADT7473 device, revision 0
    Feb 1 20:31:48 localhost kernel: [ 13.774082] adt7475 0-002e: Optional features: fan4
    Feb 1 20:31:48 localhost kernel: [ 13.783928] [drm] nouveau 0000:01:00.0: Detected monitoring device: adt7473
    Feb 1 20:31:48 localhost kernel: [ 13.783931] [drm] nouveau 0000:01:00.0: 1 available performance level(s)
    Feb 1 20:31:48 localhost kernel: [ 13.783935] [drm] nouveau 0000:01:00.0: 0: core 513MHz shader 1188MHz memory 792MHz voltage 1300mV fanspeed 100%
    Feb 1 20:31:48 localhost kernel: [ 13.783950] [drm] nouveau 0000:01:00.0: c: core 198MHz shader 1188MHz memory 396MHz
    Feb 1 20:31:48 localhost kernel: [ 13.785323] [TTM] Zone kernel: Available graphics memory: 4062776 kiB.
    Feb 1 20:31:48 localhost kernel: [ 13.785325] [TTM] Zone dma32: Available graphics memory: 2097152 kiB.
    Feb 1 20:31:48 localhost kernel: [ 13.785327] [TTM] Initializing pool allocator.
    Feb 1 20:31:48 localhost kernel: [ 13.785341] [drm] nouveau 0000:01:00.0: Detected 320MiB VRAM
    Feb 1 20:31:48 localhost kernel: [ 13.799226] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
    Feb 1 20:31:48 localhost kernel: [ 13.806974] [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown
    Feb 1 20:31:48 localhost kernel: [ 13.806977] [drm] nouveau 0000:01:00.0: TV-1 has no encoders, removing
    Feb 1 20:31:48 localhost kernel: [ 13.817239] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    Feb 1 20:31:48 localhost kernel: [ 13.817241] [drm] No driver support for vblank timestamp query.
    Feb 1 20:31:48 localhost kernel: [ 13.918245] usbcore: registered new interface driver uas
    Feb 1 20:31:48 localhost kernel: [ 13.919398] Linux media interface: v0.10
    Feb 1 20:31:48 localhost kernel: [ 13.921493] Initializing USB Mass Storage driver...
    Feb 1 20:31:48 localhost kernel: [ 13.921642] scsi8 : usb-storage 3-3:1.0
    Feb 1 20:31:48 localhost kernel: [ 13.922317] usbcore: registered new interface driver usb-storage
    Feb 1 20:31:48 localhost kernel: [ 13.922320] USB Mass Storage support registered.
    Feb 1 20:31:48 localhost kernel: [ 13.925326] Linux video capture interface: v2.00
    Feb 1 20:31:48 localhost kernel: [ 13.927942] uvcvideo: Found UVC 1.00 device <unnamed> (046d:080f)
    Feb 1 20:31:48 localhost kernel: [ 13.942174] input: UVC Camera (046d:080f) as /devices/pci0000:00/0000:00:13.2/usb4/4-5/4-5:1.0/input/input10
    Feb 1 20:31:48 localhost kernel: [ 13.942248] usbcore: registered new interface driver uvcvideo
    Feb 1 20:31:48 localhost kernel: [ 13.942251] USB Video Class driver (1.1.1)
    Feb 1 20:31:48 localhost kernel: [ 13.976590] [drm] nouveau 0000:01:00.0: allocated 1680x1050 fb: 0x310000, bo ffff88021ea78000
    Feb 1 20:31:48 localhost kernel: [ 13.976738] fbcon: nouveaufb (fb0) is primary device
    Feb 1 20:31:48 localhost kernel: [ 14.021548] Console: switching to colour frame buffer device 210x65
    Feb 1 20:31:48 localhost kernel: [ 14.025974] fb0: nouveaufb frame buffer device
    Feb 1 20:31:48 localhost kernel: [ 14.025976] drm: registered panic notifier
    Feb 1 20:31:48 localhost kernel: [ 14.025979] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
    Feb 1 20:31:48 localhost kernel: [ 14.946307] scsi 8:0:0:0: Direct-Access WD My Book 1028 PQ: 0 ANSI: 4
    Feb 1 20:31:48 localhost kernel: [ 14.969040] sd 8:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    Feb 1 20:31:48 localhost kernel: [ 14.982159] sd 8:0:0:0: [sdd] Write Protect is off
    Feb 1 20:31:48 localhost kernel: [ 14.996032] sd 8:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 1 20:31:48 localhost kernel: [ 15.619105] sdd: sdd1
    Feb 1 20:31:48 localhost kernel: [ 15.730813] sd 8:0:0:0: [sdd] Attached SCSI disk
    Feb 1 20:31:48 localhost kernel: [ 17.625282] device fsid 699d671b-7064-441d-95ec-c616049fe287 devid 1 transid 3976 /dev/sda2
    Feb 1 20:31:48 localhost kernel: [ 17.625855] device label home devid 1 transid 8074 /dev/sda3
    Feb 1 20:31:48 localhost kernel: [ 17.927687] btrfs: use ssd allocation scheme
    Feb 1 20:31:48 localhost kernel: [ 17.930204] device label home devid 1 transid 8074 /dev/sda3
    Feb 1 20:31:48 localhost kernel: [ 17.940362] Btrfs detected SSD devices, enabling SSD mode
    Feb 1 20:31:48 localhost kernel: [ 17.976566] kjournald starting. Commit interval 5 seconds
    Feb 1 20:31:48 localhost kernel: [ 17.976619] EXT3-fs (sdb2): warning: maximal mount count reached, running e2fsck is recommended
    Feb 1 20:31:48 localhost kernel: [ 17.976813] EXT3-fs (sdb2): using internal journal
    Feb 1 20:31:48 localhost kernel: [ 17.976816] EXT3-fs (sdb2): mounted filesystem with ordered data mode
    Feb 1 20:31:48 localhost kernel: [ 18.018513] kjournald starting. Commit interval 5 seconds
    Feb 1 20:31:48 localhost kernel: [

    User,
    Refer this
    http://oracleintelligence.blogspot.com/2008/08/obiee-time-to-expire-for-idle.html
    thanks,
    Saichand.v

  • Unable to start gnome-session or gdm

    Sorry for the vague title. I don't really have any specifics to go on for this problem.
    When I try to start a gnome-session through startx, I get a screen that says, "Oh no! Something has gone wrong", with no error outputs in xsession-errors.
    First off is some system info. I'm running a Thinkpad T540p:
    00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
    00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
    00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 04)
    00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
    00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-LM (rev 04)
    00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d4)
    00:1c.1 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #2 (rev d4)
    00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d4)
    00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation QM87 Express LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 04)
    01:00.0 VGA compatible controller: NVIDIA Corporation GK208M [GeForce GT 730M] (rev a1)
    03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5227 (rev 01)
    04:00.0 Network controller: Intel Corporation Wireless 7260 (rev 83)
    Here is my xorg.conf file:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 331.20 (buildmeister@swio-display-x86-rhel47-05) Wed Oct 30 18:20:53 PDT 2013
    Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "intel"
    Driver "modesetting"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration"
    EndSection
    Section "Screen"
    Identifier "intel"
    Device "intel"
    EndSection
    Here is my .xinitrc file:
    xrandr --setprovideroutputsource modesetting NVIDIA-0
    xrandr --setprovideroutputsource 0x46 0x2b4
    xrandr --output LVDS-0 --off
    xrandr --auto
    exec gnome-session
    And the Xorg.0.log file:
    [ 2483.841]
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 2483.844] X Protocol Version 11, Revision 0
    [ 2483.845] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 2483.846] Current Operating System: Linux slabity-laptop 3.12.6-1-ARCH #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013 x86_64
    [ 2483.846] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=acc69edd-1cf4-4c10-80de-e8a50d304800 rw quiet
    [ 2483.848] Build Date: 13 December 2013 03:11:42PM
    [ 2483.849]
    [ 2483.850] Current version of pixman: 0.32.4
    [ 2483.852] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2483.852] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2483.856] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 28 19:04:26 2013
    [ 2483.857] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2483.858] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2483.858] (==) ServerLayout "layout"
    [ 2483.858] (**) |-->Screen "nvidia" (0)
    [ 2483.858] (**) | |-->Monitor "<default monitor>"
    [ 2483.858] (**) | |-->Device "nvidia"
    [ 2483.858] (==) No monitor specified for screen "nvidia".
    Using a default monitor configuration.
    [ 2483.858] (**) |-->Inactive Device "intel"
    [ 2483.858] (**) |-->Input Device "Keyboard0"
    [ 2483.858] (**) |-->Input Device "Mouse0"
    [ 2483.858] (==) Automatically adding devices
    [ 2483.858] (==) Automatically enabling devices
    [ 2483.858] (==) Automatically adding GPU devices
    [ 2483.858] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2483.858] Entry deleted from font path.
    [ 2483.858] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2483.858] Entry deleted from font path.
    [ 2483.858] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2483.858] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2483.858] Entry deleted from font path.
    [ 2483.858] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2483.858] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 2483.858] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2483.858] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 2483.858] (WW) Disabling Keyboard0
    [ 2483.858] (WW) Disabling Mouse0
    [ 2483.858] (II) Loader magic: 0x7fec20
    [ 2483.858] (II) Module ABI versions:
    [ 2483.858] X.Org ANSI C Emulation: 0.4
    [ 2483.858] X.Org Video Driver: 14.1
    [ 2483.858] X.Org XInput driver : 19.1
    [ 2483.858] X.Org Server Extension : 7.0
    [ 2483.858] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 2483.858] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 2483.860] (--) PCI:*(0:0:2:0) 8086:0416:17aa:2211 rev 6, Mem @ 0xf1000000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
    [ 2483.860] (--) PCI: (0:1:0:0) 10de:1290:17aa:2211 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00004000/128
    [ 2483.861] Initializing built-in extension Generic Event Extension
    [ 2483.862] Initializing built-in extension SHAPE
    [ 2483.863] Initializing built-in extension MIT-SHM
    [ 2483.864] Initializing built-in extension XInputExtension
    [ 2483.865] Initializing built-in extension XTEST
    [ 2483.866] Initializing built-in extension BIG-REQUESTS
    [ 2483.867] Initializing built-in extension SYNC
    [ 2483.867] Initializing built-in extension XKEYBOARD
    [ 2483.868] Initializing built-in extension XC-MISC
    [ 2483.869] Initializing built-in extension SECURITY
    [ 2483.870] Initializing built-in extension XINERAMA
    [ 2483.871] Initializing built-in extension XFIXES
    [ 2483.872] Initializing built-in extension RENDER
    [ 2483.873] Initializing built-in extension RANDR
    [ 2483.874] Initializing built-in extension COMPOSITE
    [ 2483.874] Initializing built-in extension DAMAGE
    [ 2483.875] Initializing built-in extension MIT-SCREEN-SAVER
    [ 2483.876] Initializing built-in extension DOUBLE-BUFFER
    [ 2483.877] Initializing built-in extension RECORD
    [ 2483.878] Initializing built-in extension DPMS
    [ 2483.879] Initializing built-in extension X-Resource
    [ 2483.879] Initializing built-in extension XVideo
    [ 2483.880] Initializing built-in extension XVideo-MotionCompensation
    [ 2483.881] Initializing built-in extension XFree86-VidModeExtension
    [ 2483.882] Initializing built-in extension XFree86-DGA
    [ 2483.883] Initializing built-in extension XFree86-DRI
    [ 2483.884] Initializing built-in extension DRI2
    [ 2483.884] (II) LoadModule: "glx"
    [ 2483.884] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2483.892] (II) Module glx: vendor="NVIDIA Corporation"
    [ 2483.892] compiled for 4.0.2, module version = 1.0.0
    [ 2483.892] Module class: X.Org Server Extension
    [ 2483.892] (II) NVIDIA GLX Module 331.20 Wed Oct 30 17:36:48 PDT 2013
    [ 2483.892] Loading extension GLX
    [ 2483.892] (II) LoadModule: "nvidia"
    [ 2483.892] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 2483.893] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 2483.893] compiled for 4.0.2, module version = 1.0.0
    [ 2483.893] Module class: X.Org Video Driver
    [ 2483.893] (II) LoadModule: "modesetting"
    [ 2483.893] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 2483.893] (II) Module modesetting: vendor="X.Org Foundation"
    [ 2483.893] compiled for 1.14.4, module version = 0.8.1
    [ 2483.893] Module class: X.Org Video Driver
    [ 2483.893] ABI class: X.Org Video Driver, version 14.1
    [ 2483.893] (II) NVIDIA dlloader X Driver 331.20 Wed Oct 30 17:16:53 PDT 2013
    [ 2483.893] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 2483.893] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 2483.893] (++) using VT number 1
    [ 2483.893] (II) Loading sub module "fb"
    [ 2483.893] (II) LoadModule: "fb"
    [ 2483.893] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2483.893] (II) Module fb: vendor="X.Org Foundation"
    [ 2483.893] compiled for 1.14.5, module version = 1.0.0
    [ 2483.893] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2483.893] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 2483.893] (II) Loading sub module "wfb"
    [ 2483.893] (II) LoadModule: "wfb"
    [ 2483.893] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 2483.893] (II) Module wfb: vendor="X.Org Foundation"
    [ 2483.893] compiled for 1.14.5, module version = 1.0.0
    [ 2483.893] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2483.893] (II) Loading sub module "ramdac"
    [ 2483.893] (II) LoadModule: "ramdac"
    [ 2483.893] (II) Module "ramdac" already built-in
    [ 2483.893] (II) modesetting(1): using drv /dev/dri/card1
    [ 2483.893] (II) modesetting(G0): using drv /dev/dri/card1
    [ 2483.893] (EE) Screen 1 deleted because of no matching config section.
    [ 2483.893] (II) UnloadModule: "modesetting"
    [ 2483.894] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "nvidia" for depth/fbbpp 24/32
    [ 2483.894] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 2483.894] (==) NVIDIA(0): RGB weight 888
    [ 2483.894] (==) NVIDIA(0): Default visual is TrueColor
    [ 2483.894] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 2483.894] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
    [ 2483.894] (**) NVIDIA(0): Enabling 2D acceleration
    [ 2484.064] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 2484.065] (II) NVIDIA(0): NVIDIA GPU GeForce GT 730M (GK208) at PCI:1:0:0 (GPU-0)
    [ 2484.065] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 2484.065] (--) NVIDIA(0): VideoBIOS: 80.28.2a.00.30
    [ 2484.065] (II) NVIDIA(0): Detected PCI Express Link width: 8X
    [ 2484.065] (--) NVIDIA(0): Valid display device(s) on GeForce GT 730M at PCI:1:0:0
    [ 2484.065] (--) NVIDIA(0): none
    [ 2484.065] (II) NVIDIA(0): Validated MetaModes:
    [ 2484.065] (II) NVIDIA(0): "NULL"
    [ 2484.065] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 2484.065] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 2484.065] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 2484.065] (==) modesetting(G0): Depth 24, (==) framebuffer bpp 32
    [ 2484.065] (==) modesetting(G0): RGB weight 888
    [ 2484.065] (==) modesetting(G0): Default visual is TrueColor
    [ 2484.065] (II) modesetting(G0): ShadowFB: preferred YES, enabled YES
    [ 2484.065] (II) modesetting(G0): Output eDP-1-0 has no monitor section
    [ 2484.067] (II) modesetting(G0): Output VGA-1-0 has no monitor section
    [ 2484.067] (II) modesetting(G0): Output DisplayPort-1-0 has no monitor section
    [ 2484.093] (II) modesetting(G0): Output HDMI-1-0 has no monitor section
    [ 2484.093] (II) modesetting(G0): Output DisplayPort-1-1 has no monitor section
    [ 2484.093] (II) modesetting(G0): Output HDMI-1-1 has no monitor section
    [ 2484.093] (II) modesetting(G0): EDID for output eDP-1-0
    [ 2484.093] (II) modesetting(G0): Manufacturer: MEI Model: 96a2 Serial#: 0
    [ 2484.093] (II) modesetting(G0): Year: 2013 Week: 255
    [ 2484.093] (II) modesetting(G0): EDID Version: 1.4
    [ 2484.093] (II) modesetting(G0): Digital Display Input
    [ 2484.093] (II) modesetting(G0): 8 bits per channel
    [ 2484.093] (II) modesetting(G0): Digital interface is DisplayPort
    [ 2484.093] (II) modesetting(G0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 2484.093] (II) modesetting(G0): Gamma: 2.20
    [ 2484.093] (II) modesetting(G0): No DPMS capabilities specified
    [ 2484.093] (II) modesetting(G0): Supported color encodings: RGB 4:4:4
    [ 2484.093] (II) modesetting(G0): First detailed timing is preferred mode
    [ 2484.093] (II) modesetting(G0): Preferred mode is native pixel format and refresh rate
    [ 2484.093] (II) modesetting(G0): redX: 0.652 redY: 0.329 greenX: 0.324 greenY: 0.600
    [ 2484.093] (II) modesetting(G0): blueX: 0.150 blueY: 0.045 whiteX: 0.312 whiteY: 0.329
    [ 2484.093] (II) modesetting(G0): Manufacturer's mask: 0
    [ 2484.093] (II) modesetting(G0): Supported detailed timing:
    [ 2484.093] (II) modesetting(G0): clock: 302.5 MHz Image Size: 344 x 193 mm
    [ 2484.093] (II) modesetting(G0): h_active: 2880 h_sync: 2924 h_sync_end 2928 h_blank_end 3076 h_border: 0
    [ 2484.093] (II) modesetting(G0): v_active: 1620 v_sync: 1629 v_sync_end 1630 v_blanking: 1640 v_border: 0
    [ 2484.093] (II) modesetting(G0): Supported detailed timing:
    [ 2484.093] (II) modesetting(G0): clock: 302.5 MHz Image Size: 344 x 193 mm
    [ 2484.093] (II) modesetting(G0): h_active: 2880 h_sync: 2924 h_sync_end 2928 h_blank_end 3076 h_border: 0
    [ 2484.093] (II) modesetting(G0): v_active: 1620 v_sync: 1629 v_sync_end 1630 v_blanking: 1967 v_border: 0
    [ 2484.093] (II) modesetting(G0): Ranges: V min: 49 V max: 61 Hz, H min: 96 H max: 100 kHz, PixClock max 305 MHz
    [ 2484.093] (II) modesetting(G0): VVX16T028J00
    [ 2484.093] (II) modesetting(G0): EDID (in hex):
    [ 2484.093] (II) modesetting(G0): 00ffffffffffff0034a9a29600000000
    [ 2484.093] (II) modesetting(G0): ff170104a52213780212a1a754539926
    [ 2484.093] (II) modesetting(G0): 0b505400000001010101010101010101
    [ 2484.093] (II) modesetting(G0): 0101010101012a7640c4b05414602c04
    [ 2484.093] (II) modesetting(G0): 910058c11000001e2a7640c4b0545b61
    [ 2484.093] (II) modesetting(G0): 2c04910058c11000001e000000fd0031
    [ 2484.093] (II) modesetting(G0): 3d60641e010a202020202020000000fe
    [ 2484.093] (II) modesetting(G0): 005656583136543032384a30300a0050
    [ 2484.093] (II) modesetting(G0): Printing probed modes for output eDP-1-0
    [ 2484.093] (II) modesetting(G0): Modeline "2880x1620"x60.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
    [ 2484.093] (II) modesetting(G0): Modeline "2880x1620"x50.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
    [ 2484.093] (II) modesetting(G0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
    [ 2484.093] (II) modesetting(G0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
    [ 2484.093] (II) modesetting(G0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
    [ 2484.093] (II) modesetting(G0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
    [ 2484.093] (II) modesetting(G0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [ 2484.094] (II) modesetting(G0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [ 2484.095] (II) modesetting(G0): EDID for output VGA-1-0
    [ 2484.095] (II) modesetting(G0): EDID for output DisplayPort-1-0
    [ 2484.119] (II) modesetting(G0): EDID for output HDMI-1-0
    [ 2484.119] (II) modesetting(G0): EDID for output DisplayPort-1-1
    [ 2484.120] (II) modesetting(G0): EDID for output HDMI-1-1
    [ 2484.120] (II) modesetting(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 2484.120] (==) modesetting(G0): DPI set to (96, 96)
    [ 2484.120] (II) Loading sub module "fb"
    [ 2484.120] (II) LoadModule: "fb"
    [ 2484.120] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2484.120] (II) Module fb: vendor="X.Org Foundation"
    [ 2484.120] compiled for 1.14.5, module version = 1.0.0
    [ 2484.120] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2484.120] (II) Loading sub module "shadow"
    [ 2484.120] (II) LoadModule: "shadow"
    [ 2484.120] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 2484.120] (II) Module shadow: vendor="X.Org Foundation"
    [ 2484.120] compiled for 1.14.5, module version = 1.1.0
    [ 2484.120] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2484.120] (--) Depth 24 pixmap format is 32 bpp
    [ 2484.120] (==) modesetting(G0): Backing store disabled
    [ 2484.120] (==) modesetting(G0): Silken mouse enabled
    [ 2484.120] (II) modesetting(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 2484.121] (==) modesetting(G0): DPMS enabled
    [ 2484.121] (WW) modesetting(G0): Option "AllowEmptyInitialConfiguration" is not used
    [ 2485.183] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 2485.183] (II) NVIDIA: access.
    [ 2485.187] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 2485.187] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 2485.187] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 2485.187] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 2485.187] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 2485.187] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 2485.187] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 2485.187] (II) NVIDIA(0): Config Options in the README.
    [ 2485.187] (II) NVIDIA(0): Setting mode "NULL"
    [ 2485.187] (EE) NVIDIA(0): Failed to initiate mode change.
    [ 2485.187] (EE) NVIDIA(0): Failed to complete mode change
    [ 2485.196] (II) NVIDIA(0): Built-in logo is bigger than the screen.
    [ 2485.196] Loading extension NV-GLX
    [ 2485.201] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 2485.201] (==) NVIDIA(0): Backing store disabled
    [ 2485.201] (==) NVIDIA(0): Silken mouse enabled
    [ 2485.201] (==) NVIDIA(0): DPMS enabled
    [ 2485.201] Loading extension NV-CONTROL
    [ 2485.201] (II) Loading sub module "dri2"
    [ 2485.201] (II) LoadModule: "dri2"
    [ 2485.201] (II) Module "dri2" already built-in
    [ 2485.201] (II) NVIDIA(0): [DRI2] Setup complete
    [ 2485.201] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 2485.201] (--) RandR disabled
    [ 2485.204] (II) Initializing extension GLX
    [ 2485.205] (II) modesetting(G0): Damage tracking initialized
    [ 2485.227] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 2485.227] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2485.227] (II) LoadModule: "evdev"
    [ 2485.227] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2485.227] (II) Module evdev: vendor="X.Org Foundation"
    [ 2485.227] compiled for 1.14.3, module version = 2.8.2
    [ 2485.227] Module class: X.Org XInput Driver
    [ 2485.228] ABI class: X.Org XInput driver, version 19.1
    [ 2485.228] (II) Using input driver 'evdev' for 'Power Button'
    [ 2485.228] (**) Power Button: always reports core events
    [ 2485.228] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 2485.228] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2485.228] (--) evdev: Power Button: Found keys
    [ 2485.228] (II) evdev: Power Button: Configuring as keyboard
    [ 2485.228] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
    [ 2485.228] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 2485.228] (**) Option "xkb_rules" "evdev"
    [ 2485.228] (**) Option "xkb_model" "pc104"
    [ 2485.228] (**) Option "xkb_layout" "us"
    [ 2485.240] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    [ 2485.240] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 2485.240] (II) Using input driver 'evdev' for 'Video Bus'
    [ 2485.240] (**) Video Bus: always reports core events
    [ 2485.240] (**) evdev: Video Bus: Device: "/dev/input/event10"
    [ 2485.240] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 2485.240] (--) evdev: Video Bus: Found keys
    [ 2485.240] (II) evdev: Video Bus: Configuring as keyboard
    [ 2485.240] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input12/event10"
    [ 2485.240] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 2485.240] (**) Option "xkb_rules" "evdev"
    [ 2485.240] (**) Option "xkb_model" "pc104"
    [ 2485.241] (**) Option "xkb_layout" "us"
    [ 2485.241] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 2485.241] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 2485.241] (II) Using input driver 'evdev' for 'Video Bus'
    [ 2485.241] (**) Video Bus: always reports core events
    [ 2485.241] (**) evdev: Video Bus: Device: "/dev/input/event11"
    [ 2485.241] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 2485.241] (--) evdev: Video Bus: Found keys
    [ 2485.241] (II) evdev: Video Bus: Configuring as keyboard
    [ 2485.241] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input13/event11"
    [ 2485.241] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 2485.241] (**) Option "xkb_rules" "evdev"
    [ 2485.241] (**) Option "xkb_model" "pc104"
    [ 2485.241] (**) Option "xkb_layout" "us"
    [ 2485.241] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 2485.241] (II) No input driver specified, ignoring this device.
    [ 2485.241] (II) This device may have been added with another device file.
    [ 2485.241] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 2485.241] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 2485.241] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=3 (/dev/input/event14)
    [ 2485.241] (II) No input driver specified, ignoring this device.
    [ 2485.241] (II) This device may have been added with another device file.
    [ 2485.241] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=7 (/dev/input/event13)
    [ 2485.241] (II) No input driver specified, ignoring this device.
    [ 2485.241] (II) This device may have been added with another device file.
    [ 2485.241] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=8 (/dev/input/event12)
    [ 2485.241] (II) No input driver specified, ignoring this device.
    [ 2485.241] (II) This device may have been added with another device file.
    [ 2485.242] (II) config/udev: Adding input device Integrated Camera (/dev/input/event8)
    [ 2485.242] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    [ 2485.242] (II) Using input driver 'evdev' for 'Integrated Camera'
    [ 2485.242] (**) Integrated Camera: always reports core events
    [ 2485.242] (**) evdev: Integrated Camera: Device: "/dev/input/event8"
    [ 2485.242] (--) evdev: Integrated Camera: Vendor 0x4ca Product 0x7035
    [ 2485.242] (--) evdev: Integrated Camera: Found keys
    [ 2485.242] (II) evdev: Integrated Camera: Configuring as keyboard
    [ 2485.242] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/input/input10/event8"
    [ 2485.242] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 9)
    [ 2485.242] (**) Option "xkb_rules" "evdev"
    [ 2485.242] (**) Option "xkb_model" "pc104"
    [ 2485.242] (**) Option "xkb_layout" "us"
    [ 2485.242] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 2485.242] (II) No input driver specified, ignoring this device.
    [ 2485.242] (II) This device may have been added with another device file.
    [ 2485.242] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
    [ 2485.242] (II) No input driver specified, ignoring this device.
    [ 2485.242] (II) This device may have been added with another device file.
    [ 2485.242] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event6)
    [ 2485.242] (II) No input driver specified, ignoring this device.
    [ 2485.242] (II) This device may have been added with another device file.
    [ 2485.242] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 2485.242] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2485.242] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 2485.242] (**) AT Translated Set 2 keyboard: always reports core events
    [ 2485.242] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 2485.242] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 2485.242] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 2485.242] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 2485.242] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2485.242] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 2485.242] (**) Option "xkb_rules" "evdev"
    [ 2485.242] (**) Option "xkb_model" "pc104"
    [ 2485.242] (**) Option "xkb_layout" "us"
    [ 2485.242] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
    [ 2485.242] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 2485.242] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 2485.242] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 2485.242] (II) LoadModule: "synaptics"
    [ 2485.242] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 2485.242] (II) Module synaptics: vendor="X.Org Foundation"
    [ 2485.242] compiled for 1.14.4, module version = 1.7.2
    [ 2485.242] Module class: X.Org XInput Driver
    [ 2485.242] ABI class: X.Org XInput driver, version 19.1
    [ 2485.242] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 2485.242] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 2485.242] (**) Option "Device" "/dev/input/event9"
    [ 2485.356] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5112 (res 42)
    [ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 3834 (res 42)
    [ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 2485.356] (**) Option "TapButton1" "1"
    [ 2485.356] (**) Option "TapButton2" "2"
    [ 2485.356] (**) Option "TapButton3" "3"
    [ 2485.356] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 2485.356] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 2485.356] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 2485.383] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event9"
    [ 2485.383] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
    [ 2485.383] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 2485.383] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 2485.383] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.046
    [ 2485.383] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 2485.383] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 2485.383] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 2485.383] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 2485.383] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 2485.383] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 2485.383] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 2485.383] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event15)
    [ 2485.383] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 2485.383] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 2485.383] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 2485.383] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event15"
    [ 2485.383] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 2485.383] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 2485.383] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 2485.383] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 2485.383] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 2485.383] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 2485.383] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2485.383] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input11/event15"
    [ 2485.383] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
    [ 2485.383] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 2485.384] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 2485.384] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 2485.384] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 2485.384] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 2485.384] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    [ 2485.384] (II) No input driver specified, ignoring this device.
    [ 2485.384] (II) This device may have been added with another device file.
    [ 2485.384] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 2485.384] (II) No input driver specified, ignoring this device.
    [ 2485.384] (II) This device may have been added with another device file.
    [ 2485.384] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event3)
    [ 2485.384] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 2485.384] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 2485.384] (**) ThinkPad Extra Buttons: always reports core events
    [ 2485.384] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event3"
    [ 2485.384] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    [ 2485.384] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 2485.384] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 2485.384] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input4/event3"
    [ 2485.384] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
    [ 2485.384] (**) Option "xkb_rules" "evdev"
    [ 2485.384] (**) Option "xkb_model" "pc104"
    [ 2485.384] (**) Option "xkb_layout" "us"
    [ 2485.391] (II) modesetting(G0): EDID vendor "MEI", prod id 38562
    [ 2485.391] (II) modesetting(G0): Using EDID range info for horizontal sync
    [ 2485.391] (II) modesetting(G0): Using EDID range info for vertical refresh
    [ 2485.391] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 2485.391] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
    [ 2485.391] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
    [ 2485.420] reporting 3 6 26 203
    [ 2485.421] (II) modesetting(G0): EDID vendor "MEI", prod id 38562
    [ 2485.421] (II) modesetting(G0): Using hsync ranges from config file
    [ 2485.421] (II) modesetting(G0): Using vrefresh ranges from config file
    [ 2485.421] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 2485.421] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
    [ 2485.421] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
    [ 2485.450] reporting 3 6 26 203
    [ 2485.467] (II) modesetting(G0): EDID vendor "MEI", prod id 38562
    [ 2485.467] (II) modesetting(G0): Using hsync ranges from config file
    [ 2485.467] (II) modesetting(G0): Using vrefresh ranges from config file
    [ 2485.467] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 2485.467] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
    [ 2485.467] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
    [ 2485.493] reporting 3 6 26 203
    [ 2485.510] have a master to look out for
    [ 2485.510] adjust shatters 0 2880
    [ 2485.515] need to create shared pixmap 1reporting 3 6 26 203
    [ 2486.236] reporting 3 6 26 203
    [ 2486.345] reporting 3 6 26 203
    [ 2486.373] (II) modesetting(G0): EDID vendor "MEI", prod id 38562
    [ 2486.373] (II) modesetting(G0): Using hsync ranges from config file
    [ 2486.373] (II) modesetting(G0): Using vrefresh ranges from config file
    [ 2486.373] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 2486.373] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
    [ 2486.373] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
    [ 2486.400] reporting 3 6 26 203
    [ 2486.463] reporting 3 6 26 203
    [ 2486.483] reporting 3 6 26 203
    [ 2486.605] reporting 3 6 26 203
    [ 2486.636] (II) modesetting(G0): EDID vendor "MEI", prod id 38562
    [ 2486.636] (II) modesetting(G0): Using hsync ranges from config file
    [ 2486.636] (II) modesetting(G0): Using vrefresh ranges from config file
    [ 2486.636] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 2486.636] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1640 +hsync +vsync (98.3 kHz eP)
    [ 2486.636] (II) modesetting(G0): Modeline "2880x1620"x0.0 302.50 2880 2924 2928 3076 1620 1629 1630 1967 +hsync +vsync (98.3 kHz e)
    [ 2486.663] reporting 3 6 26 203
    [ 2486.724] reporting 3 6 26 203
    [ 2486.840] reporting 3 6 26 203
    [ 2486.844] reporting 3 6 26 203
    [ 2486.868] reporting 3 6 26 203
    [ 2493.841] (II) evdev: ThinkPad Extra Buttons: Close
    [ 2493.841] (II) UnloadModule: "evdev"
    [ 2493.841] (II) evdev: TPPS/2 IBM TrackPoint: Close
    [ 2493.841] (II) UnloadModule: "evdev"
    [ 2493.841] (II) UnloadModule: "synaptics"
    [ 2493.841] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 2493.841] (II) UnloadModule: "evdev"
    [ 2493.841] (II) evdev: Integrated Camera: Close
    [ 2493.841] (II) UnloadModule: "evdev"
    [ 2493.841] (II) evdev: Video Bus: Close
    [ 2493.841] (II) UnloadModule: "evdev"
    [ 2493.841] (II) evdev: Video Bus: Close
    [ 2493.841] (II) UnloadModule: "evdev"
    [ 2493.841] (II) evdev: Power Button: Close
    [ 2493.841] (II) UnloadModule: "evdev"
    [ 2493.863] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 2494.409] (EE) Server terminated successfully (0). Closing log file.
    I'm pretty lost now. I finally managed to get X working on my Nvidia/Intel combination with twm, but it refuses to work with gnome-session.
    Any ideas?

    Same problem for me too!
    After kernel update on restarting GDM try to start but fails. I've last nvidia-173xx driver installed.
    I've solved the problem forcing nvdia driver reinstallation. This is my Xserver log!

  • [Solved] Black screen after startx, GDM causes hang at boot

    So I followed the install guide and and have tried many google workarounds for the problem but none have worked. I am running a Toshiba Satellite e500 with Intel i5 which I assume comes with HD4000 graphics. I installed the  vesa drivers along with the xf86-video-intel drivers.  First startx caused the screen to stay black so I installed the GMD and then starting the computer would hang just after GRUB, and I cannot do anything further.... Any ideas?
    Last edited by wingsuit (2013-05-22 17:03:14)

    Try disabling GDM in systemd.  Boot to a console and log in.  If things are still working, start GDM from the console.  If that fails, switch too another console, log in, and kill GDM.  There now may be useful information on the original console.  Were it my system I would actually log in from to the console, start a tmux session, flip to a second console, log in, attach to the tmux session, and then start GDM.  While it is starting, flip back to the original console and watch the telemetry go by in the other tmux screen.

  • GDM not starting

    I just upgraded to GNOME 3.8 through the gnome-unstable repo, but GDM doesn't seem to be starting. The main problems seem to be that it's "unable to create drawable", that the gnome-settings-daemon is unavailable, and there are some font-config issues.
    Here is the log:
    /etc/gdm/Xsession: Beginning session setup...
    localuser:mmcmillan being added to access control list
    /etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
    GNOME_KEYRING_CONTROL=/run/user/1000/keyring-8uogYL
    SSH_AUTH_SOCK=/run/user/1000/keyring-8uogYL/ssh
    GPG_AGENT_INFO=/run/user/1000/keyring-8uogYL/gpg:0:1
    GNOME_KEYRING_CONTROL=/run/user/1000/keyring-8uogYL
    SSH_AUTH_SOCK=/run/user/1000/keyring-8uogYL/ssh
    GNOME_KEYRING_CONTROL=/run/user/1000/keyring-8uogYL
    SSH_AUTH_SOCK=/run/user/1000/keyring-8uogYL/ssh
    GPG_AGENT_INFO=/run/user/1000/keyring-8uogYL/gpg:0:1
    GNOME_KEYRING_CONTROL=/run/user/1000/keyring-8uogYL
    SSH_AUTH_SOCK=/run/user/1000/keyring-8uogYL/ssh
    GPG_AGENT_INFO=/run/user/1000/keyring-8uogYL/gpg:0:1
    (gnome-settings-daemon:20052): color-plugin-WARNING **: failed to reset xrandr-Acer Technologies-V173-LBN0C0324001 gamma tables: gamma size is zero
    ** Message: applet now removed from the notification area
    Failed to play sound: File or data not found
    (empathy:20099): libnotify-WARNING **: Failed to connect to proxy
    JS LOG: GNOME Shell started at Sun Apr 07 2013 14:06:52 GMT-0400 (EDT)
    JS LOG: Extension "[email protected]" had error: Error: extension is not compatible with current GNOME Shell and/or GJS version
    JS LOG: Extension "[email protected]" had error: Error: Strange version number (extension.js:8).
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    ** Message: applet now embedded in the notification area
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    failed to create drawable
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    [20242:20270:0407/140738:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    [20242:20270:0407/140738:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    [20242:20242:0407/140738:ERROR:object_proxy.cc(529)] Failed to call method: org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service files
    [20242:20301:0407/140738:ERROR:connection.cc(730)] sqlite error 19, errno -2: PRIMARY KEY must be unique
    [20242:20242:0407/140738:ERROR:omnibox_view_gtk.cc(431)] Not implemented reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
    No bp log location saved, using default.
    [000:000] Browser XEmbed support present: 1
    [000:000] Browser toolkit is Gtk2.
    [000:000] Using Gtk2 toolkit
    [000:004] Starting client channel.
    [000:005] Warning(clientchannel.cc:436): Unreadable or no port file. Could not initiate GoogleTalkPlugin connection
    [000:005] Warning(clientchannel.cc:411): Could not initiate GoogleTalkPlugin connection
    [000:005] GoogleTalkPlugin not running. Starting new process...
    [000:005] Warning(pluginutils.cc:251): Failed to get GoogleTalkPlugin path. Trying default.
    [000:006] Started GoogleTalkPlugin, path=/opt/google/talkplugin/GoogleTalkPlugin
    [000:007] Waiting for GoogleTalkPlugin to start...
    sh: lsb_release: command not found
    [001:102] Attempting to connect to GoogleTalkPlugin...
    [001:103] Read port file, port=46498
    [001:107] Initiated connection to GoogleTalkPlugin
    [001:203] Socket connection established
    [001:203] ScheduleOnlineCheck: Online check in 5000ms
    [001:303] Got cookie response, socket is authorized
    [001:303] AUTHORIZED; socket handshake complete
    [001:305] F->C: ["fs",{"pr":"a"}]
    [001:404] F->C: ["mf","mf3.17","3.17.0.0",2,{"audioCodecs":[[103,"ISAC",1,0,16000],[104,"ISAC",1,0,32000],[9,"G722",1,64000,16000],[102,"ILBC",1,13300,8000],[0,"PCMU",1,64000,8000],[8,"PCMA",1,64000,8000],[107,"CN",1,0,48000],[106,"CN",1,0,32000],[105,"CN",1,0,16000],[13,"CN",1,0,8000],[127,"red",1,0,8000],[126,"telephone-event",1,0,8000]],"audioRtpHdrExts":[{"id":1,"uri":"urn:ietf:params:rtp-hdrext:ssrc-audio-level"}],"camDeviceName":"Unknown Camera","caps":7,"cpuArchitecture":1,"cpuCacheSize":6291456,"cpuFamily":6,"cpuFlags":["sse2","ssse3","sse4_1","sse4_2","avx"],"cpuHasSSE2":true,"cpuModel":42,"cpuSpeed":3101,"cpuStepping":7,"cpuVendor":"GenuineIntel","cpus":4,"cpusPhysical":4,"cryptoSuites":["AES_CM_128_HMAC_SHA1_80","AES_CM_128_HMAC_SHA1_32"],"dataChannelVersion":1,"effectsVersion":9,"gpuDescription":"","gpuDeviceId":0,"gpuDeviceName":"","gpuDriver":"","gpuDriverVersion":"","gpuVendorId":0,"machineModel":"Not available","remotingAssistanceAllowed":0,"remotingVersion":1,"renderer":2,"rtcpMux":true,"screencast":2,"screencastLocalPreview":1,"supportsConcurrentSessions":true,"transports":["i","gice"],"videoCodecs":[[99,"H264-SVC",640,360,30],[97,"H264",640,360,30],[98,"H263",640,360,30]],"videoRtpHdrExts":[{"id":2,"uri":"urn:ietf:params:rtp-hdrext:toffset"}]}]
    [001:505] F->C: ["getdevicestate","15","0",["__default_device","Built-in Audio Analog Stereo"],"0",["__default_device","Built-in Audio Analog Stereo"],"-1",[]]
    [006:217] HandleOnlineCheck: Starting check
    [006:217] HandleOnlineCheck: OK; current state: 3
    [20242:20242:0407/140825:ERROR:omnibox_view_gtk.cc(431)] Not implemented reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    [21561:21589:0407/144922:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    [21561:21589:0407/144922:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    [21561:21561:0407/144923:ERROR:object_proxy.cc(529)] Failed to call method: org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service files
    [21561:21620:0407/144923:ERROR:connection.cc(730)] sqlite error 19, errno -2: PRIMARY KEY must be unique
    [21561:21561:0407/144923:ERROR:omnibox_view_gtk.cc(431)] Not implemented reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
    [21561:21561:0407/144953:ERROR:omnibox_view_gtk.cc(431)] Not implemented reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
    [21561:21561:0407/145013:ERROR:omnibox_view_gtk.cc(431)] Not implemented reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    Window manager warning: Treating resize request of legacy application 0x1e00020 (Guake!) as a fullscreen request
    JS LOG: pushModal: invocation of begin_modal failed
    Window manager warning: Treating resize request of legacy application 0x1e00020 (Guake!) as a fullscreen request
    JS LOG: pushModal: invocation of begin_modal failed
    [21968:21994:0407/145044:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    [21968:21994:0407/145044:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    [21968:22025:0407/145044:ERROR:connection.cc(730)] sqlite error 19, errno -2: PRIMARY KEY must be unique
    [21968:21968:0407/145044:ERROR:object_proxy.cc(529)] Failed to call method: org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service files
    [21968:21968:0407/145044:ERROR:omnibox_view_gtk.cc(431)] Not implemented reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    Window manager warning: Treating resize request of legacy application 0x1e00020 (Guake!) as a fullscreen request
    [22418:22445:0407/145440:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    [22418:22445:0407/145440:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    [22418:22418:0407/145440:ERROR:object_proxy.cc(529)] Failed to call method: org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service files
    [22418:22477:0407/145440:ERROR:connection.cc(730)] sqlite error 19, errno -2: PRIMARY KEY must be unique
    [22418:22418:0407/145441:ERROR:omnibox_view_gtk.cc(431)] Not implemented reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
    [22418:22418:0407/145548:ERROR:omnibox_view_gtk.cc(431)] Not implemented reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
    [22418:22418:0407/145607:ERROR:omnibox_view_gtk.cc(431)] Not implemented reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
    Window manager warning: Treating resize request of legacy application 0x1e00020 (Guake!) as a fullscreen request
    [22418:22418:0407/145727:ERROR:omnibox_view_gtk.cc(431)] Not implemented reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
    No bp log location saved, using default.
    [000:000] Browser XEmbed support present: 1
    [000:000] Browser toolkit is Gtk2.
    [000:000] Using Gtk2 toolkit
    [000:005] Starting client channel.
    [000:005] Warning(clientchannel.cc:436): Unreadable or no port file. Could not initiate GoogleTalkPlugin connection
    [000:006] Warning(clientchannel.cc:411): Could not initiate GoogleTalkPlugin connection
    [000:006] GoogleTalkPlugin not running. Starting new process...
    [000:006] Warning(pluginutils.cc:251): Failed to get GoogleTalkPlugin path. Trying default.
    [000:007] Started GoogleTalkPlugin, path=/opt/google/talkplugin/GoogleTalkPlugin
    [000:008] Waiting for GoogleTalkPlugin to start...
    sh: lsb_release: command not found
    [001:102] Attempting to connect to GoogleTalkPlugin...
    [001:102] Read port file, port=48370
    [001:103] Initiated connection to GoogleTalkPlugin
    [001:210] Socket connection established
    [001:210] ScheduleOnlineCheck: Online check in 5000ms
    [001:304] Got cookie response, socket is authorized
    [001:304] AUTHORIZED; socket handshake complete
    [001:306] F->C: ["fs",{"pr":"a"}]
    [001:405] F->C: ["mf","mf3.17","3.17.0.0",2,{"audioCodecs":[[103,"ISAC",1,0,16000],[104,"ISAC",1,0,32000],[9,"G722",1,64000,16000],[102,"ILBC",1,13300,8000],[0,"PCMU",1,64000,8000],[8,"PCMA",1,64000,8000],[107,"CN",1,0,48000],[106,"CN",1,0,32000],[105,"CN",1,0,16000],[13,"CN",1,0,8000],[127,"red",1,0,8000],[126,"telephone-event",1,0,8000]],"audioRtpHdrExts":[{"id":1,"uri":"urn:ietf:params:rtp-hdrext:ssrc-audio-level"}],"camDeviceName":"Unknown Camera","caps":7,"cpuArchitecture":1,"cpuCacheSize":6291456,"cpuFamily":6,"cpuFlags":["sse2","ssse3","sse4_1","sse4_2","avx"],"cpuHasSSE2":true,"cpuModel":42,"cpuSpeed":3101,"cpuStepping":7,"cpuVendor":"GenuineIntel","cpus":4,"cpusPhysical":4,"cryptoSuites":["AES_CM_128_HMAC_SHA1_80","AES_CM_128_HMAC_SHA1_32"],"dataChannelVersion":1,"effectsVersion":9,"gpuDescription":"","gpuDeviceId":0,"gpuDeviceName":"","gpuDriver":"","gpuDriverVersion":"","gpuVendorId":0,"machineModel":"Not available","remotingAssistanceAllowed":0,"remotingVersion":1,"renderer":2,"rtcpMux":true,"screencast":2,"screencastLocalPreview":1,"supportsConcurrentSessions":true,"transports":["i","gice"],"videoCodecs":[[99,"H264-SVC",640,360,30],[97,"H264",640,360,30],[98,"H263",640,360,30]],"videoRtpHdrExts":[{"id":2,"uri":"urn:ietf:params:rtp-hdrext:toffset"}]}]
    [001:506] F->C: ["getdevicestate","15","0",["__default_device","Built-in Audio Analog Stereo"],"0",["__default_device","Built-in Audio Analog Stereo"],"-1",[]]
    [005:311] Starting client channel.
    [005:311] Warning(clientchannel.cc:436): Unreadable or no port file. Could not initiate GoogleTalkPlugin connection
    [005:312] Warning(clientchannel.cc:411): Could not initiate GoogleTalkPlugin connection
    [005:312] GoogleTalkPlugin not running. Starting new process...
    [005:312] Warning(pluginutils.cc:251): Failed to get GoogleTalkPlugin path. Trying default.
    [005:313] Started GoogleTalkPlugin, path=/opt/google/talkplugin/GoogleTalkPlugin
    [005:313] Waiting for GoogleTalkPlugin to start...
    sh: lsb_release: command not found
    [006:411] Attempting to connect to GoogleTalkPlugin...
    [006:411] Read port file, port=45084
    [006:424] Initiated connection to GoogleTalkPlugin
    [006:512] Socket connection established
    [006:512] ScheduleOnlineCheck: Online check in 5000ms
    [006:613] Got cookie response, socket is authorized
    [006:613] AUTHORIZED; socket handshake complete
    [006:620] F->C: ["fs",{"pr":"a"}]
    [006:713] F->C: ["mf","mf3.17","3.17.0.0",2,{"audioCodecs":[[103,"ISAC",1,0,16000],[104,"ISAC",1,0,32000],[9,"G722",1,64000,16000],[102,"ILBC",1,13300,8000],[0,"PCMU",1,64000,8000],[8,"PCMA",1,64000,8000],[107,"CN",1,0,48000],[106,"CN",1,0,32000],[105,"CN",1,0,16000],[13,"CN",1,0,8000],[127,"red",1,0,8000],[126,"telephone-event",1,0,8000]],"audioRtpHdrExts":[{"id":1,"uri":"urn:ietf:params:rtp-hdrext:ssrc-audio-level"}],"camDeviceName":"Unknown Camera","caps":7,"cpuArchitecture":1,"cpuCacheSize":6291456,"cpuFamily":6,"cpuFlags":["sse2","ssse3","sse4_1","sse4_2","avx"],"cpuHasSSE2":true,"cpuModel":42,"cpuSpeed":3101,"cpuStepping":7,"cpuVendor":"GenuineIntel","cpus":4,"cpusPhysical":4,"cryptoSuites":["AES_CM_128_HMAC_SHA1_80","AES_CM_128_HMAC_SHA1_32"],"dataChannelVersion":1,"effectsVersion":9,"gpuDescription":"","gpuDeviceId":0,"gpuDeviceName":"","gpuDriver":"","gpuDriverVersion":"","gpuVendorId":0,"machineModel":"Not available","remotingAssistanceAllowed":0,"remotingVersion":1,"renderer":2,"rtcpMux":true,"screencast":2,"screencastLocalPreview":1,"supportsConcurrentSessions":true,"transports":["i","gice"],"videoCodecs":[[99,"H264-SVC",640,360,30],[97,"H264",640,360,30],[98,"H263",640,360,30]],"videoRtpHdrExts":[{"id":2,"uri":"urn:ietf:params:rtp-hdrext:toffset"}]}]
    [006:814] F->C: ["getdevicestate","15","0",["__default_device","Built-in Audio Analog Stereo"],"0",["__default_device","Built-in Audio Analog Stereo"],"-1",[]]
    [011:521] HandleOnlineCheck: Starting check
    [011:521] HandleOnlineCheck: OK; current state: 3
    [22418:22418:0407/145831:ERROR:omnibox_view_gtk.cc(431)] Not implemented reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    Window manager warning: Treating resize request of legacy application 0x1e00020 (Guake!) as a fullscreen request
    [23140:23167:0407/150336:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    [23140:23167:0407/150336:ERROR:object_proxy.cc(624)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
    [23140:23197:0407/150336:ERROR:connection.cc(730)] sqlite error 19, errno -2: PRIMARY KEY must be unique
    [23140:23140:0407/150336:ERROR:object_proxy.cc(529)] Failed to call method: org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service files
    [23140:23140:0407/150337:ERROR:omnibox_view_gtk.cc(431)] Not implemented reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
    Window manager warning: Treating resize request of legacy application 0x1e00020 (Guake!) as a fullscreen request
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Window manager warning: Log level 16: Failed to load apps: Failed to look up menu_file for "gnomecc.menu"
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    Window manager warning: Treating resize request of legacy application 0x1e00020 (Guake!) as a fullscreen request
    g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    ** Message: applet now removed from the notification area
    gnome-session[20009]: Gdk-WARNING: gnome-session: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Window manager warning: Log level 16: gnome-shell: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    applet.py: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    (gnome-settings-daemon:20052): Gdk-WARNING **: gnome-settings-daemon: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    ** Message: NM disappeared
    guake: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    WARNING: could not use popup notification
    (nm-applet:20096): Gdk-WARNING **: nm-applet: Fatal IO error 104 (Connection reset by peer) on X server :0.
    What can I do to resolve this?
      Thank you very much!
    Last edited by UnsolvedCypher (2013-04-07 20:09:28)

    aliencam wrote:
    This has been happening to a lot of people lately (since the upgrade to gnome 3.8 from 3.6).  Many people haven't been able to find a solution, so they have installed the SLiM login manager and another desktop environment like xfce, enlightenment, or fluxbox for the time being.
    check out these other topics:
    https://bbs.archlinux.org/viewtopic.php?id=161900
    https://bbs.archlinux.org/viewtopic.php?id=161961
    https://bugs.archlinux.org/task/34893
    I still haven't been able to fix it on my computer, so I'm using SLiM and xfce while I wait for an upstream update.
    I'm currently using SLiM and Cinnamon since GDM won't work, but I was asking because I wanted my laptop to lock when I suspended it, which SLiM didn't do as far as I knew. Well, I guess I'll wait for an update. Thanks.
    Last edited by kkeller (2013-05-04 18:13:24)

  • [solved] Synaptics Touchpad works in GDM but not in Gnome Session

    Hey,
    i just installed arch x86_64 to a Amilo Pa 3553 Notebook with synaptics touchpad driver.
    It's working in gdm perfectly but after login i cannot click, wether tabbing nor klicking.
    But i can move the coursor.
    Touchpad is recognized in Xorg.log without any errors or warnings.
    Any Idea what went wrong?
    SOLVED
    It was just a check in the gnome touchpad settings at "Mausklick per Touchpad freischalten".
    Sorry, i don't know in english, but it means something like "activate Click per touchpad"
    Last edited by lemondreas (2012-10-01 21:38:38)

    I too am having the same problem. This only seems to happen after I connect to a projector by the VGA port on my Lenovo T500. I use the display port to connect to a 30" apple cinema display and have no issues. Have not had much luck in finding what changes in the gnome config when this problem arises.
    I am looking forward to anyone being able to explain what is actually changing and why. WIll continue to dig into this and post a workaround if I find one.

  • Intel GMA 945: xrandr trouble

    Hello everyone,
    I recently observed that when rotating the screen using xrandr -o, it becomes very dark. I'm on a Thinkpad X60 Tablet with Intel GMA 945 and up to date intel driver and Xorg. I have checked this on a laptop of the same model by a friend also running Arch and she has the same problem. A few months ago, there were no problems with this functionality, although I am unsure when exactly it happened. I don't know which software is to blame either, so I would kindly ask other GMA 945 family users to check if they also have this problem on their machines. Maybe we can bugtrack this together.

    I'm facing similar problems with an Thinkpad X60 (Intel 945GM):
    Switching with xrandr to the external monitor and disabling the notebook screen works fine. Afterwards if I want to switch back from external monitor to the internal screen, the internal screen does not turn on and stays black.
    Suspending before switching back is a dirty workaround but not really a solution.
    Last edited by redbit (2011-02-05 09:59:42)

  • Fglrx + xrandr extended desktop + ATI 7970m = jitteryness

    For lack of a better term I get jitteryness whenever I extend my laptop's desktop to an external monitor using Xrandr, when using Catalyst/fglrx. It behaves a little differently depending on whether or not I'm using 3d rendering. For instance:
    * In gnome and compiz, when I extend my desktop to an external monitor it gets jittery and flickery whenever I pretty much do anything (if it's just sitting there doing nothing its fine). if I move a window or open a menu, the jitter starts
    * In a non-3d environment such as Openbox or xfce4, there's no jitter but there's a lot of artifacting around buttons or any element on the screen that moves around
    This *only* happens when I use xrandr to extend the desktop. If I clone it, or use a single monitor, it works flawlessly.
    Has anyone run across this? Is this a bug in the AMD drivers, or is there something that can be done to get extended displays working on this?
    (PS: It's in a laptop with switchable graphics, AMD+Intel)

    Blasphemist wrote:I use 2 monitors with Gnome, Xfce and Openbox (separate installations/partitions on the same machine). I also use xrandr to extend the desktop. I don't have this issue and I don't have switchable graphics either. When using Openbox I use openbox-multihead-git but I did use normal openbox this way as well.
    Might you be able to provide your xorg.conf so I can compare? You're using a 7970m with Enduro?

  • [TEMP-WORKAROUND] 290 NVIdia/3.2 kernel tests I've done

    It's not fixed as it is a kernel issue. Link to article in post #5.
    But there is a workaround in the meantime to at least get you back up and running.
    I have an up to date Arch x86_64 machine. And an NVidia GTX-560TI. Like others, today's updates broke "X" fatally, when both the new 3.2 kernel came down with the new NVidia driver family (290).
    I've done some tests that may help folks smarter than me figure out what is going wrong.
    Test:
    a)  Removed nvidia, nvidia-utils, and all related NVidia packages. Handled the libgl dep issue.
    b)  Killed the xorg.conf file, removed the nvidia module from memory, and installed the xf86-video-vesa package.
    A subsequent call to startx had the DE come right up (just in a lower resolution than a native driver @ 1920x1200).
    c)  Went to the NVidia site and downloaded the 285.05.09 drivers and installed the same from a true cli (I personally don't use GDM's). Allowed the NVidia drivers to create it's own xorg.conf. Dealt with the libgl issue. I know this is not Arch orthodoxy, but remember I'm trying to restore my main work system to operational status until the nvidia driver/packages/whatever get sorted out..
    d)  Used the nvidia-xconfig to create a new xorg.conf, modprobe'd the new nvidia module, then tried startx. (It's how I choose to start my DE's)
    Same issue as with the 290.10 driver. The error of "screen found but no valid configuration found..." that's well documented elsewhere in the forums.
    While I am a veteran Arch user, and with other distro's have built hundreds of custom kernels (and a few for Arch), that does not make me a dev. In my humble experience, this test limited the variables down to one. Now the only difference was the kernel rev of 3.2.
    At issue is:
    a)  Is the nvidia module needing to do something different with the way it interacts with the new 3.2 kernel, meaning that NVIdia itself is doing something that the 3.2 kernel doesn't appreciate?
    or
    b)  Does the kernel need an adjusted .config file before being rebuilt?
    I am not smart enough to know the answer.
    Right now, I've of course removed all traces of nvidia, installed libgl, and am using the vesa driver so I could at least access my DE of choice and operate (somewhat). I cannot work until the NVidia things gets sorted out as I use video editing software that requires the use if the cuda toolset.
    I post this test only as a source of information that hopefully may point the dev(s) in perhaps more directions than just nvidia. In the end, it may be totally NVidia's issue (like the last time)....But when I plug in the old working drivers in, and still cannot get "X" to function.....Then I start thinking about kernel configuration/compatibility issues.
    If anyone wants me to do some other tests I haven't thought of...I'm totally game for it, anything to be of help.....Just let me know what you want done and I'll do it and post the results.
    Sincerely and respectfully,
    Dave
    Last edited by dcbdbis (2012-01-19 09:06:33)

    dcbdbis wrote:
    For Jack450,
    I'll be happy to work with you through this....
    I need: What flavor of Arch x32 or x64?
    How current?
    If you are using the lts kernel, then you need to use the nvidia-lts package with it or no love between the kernel and nvidia module.
    a)  Ensure you do not have anything but the lts's api's, headers, and kernel installed. If you're missing a piece, I'd recommend installing it. If you've still got 3.2.1 stuff in your system, get rid of it.
    b)  Kill your '/etc/X11/xorg.conf' file. (hint : sudo)
    c)  Remove your existing nvidia kernel mod from memory
    sudo modprobe -r nvidia
    d)  pacman in the nvidia-lts stuff.
    e)  Modprobe in the new module
    sudo modprobe nvidia (check my spelling, I don't know if the lts nvidia modules goes by 'nvidia' or 'nvidia-lts')
    f)  From a cli do:
    sudo nvidia-xconfig
    g) startx, or reboot, whichever you prefer........
    h)  And see if that doesn't give you back your GDM/DE.
    And no this is not the only way to do things.....There may be easier ways, but being an old retired engineer...I do tend to be a bit retentive.....Others may have different suggestions just as worthy and perhaps easier. All I know is that, if your system was sitting on my desk, this is what I would do for starters.
    Dave
    PS: if this doesn't do it, as this is a laptop....then I need more info on your hardware. Please do an
    lspci -v > HardwareInfo.txt
    and PM me with that file, to conserve forum space and I'll then come up with a round two attempt if round one for some wierd reason doesn't solve your problem.
    It was first x64 and I switched to x32 to see if it made any difference but it still kills the Xorg so I gave up. I tried LTS, different nvidia drivers plus nvidia-lts drives, intel_iommu=off didn't work. So I'm guessing I'm just out of luck and have to wait for an update.

  • Black screen on gdm start

    hy, i have installed the new voodoo with the ne install cd.
    i ve installed x, gnome and gdm.
    the first start into gnome worked, but then i followed this instructions to edit my xorg.conf for radeon.
    http://wiki.archlinux.org/index.php/ATI … TI_Drivers
    ive added all options.
    now i got a black screen when the daemon gdm starts, and i have to turn off my notebook by pressing the power button. (4seconds...)
    so, what can i do? reinstall?
    mfg chief
    Last edited by Chiefcooker (2007-04-02 11:19:16)

    xorg.conf
    Section "Module"
    Load "dbe" # Double buffer extension
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # Load "type1"
    Load "freetype"
    # Load "xtt"
    Load "glx"
    Load "dri"
    Load "drm"
    EndSection
    Section "Files"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    # FontPath "/usr/share/fonts/Type1"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Speedo/"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # ModulePath "/usr/lib/modules"
    EndSection
    Section "ServerFlags"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "de"
    EndSection
    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    Option "Resolution" "800"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "My Monitor"
    HorizSync 31.5 - 82.0
    VertRefresh 50-70
    EndSection
    Section "Device"
    Identifier "** ATI Radeon (generic) [radeon]"
    Driver "radeon"
    Option "XAANoOffscreenPixmaps" "true" #needed for aiglx
    Option "AGPMode" "4"
    Option "ColorTiling" "on"
    Option "AccelMethod" "EXA"
    Option "EnablePageFlip" "on"
    Option "EnablePageFlip" "on"
    Option "AGPFastWrite" "yes"
    EndSection
    Section "Screen"
    Identifier "Screen 1"
    Device "** ATI Radeon (generic) [radeon]"
    Monitor "My Monitor"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1400x1050" "1024x768" "800x600"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1400x1050" "1024x768" "800x600"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1400x1050" "1024x768" "800x600"
    ViewPort 0 0
    EndSubsection
    EndSection
    Section "ServerLayout"
    Identifier "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    in xorg log
    X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: UNKNOWN
    Current Operating System: Linux chief-mobil-arklinux 2.6.20-ARCH #1 SMP PREEMPT Sat Mar 24 10:51:35 CET 2007 i686
    Build Date: 27 February 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 2 21:16:12 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Screen 1" (0)
    (**) | |-->Monitor "My Monitor"
    (**) | |-->Device "** ATI Radeon (generic) [radeon]"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/TTF
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81c34a0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.1
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2560 card 1584,9100 rev 03 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 03 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24c2 card 1584,9011 rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24c4 card 1584,9011 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24c7 card 1584,9011 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24cd card 1584,9110 rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24cb card 1584,9011 rev 02 class 01,01,8a hdr 00
    (II) PCI: 00:1f:3: chip 8086,24c3 card 1584,9011 rev 02 class 0c,05,00 hdr 00
    (II) PCI: 00:1f:5: chip 8086,24c5 card 1584,9011 rev 02 class 04,01,00 hdr 00
    (II) PCI: 00:1f:6: chip 8086,24c6 card 1584,4007 rev 02 class 07,03,00 hdr 00
    (II) PCI: 01:00:0: chip 1002,4c66 card 1584,2301 rev 01 class 03,00,00 hdr 00
    (II) PCI: 02:03:0: chip 1217,6972 card c001,0000 rev 00 class 06,07,00 hdr 02
    (II) PCI: 02:0a:0: chip 1106,3044 card 1734,102a rev 80 class 0c,00,10 hdr 00
    (II) PCI: 02:0c:0: chip 100b,0020 card 1584,9011 rev 00 class 02,00,00 hdr 00
    (II) PCI: 03:00:0: chip 10ec,8185 card 10ec,8185 rev 20 class 02,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xdfd00000 - 0xdfdfffff (0x100000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xafc00000 - 0xbfbfffff (0x10000000) MX[b]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0006 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
    [2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xdfe00000 - 0xdfefffff (0x100000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x50000000 - 0x55ffffff (0x6000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 3: bridge is at (2:3:0), (2,3,6), BCTRL: 0x0500 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0x50000000 - 0x53ffffff (0x4000000) MX[b]
    (--) PCI:*(1:0:0) ATI Technologies Inc Radeon R250 [Mobility FireGL 9000] rev 1, Mem @ 0xb0000000/27, 0xdfdf0000/16, I/O @ 0xb000/8, BIOS @ 0xdfdc0000/17
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xc0000000 from 0xcfffffff to 0xbfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[b]
    [1] -1 0 0xdfeff800 - 0xdfefffff (0x800) MX[b]
    [2] -1 0 0x56000600 - 0x560006ff (0x100) MX[b]
    [3] -1 0 0x56000400 - 0x560005ff (0x200) MX[b]
    [4] -1 0 0x56000000 - 0x560003ff (0x400) MX[b]
    [5] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[b]
    [6] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[b]O
    [7] -1 0 0xdfdc0000 - 0xdfddffff (0x20000) MX[b](B)
    [8] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[b](B)
    [9] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [10] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [11] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b]
    [12] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[b]
    [13] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [14] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[b]
    [15] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [16] -1 0 0x00000540 - 0x0000055f (0x20) IX[b]
    [17] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [18] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [19] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [22] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[b]
    [23] -1 0 0x0000df40 - 0x0000df5f (0x20) IX[b]
    [24] -1 0 0x0000df20 - 0x0000df3f (0x20) IX[b]
    [25] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges:
    [0] -1 0 0x58000000 - 0x580001ff (0x200) MX[b]
    [1] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[b]
    [1] -1 0 0xdfeff800 - 0xdfefffff (0x800) MX[b]
    [2] -1 0 0x56000600 - 0x560006ff (0x100) MX[b]
    [3] -1 0 0x56000400 - 0x560005ff (0x200) MX[b]
    [4] -1 0 0x56000000 - 0x560003ff (0x400) MX[b]
    [5] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[b]
    [6] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[b]O
    [7] -1 0 0xdfdc0000 - 0xdfddffff (0x20000) MX[b](B)
    [8] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[b](B)
    [9] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [10] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [11] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b]
    [12] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[b]
    [13] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [14] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[b]
    [15] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [16] -1 0 0x00000540 - 0x0000055f (0x20) IX[b]
    [17] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [18] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [19] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [22] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[b]
    [23] -1 0 0x0000df40 - 0x0000df5f (0x20) IX[b]
    [24] -1 0 0x0000df20 - 0x0000df3f (0x20) IX[b]
    [25] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges after removing overlaps:
    [0] -1 0 0x58000000 - 0x580001ff (0x200) MX[b]
    [1] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[b]
    [5] -1 0 0xdfeff800 - 0xdfefffff (0x800) MX[b]
    [6] -1 0 0x56000600 - 0x560006ff (0x100) MX[b]
    [7] -1 0 0x56000400 - 0x560005ff (0x200) MX[b]
    [8] -1 0 0x56000000 - 0x560003ff (0x400) MX[b]
    [9] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[b]
    [10] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[b]O
    [11] -1 0 0xdfdc0000 - 0xdfddffff (0x20000) MX[b](B)
    [12] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[b](B)
    [13] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [14] -1 0 0x58000000 - 0x580001ff (0x200) MX[b]
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [18] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b]
    [19] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[b]
    [20] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [21] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[b]
    [22] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [23] -1 0 0x00000540 - 0x0000055f (0x20) IX[b]
    [24] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [26] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [29] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[b]
    [30] -1 0 0x0000df40 - 0x0000df5f (0x20) IX[b]
    [31] -1 0 0x0000df20 - 0x0000df3f (0x20) IX[b]
    [32] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    [33] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.2.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (WW) Warning, couldn't open module glx
    (II) UnloadModule: "glx"
    (EE) Failed to load module "glx" (module does not exist, 0)
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 4.2.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 6.6.3
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) ATI: ATI driver (version 6.6.3) for chipsets: ati, ativga
    (II) R128: Driver for ATI Rage 128 chipsets:
    ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
    ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
    ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
    ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
    ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
    ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
    ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
    ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
    ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
    ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
    ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
    ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
    ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
    ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
    ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
    ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
    ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
    ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
    ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
    ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
    ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
    ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
    ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
    ATI Rage 128 Pro ULTRA TU (AGP?)
    (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
    ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
    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 Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330/340/350 (A4) 4137,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
    ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP),
    ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
    ATI Radeon Mobility 9200 IGP 7835, 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 Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (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 FireGL RV360 AV (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 9650,
    ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
    ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE),
    ATI Radeon Mobility X600 (M24) 3150 (PCIE),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (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 X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (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 XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE),
    ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (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 X700 PRO (RV410) (PCIE),
    ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
    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 X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
    ATI Radeon AIW X800 VE (R420) JT (AGP),
    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 FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
    ATI Radeon X850 5D4C (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset ATI Radeon Mobility 9000 (M9) Lf (AGP) found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[b]
    [5] -1 0 0xdfeff800 - 0xdfefffff (0x800) MX[b]
    [6] -1 0 0x56000600 - 0x560006ff (0x100) MX[b]
    [7] -1 0 0x56000400 - 0x560005ff (0x200) MX[b]
    [8] -1 0 0x56000000 - 0x560003ff (0x400) MX[b]
    [9] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[b]
    [10] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[b]O
    [11] -1 0 0xdfdc0000 - 0xdfddffff (0x20000) MX[b](B)
    [12] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[b](B)
    [13] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [14] -1 0 0x58000000 - 0x580001ff (0x200) MX[b]
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [18] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b]
    [19] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[b]
    [20] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [21] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[b]
    [22] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [23] -1 0 0x00000540 - 0x0000055f (0x20) IX[b]
    [24] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [26] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [29] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[b]
    [30] -1 0 0x0000df40 - 0x0000df5f (0x20) IX[b]
    [31] -1 0 0x0000df20 - 0x0000df3f (0x20) IX[b]
    [32] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    [33] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    (II) Loading sub module "radeon"
    (II) LoadModule: "radeon"
    (II) Reloading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[b]
    [5] -1 0 0xdfeff800 - 0xdfefffff (0x800) MX[b]
    [6] -1 0 0x56000600 - 0x560006ff (0x100) MX[b]
    [7] -1 0 0x56000400 - 0x560005ff (0x200) MX[b]
    [8] -1 0 0x56000000 - 0x560003ff (0x400) MX[b]
    [9] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[b]
    [10] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[b]O
    [11] -1 0 0xdfdc0000 - 0xdfddffff (0x20000) MX[b](B)
    [12] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[b](B)
    [13] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [14] -1 0 0x58000000 - 0x580001ff (0x200) MX[b]
    [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [21] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b]
    [22] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[b]
    [23] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [24] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[b]
    [25] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [26] -1 0 0x00000540 - 0x0000055f (0x20) IX[b]
    [27] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [28] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [29] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [32] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[b]
    [33] -1 0 0x0000df40 - 0x0000df5f (0x20) IX[b]
    [34] -1 0 0x0000df20 - 0x0000df3f (0x20) IX[b]
    [35] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    [36] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [38] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) RADEON(0): RADEONPreInit
    (II) RADEON(0): MMIO registers at 0xdfdf0000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.1
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (==) RADEON(0): X server will not keep DPI constant for all screen sizes
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (--) RADEON(0): Chipset: "ATI Radeon Mobility 9000 (M9) Lf (AGP)" (ChipID = 0x4c66)
    (--) RADEON(0): Linear framebuffer at 0xb0000000
    (--) RADEON(0): BIOS at 0xdfdc0000
    (II) RADEON(0): AGP card detected
    (II) RADEON(0): Detected total video RAM=65536K, accessible=131072K (PCI BAR=131072K)
    (--) RADEON(0): Mapped VideoRAM: 65536 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules//libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Loading /usr/lib/xorg/modules//libi2c.so
    (II) Module i2c: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 1.1
    (II) RADEON(0): I2C bus "DDC" initialized.
    (II) RADEON(0): Legacy BIOS detected
    (II) RADEON(0): LVDS port is not in connector table, added in.
    (II) RADEON(0): Connector0: DDCType-0, DACType-1, TMDSType--1, ConnectorType-1
    (II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
    (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DDC:ddc2" removed.
    (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DDC:ddc2" removed.
    (II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DDC:ddc2" removed.
    (II) RADEON(0): DDC Type: 3, Detected Type: 0
    (II) RADEON(0):
    (II) RADEON(0): Primary:
    Monitor -- LVDS
    Connector -- VGA
    DAC Type -- Primary
    TMDS Type -- NONE
    DDC Type -- VGA_DDC
    (II) RADEON(0): Secondary:
    Monitor -- NONE
    Connector -- Proprietary
    DAC Type -- TVDAC/ExtDAC
    TMDS Type -- NONE
    DDC Type -- NONE
    (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=22000
    (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) RADEON(0): Validating modes on Primary head ---------
    (II) RADEON(0): Panel ID string: Samsung LTN150P1-L02
    (II) RADEON(0): Panel Size from BIOS: 1400x1050
    (II) RADEON(0): BIOS provided dividers will be used.
    (II) RADEON(0): Total number of valid DDC mode(s) found: 0
    (II) RADEON(0): Valid mode using on-chip RMX: 1400x1050
    (II) RADEON(0): Valid mode using on-chip RMX: 1024x768
    (II) RADEON(0): Valid mode using on-chip RMX: 800x600
    (II) RADEON(0): Total number of valid FP mode(s) found: 3
    (--) RADEON(0): Virtual size is 1400x1050 (pitch 1408)
    (**) RADEON(0): *Mode "1400x1050": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1400x1050" 108.00 1400 34208 34320 1688 1050 1052 1055 1063
    (**) RADEON(0): *Mode "1024x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1024x768" 108.00 1024 34208 34320 1688 768 1052 1055 1063
    (**) RADEON(0): *Mode "800x600": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "800x600" 108.00 800 34208 34320 1688 600 1052 1055 1063
    (**) RADEON(0): Default mode "640x350": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "640x350" 108.00 640 34208 34320 1688 350 1052 1055 1063
    (**) RADEON(0): Default mode "640x400": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "640x400" 108.00 640 34208 34320 1688 400 1052 1055 1063
    (**) RADEON(0): Default mode "720x400": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "720x400" 108.00 720 34208 34320 1688 400 1052 1055 1063
    (**) RADEON(0): Default mode "640x480": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "640x480" 108.00 640 34208 34320 1688 480 1052 1055 1063
    (**) RADEON(0): Default mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1152x864" 108.00 1152 34208 34320 1688 864 1052 1055 1063
    (**) RADEON(0): Default mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1280x960" 108.00 1280 34208 34320 1688 960 1052 1055 1063
    (**) RADEON(0): Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1280x1024" 108.00 1280 34208 34320 1688 1024 1052 1055 1063
    (**) RADEON(0): Default mode "832x624": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "832x624" 108.00 832 34208 34320 1688 624 1052 1055 1063
    (**) RADEON(0): Default mode "1152x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1152x768" 108.00 1152 34208 34320 1688 768 1052 1055 1063
    (**) RADEON(0): Default mode "1280x720": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1280x720" 108.00 1280 34208 34320 1688 720 1052 1055 1063
    (**) RADEON(0): Default mode "1280x800": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1280x800" 108.00 1280 34208 34320 1688 800 1052 1055 1063
    (**) RADEON(0): Default mode "1280x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1280x768" 108.00 1280 34208 34320 1688 768 1052 1055 1063
    (**) RADEON(0): Default mode "1360x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.2 Hz
    (II) RADEON(0): Modeline "1360x768" 108.00 1360 34208 34320 1688 768 1052 1055 1063
    (==) RADEON(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules//libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.1
    (==) RADEON(0): Using XAA acceleration architecture
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 1.1
    (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
    (!!) RADEON(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[b]
    [1] 0 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b]
    [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1 0 0xdfefe000 - 0xdfefefff (0x1000) MX[b]
    [7] -1 0 0xdfeff800 - 0xdfefffff (0x800) MX[b]
    [8] -1 0 0x56000600 - 0x560006ff (0x100) MX[b]
    [9] -1 0 0x56000400 - 0x560005ff (0x200) MX[b]
    [10] -1 0 0x56000000 - 0x560003ff (0x400) MX[b]
    [11] -1 0 0xdffffc00 - 0xdfffffff (0x400) MX[b]
    [12] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[b]O
    [13] -1 0 0xdfdc0000 - 0xdfddffff (0x20000) MX[b](B)
    [14] -1 0 0xdfdf0000 - 0xdfdfffff (0x10000) MX[b](B)
    [15] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [16] -1 0 0x58000000 - 0x580001ff (0x200) MX[b]
    [17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [20] 0 0 0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [23] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [24] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[b]
    [25] -1 0 0x0000e300 - 0x0000e37f (0x80) IX[b]
    [26] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[b]
    [27] -1 0 0x0000e100 - 0x0000e13f (0x40) IX[b]
    [28] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [29] -1 0 0x00000540 - 0x0000055f (0x20) IX[b]
    [30] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
    [31] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [32] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [33] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [34] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [35] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[b]
    [36] -1 0 0x0000df40 - 0x0000df5f (0x20) IX[b]
    [37] -1 0 0x0000df20 - 0x0000df3f (0x20) IX[b]
    [38] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    [39] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (**) RADEON(0): RADEONScreenInit b0000000 0
    (**) RADEON(0): Map: 0xb0000000, 0x04000000
    (==) RADEON(0): Write-combining range (0xb0000000,0x4000000)
    (**) RADEON(0): RADEONSave
    (**) RADEON(0): RADEONSaveMode(0x81f2108)
    (**) RADEON(0): Read: 0x00000006 0x00040048 0x00000000
    (**) RADEON(0): Read: rd=6, fd=72, pd=4
    (**) RADEON(0): RADEONSaveMode returns 0x81f2108
    (II) RADEON(0): Dynamic Clock Scaling Disabled
    (**) RADEON(0): RADEONInitMemoryMap() :
    (**) RADEON(0): mem_size : 0x04000000
    (**) RADEON(0): MC_FB_LOCATION : 0xb3ffb000
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (**) RADEON(0): RADEONModeInit()
    1400x1050 108.00 1400 34208 34320 1688 1050 1052 1055 1063 (24,32)
    1400x1050 108.00 1400 34208 34320 1688 1050 1052 1055 1063 (24,32)
    (**) RADEON(0): Pitch = 11534512 bytes (virtualX = 1400, displayWidth = 1408)
    (II) RADEON(0): BIOS HotKeys Disabled
    (**) RADEON(0): RADEONInit returns 0x81f2ab8
    (**) RADEON(0): RADEONRestoreMode()
    (**) RADEON(0): RADEONRestoreMode(0x81f2ab8)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0xb3ffb000
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): GRPH_BUFFER_CNTL from 200a7c7c to 20105c5c
    (**) RADEON(0): RADEONSaveScreen(0)
    (II) RADEON(0): Depth moves disabled by default
    (**) RADEON(0): Setting up initial surfaces
    (**) RADEON(0): Initializing fb layer
    (**) RADEON(0): Setting up accel memmap
    (II) RADEON(0): Memory manager initialized to (0,0) (1408,8191)
    (II) RADEON(0): Reserved area from (0,1050) to (1408,1058)
    (II) RADEON(0): Largest offscreen area available: 1408 x 7133
    (**) RADEON(0): Initializing backing store
    (==) RADEON(0): Backing store disabled
    (WW) RADEON(0): Direct rendering disabled
    (**) RADEON(0): Setting up final surfaces
    (**) RADEON(0): Initializing Acceleration
    (II) RADEON(0): Render acceleration enabled
    (**) RADEON(0): EngineInit (32/32)
    (**) RADEON(0): Pitch for acceleration = 176
    (**) RADEON(0): EngineRestore (32/32)
    (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Lines
    Scanline Image Writes
    Offscreen Pixmaps
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (**) RADEON(0): Initializing DPMS
    (**) RADEON(0): Initializing Cursor
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Using hardware cursor (scanline 1058)
    (II) RADEON(0): Largest offscreen area available: 1408 x 7130
    (**) RADEON(0): Initializing color map
    (**) RADEON(0): Initializing DGA
    (**) RADEON(0): Initializing Xv
    (II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
    (II) Loading sub module "theatre_detect"
    (II) LoadModule: "theatre_detect"
    (II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
    (II) Module theatre_detect: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
    (**) RADEON(0): RADEONScreenInit finished
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (**) Option "Protocol" "Auto"
    (**) Mouse1: Device: "/dev/input/mice"
    (**) Mouse1: Protocol: "Auto"
    (**) Option "CorePointer"
    (**) Mouse1: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse1: Buttons: 11
    (**) Option "Resolution" "800"
    (**) Mouse1: Resolution: 800
    (**) Option "CoreKeyboard"
    (**) Keyboard1: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard1: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard1: XkbRules: "xorg"
    (**) Option "XkbModel" "pc104"
    (**) Keyboard1: XkbModel: "pc104"
    (**) Option "XkbLayout" "de"
    (**) Keyboard1: XkbLayout: "de"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard1: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
    (--) Mouse1: PnP-detected protocol: "ExplorerPS/2"
    (II) Mouse1: ps2EnableDataReporting: succeeded
    (**) RADEON(0): RADEONSaveScreen(2)
    (**) RADEON(0): RADEONLeaveVT
    (**) RADEON(0): RADEONRestore
    (**) RADEON(0): RADEONRestoreMode()
    (**) RADEON(0): RADEONRestoreMode(0x81f2108)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0x1fff0000
    (**) RADEON(0): MC_AGP_LOCATION : 0x27ff2000
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): Ok, leaving now...
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (**) RADEON(0): RADEONEnterVT
    (**) RADEON(0): RADEONModeInit()
    1400x1050 108.00 1400 34208 34320 1688 1050 1052 1055 1063 (24,32)
    1400x1050 108.00 1400 34208 34320 1688 1050 1052 1055 1063 (24,32)
    (**) RADEON(0): Pitch = 11534512 bytes (virtualX = 1400, displayWidth = 1408)
    (II) RADEON(0): BIOS HotKeys Disabled
    (**) RADEON(0): RADEONInit returns 0x81f2ab8
    (**) RADEON(0): RADEONRestoreMode()
    (**) RADEON(0): RADEONRestoreMode(0x81f2ab8)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0xb3ffb000
    (**) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): GRPH_BUFFER_CNTL from 200a7c7c to 20105c5c
    (**) RADEON(0): EngineRestore (32/32)
    (**) RADEON(0): RADEONSaveScreen(2)
    (II) Mouse1: ps2EnableDataReporting: succeeded
    (II) 3rd Button detected: disabling emulate3Button
    (**) RADEON(0): RADEONCloseScreen
    (**) RADEON(0): RADEONDRIStop
    (**) RADEON(0): RADEONDisplayPowerManagementSet(0,0x0)
    (**) RADEON(0): RADEONRestore
    (**) RADEON(0): RADEONRestoreMode()
    (**) RADEON(0): RADEONRestoreMode(0x81f2108)
    (**) RADEON(0): RADEONRestoreMemMapRegisters() :
    (**) RADEON(0): MC_FB_LOCATION : 0x1fff0000
    (**) RADEON(0): MC_AGP_LOCATION : 0x27ff2000
    (**) RADEON(0): Map Changed ! Applying ...
    (**) RADEON(0): Map applied, resetting engine ...
    (**) RADEON(0): Updating display base addresses...
    (**) RADEON(0): Memory map updated.
    (**) RADEON(0): Programming CRTC1, offset: 0x00000000
    (**) RADEON(0): Disposing accel...
    (**) RADEON(0): Disposing cusor info
    (**) RADEON(0): Disposing DGA
    (**) RADEON(0): Unmapping memory
    FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
    mfg chief

  • Intel Graphics and xrandr commands at startup

    Hi all, I am new at Arch.  I'm trying to setup a P4 computer as a media player.  It is hooked up to 40" LCD panel.  The computer has Intel 845 graphics and no open PCI slots, so I am stuck with using the onboard graphics for the resolution I want.  I was able to do this with Ubuntu/Gnome by adding these lines to /etc/gdm/init.d/default
    xrandr --newmode "1920x1080" 148.5 1920 2008 2052 2200 1080 1089 1095 1125 +hsync +vsync
    xrandr --addmode VGA1 1920x1080
    xrandr --output VGA1 --mode  1920x1080
    That solved the problem, I got a great picture but the OS with Gnome was hogging all my memory.  I've tried lighter distros but, if I run this as an executable script after the window manager loads, the screen doesn't render properly.  I've only been able to get Gnome or XFCE to work properly.  With XFCE, I ran it as a shell script in the autostart applications.
    My question is, where is the best place to run these commands in the Arch startup sequence?  If I get this to run at the proper time, should I be able to use LXDE or E17?

    karol wrote:@ thestinger
    I think Intel drivers need KMS and KMS doesn't like video= or vga= options in the kernel line.
    The video= option is kernel mode setting, you can use it to do stuff like really disable the LCD on a laptop when you're using an external monitor - xrandr only works in Xorg and the connector will probably still be powered on.
    You can use video= to use a framebuffer (similar to vga=), and that would probably break any KMS driver because you're trying to use two at once.
    Best source a quick google can find (go down to forcing modes):
    http://nouveau.freedesktop.org/wiki/KernelModeSetting
    Last edited by thestinger (2010-12-13 01:19:49)

Maybe you are looking for

  • Error importing vendor master data from ERP

    Hi experts, currently we are trying to import vendor master data from ERP to SAP Sourcing 9. We exported the data in an XML file by using the transaction BBP_ES_MAST_DOWNLOAD. We already imported all the dependencies like vendor account group, purcha

  • How to integrate c# library's function to use F# type expression for function of function?

    i succeed to implement the initial prototype for function structure in c# but i do not know how to integrate in F# i make c# library's function to accept template T, for F# to pass type expression into it. but how to write in c# to make template like

  • Saving details of screen in from of PDF

    Hi, We are developing a portal application in which we have to implement "save details to PDF" in most or our widgets. Now the problem that we are facing is that not all of our screens are having view object bindings and the method that we found on t

  • My computer freezes because of my external hard drive

    Has anyone heard of this issue?  I am not able to leave my time machine external hard drive on because it freezes my computer.  When it happens, I turn off the external hard drive and everything works again. This is not a good solution as I am likely

  • Why does my location services not work properly?

    Over a week ago, my location services stopped working. I can't view local weather on the default weather app, the default map can't find my location, and none of the other apps I have that look for location can view my location. I tried turning locat