[SOLVED] vim-powerline with rxvt-unicode

Hi! I was wondering if anyone has been able to make the vim plugin vim-powerline work with urxvt.
It works fine with gvim and with gnome-terminal once i change the encoding to utf-8. I think there must be something missing form my urxvt configuration.
Here's my .Xresources, maybe some of you guys knows what i'm missing:
URxvt.imLocale: pt_PT.UTF-8
URxvt.scrollBar: off
URxvt.font: xft:Inconsolata-dz-Powerline:pixelsize=12:antialias=true:hinting=true
URxvt*loginShell:true
URxvt*termName:rxvt-unicode
URxvt.perl-ext-common: default,matcher,tabbed
URxvt.urlLauncher: /usr/bin/iceweasel
URxvt.matcher.button: 1
URxvt.perl-ext: default,url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.underlineURLs: true
URxvt.tabbed.tabbar-fg: 2
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 3
URxvt.tabbed.tab-bg: 0
Last edited by ruaz (2012-03-31 12:23:37)

I use powerline, but i have it installed via YADR. I had to tweak settings here-and-there as it's oriented towards a OSX install, but on the whole it worked out of the box. What exactly is the issue you're seeing? I think the only special stuff I did was making sure I had suitable fonts, and a snippet along the lines of:
if has("gui_running")
" GUI stuff
else
colorscheme solarized
set background=dark
let g:Powerline_symbols = 'unicode'
endif
EDIT: BTW, I can highly recommend the YADR configs; they are nicely organized and use a lot of nice plugins for any serious dev work.
Last edited by nogoma (2012-03-30 23:15:44)

Similar Messages

  • Cursor / window disappears with rxvt-unicode + xcompmgr + Xft font

    The issue described in this thread is still outstanding for a number of users.
    It seems to boil down to this: when using rxvt-unicode with xcompmgr and an Xft font (Liberation Mono, DejaVu Sans Mono, and Terminus were among those tested), the terminal cursor will disappear.  Typing some text and pressing backspace will cause it to reappear.
    Furthermore, the entire window sometimes disappears when switching workspaces in Openbox.  Repeated workspace switches or minimizing / restoring the window (via a panel, such as tint2) can make it reappear.
    A workaround is to set URxvt*cursorUnderline in ~/.Xdefaults, but some users prefer a block cursor.

    The suggestion of installing libxft-lcd was made.  I did so, commented-out the URxvt*cursorUnderline line in ~/.Xdefaults, logged out of X, and restarted slim from tty1.
    % ldd /usr/bin/urxvt | grep Xft
    libXft.so.2 => /usr/lib/libXft.so.2 (0x00007fd35f179000)
    % pacman -Qo /usr/lib/libXft.so.2
    /usr/lib/libXft.so.2 is owned by libxft-lcd 2.2.0-1
    After restarting slim, the problem persists.  After rebooting, the problem still persists.
    xterm does not exhibit this problem, nor does emacs.  I use both programs with libxft and blinking block cursors, and they both work as expected.  This seems to be an issue with running rxvt-unicode in combination with xcompmgr.  From my POV, it doesn't seem that intel drivers are to blame, but I suppose I wouldn't rule them out.
    Last edited by hexadecagram (2011-10-09 21:23:43)

  • [SOLVED]missing terminfo entry rxvt-unicode-256color

    i've installed rxvt-unicode-patched 9.18-3 from aur. first i could not open any terminal because of missing rxvt-unicode-256color terminfo entry in /usr/share/terminfo/r. i fixed this by adding URxvt*termName: rxvt-256color into .Xresources, but as far as i understand, this is not the right thing to do.
    what should i do?
    Last edited by s0l!d (2013-08-14 15:24:28)

    pacman -Qi rxvt-unicode-terminfo
    Name : rxvt-unicode-terminfo
    Version : 9.18-7
    Beschreibung : Terminfo files for urxvt
    Architektur : i686
    URL : http://software.schmorp.de/pkg/rxvt-unicode.html
    Lizenzen : GPL
    Gruppen : Nichts
    Stellt bereit : Nichts
    Hängt ab von : Nichts
    Optionale Abhängigkeiten: Nichts
    Benötigt von : rxvt-unicode-patched
    Optional für: Nichts
    Konflikt mit : Nichts
    Ersetzt : Nichts
    Installationsgröße: 5,00 KiB
    Packer : Sébastien Luttringer <[email protected]>
    Erstellt am : Fr 05 Jul 2013 15:03:33 CEST
    Installiert am : Do 08 Aug 2013 23:07:11 CEST
    Installationsgrund : Installiert als Abhängigkeit für ein anderes Paket
    Installations-Skript : Nein
    Verifiziert durch: Signatur

  • [SOLVED]Compton, Conky and RXVT-Unicode not playing nicely

    Hello. I'm having some problems making my desktop how I want it. My window manager is fluxbox.
    First problem is just a minor inconvenience, but annoying. When I login, a transparent terminal spawns to my specification, but it is skewed.
    http://i.imgur.com/hrEEh3H.jpg
    However, as soon as I open any window it fixes itself
    http://i.imgur.com/WXQZ9e3.jpg
    Second problem is that I can't figure out how to remove the shadow under conky. I know that it is coming from the slit, but it just won't go away. I can get it to go away if I set conky to desktop instead of panel, but then when I launch any window it overlaps with the conky bar, and that is unaceptable. Maybe there is a fluxbox configuration option that reserves some space so nothing can overlap it? But I couldn't find anything.
    Here are the config files I think are relevant:
    .Xdefaults:
    urxvt*.transparent:true
    urxvt*scrollBar:false
    urxvt*borderLess:true
    urxvt*foreground:blue
    urxvt*.highlightColor: yellow
    urxvt*.colorUL: #4682B4
    urxvt*.cursorBlink: 1
    urxvt*font: xft:Terminus:pixelsize=12
    urxvt*.perl-ext-common: default,matcher,tabbedex,readline,clipboard
    urxvt*.url-launcher: /usr/bin/firefox
    urxvt*.matcher.button: 1
    URxvt.tabbed.autohide:true
    .conkyrc:
    #avoid flicker
    double_buffer yes
    #own window to run simultanious 2 or more conkys
    own_window yes
    own_window_transparent yes
    own_window_class conky
    own_window_type panel
    own_window_hints undecorate,above,sticky,skip_taskbar,skip_pager
    #borders
    draw_borders no
    #shades
    draw_shades no
    #position
    gap_x 6
    gap_y 6
    alignment top_left
    #behaviour
    update_interval 1
    #colour
    default_color 8f8f8f
    wn_window_colour 262626
    #font
    use_xft yes
    xftfont terminus:pixelsize=10
    #to prevent window from moving
    use_spacer left
    minimum_size 1600 0
    short_units yes
    pad_percents 2
    #mpd
    #mpd_host localhost
    #mpd_port 6600
    imap localhost [email protected] xxxxxxx -i 120
    #color = e0e0e0
    TEXT
    ${voffset -1} Cpu: ${color 000000}${font}${cpu}% ${color} Mem: ${color 000000}${font}${mem} ${color} | ${color} Uptime: ${color 000000}${font}${uptime_short}${color} | ${color} Download Speed: ${color 000000}${font}${downspeed wlp0s26u1u4}/s ${color}Total Downloaded: ${color 000000}${totaldown wlp0s26u1u4} ${color} | ${color} Upload Speed: ${color 000000}${upspeed wlp0s26u1u4}/s ${color} Total Uploaded: ${color 000000}${totalup wlp0s26u1u4} ${color} | ${color}Root: ${color 000000}${font}${fs_free /} ${color} Home: ${color 000000}${font}${fs_free /home} ${color} | ${color} Arch-pkg: ${color 000000}${font}${execi 300 perl /home/lucas/.scripts/conky-updates.pl}${color} | Email: ${color 000000}${imap_unseen} new messages ${color} | ${color} Weather: ${color 000000} ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ SBBR temperature}°C ${color}
    .compton
    shadow = true;
    no-dnd-shadow = true;
    no-dock-shadow = true;
    clear-shadow = true;
    shadow-radius = 7;
    shadow-offset-x = -7;
    shadow-offset-y = -7;
    shadow-exclude = [ "name = 'Notification'", "class_g = 'URxvt'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'" ];
    shadow-ignore-shaped = false;
    # Opacity
    menu-opacity = 0.8;
    inactive-opacity = 0.8;
    frame-opacity = 0.7;
    inactive-opacity-override = false;
    alpha-step = 0.06;
    blur-kern = "3x3box"
    blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ];
    opacity-rule = [ ]
    # Fading
    fading = true;
    fade-in-step = 0.03;
    fade-out-step = 0.03;
    fade-exclude = [ ];
    # Other
    backend = "glx"
    mark-wmwin-focused = true;
    mark-ovredir-focused = true;
    detect-rounded-corners = true;
    detect-client-opacity = true;
    refresh-rate = 0;
    vsync = "opengl-swc";
    dbe = false;
    paint-on-overlay = true;
    focus-exclude = [ "class_g = 'Cairo-clock'" ];
    detect-transient = true;
    detect-client-leader = true;
    invert-color-include = [ ];
    # GLX backend
    glx-no-stencil = true;
    glx-copy-from-front = false;
    glx-no-rebind-pixmap = true;
    glx-swap-method = "undefined";
    # Window type settings
    wintypes:
    tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; };
    Last edited by Chetyre (2014-04-10 16:51:23)

    using lowercase conky in compton doesn't change anything. I'm pretty sure that shadow is not from conky, but from the slit. When I set the slit to autohide in the init file, the shadow hides as well. And there is no shadow in any other conky window type I've tried, except type panel. Unfortunately, it is the only one so far with the behavior I want.
    I would like to use true transparency in urxvrt, since that does solve the skew issue and I think it looks better. However, in doing so the terminal is quite useless since there is a lot of text that I can't see, because the font becomes the same color as certain backgrounds. Unless there is a way to separate it? I want it to look like the one on the left (left = fake transparency, right = true transparency).
    http://i.imgur.com/lUwk4F4.jpg
    Last edited by Chetyre (2014-04-09 02:50:27)

  • [SOLVED] Emacs + rxvt-unicode Cursor Bug

    When running emacs inside of a rxvt-unicode terminal, pressing the spacebar advances the cursor as it should, but sometimes it does not erase the cursor from it's previous position.  Entering a third character will finally make this superfluous cursor disappear.
    I have found references to similar issues in an Ubuntu bug report and a livejournal post, both of which date back to 2008.  I am not sure if these issues are directly related or just similar in appearance.  I seem to recall having similar issues with the cursor under emacs around three years ago when I was running Ubuntu and gnome-terminal.
    Has anyone else noticed this?  It's quite distracting when I'm typing in emacs and I've finally become annoyed enough to get this ball rolling.
    Duplicating the Bug
    Open a rxvt-unicode terminal and launch emacs with the following comand:
    emacs -nw
    Create a new emacs buffer named "foo".
    Switch the buffer "foo" to "text-mode".
    Turn on the "visual-line-mode" minor mode.
    Type the following into the emacs buffer, replacing <space> with the actual whitespace (i.e. spacebar) character:
    1234<space>1234<space>1234<space>
    The third space will advance the cursor but not erase the cursor from its previous position, making it look twice as wide.  Entering a third character will advance the cursor once more, and things will look normal again.
    Failed Workarounds
    In my attempt to understand the problem, I have tried a few things which don't seem to help.
    Setting the TERM environment variable to various values including "linux", "screen", "vt100", "vt102", etc.
    Turning cursor blinking on and off in the rxvt-unicode configuration.
    Successful Workarounds
    I have discovered a few workarounds, which may give some clues as to the root of the problem.
    If I use rxvt-unicode to launch an instance of Gnu Screen and run emacs inside of that, the problem disappears.
    If I run emacs emacs inside of an xterm instead of rxvt-unicode the problem disappears.
    If I set column-number-mode in emacs as suggested by the aforementioned livejournal post, the problem will also disappear.
    Last edited by battlepanic (2011-11-21 20:00:53)

    I spoke with someone familiar with rxvt-unicode and got some answers.  It seems that this is likely related to tab characters being output instead of spaces which may be an emacs optimization of some sort.  Turning on the +ptab switch when invoking rxvt-unicode seems to elimnate the issue.  A log of my discussion follows for anyone curious.
    < __OoO__ > battlp: emacs outputs a tab character
    < __OoO__ > battlp: which is "wide"
    < __OoO__ > battlp: so you don't see an extra cursor, just the cursor
    itself is wider
    < __OoO__ > battlp: you can probably work around this emacs issue by
    using "+ptab" when strating urxvt
    < battlp > __OoO__: interesting. Is this "wide" cursor a unique
    feature of urxvt? I've tested all the other terms I can
    think of and haven't seen the same thing.
    < __OoO__ > any temrinal has this
    < __OoO__ > but only urxvt can store tabs
    < __OoO__ > thats mostly useful when you want to paste text and want
    tabs intact
    < __OoO__ > because other terminals always convert tabs to whitespace
    < __OoO__ > sorry, spaces
    < battlp > Not your domain, I know, but any clue why emacs would be
    spitting a tab in this plain "text" mode. It seems
    bizarre.
    < __OoO__ > tab is both a tab character as you are used to
    < __OoO__ > as well as a cursor movement
    < __OoO__ > for emacs, it's probably an optimization
    < __OoO__ > 9000 cpu cycles wasted to avoid an extra space going over
    your serial line
    < __OoO__ > on second thought, its pretty bizarre, because thereis
    only one space
    < __OoO__ > but then, can happen if your screen engine it too
    intelligent
    < battlp > I also can't predict which spaces will do this. Running
    emacs inside of screen eliminates the issue, to, which I
    also don't understand.
    < __OoO__ > likely, screen's engine isn't so cool and uses plain old
    spaces or cursor movements
    < __OoO__ > which spaces - probably the ones falling directly before a
    tab boundary, i.e. at 7th, 15th etc.
    < __OoO__ > column
    < battlp > That sounds like it might be the spots where I'm seeing it.
    Turning on emacs' column-number-mode Make it disappear for
    the most part, except when backspacing.
    < __OoO__ > so will +ptab, which tells urxvt to treat tab as a cursor
    movement only
    < battlp > Just tried to measure it with ruler-mode and of course that
    makes it disappear as well.
    < battlp > Yep, +ptab makes it go away.

  • [SOLVED] Xorg freeze with nvidia GeForce 210 when resizing terminal

    Hello,
    I am working on Archlinux. My computer freeze when I resize a terminal window.
    To reproduce the problem, I follow the below steps :
         1- launch openbox (with tint2, xcompmgr and nitrogen)
         2- start the "terminal" console emulator (with true transparent background)
         3- launch opera and go to a website which take a while to load (with a lot of data) (I used http://www.lemonde.fr)
         4- while the website is loading, switch to the terminal window and double click on the title bar to maximize it
         5- the box freeze
    I am not able to take the control back. I cannot exit or kill Xorg / Openbox. I cannot switch to a text terminal (ttyx). No key sequence is working.
    Only a hard reset of the box is working.
    I have tried to disable the transparent background of the terminal window without success.
    I have tried to not start xcompmgr without success.
    The problem also occurs with rxvt-unicode instead of terminal.
    It seems the problem happens more often when using console emulator based on vte.
    vte itself has the same issue.
    The only workaround I have found is to disable the harware acceleration with the below parameter in the xorg.conf file:
    Option    "RenderAccel"    "true"
    The problem with this workaround are poor graphical performances.
    Could you please let me know if you have any idea / clue to identify / fix this problem ?
    Thanks and regards
    uname -a
    Linux myhost 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011 i686 Intel(R) Core(TM)2 Duo CPU E7600 @ 3.06GHz GenuineIntel GNU/Linux
    versions
    nvidia 270.41.06-1
    nvidia-utils 270.41.06-1
    kernel26 2.6.38.4-1
    openbox 3.4.11.2-2
    xcompmgr 1.1.5-1
    .xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # exec gnome-session
    # exec startkde
    # exec startxfce4
    # ...or the Window Manager of your choice
    exec ck-launch-session openbox-session
    .config/openbox/autostart.sh
    # This shell script is run before Openbox launches.
    # Environment variables set here are passed to the Openbox session.
    # Set a background color
    BG=""
    if which hsetroot >/dev/null 2>&1; then
    BG=hsetroot
    else
    if which esetroot >/dev/null 2>&1; then
    BG=esetroot
    else
    if which xsetroot >/dev/null 2>&1; then
    BG=xsetroot
    fi
    fi
    fi
    test -z $BG || $BG -solid "#303030"
    # D-bus
    if which dbus-launch >/dev/null 2>&1 && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
    eval `dbus-launch --sh-syntax --exit-with-session`
    fi
    # Make GTK apps look and behave how they were set up in the gnome config tools
    if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then
    /usr/libexec/gnome-settings-daemon &
    elif which gnome-settings-daemon >/dev/null 2>&1; then
    gnome-settings-daemon &
    # Make GTK apps look and behave how they were set up in the XFCE config tools
    elif which xfce-mcs-manager >/dev/null 2>&1; then
    xfce-mcs-manager n &
    fi
    # Preload stuff for KDE apps
    if which start_kdeinit >/dev/null 2>&1; then
    LD_BIND_NOW=true start_kdeinit --new-startup +kcminit_startup &
    fi
    # Run XDG autostart things. By default don't run anything desktop-specific
    # See xdg-autostart --help more info
    DESKTOP_ENV="OPENBOX"
    if which /usr/lib/openbox/xdg-autostart >/dev/null 2>&1; then
    /usr/lib/openbox/xdg-autostart $DESKTOP_ENV
    fi
    xcompmgr &
    nitrogen --set-zoom-fill /mnt/data/pictures/flower.jpg &
    tint2 &
    xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    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 "extmod"
    Load "glx"
    Load "record"
    Load "dbe"
    Load "dri2"
    EndSection
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "fr"
    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 "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    Option "RenderAccel" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Xorg.0.log
    [ 485.566]
    X.Org X Server 1.10.1
    Release Date: 2011-04-15
    [ 485.566] X Protocol Version 11, Revision 0
    [ 485.566] Build Operating System: Linux 2.6.38-ARCH i686
    [ 485.566] Current Operating System: Linux myhost 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011 i686
    [ 485.566] Kernel command line: root=/dev/sda3 ro
    [ 485.566] Build Date: 16 April 2011 12:05:35PM
    [ 485.566]
    [ 485.566] Current version of pixman: 0.20.2
    [ 485.567] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 485.567] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 485.567] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 27 20:00:28 2011
    [ 485.567] (==) Using config file: "/etc/X11/xorg.conf"
    [ 485.568] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 485.568] (==) ServerLayout "X.org Configured"
    [ 485.568] (**) |-->Screen "Screen0" (0)
    [ 485.568] (**) | |-->Monitor "Monitor0"
    [ 485.568] (**) | |-->Device "Card0"
    [ 485.568] (**) |-->Input Device "Mouse0"
    [ 485.568] (**) |-->Input Device "Keyboard0"
    [ 485.568] (==) Automatically adding devices
    [ 485.568] (==) Automatically enabling devices
    [ 485.568] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 485.568] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 485.568] Entry deleted from font path.
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 485.568] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 485.568] Entry deleted from font path.
    [ 485.568] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 485.568] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 485.568] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 485.568] (**) Extension "Composite" is enabled
    [ 485.568] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 485.568] (WW) Disabling Mouse0
    [ 485.568] (WW) Disabling Keyboard0
    [ 485.568] (II) Loader magic: 0x81f4ee0
    [ 485.568] (II) Module ABI versions:
    [ 485.568] X.Org ANSI C Emulation: 0.4
    [ 485.568] X.Org Video Driver: 10.0
    [ 485.568] X.Org XInput driver : 12.2
    [ 485.568] X.Org Server Extension : 5.0
    [ 485.569] (--) PCI:*(0:1:0:0) 10de:0a65:1043:8334 rev 162, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/524288
    [ 485.569] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 485.569] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) "dri" will be loaded by default.
    [ 485.569] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    [ 485.569] (II) LoadModule: "extmod"
    [ 485.569] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 485.569] (II) Module extmod: vendor="X.Org Foundation"
    [ 485.569] compiled for 1.10.1, module version = 1.0.0
    [ 485.569] Module class: X.Org Server Extension
    [ 485.569] ABI class: X.Org Server Extension, version 5.0
    [ 485.569] (II) Loading extension MIT-SCREEN-SAVER
    [ 485.569] (II) Loading extension XFree86-VidModeExtension
    [ 485.569] (II) Loading extension XFree86-DGA
    [ 485.569] (II) Loading extension DPMS
    [ 485.569] (II) Loading extension XVideo
    [ 485.569] (II) Loading extension XVideo-MotionCompensation
    [ 485.569] (II) Loading extension X-Resource
    [ 485.569] (II) LoadModule: "glx"
    [ 485.569] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 485.588] (II) Module glx: vendor="NVIDIA Corporation"
    [ 485.588] compiled for 4.0.2, module version = 1.0.0
    [ 485.589] Module class: X.Org Server Extension
    [ 485.589] (II) NVIDIA GLX Module 270.41.06 Mon Apr 18 15:11:28 PDT 2011
    [ 485.589] (II) Loading extension GLX
    [ 485.589] (II) LoadModule: "record"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 485.589] (II) Module record: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.13.0
    [ 485.589] Module class: X.Org Server Extension
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension RECORD
    [ 485.589] (II) LoadModule: "dbe"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 485.589] (II) Module dbe: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.0.0
    [ 485.589] Module class: X.Org Server Extension
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension DOUBLE-BUFFER
    [ 485.589] (II) LoadModule: "dri2"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 485.589] (II) Module dri2: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.2.0
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension DRI2
    [ 485.589] (II) LoadModule: "dri"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 485.589] (II) Module dri: vendor="X.Org Foundation"
    [ 485.589] compiled for 1.10.1, module version = 1.0.0
    [ 485.589] ABI class: X.Org Server Extension, version 5.0
    [ 485.589] (II) Loading extension XFree86-DRI
    [ 485.589] (II) LoadModule: "nvidia"
    [ 485.589] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 485.590] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 485.590] compiled for 4.0.2, module version = 1.0.0
    [ 485.590] Module class: X.Org Video Driver
    [ 485.590] (II) NVIDIA dlloader X Driver 270.41.06 Mon Apr 18 14:55:51 PDT 2011
    [ 485.590] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 485.590] (--) using VT number 7
    [ 485.593] (II) Loading sub module "fb"
    [ 485.593] (II) LoadModule: "fb"
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 485.593] (II) Module fb: vendor="X.Org Foundation"
    [ 485.593] compiled for 1.10.1, module version = 1.0.0
    [ 485.593] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 485.593] (II) Loading sub module "wfb"
    [ 485.593] (II) LoadModule: "wfb"
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 485.593] (II) Module wfb: vendor="X.Org Foundation"
    [ 485.593] compiled for 1.10.1, module version = 1.0.0
    [ 485.593] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 485.593] (II) Loading sub module "ramdac"
    [ 485.593] (II) LoadModule: "ramdac"
    [ 485.593] (II) Module "ramdac" already built-in
    [ 485.593] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 485.593] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 485.593] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 485.593] (==) NVIDIA(0): RGB weight 888
    [ 485.593] (==) NVIDIA(0): Default visual is TrueColor
    [ 485.593] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 485.593] (**) NVIDIA(0): Option "RenderAccel" "true"
    [ 485.593] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 485.953] (II) NVIDIA(GPU-0): Display (LG Electronics L222W (CRT-0)) does not support NVIDIA
    [ 485.953] (II) NVIDIA(GPU-0): 3D Vision stereo.
    [ 485.986] (II) NVIDIA(GPU-0): Display (PANASONIC-TV (DFP-1)) does not support NVIDIA 3D
    [ 485.986] (II) NVIDIA(GPU-0): Vision stereo.
    [ 485.987] (II) NVIDIA(0): NVIDIA GPU GeForce 210 (GT218) at PCI:1:0:0 (GPU-0)
    [ 485.987] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 485.987] (--) NVIDIA(0): VideoBIOS: 70.18.39.00.17
    [ 485.987] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 485.987] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 485.987] (--) NVIDIA(0): Connected display device(s) on GeForce 210 at PCI:1:0:0
    [ 485.987] (--) NVIDIA(0): LG Electronics L222W (CRT-0)
    [ 485.987] (--) NVIDIA(0): PANASONIC-TV (DFP-1)
    [ 485.987] (--) NVIDIA(0): LG Electronics L222W (CRT-0): 400.0 MHz maximum pixel clock
    [ 485.987] (--) NVIDIA(0): PANASONIC-TV (DFP-1): 165.0 MHz maximum pixel clock
    [ 485.987] (--) NVIDIA(0): PANASONIC-TV (DFP-1): Internal Single Link TMDS
    [ 486.026] (II) NVIDIA(0): Assigned Display Device: CRT-0
    [ 486.026] (==) NVIDIA(0):
    [ 486.026] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 486.026] (==) NVIDIA(0): will be used as the requested mode.
    [ 486.026] (==) NVIDIA(0):
    [ 486.026] (II) NVIDIA(0): Validated modes:
    [ 486.026] (II) NVIDIA(0): "nvidia-auto-select"
    [ 486.026] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
    [ 486.054] (--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
    [ 486.054] (--) NVIDIA(0): option
    [ 486.054] (--) Depth 24 pixmap format is 32 bpp
    [ 486.054] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 486.056] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 486.056] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 486.056] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 486.056] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 486.056] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 486.056] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 486.056] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 486.056] (II) NVIDIA(0): Config Options in the README.
    [ 486.058] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 486.286] (II) Loading extension NV-GLX
    [ 486.314] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 486.314] (==) NVIDIA(0): Backing store disabled
    [ 486.314] (==) NVIDIA(0): Silken mouse enabled
    [ 486.314] (==) NVIDIA(0): DPMS enabled
    [ 486.314] (II) Loading extension NV-CONTROL
    [ 486.315] (II) Loading extension XINERAMA
    [ 486.315] (II) Loading sub module "dri2"
    [ 486.315] (II) LoadModule: "dri2"
    [ 486.315] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 486.315] (II) Module dri2: vendor="X.Org Foundation"
    [ 486.315] compiled for 1.10.1, module version = 1.2.0
    [ 486.315] ABI class: X.Org Server Extension, version 5.0
    [ 486.315] (II) NVIDIA(0): [DRI2] Setup complete
    [ 486.315] (==) RandR enabled
    [ 486.315] (II) Initializing built-in extension Generic Event Extension
    [ 486.315] (II) Initializing built-in extension SHAPE
    [ 486.315] (II) Initializing built-in extension MIT-SHM
    [ 486.315] (II) Initializing built-in extension XInputExtension
    [ 486.315] (II) Initializing built-in extension XTEST
    [ 486.315] (II) Initializing built-in extension BIG-REQUESTS
    [ 486.315] (II) Initializing built-in extension SYNC
    [ 486.315] (II) Initializing built-in extension XKEYBOARD
    [ 486.315] (II) Initializing built-in extension XC-MISC
    [ 486.315] (II) Initializing built-in extension SECURITY
    [ 486.315] (II) Initializing built-in extension XINERAMA
    [ 486.315] (II) Initializing built-in extension XFIXES
    [ 486.315] (II) Initializing built-in extension RENDER
    [ 486.315] (II) Initializing built-in extension RANDR
    [ 486.315] (II) Initializing built-in extension COMPOSITE
    [ 486.315] (II) Initializing built-in extension DAMAGE
    [ 486.317] (II) Initializing extension GLX
    [ 486.364] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 486.364] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 486.364] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 486.364] (II) LoadModule: "evdev"
    [ 486.365] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.365] (II) Module evdev: vendor="X.Org Foundation"
    [ 486.365] compiled for 1.10.0, module version = 2.6.0
    [ 486.365] Module class: X.Org XInput Driver
    [ 486.365] ABI class: X.Org XInput driver, version 12.2
    [ 486.365] (II) Using input driver 'evdev' for 'Power Button'
    [ 486.365] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.365] (**) Power Button: always reports core events
    [ 486.365] (**) Power Button: Device: "/dev/input/event1"
    [ 486.376] (--) Power Button: Found keys
    [ 486.376] (II) Power Button: Configuring as keyboard
    [ 486.376] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 486.376] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 486.376] (**) Option "xkb_rules" "evdev"
    [ 486.376] (**) Option "xkb_model" "evdev"
    [ 486.376] (**) Option "xkb_layout" "fr"
    [ 486.397] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 486.397] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 486.397] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 486.397] (II) Using input driver 'evdev' for 'Power Button'
    [ 486.397] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.397] (**) Power Button: always reports core events
    [ 486.397] (**) Power Button: Device: "/dev/input/event0"
    [ 486.413] (--) Power Button: Found keys
    [ 486.413] (II) Power Button: Configuring as keyboard
    [ 486.413] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 486.413] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 486.413] (**) Option "xkb_rules" "evdev"
    [ 486.413] (**) Option "xkb_model" "evdev"
    [ 486.413] (**) Option "xkb_layout" "fr"
    [ 486.415] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event2)
    [ 486.415] (II) No input driver/identifier specified (ignoring)
    [ 486.418] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event3)
    [ 486.418] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 486.418] (**) Microsoft Wired Keyboard 600: Applying InputClass "Keyboard Defaults"
    [ 486.418] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 486.418] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.418] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 486.418] (**) Microsoft Wired Keyboard 600: Device: "/dev/input/event3"
    [ 486.430] (--) Microsoft Wired Keyboard 600: Found keys
    [ 486.430] (II) Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 486.430] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb9/9-1/9-1:1.0/input/input3/event3"
    [ 486.430] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD)
    [ 486.430] (**) Option "xkb_rules" "evdev"
    [ 486.430] (**) Option "xkb_model" "evdev"
    [ 486.430] (**) Option "xkb_layout" "fr"
    [ 486.430] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event4)
    [ 486.430] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 486.430] (**) Microsoft Wired Keyboard 600: Applying InputClass "Keyboard Defaults"
    [ 486.430] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 486.430] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.430] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 486.430] (**) Microsoft Wired Keyboard 600: Device: "/dev/input/event4"
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found 1 mouse buttons
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found scroll wheel(s)
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found relative axes
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found absolute axes
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found x and y absolute axes
    [ 486.446] (--) Microsoft Wired Keyboard 600: Found keys
    [ 486.446] (II) Microsoft Wired Keyboard 600: Configuring as mouse
    [ 486.446] (II) Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 486.446] (II) Microsoft Wired Keyboard 600: Adding scrollwheel support
    [ 486.446] (**) Microsoft Wired Keyboard 600: YAxisMapping: buttons 4 and 5
    [ 486.446] (**) Microsoft Wired Keyboard 600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 486.446] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb9/9-1/9-1:1.1/input/input4/event4"
    [ 486.446] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD)
    [ 486.446] (**) Option "xkb_rules" "evdev"
    [ 486.446] (**) Option "xkb_model" "evdev"
    [ 486.446] (**) Option "xkb_layout" "fr"
    [ 486.447] (EE) Microsoft Wired Keyboard 600: failed to initialize for relative axes.
    [ 486.447] (WW) Microsoft Wired Keyboard 600: found 37 axes, limiting to 36.
    [ 486.447] (II) Microsoft Wired Keyboard 600: initialized for absolute axes.
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) keeping acceleration scheme 1
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) acceleration profile 0
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
    [ 486.447] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
    [ 486.447] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/js0)
    [ 486.447] (**) Microsoft Wired Keyboard 600: Applying InputClass "Keyboard Defaults"
    [ 486.447] (II) No input driver/identifier specified (ignoring)
    [ 486.447] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
    [ 486.447] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 486.447] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
    [ 486.447] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 486.447] (**) Logitech USB Optical Mouse: always reports core events
    [ 486.447] (**) Logitech USB Optical Mouse: Device: "/dev/input/event5"
    [ 486.473] (--) Logitech USB Optical Mouse: Found 12 mouse buttons
    [ 486.473] (--) Logitech USB Optical Mouse: Found scroll wheel(s)
    [ 486.473] (--) Logitech USB Optical Mouse: Found relative axes
    [ 486.473] (--) Logitech USB Optical Mouse: Found x and y relative axes
    [ 486.473] (II) Logitech USB Optical Mouse: Configuring as mouse
    [ 486.473] (II) Logitech USB Optical Mouse: Adding scrollwheel support
    [ 486.473] (**) Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 486.473] (**) Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 486.473] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb9/9-2/9-2:1.0/input/input5/event5"
    [ 486.473] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE)
    [ 486.473] (II) Logitech USB Optical Mouse: initialized for relative axes.
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
    [ 486.473] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
    [ 486.473] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
    [ 486.473] (II) No input driver/identifier specified (ignoring)
    [ 525.530] (WW) NVIDIA(0): The NVIDIA X driver has encountered too many errors. Falling
    [ 525.530] (WW) NVIDIA(0): back to write-back cached memory.
    dmesg.txt
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.38-ARCH (tobias@T-POWA-LX) (gcc version 4.6.0 20110415 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
    [ 0.000000] BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007ff90000 (usable)
    [ 0.000000] BIOS-e820: 000000007ff90000 - 000000007ff9e000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007ff9e000 - 000000007ffe0000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007ffe0000 - 0000000080000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: System manufacturer System Product Name/P5B-Deluxe, BIOS 1238 09/30/2008
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7ff90 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-DFFFF uncachable
    [ 0.000000] E0000-EFFFF write-through
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 disabled
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00ff780] ff780
    [ 0.000000] initial memory mapped : 0 - 01800000
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ 17fb000-1800000
    [ 0.000000] RAMDISK: 7fdd0000 - 7ff80000
    [ 0.000000] Allocated new RAMDISK: 3764e000 - 377fd262
    [ 0.000000] Move RAMDISK from 000000007fdd0000 - 000000007ff7f261 to 3764e000 - 377fd261
    [ 0.000000] ACPI: RSDP 000fae70 00024 (v02 ACPIAM)
    [ 0.000000] ACPI: XSDT 7ff90100 0004C (v01 MSTEST OEMXSDT 09000830 MSFT 00000097)
    [ 0.000000] ACPI: FACP 7ff90290 000F4 (v03 MSTEST OEMFACP 09000830 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 7ff905c0 0918E (v01 A0483 A0483035 00000035 INTL 20060113)
    [ 0.000000] ACPI: FACS 7ff9e000 00040
    [ 0.000000] ACPI: APIC 7ff90390 0006C (v01 MSTEST OEMAPIC 09000830 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 7ff90400 0003C (v01 MSTEST OEMMCFG 09000830 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 7ff9e040 0007B (v01 MSTEST AMI_OEM 09000830 MSFT 00000097)
    [ 0.000000] ACPI: HPET 7ff99750 00038 (v01 MSTEST OEMHPET 09000830 MSFT 00000097)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1159MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007ff90
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009e
    [ 0.000000] 0: 0x00000100 -> 0x0007ff90
    [ 0.000000] On node 0 totalpages: 524062
    [ 0.000000] free_area_init_node: node 0, pgdat c1450b00, node_mem_map f664d200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3950 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2320 pages used for memmap
    [ 0.000000] HighMem zone: 294530 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a202 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    [ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 12 pages/cpu @f6000000 s27392 r0 d21760 u1048576
    [ 0.000000] pcpu-alloc: s27392 r0 d21760 u1048576 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519966
    [ 0.000000] Kernel command line: root=/dev/sda3 ro
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] allocated 10483200 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007ff90)
    [ 0.000000] Memory: 2061020k/2096704k available (3182k kernel code, 35228k reserved, 1259k data, 424k init, 1187400k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc1457000 - 0xc14c1000 ( 424 kB)
    [ 0.000000] .data : 0xc131bacb - 0xc1456a00 (1259 kB)
    [ 0.000000] .text : 0xc1000000 - 0xc131bacb (3182 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:512
    [ 0.000000] CPU 0 irqstacks, hard=f500c000 soft=f500e000
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 3066.221 MHz processor.
    [ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 6134.96 BogoMIPS (lpj=10220736)
    [ 0.003418] pid_max: default: 32768 minimum: 301
    [ 0.003486] Security Framework initialized
    [ 0.003528] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006682] Mount-cache hash table entries: 512
    [ 0.006865] Initializing cgroup subsys ns
    [ 0.006906] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.006960] Initializing cgroup subsys cpuacct
    [ 0.007007] Initializing cgroup subsys memory
    [ 0.007052] Initializing cgroup subsys devices
    [ 0.007092] Initializing cgroup subsys freezer
    [ 0.007133] Initializing cgroup subsys net_cls
    [ 0.007172] Initializing cgroup subsys blkio
    [ 0.007238] CPU: Physical Processor ID: 0
    [ 0.007277] CPU: Processor Core ID: 0
    [ 0.007317] mce: CPU supports 6 MCE banks
    [ 0.007361] CPU0: Thermal monitoring enabled (TM2)
    [ 0.007402] using mwait in idle threads.
    [ 0.008216] ACPI: Core revision 20110112
    [ 0.013386] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.013726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.046907] CPU0: Intel(R) Core(TM)2 Duo CPU E7600 @ 3.06GHz stepping 0a
    [ 0.049997] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.049997] ... version: 2
    [ 0.049997] ... bit width: 40
    [ 0.049997] ... generic registers: 2
    [ 0.049997] ... value mask: 000000ffffffffff
    [ 0.049997] ... max period: 000000007fffffff
    [ 0.049997] ... fixed-purpose events: 3
    [ 0.049997] ... event mask: 0000000700000003
    [ 0.056745] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.070012] CPU 1 irqstacks, hard=f50d6000 soft=f50d8000
    [ 0.070017] Booting Node 0, Processors #1
    [ 0.006666] Initializing CPU#1
    [ 0.166676] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.169997] Brought up 2 CPUs
    [ 0.170040] Total of 2 processors activated (12270.81 BogoMIPS).
    [ 0.171248] devtmpfs: initialized
    [ 0.171248] NET: Registered protocol family 16
    [ 0.171248] ACPI: bus type pci registered
    [ 0.171248] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.171248] PCI: not using MMCONFIG
    [ 0.171248] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
    [ 0.171248] PCI: Using configuration type 1 for base access
    [ 0.171248] bio: create slab <bio-0> at 0
    [ 0.173388] ACPI: EC: Look up EC in DSDT
    [ 0.174194] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.179022] ACPI: SSDT 7ff9e0c0 00208 (v01 AMI CPU1PM 00000001 INTL 20060113)
    [ 0.179316] ACPI: Dynamic OEM Table Load:
    [ 0.179408] ACPI: SSDT (null) 00208 (v01 AMI CPU1PM 00000001 INTL 20060113)
    [ 0.179643] ACPI: SSDT 7ff9e2d0 0013A (v01 AMI CPU2PM 00000001 INTL 20060113)
    [ 0.179932] ACPI: Dynamic OEM Table Load:
    [ 0.180025] ACPI: SSDT (null) 0013A (v01 AMI CPU2PM 00000001 INTL 20060113)
    [ 0.180248] ACPI: Interpreter enabled
    [ 0.180292] ACPI: (supports S0 S3 S4 S5)
    [ 0.180445] ACPI: Using IOAPIC for interrupt routing
    [ 0.180500] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.180904] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.180958] PCI: Using MMCONFIG for extended config space
    [ 0.185933] ACPI: No dock devices found.
    [ 0.185973] HEST: Table not found.
    [ 0.186014] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.186114] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.186260] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.186304] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.186346] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.186398] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
    [ 0.186450] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xffffffff]
    [ 0.186509] pci 0000:00:00.0: [8086:29a0] type 0 class 0x000600
    [ 0.186539] pci 0000:00:01.0: [8086:29a1] type 1 class 0x000604
    [ 0.186562] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.186564] pci 0000:00:01.0: PME# disabled
    [ 0.186592] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
    [ 0.186625] pci 0000:00:1a.0: reg 20: [io 0xa880-0xa89f]
    [ 0.186660] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
    [ 0.186692] pci 0000:00:1a.1: reg 20: [io 0xac00-0xac1f]
    [ 0.186724] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
    [ 0.186740] pci 0000:00:1a.7: reg 10: [mem 0xf9fffc00-0xf9ffffff]
    [ 0.186797] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.186801] pci 0000:00:1a.7: PME# disabled
    [ 0.186817] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
    [ 0.186829] pci 0000:00:1b.0: reg 10: [mem 0xf9ff8000-0xf9ffbfff 64bit]
    [ 0.186873] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.186876] pci 0000:00:1b.0: PME# disabled
    [ 0.186891] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
    [ 0.186935] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.186938] pci 0000:00:1c.0: PME# disabled
    [ 0.186956] pci 0000:00:1c.4: [8086:2847] type 1 class 0x000604
    [ 0.187000] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.187003] pci 0000:00:1c.4: PME# disabled
    [ 0.187019] pci 0000:00:1c.5: [8086:2849] type 1 class 0x000604
    [ 0.187063] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.187066] pci 0000:00:1c.5: PME# disabled
    [ 0.187082] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
    [ 0.187114] pci 0000:00:1d.0: reg 20: [io 0xa400-0xa41f]
    [ 0.187137] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
    [ 0.187170] pci 0000:00:1d.1: reg 20: [io 0xa480-0xa49f]
    [ 0.187193] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
    [ 0.187226] pci 0000:00:1d.2: reg 20: [io 0xa800-0xa81f]
    [ 0.187256] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
    [ 0.187272] pci 0000:00:1d.7: reg 10: [mem 0xf9fff800-0xf9fffbff]
    [ 0.187329] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.187333] pci 0000:00:1d.7: PME# disabled
    [ 0.187346] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
    [ 0.187393] pci 0000:00:1f.0: [8086:2810] type 0 class 0x000601
    [ 0.187462] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
    [ 0.188664] pci 0000:00:1f.2: [8086:2821] type 0 class 0x000106
    [ 0.188677] pci 0000:00:1f.2: reg 10: [io 0xa080-0xa087]
    [ 0.188684] pci 0000:00:1f.2: reg 14: [io 0xa000-0xa003]
    [ 0.188690] pci 0000:00:1f.2: reg 18: [io 0x9c00-0x9c07]
    [ 0.188696] pci 0000:00:1f.2: reg 1c: [io 0x9880-0x9883]
    [ 0.188703] pci 0000:00:1f.2: reg 20: [io 0x9800-0x981f]
    [ 0.188709] pci 0000:00:1f.2: reg 24: [mem 0xf9fff000-0xf9fff7ff]
    [ 0.188733] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.188736] pci 0000:00:1f.2: PME# disabled
    [ 0.188747] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
    [ 0.188756] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
    [ 0.188778] pci 0000:00:1f.3: reg 20: [io 0x0400-0x041f]
    [ 0.188824] pci 0000:01:00.0: [10de:0a65] type 0 class 0x000300
    [ 0.188832] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    [ 0.188841] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.188849] pci 0000:01:00.0: reg 1c: [mem 0xce000000-0xcfffffff 64bit pref]
    [ 0.188856] pci 0000:01:00.0: reg 24: [io 0xbc00-0xbc7f]
    [ 0.188862] pci 0000:01:00.0: reg 30: [mem 0xfbc00000-0xfbc7ffff pref]
    [ 0.188895] pci 0000:01:00.1: [10de:0be3] type 0 class 0x000403
    [ 0.188903] pci 0000:01:00.1: reg 10: [mem 0xfbcfc000-0xfbcfffff]
    [ 0.188969] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.189011] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    [ 0.189014] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfbcfffff]
    [ 0.189017] pci 0000:00:01.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
    [ 0.189048] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
    [ 0.189091] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.189094] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.189098] pci 0000:00:1c.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.189144] pci 0000:03:00.0: [197b:2363] type 0 class 0x000101
    [ 0.189223] pci 0000:03:00.0: reg 24: [mem 0xfbefe000-0xfbefffff]
    [ 0.189236] pci 0000:03:00.0: reg 30: [mem 0xfbee0000-0xfbeeffff pref]
    [ 0.189263] pci 0000:03:00.0: PME# supported from D3hot
    [ 0.189268] pci 0000:03:00.0: PME# disabled
    [ 0.189293] pci 0000:03:00.1: [197b:2363] type 0 class 0x000101
    [ 0.189315] pci 0000:03:00.1: reg 10: [io 0xdc00-0xdc07]
    [ 0.189327] pci 0000:03:00.1: reg 14: [io 0xd880-0xd883]
    [ 0.189339] pci 0000:03:00.1: reg 18: [io 0xd800-0xd807]
    [ 0.189351] pci 0000:03:00.1: reg 1c: [io 0xd480-0xd483]
    [ 0.189363] pci 0000:03:00.1: reg 20: [io 0xd400-0xd40f]
    [ 0.189426] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.189491] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    [ 0.189533] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.189536] pci 0000:00:1c.4: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.189540] pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.189589] pci 0000:02:00.0: [11ab:4364] type 0 class 0x000200
    [ 0.189609] pci 0000:02:00.0: reg 10: [mem 0xfbdfc000-0xfbdfffff 64bit]
    [ 0.189620] pci 0000:02:00.0: reg 18: [io 0xc800-0xc8ff]
    [ 0.189658] pci 0000:02:00.0: reg 30: [mem 0xfbdc0000-0xfbddffff pref]
    [ 0.189693] pci 0000:02:00.0: supports D1 D2
    [ 0.189694] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.189698] pci 0000:02:00.0: PME# disabled
    [ 0.193338] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    [ 0.193385] pci 0000:00:1c.5: bridge window [io 0xc000-0xcfff]
    [ 0.193390] pci 0000:00:1c.5: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.193397] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.193434] pci 0000:05:02.0: [1033:0035] type 0 class 0x000c03
    [ 0.193452] pci 0000:05:02.0: reg 10: [mem 0xfbffd000-0xfbffdfff]
    [ 0.193514] pci 0000:05:02.0: supports D1 D2
    [ 0.193516] pci 0000:05:02.0: PME# supported from D0 D1 D2 D3hot
    [ 0.193519] pci 0000:05:02.0: PME# disabled
    [ 0.193533] pci 0000:05:02.1: [1033:0035] type 0 class 0x000c03
    [ 0.193546] pci 0000:05:02.1: reg 10: [mem 0xfbffe000-0xfbffefff]
    [ 0.193601] pci 0000:05:02.1: supports D1 D2
    [ 0.193602] pci 0000:05:02.1: PME# supported from D0 D1 D2 D3hot
    [ 0.193605] pci 0000:05:02.1: PME# disabled
    [ 0.193619] pci 0000:05:02.2: [1033:00e0] type 0 class 0x000c03
    [ 0.193633] pci 0000:05:02.2: reg 10: [mem 0xfbfffc00-0xfbfffcff]
    [ 0.193687] pci 0000:05:02.2: supports D1 D2
    [ 0.193689] pci 0000:05:02.2: PME# supported from D0 D1 D2 D3hot
    [ 0.193692] pci 0000:05:02.2: PME# disabled
    [ 0.193711] pci 0000:05:03.0: [104c:8023] type 0 class 0x000c00
    [ 0.193726] pci 0000:05:03.0: reg 10: [mem 0xfbfff000-0xfbfff7ff]
    [ 0.193735] pci 0000:05:03.0: reg 14: [mem 0xfbff8000-0xfbffbfff]
    [ 0.193786] pci 0000:05:03.0: supports D1 D2
    [ 0.193787] pci 0000:05:03.0: PME# supported from D0 D1 D2 D3hot
    [ 0.193791] pci 0000:05:03.0: PME# disabled
    [ 0.193806] pci 0000:05:04.0: [11ab:4320] type 0 class 0x000200
    [ 0.193823] pci 0000:05:04.0: reg 10: [mem 0xfbff4000-0xfbff7fff]
    [ 0.193831] pci 0000:05:04.0: reg 14: [io 0xe800-0xe8ff]
    [ 0.193867] pci 0000:05:04.0: reg 30: [mem 0xfbfc0000-0xfbfdffff pref]
    [ 0.193886] pci 0000:05:04.0: supports D1 D2
    [ 0.193888] pci 0000:05:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.193891] pci 0000:05:04.0: PME# disabled
    [ 0.193926] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
    [ 0.193971] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.193974] pci 0000:00:1e.0: bridge window [mem 0xfbf00000-0xfbffffff]
    [ 0.193978] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.193980] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.193982] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.193983] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.193985] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.193987] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xffffffff] (subtractive decode)
    [ 0.194003] pci_bus 0000:00: on NUMA node 0
    [ 0.194005] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.194127] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
    [ 0.194156] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    [ 0.194243] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
    [ 0.194277] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
    [ 0.194313] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
    [ 0.194355] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.199969] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.200342] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [ 0.200724] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    [ 0.201105] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    [ 0.201486] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.201868] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 *14 15)
    [ 0.202249] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
    [ 0.202634] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    [ 0.203051] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.203107] vgaarb: loaded
    [ 0.203206] PCI: Using ACPI for IRQ routing
    [ 0.203247] PCI: pci_cache_line_size set to 64 bytes
    [ 0.203358] reserve RAM buffer: 000000000009ec00 - 000000000009ffff
    [ 0.203360] reserve RAM buffer: 000000007ff90000 - 000000007fffffff
    [ 0.203439] NetLabel: Initializing
    [ 0.203478] NetLabel: domain hash size = 128
    [ 0.203518] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.203565] NetLabel: unlabeled traffic allowed by default
    [ 0.203608] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.203653] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.203797] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.210012] Switching to clocksource hpet
    [ 0.211034] pnp: PnP ACPI init
    [ 0.211084] ACPI: bus type pnp registered
    [ 0.211173] pnp 00:00: [bus 00-ff]
    [ 0.211175] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.211177] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.211179] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.211180] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.211182] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    [ 0.211184] pnp 00:00: [mem 0x80000000-0xffffffff window]
    [ 0.211222] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.211229] pnp 00:01: [mem 0xfed14000-0xfed19fff]
    [ 0.211267] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
    [ 0.211311] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.211335] pnp 00:02: [dma 4]
    [ 0.211337] pnp 00:02: [io 0x0000-0x000f]
    [ 0.211338] pnp 00:02: [io 0x0081-0x0083]
    [ 0.211339] pnp 00:02: [io 0x0087]
    [ 0.211341] pnp 00:02: [io 0x0089-0x008b]
    [ 0.211342] pnp 00:02: [io 0x008f]
    [ 0.211343] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.211367] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.211374] pnp 00:03: [io 0x0070-0x0071]
    [ 0.211380] pnp 00:03: [irq 8]
    [ 0.211403] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.211412] pnp 00:04: [io 0x0061]
    [ 0.211435] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.211441] pnp 00:05: [io 0x00f0-0x00ff]
    [ 0.211444] pnp 00:05: [irq 13]
    [ 0.211469] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.211669] pnp 00:06: [irq 4]
    [ 0.211671] pnp 00:06: [dma 0 disabled]
    [ 0.211672] pnp 00:06: [io 0x03f8-0x03ff]
    [ 0.211721] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.211835] pnp 00:07: [io 0x0000-0xffffffff disabled]
    [ 0.211837] pnp 00:07: [io 0x0000-0xffffffff disabled]
    [ 0.211838] pnp 00:07: [io 0x0290-0x0297]
    [ 0.211879] system 00:07: [io 0x0290-0x0297] has been reserved
    [ 0.211922] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.211997] pnp 00:08: [io 0x0010-0x001f]
    [ 0.211999] pnp 00:08: [io 0x0022-0x003f]
    [ 0.212000] pnp 00:08: [io 0x0044-0x005f]
    [ 0.212002] pnp 00:08: [io 0x0062-0x0063]
    [ 0.212003] pnp 00:08: [io 0x0065-0x006f]
    [ 0.212004] pnp 00:08: [io 0x0072-0x007f]
    [ 0.212006] pnp 00:08: [io 0x0080]
    [ 0.212007] pnp 00:08: [io 0x0084-0x0086]
    [ 0.212008] pnp 00:08: [io 0x0088]
    [ 0.212010] pnp 00:08: [io 0x008c-0x008e]
    [ 0.212011] pnp 00:08: [io 0x0090-0x009f]
    [ 0.212012] pnp 00:08: [io 0x00a2-0x00bf]
    [ 0.212014] pnp 00:08: [io 0x00e0-0x00ef]
    [ 0.212015] pnp 00:08: [io 0x04d0-0x04d1]
    [ 0.212016] pnp 00:08: [io 0x0800-0x087f]
    [ 0.212018] pnp 00:08: [io 0x0400-0x03ff disabled]
    [ 0.212019] pnp 00:08: [io 0x0480-0x04bf]
    [ 0.212021] pnp 00:08: [mem 0xffafe000-0xffb0cbff]
    [ 0.212022] pnp 00:08: [mem 0xffb00000-0xffbfffff]
    [ 0.212024] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
    [ 0.212025] pnp 00:08: [mem 0xfed20000-0xfed8ffff]
    [ 0.212026] pnp 00:08: [mem 0xfff00000-0xfffffffe]
    [ 0.212028] pnp 00:08: [mem 0xfebfe000-0xfebfec00]
    [ 0.212089] system 00:08: [io 0x04d0-0x04d1] has been reserved
    [ 0.212132] system 00:08: [io 0x0800-0x087f] has been reserved
    [ 0.212174] system 00:08: [io 0x0480-0x04bf] has been reserved
    [ 0.212216] system 00:08: [mem 0xffafe000-0xffb0cbff] could not be reserved
    [ 0.212259] system 00:08: [mem 0xffb00000-0xffbfffff] has been reserved
    [ 0.212302] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.212345] system 00:08: [mem 0xfed20000-0xfed8ffff] has been reserved
    [ 0.212388] system 00:08: [mem 0xfff00000-0xfffffffe] has been reserved
    [ 0.212430] system 00:08: [mem 0xfebfe000-0xfebfec00] has been reserved
    [ 0.212473] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.212521] pnp 00:09: [mem 0xfed00000-0xfed003ff]
    [ 0.212547] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.212580] pnp 00:0a: [mem 0xfec00000-0xfec00fff]
    [ 0.212581] pnp 00:0a: [mem 0xfee00000-0xfee00fff]
    [ 0.212625] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.212668] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.212712] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.212761] pnp 00:0b: [mem 0xe0000000-0xefffffff]
    [ 0.212801] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.212844] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.212967] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    [ 0.212969] pnp 00:0c: [mem 0x000c0000-0x000cffff]
    [ 0.212971] pnp 00:0c: [mem 0x000e0000-0x000fffff]
    [ 0.212972] pnp 00:0c: [mem 0x00100000-0x7fffffff]
    [ 0.212974] pnp 00:0c: [mem 0x00000000-0xffffffff disabled]
    [ 0.213025] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.213068] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.213111] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.213154] system 00:0c: [mem 0x00100000-0x7fffffff] could not be reserved
    [ 0.213198] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.213198] Switched to NOHz mode on CPU #0
    [ 0.213237] Switched to NOHz mode on CPU #1
    [ 0.213286] pnp: PnP ACPI: found 13 devices
    [ 0.213326] ACPI: ACPI bus type pnp unregistered
    [ 0.249481] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x803fffff]
    [ 0.249526] pci 0000:00:1c.4: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.249579] pci 0000:00:1c.5: BAR 15: assigned [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.249632] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.249675] pci 0000:00:1f.3: BAR 0: assigned [mem 0x80800000-0x808000ff]
    [ 0.249720] pci 0000:00:1f.3: BAR 0: set to [mem 0x80800000-0x808000ff] (PCI address [0x80800000-0x808000ff])
    [ 0.249775] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.249816] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    [ 0.249859] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfbcfffff]
    [ 0.249902] pci 0000:00:01.0: bridge window [mem 0xce000000-0xdfffffff 64bit pref]
    [ 0.249956] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
    [ 0.250011] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.250055] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x803fffff]
    [ 0.250099] pci 0000:00:1c.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.250154] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    [ 0.250195] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.250239] pci 0000:00:1c.4: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.250283] pci 0000:00:1c.4: bridge window [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.250338] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    [ 0.250380] pci 0000:00:1c.5: bridge window [io 0xc000-0xcfff]
    [ 0.250424] pci 0000:00:1c.5: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.250468] pci 0000:00:1c.5: bridge window [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.250523] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
    [ 0.250565] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.250609] pci 0000:00:1e.0: bridge window [mem 0xfbf00000-0xfbffffff]
    [ 0.250653] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 0.250702] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.250746] pci 0000:00:01.0: setting latency timer to 64
    [ 0.250750] pci 0000:00:1c.0: enabling device (0106 -> 0107)
    [ 0.250792] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.250836] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.250840] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.250884] pci 0000:00:1c.4: setting latency timer to 64
    [ 0.250890] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.250933] pci 0000:00:1c.5: setting latency timer to 64
    [ 0.250938] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.250941] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.250943] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.250944] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.250946] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.250948] pci_bus 0000:00: resource 8 [mem 0x80000000-0xffffffff]
    [ 0.250949] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
    [ 0.250951] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfbcfffff]
    [ 0.250953] pci_bus 0000:01: resource 2 [mem 0xce000000-0xdfffffff 64bit pref]
    [ 0.250955] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
    [ 0.250956] pci_bus 0000:04: resource 1 [mem 0x80000000-0x803fffff]
    [ 0.250958] pci_bus 0000:04: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.250960] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.250961] pci_bus 0000:03: resource 1 [mem 0xfbe00000-0xfbefffff]
    [ 0.250963] pci_bus 0000:03: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
    [ 0.250965] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.250966] pci_bus 0000:02: resource 1 [mem 0xfbd00000-0xfbdfffff]
    [ 0.250968] pci_bus 0000:02: resource 2 [mem 0x80600000-0x807fffff 64bit pref]
    [ 0.250970] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
    [ 0.250972] pci_bus 0000:05: resource 1 [mem 0xfbf00000-0xfbffffff]
    [ 0.250973] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7]
    [ 0.250975] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff]
    [ 0.250977] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.250978] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.250980] pci_bus 0000:05: resource 8 [mem 0x80000000-0xffffffff]
    [ 0.251002] NET: Registered protocol family 2
    [ 0.251085] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.251263] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.251592] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.251779] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.251822] TCP reno registered
    [ 0.251861] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.251907] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.252025] NET: Registered protocol family 1
    [ 0.295104] pci 0000:01:00.0: Boot video device
    [ 0.295141] PCI: CLS 32 bytes, default 64
    [ 0.295174] Unpacking initramfs...
    [ 0.317387] Freeing initrd memory: 1728k freed
    [ 0.318002] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    [ 0.318046] apm: disabled - APM is not SMP safe.
    [ 0.318193] audit: initializing netlink socket (disabled)
    [ 0.318243] type=2000 audit(1303935493.316:1): initialized
    [ 0.318520] highmem bounce pool size: 64 pages
    [ 0.318562] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.320047] VFS: Disk quotas dquot_6.5.2
    [ 0.320145] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.320261] msgmni has been set to 1709
    [ 0.320435] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.320488] io scheduler noop registered
    [ 0.320527] io scheduler deadline registered
    [ 0.320574] io scheduler cfq registered (default)
    [ 0.320710] pcieport 0000:00:01.0: setting latency timer to 64
    [ 0.320734] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.320771] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.320798] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.320848] pcieport 0000:00:1c.4: setting latency timer to 64
    [ 0.320875] pcieport 0000:00:1c.4: irq 42 for MSI/MSI-X
    [ 0.320923] pcieport 0000:00:1c.5: setting latency timer to 64
    [ 0.320950] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
    [ 0.321092] intel_idle: MWAIT substates: 0x22220
    [ 0.321094] intel_idle: does not run on family 6 model 23
    [ 0.321105] ERST: Table is not found!
    [ 0.321155] isapnp: Scanning for PnP cards...
    [ 0.676796] isapnp: No Plug & Play device found
    [ 0.676877] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.697390] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.920667] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.973728] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.976563] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.976631] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.976752] mousedev: PS/2 mouse device common for all mice
    [ 0.976847] rtc_cmos 00:03: RTC can wake from S4
    [ 1.000070] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 1.000137] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.000200] cpuidle: using governor ladder
    [ 1.000240] cpuidle: using governor menu
    [ 1.000436] TCP cubic registered
    [ 1.000476] NET: Registered protocol family 17
    [ 1.000521] Registering the dns_resolver key type
    [ 1.000569] Using IPI No-Shortcut mode
    [ 1.000679] PM: Hibernation image not present or could not be loaded.
    [ 1.000682] registered taskstats version 1
    [ 1.001054] rtc_cmos 00:03: setting system clock to 2011-04-27 20:18:14 UTC (1303935494)
    [ 1.001128] Initalizing network drop monitor service
    [ 1.001211] Freeing unused kernel memory: 424k freed
    [ 1.005982] <30>udev[38]: starting version 167
    [ 1.107427] SCSI subsystem initialized
    [ 1.127245] libata version 3.00 loaded.
    [ 1.131006] pata_jmicron 0000:03:00.1: enabling device (0000 -> 0001)
    [ 1.131057] pata_jmicron 0000:03:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.131134] pata_jmicron 0000:03:00.1: setting latency timer to 64
    [ 1.131436] scsi0 : pata_jmicron
    [ 1.131554] scsi1 : pata_jmicron
    [ 1.132024] ata1: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 17
    [ 1.132068] ata2: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 17
    [ 1.142526] ahci 0000:00:1f.2: version 3.0
    [ 1.142536] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.142608] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
    [ 1.142644] ahci: SSS flag set, parallel bus scan disabled
    [ 1.142711] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
    [ 1.142765] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs
    [ 1.142819] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.174032] scsi2 : ahci
    [ 1.174136] scsi3 : ahci
    [ 1.174235] scsi4 : ahci
    [ 1.174335] scsi5 : ahci
    [ 1.174434] scsi6 : ahci
    [ 1.174532] scsi7 : ahci
    [ 1.174699] ata3: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff100 irq 44
    [ 1.174752] ata4: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff180 irq 44
    [ 1.174804] ata5: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff200 irq 44
    [ 1.174856] ata6: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff280 irq 44
    [ 1.174908] ata7: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff300 irq 44
    [ 1.174960] ata8: SATA max UDMA/133 abar m2048@0xf9fff000 port 0xf9fff380 irq 44
    [ 1.175036] ahci 0000:03:00.0: PCI INT A -> GSI 16 (level,

    Hi jasonwryan,
    Your thread helps a lot. I saw a lot of posts but not this one.
    This workaround is fine for me to wait the fix.
    Thanks a lot
    Workaround :
    It seems the problem might be linked to transparent items like background.
    As explained in the above thread :
    According to the bug report the nVidia driver is freaking out and creating too many events, which causes an event buffer in Xorg to overflow.  It works OK with the older Xorg, though.
    So the temporary solution is to downgrade 3 packages.
    Install the tool to downgrade
    > yaourt -Sy downgrade
    Downgrade
    Note the item number can change
    > downgrade xf86-input-evdev
    Hit "s" key
    Choose 2 (xf86-input-evdev-2.6.0-2-i686.pkg.tar.xz)
    > downgrade xorg-server
    Hit "s" key
    Choose 1 (xorg-server-1.9.4.901-1-i686.pkg.tar.xz)
    > downgrade xorg-server-common
    Hit "s" key
    Choose 1 (xorg-server-common-1.9.4.901-1-i686.pkg.tar.xz)
    Be carefull : don't update these 3 packages when updating your system (pacman -Syu) since it is not fixed.
    Last edited by shefla (2011-04-27 22:36:37)

  • [SOLVED] Rxvt-unicode fails to paste PRIMARY selection owned by Vim

    Urxvt almost always work with the X PRIMARY selection. i.e., if I select some
    text in Firefox or other applications, I will be able to paste it in urxvt.
    But Vim seems to be an exception. Steps to reproduce:
      1. Select some text ("foo") in Vim, either using the mouse or in visual mode.
         Leave the Vim window open.
      2. In another urxvt window, press Shift-Insert, _nothing_ is pasted.
         Middle mouse click has the same effect as Shift-Insert in urxvt.
      3. Issue the command `xsel -po`, and the text "foo" is printed. This means
         the text is indeed what the X PRIMARY selection holds (or points to).
      4. The text "foo" is also pasted in Firefox by middle mouse click.
         The text "foo" is also pasted in xterm by either middle mouse click or
         Shift-Insert.
      5.1. If you do `xsel -po | xsel -pi`, urxvt will behave like everyone else.
      5.2. Without doing 5.1, quit Vim (:q). After that, "foo" will be pasted in
           urxvt by Shift-Insert.
           What Vim does on quit is documented in its help (:h x11-cut-buffer):
    Vim wrote:
    There are, by default, 8 cut-buffers: CUT_BUFFER0 to CUT_BUFFER7.  Vim only
    uses CUT_BUFFER0, which is the one that xterm uses by default.
    Whenever Vim is about to become unavailable (either via exiting or becoming
    suspended), and thus unable to respond to another application's selection
    request, it writes the contents of any owned selection to CUT_BUFFER0.  If the
    "+ CLIPBOARD selection is owned by Vim, then this is written in preference,
    otherwise if the "* PRIMARY selection is owned by Vim, then that is written.
    My guesses are:
      * Urxvt somehow requires the cut buffer (CUT_BUFFER0) to sync with the
        PRIMARY selection, otherwise it will fail to request the PRIMARY selection.
      * The reason why text selected from applications other than Vim can be pasted
        just fine in urxvt is probably that they always sync the cut buffer with the
        PRIMARY selection.
    I may be wrong, so please do comment.
    If my conclusion proves to be right, I will file a bug report to rxvt-unicode.
    Edit: This issue is fixed in rxvt-unicode 9.12.
    Last edited by lolilolicon (2011-07-02 16:31:45)

    lolilolicon wrote:
    Urxvt almost always work with the X PRIMARY selection. i.e., if I select some
    text in Firefox or other applications, I will be able to paste it in urxvt.
    But Vim seems to be an exception. Steps to reproduce:
      1. Select some text ("foo") in Vim, either using the mouse or in visual mode.
         Leave the Vim window open.
      2. In another urxvt window, press Shift-Insert, _nothing_ is pasted.
         Middle mouse click has the same effect as Shift-Insert in urxvt.
      3. Issue the command `xsel -po`, and the text "foo" is printed. This means
         the text is indeed what the X PRIMARY selection holds (or points to).
      4. The text "foo" is also pasted in Firefox by middle mouse click.
         The text "foo" is also pasted in xterm by either middle mouse click or
         Shift-Insert.
      5.1. If you do `xsel -po | xsel -pi`, urxvt will behave like everyone else.
      5.2. Without doing 5.1, quit Vim (:q). After that, "foo" will be pasted in
           urxvt by Shift-Insert.
           What Vim does on quit is documented in its help (:h x11-cut-buffer):
    Vim wrote:
    There are, by default, 8 cut-buffers: CUT_BUFFER0 to CUT_BUFFER7.  Vim only
    uses CUT_BUFFER0, which is the one that xterm uses by default.
    Whenever Vim is about to become unavailable (either via exiting or becoming
    suspended), and thus unable to respond to another application's selection
    request, it writes the contents of any owned selection to CUT_BUFFER0.  If the
    "+ CLIPBOARD selection is owned by Vim, then this is written in preference,
    otherwise if the "* PRIMARY selection is owned by Vim, then that is written.
    My guesses are:
      * Urxvt somehow requires the cut buffer (CUT_BUFFER0) to sync with the
        PRIMARY selection, otherwise it will fail to request the PRIMARY selection.
      * The reason why text selected from applications other than Vim can be pasted
        just fine in urxvt is probably that they always sync the cut buffer with the
        PRIMARY selection.
    I may be wrong, so please do comment.
    If my conclusion proves to be right, I will file a bug report to rxvt-unicode.
    Hi lolilolicon,
    I cannot reproduce the errors from step 2. My system has the following packages:
    gvim 7.3.206-1
    vim-runtime 7.3.206-1
    rxvt-unicode 9.12-1
    To be fair, rxvt-unicode was upgraded to 9.12 recently (I think it was sometime last week), and I also recall vim's visual mode selections NOT being paste-able into a separate urxvt window. But I guess the 9.12 update fixed things. (There are a couple regression fixes with the words "selection" to describe them @ http://cvs.schmorp.de/rxvt-unicode/Changes .) I tested both gvim and regular console vim (visual mode) and it all worked. I also double-checked with `xsel -po`.

  • [rxvt-unicode]pseudo-transparency not working with Awesome WM (solved)

    Hi all,
    first of all, let me tell you that I googled about this problem, I read the Archwiki, the rxvt FAQ and several threads in multiple forums but nothing that I found actually worked.
    I'm using Awesome WM and OpenBox and my rxvt is the standard rxvt-unicode from the repos.
    Since an update, rxvt is not transparent anymore (I was using pseudo-transparency). Actually, transparency works with OpenBox but it does not work with Awesome WM. I find it very weird.
    I tried increasing the shading value in .Xdefaults as suggested in an other thread in this form but it did not help at all. I thought the problem was that I needed libafterimage so I installed it but then, how to use it?
    Does someone have any idea about this? I'd be very thankfull!
    Last edited by Sherwood51 (2011-01-18 17:04:37)

    And how exactly did you get it to work with feh ? I keep failing to get pseudo-transparency.
    My theme.lua has this:
    awsetbg -f -u feh path/to/wallpaper
    and I also tried this:
    feh --bg-scale path/to/wallpaper
    and in Xdefaults:
    URxvt*background 0
    URxvt*depth 24 ( doesn't work with 32 either )
    URxvt*inheritPixmap true
    URxvt*transparent true
    EDIT:
    I got cairo working ( finally ), so I have true transparency, so don't mind my post.
    Last edited by Varg (2011-01-19 21:08:33)

  • [Solved] no non-ASCII character input in rxvt-unicode

    Hello everyone,
    For some days now, I can't write any non-ASCII characters any more in rxvt-unicode and rxvt-unicode-patched. Unfortunately, downgrading the rxvt-unicode package doesn't seem to help. To have at least a temporary solution, I'd like to know at least which packages I could try to downgrade as well. Any ideas, anyone?
    greez,
    maxmin
    Last edited by Maximalminimalist (2011-03-12 13:12:26)

    When I try to type a non-ASCII-character I get nothing at all. This happens with my custom keyboard layout (modified programmer dvorak) and in some layouts I already tried (us: altgr-intl, ch, de and fr)
    When I paste a non-ASCII characters in rxvt-unicode I get
    maxmin ~ $ ?
    This happens only on my x86_64 desktop which is more up to date than my i686 laptop. (I'm afraid now to do any updates.)
    EDIT: I'm sorry, I don't know what you mean with locale settings. What do you mean with that?
    EDIT2: Maybe just typing locale in the terminal is what you mean:
    maxmin ~ $ locale
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    LANG=en_US.utf8
    LC_CTYPE="en_US.utf8"
    LC_NUMERIC="en_US.utf8"
    LC_TIME="en_US.utf8"
    LC_COLLATE="en_US.utf8"
    LC_MONETARY="en_US.utf8"
    LC_MESSAGES="en_US.utf8"
    LC_PAPER="en_US.utf8"
    LC_NAME="en_US.utf8"
    LC_ADDRESS="en_US.utf8"
    LC_TELEPHONE="en_US.utf8"
    LC_MEASUREMENT="en_US.utf8"
    LC_IDENTIFICATION="en_US.utf8"
    LC_ALL=
    With other terminal emulators I get sometimes also nothing and sometimes right displayed but wrong interpreted character in vim. I didn't take notes while doing that but I'll try again if needed.
    Last edited by Maximalminimalist (2011-03-06 21:51:23)

  • [SOLVED] rxvt-unicode 9.17 + tmux = visual artifacts on resize

    Getting visual artifacts with the latest urxvt update.
    Thinking possibly an upstream issue, but would like confirmation first.
    Using dwm 6.0 with resizehints = False, if that matters.
    Can anyone reproduce and/or recommend a fix?
    Reproduce:
    - Run tmux in rxvt-unicode 9.17-1
    - Fill terminal with text, e.g. `ls -la`
    - Resize window
    Expected:
    Actual:
    Observation:
    If affected window is placed behind another window (e.g. by changing tags in dwm, or by dragging another window over it), the artifacts disappear.
    Edit: Solved
    Temp fix:
    Downgrading to rxvt-unicode 9.16.
    bangkok_manouel wrote:revert patch of guilty commit: https://gist.github.com/anonymous/5180682
    Last edited by w0ng (2013-03-20 20:56:11)

    I'm also encountering this issue after upgrading rxvt-unicode to 9.17. I'm using xmonad w/ an accordion layout so the instance of urxvt in which tmux is running is resized on focus resulting in the tmux status line not being removed from the position it was at prior to the resize. I can reproduce the problem while enlarging a floating urxvt+tmux window as well.
    The problem doesn't exist after downgrading to rxvt-unicode 9.16.

  • [solved] rxvt-unicode-8.5a-1

    Update Issue
    update rxvt-unicode-8.5a-1,
    [root@arch-01 jada]# pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    warning: ffmpeg: local (20071009-1) is newer than extra (20070505-4)
    resolving dependencies... done.
    looking for inter-conflicts... done.
    Targets: rxvt-unicode-8.5a-1
    Total Package Size: 2.08 MB
    Proceed with installation? [Y/n] y
    checking package integrity... done.
    cleaning up... done.
    (1/1) checking for file conflicts [#####################] 100%
    (1/1) upgrading rxvt-unicode [#####################] 100%
    [root@arch-01 jada]# pacman -Scc
    Do you want to remove all packages from cache? [Y/n] y
    removing all packages from cache... done.
    [root@arch-01 jada]# pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    warning: ffmpeg: local (20071009-1) is newer than extra (20070505-4)
    resolving dependencies... done.
    looking for inter-conflicts... done.
    Targets: rxvt-unicode-8.5a-1
    Total Package Size: 2.08 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    rxvt-unicode 2.1M 550.1K/s 00:00:04 [#####################] 100%
    checking package integrity... done.
    cleaning up... done.
    (1/1) checking for file conflicts [#####################] 100%
    (1/1) upgrading rxvt-unicode [#####################] 100%
    [root@arch-01 jada]#
    It doesn't take the update! With "pacman -Syu" it will allways update again and again ...........
    Last edited by JaDa (2007-11-22 19:52:08)

    the problem was solved today with the new update
    rxvt-unicode-8.5a-2
    the right packages are now on the update server
    Last edited by JaDa (2007-11-22 19:54:04)

  • [SOLVED] Escape sequences instead of colors in rxvt-unicode

    On a Git cheat sheet I found that I could add nice colors to Git's output, so I edited my ~/.gitconfig by adding:
    [color]
    ui = auto
    [color "branch"]
    current = yellow reverse
    local = yellow
    remote = green
    [color "diff"]
    meta = yellow bold
    frag = magenta bold
    old = red bold
    new = green bold
    [color "status"]
    added = yellow
    changed = green
    untracked = cyan
    However, when performing a git log my terminal looks like this:
    ESC[33mcommit 226dcb52565b58952b78fb107d8d9def3ca396abESC[m
    Merge: 8f8af9f 93341d8
    where ESC's colors are reversed. So, instead of yellow commit lines it outputs everything in plain text.
    What's wrong with my configuration? I am using rxvt-unicode 9.15-3.
    Last edited by Marcel- (2012-12-06 13:14:12)

    Someone on the mailing list said that this was due to incorrect parameters to my pager, less. Adding -R to $LESS (or deleting the variable entirely) solved this issue.

  • [solved] vim ftplugin vim-latexsuite doesn't load changes with chars

    Hello!
    I'd like to use some european characters and I found this thread.
    Unfortunately I still get "/mathbf{}" when I type the ã. (My problem is the ö but I think if I manage to have the ã it will work with ö...)
    The second problem is that I have to press escape twice to go to normal mode in a .tex file.
    (In the other files one press is enough.)
    All these troubles happen only on my x86_64 desktop.
    I have vim-latexsuit-svn 1106-1 on both laptop and desktop from the AUR.
    On my i686 laptop everything works fine with the 'default' .vimrc advised in the vim-latexsuite-manual.
    There is also a different mapleader for compiling by default. (Which is not as annoying as the ö problem.)
    I also get the ö-trouble when I log in from the laptop to my desktop.
    Why are there so much differences?
    I only remember having put some "set winaltkeys=no" in the wrong files on my laptop before I understood where is the right place.
    (Where everything works fine.)
    Here's my .vimrc
    1 set tabstop=2
    2 set number
    3
    4 syntax on
    5 filetype plugin on
    6 filetype indent on
    7 set grepprg=grep\ -nH\ $*
    8 let g:tex_flavor = "latex"
    9 set runtimepath=~/.vim,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,~/.vim/after
    10 "To solve the propleme with vim-latexsuite has with ã and â
    11 imap <buffer> <silent> <M-C> <Plug>Tex_MathCal
    12 imap <buffer> <silent> <M-B> <Plug>Tex_MathBF
    13 imap <buffer> <leader>it <Plug>Tex_InsertItemOnThisLine
    14 imap <buffer> <silent> <M-A> <Plug>Tex_InsertItem
    15 "imap <buffer> <silent> <M-E> <Plug>Tex_InsertItem
    16 "imap <buffer> <silent> <M-e> <Plug>Tex_InsertItemOnThisLine
    17 imap <buffer> <silent> <Plug>Traditional <Plug>Traditional
    18 map <buffer> <silent> é é
    19 map <buffer> <silent> á á
    20 map <buffer> <silent> ã ã
    21 "imap ã <Plug>Tex_MathCal
    22 "imap é <Plug>Traditional
    ~/.vim/ftplugin/tex.vim
    1 set winaltkeys=no
    2
    3 let g:Tex_AdvancedMath = 0
    4 let g:Tex_SmartKeyQuote = 0
    5 let g:Tex_SmartKeyQuote = 0
    6
    7 imap <C-b> <Plug>Tex_MathBF
    8 imap <C-c> <Plug>Tex_MathCal
    9 imap <C-l> <Plug>Tex_LeftRight
    ~/.vim/after/ftplugin/tex.vim
    (The macros of call IMAP work well. When I type `ö I also get a \mathbf)
    1 call IMAP('`w', '\omega', 'tex')
    2 call IMAP('`j', '\cdot', 'tex')
    3 call IMAP('`A', '\forall', 'tex')
    4 call IMAP('`E', '\exists', 'tex')
    5 call IMAP('`ö', 'ö', 'tex')
    6
    7 let g:Tex_AdvancedMath = 0
    8 imap <C-b> <Plug>Tex_MathBF
    9 imap <C-c> <Plug>Tex_MathCal
    10 imap <C-l> <Plug>Tex_LeftRight
    runtimepath:
    runtimepath=~/.vim,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,~/.vim/after
    Last edited by Maximalminimalist (2010-05-30 17:00:03)

    I just removed vim, vim-auctex (didn't remember there was this...) and vim-latexsuite and reinstalled vim and vim-latexsuite.
    I was obviously using a vim-auctex macro and I didn't know it... (This was a memorable lesson for removing packages you don't need. )
    I realized that the Esc-issue happens if a placeholder is still active. Is it possible to change this behaviour? (I won't really care about that. => [solved])
    Last edited by Maximalminimalist (2010-05-30 16:59:32)

  • [SOLVED] Highlighted text in the shell, appearance rxvt-unicode

    Hi,
    Short question, when I highlight text in the shell or when text get highlighted in ncmpcpp or outer app running in the shell it gets basically impossible to read. Because background to text get the same color and strength then the text.
    what setting should I look for to change what it look like when I mark and highlight text in the shell?
    Thank you!
    All the best,
    Christer
    Last edited by agkbill (2012-10-13 20:41:41)

    Additional info.
    I am using i3 as window manager and  terminal emulator "rxvt-unicode-256color"
    .xinitrc
    # set the cursor
    xsetroot -cursor_name left_ptr
    # set German keyboard layout
    # setxkbmap -layout de
    # start xmonad
    #Power management turn off monitor etc
    #xset dpms 0 7200 10800 &
    xset -dpms; xset s off
    # xloadimage laddar bakgrundsbild fick det inte att fungera tillsamans med xcompmgr som man
    # använder för att få genomskinliga terminal fönster mm. Ersätter med bildvisaren "feh"
    #xloadimage -onroot -fullscreen /home/christer/devices-extern/windows7/archlinux/stone_wall_ce.png
    xrdb -merge ~/.Xresources # Denna rad behövs ifall man vill använda TERMINAL/emulator "urxvt"
    feh --bg-scale /home/christer/devices-extern/windows7/archlinux/stone_wall_ce.png
    setxkbmap -layout "us, se" -option "grp:alt_shift_toggle" #alt"grp:caps_toggle"
    xcompmgr -c &
    #xmonad
    #awesome
    exec /usr/bin/i3 -V -d all >~/i3log/i3log-$(date +'%F-%k-%M-%S') 2>&1
    .Xresources
    # transparency - true or false (default)
    #URxvt*transparent: true
    # tint with any color; i.e., blue, red, tomato4, olivedrab2, etc.
    # some nice listings are at:
    # http://www.nisrv.com/drupal/?q=node/11
    # http://www.htmlgoodies.com/tutorials/colors/article.php/3478921
    URxvt*tintColor: white
    URxvt*inheritPixmap: true
    # shading - 0 to 99 darkens, 101 to 200 lightens.
    # Don't use with tintColor; just use a darker or lighter color instead.
    #URxvt*shading: 40
    # scrollback buffer lines - 65535 is max on most machines (64 is default)
    URxvt*saveLines: 12000
    # font color (default is black)
    URxvt*foreground: DarkSlateGray1
    # background color (prior to tinting) (default is white)
    URxvt.depth: 32
    URxvt.background: [10]#black
    # Xft (X FreeType) with Bitstream, DejaVu, Liberation, or Terminus fonts:
    # Fedora/debian packages: libXft/libxft2
    # An anti-aliased font setup with Xft looks fantastic; it can be a bit choppy
    # on older systems. You can always turn off anti-aliasing (antialias=false) if
    # your terminal is sluggish. Use only ONE of the Xft pairs below:
    # Xft: Bitstream fonts
    # Fedora/debian packages: bitstream-vera-sans-mono-fonts/ttf-bitstream-vera
    #URxvt*font: xft:Bitstream Vera Sans Mono:pixelsize=12:antialias=true:hinting=true
    #URxvt*boldFont: xft:Bitstream Vera Sans Mono:bold:pixelsize=12:antialias=true:hinting=true
    # Xft: DejaVu fonts
    # Fedora/debian packages: dejavu-sans-mono-fonts/ttf-dejavu
    URxvt*font: xft:DejaVu Sans Mono:pixelsize=12:antialias=true:hinting=true
    URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=12:antialias=true:hinting=true
    # Xft: Liberation fonts
    # Fedora/debian packages: liberation-mono-fonts/ttf-liberation
    #URxvt*font: xft:Liberation Mono:pixelsize=13:antialias=true:hinting=true
    #URxvt*boldFont: xft:Liberation Mono:bold:pixelsize=13:antialias=true:hinting=true
    # Xft: Terminus fonts
    # Fedora/debian packages: terminus-fonts/xfonts-terminus
    #URxvt*font: xft:terminus:pixelsize=15
    #URxvt*boldFont: xft:terminus:bold:pixelsize=15
    # Traditional fonts - a more traditional font setup in lieu of xft
    #URxvt*font:-*-courier-medium-r-normal-*-14-*-*-*-*-*-iso8859-1
    #URxvt*boldFont:-*-courier-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
    # Replace blue folder colors with a lighter shade for clarity. To
    # set colored folders and files within urxvt, xterm, and aterm, add
    # the following line to your ~/.bashrc ($HOME/.bashrc) file under
    # the heading "# User specific aliases and functions":
    # alias ls="ls -h --color=auto"
    URxvt*color4: RoyalBlue
    URxvt*color12: RoyalBlue
    # scrollbar - true (default) or false
    URxvt*scrollBar: false
    # scrollbar position - left=false (default) or right=true
    URxvt*scrollBar_right: false
    # scrollbar style - rxvt (default), plain, next, or xterm
    URxvt*scrollstyle: plain
    #Fade the text by the given percentage when focus is lost.
    URxvt*enable-fading on
    URxvt*fade 50
    URxvt*fadecolor black
    Biggest problem is when I running console based applications like ncmpcpp or ranger.
    Last edited by agkbill (2012-10-13 08:34:28)

  • [solved] pacman -Syu made my rxvt-unicode pink

    nothing against those who likes their terminal looking like Barbie's Dream House, but I'm baffled.
    I did a pacman -Syu, shutdown, installed a 1TB drive, booted back up  and now my urxvt background is bright pink.
    This is my .Xdefaults.
    URxvt*termName: rxvt-unicode
    URxvt.perl-ext-common: default,matcher
    URxvt.urlLauncher: firefox
    URxvt.matcher.button: 2
    URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
    URxvt*saveLines: 4000
    URxvt*background: #1c1c1c
    !URxvt*background: #2E3436
    URxvt*secondaryScroll: true
    URxvt*scrollBar: false
    URxvt*geometry: 130x25
    URxvt.font: xft:DejaVu Sans Mono:size=8
    URxvt.xftAntialias: true
    URxvt*foreground: white
    URxvt*pointerColor: white
    URxvt*pointerColorBackground: black
    URxvt*cursorColor: white
    URxvt*keysym.Home: \033[1~
    URxvt*keysym.End: \033[4~
    !URxvt*inheritPixmap: True
    URxvt*shading: 20
    URxvt*tintColor: black
    ! Black
    URxvt*color0: #262626
    URxvt*color8: #252525
    ! Red
    URxvt*color1: #C12121
    URxvt*color9: #E50E0E
    ! Green
    URxvt*color2: #597b20
    URxvt*color10: #89b83f
    ! Yellow
    URxvt*color3: #Ded838
    URxvt*color11: #efef60
    ! Blue
    URxvt*color4: #265997
    URxvt*color12: #3F6FD0
    ! Magenta
    URxvt*color5: #706c9a
    URxvt*color13: #826ab1
    ! Cyan
    URxvt*color6: #69a2b0
    URxvt*color14: #a1cdcd
    ! White
    URxvt*color7: #BBBBBB
    URxvt*color15: #EEEEEF
    I can't figure this out.  Any ideas?
    Last edited by scv5 (2009-08-12 16:46:40)

    I've had the same problem with Cygwin, so I gave a try... looks like the problem is the whitespace after the colours.
    URxvt*background: #1c1c1c_
    URxvt*foreground: white_

Maybe you are looking for