<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ArChatter</title>
	<atom:link href="http://archlinux.me/jdarnold/feed/" rel="self" type="application/rss+xml" />
	<link>http://archlinux.me/jdarnold</link>
	<description>Just a little Arch Linux Chatter</description>
	<lastBuildDate>Tue, 09 Oct 2012 19:54:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>gcc-libs / gcc-libs-multilib conflict</title>
		<link>http://archlinux.me/jdarnold/2012/10/09/gcc-libs-gcc-libs-multilib-conflict/</link>
		<comments>http://archlinux.me/jdarnold/2012/10/09/gcc-libs-gcc-libs-multilib-conflict/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 14:22:18 +0000</pubDate>
		<dc:creator>jdarnold</dc:creator>
				<category><![CDATA[packages]]></category>
		<category><![CDATA[mulitlib]]></category>
		<category><![CDATA[pacman]]></category>

		<guid isPermaLink="false">http://archlinux.me/jdarnold/?p=94</guid>
		<description><![CDATA[My morning updating ritual was interrupted by an annoying question from pacman: $ packer -Syu :: Synchronizing package databases... core 106.7 KiB 650K/s 00:00 [######################] 100% extra 1422.5 KiB 1151K/s 00:01 [######################] 100% community 1786.4 KiB 927K/s 00:02 [######################] 100% multilib is up to date :: Starting full system upgrade... resolving dependencies... looking for inter-conflicts... [...]]]></description>
				<content:encoded><![CDATA[<p>My morning updating ritual was interrupted by an annoying question from pacman:</p>
<p><code>$ packer -Syu<br />
:: Synchronizing package databases...<br />
core 106.7 KiB 650K/s 00:00 [######################] 100%<br />
extra 1422.5 KiB 1151K/s 00:01 [######################] 100%<br />
community 1786.4 KiB 927K/s 00:02 [######################] 100%<br />
multilib is up to date<br />
:: Starting full system upgrade...<br />
resolving dependencies...<br />
looking for inter-conflicts...<br />
:: gcc-libs and gcc-libs-multilib are in conflict. Remove gcc-libs-multilib? [y/N] ^C<br />
</code></p>
<p>That&#8217;s no fun. I can&#8217;t be removing gcc-libs or things will be blowing up. But why is it asking me to remove gcc-libs-multilib anyway? As a multilib dependent 64bit OS user, I can&#8217;t replace that. Luckily, I happened to check the forums this morning and someone else ran into this same problem. Turns out that for me, anyway, I had a tool that still relied on gcc-libs, as I hadn&#8217;t replaced it with its -multilib doppleganger. In my case, I had libtool and I should have had libtool-multilib. Not sure exactly how I got in that state. You wouldn&#8217;t think it would let me replace gcc-libs with gcc-libs-multitool if there were things that depended on it. But I guess it says it provides &#8216;gcc-libs&#8217;, so libtool was happy. But when it came time to upgrade, it wanted to use gcc-libs.</p>
<p>So to fix it I merely installed libtool-multilib, allowing it to replace libtool. Then my upgrade went as planned, as there wasn&#8217;t anything asking for gcc-libs any more.</p>
<p>Here&#8217;s the list <em>brain0</em> posted in the forums, saying if you replace one of them with its multilib compatriot, you need to replace them all:</p>
<blockquote><p>inutils-multilib<br />
gcc-ada-multilib<br />
gcc-fortran-multilib<br />
gcc-go-multilib<br />
gcc-libs-multilib<br />
gcc-multilib<br />
gcc-objc-multilib<br />
libtool-multilib</p></blockquote>
<p><a href="https://bbs.archlinux.org/viewtopic.php?id=150344">conflict between gcc-libs / gcc-libs-multilib (gcc-objc related) (Page 1) / Pacman &amp; Package Upgrade Issues / Arch Linux Forums</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/jdarnold/2012/10/09/gcc-libs-gcc-libs-multilib-conflict/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iedit for Emacs</title>
		<link>http://archlinux.me/jdarnold/2012/10/03/iedit-for-emacs/</link>
		<comments>http://archlinux.me/jdarnold/2012/10/03/iedit-for-emacs/#comments</comments>
		<pubDate>Wed, 03 Oct 2012 20:15:26 +0000</pubDate>
		<dc:creator>jdarnold</dc:creator>
				<category><![CDATA[packages]]></category>
		<category><![CDATA[aur]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[package]]></category>

		<guid isPermaLink="false">http://archlinux.me/jdarnold/?p=91</guid>
		<description><![CDATA[Just added a new package to the AUR for iedit, which is a pretty cool mode for Emacs to edit in place a bunch of regions containing the same text. See this post by Mastering Emacs for some usage and a nice little defun to narrow the changes to the current defun: IEDIT: INTERACTIVE, MULTI-OCCURRENCE [...]]]></description>
				<content:encoded><![CDATA[<p>Just added a new package to the AUR for <em>iedit</em>, which is a pretty cool mode for Emacs to edit in place a bunch of regions containing the same text. See this post by Mastering Emacs for some usage and a nice little defun to narrow the changes to the current defun:</p>
<p><a href="http://www.masteringemacs.org/articles/2012/10/02/iedit-interactive-multi-occurrence-editing-in-your-buffer/">IEDIT: INTERACTIVE, MULTI-OCCURRENCE EDITING IN YOUR BUFFER</a></p>
<p><a href="https://aur.archlinux.org/packages.php?ID=63325">AUR (en) &#8211; emacs-iedit-git</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/jdarnold/2012/10/03/iedit-for-emacs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Desktop</title>
		<link>http://archlinux.me/jdarnold/2012/10/02/new-desktop/</link>
		<comments>http://archlinux.me/jdarnold/2012/10/02/new-desktop/#comments</comments>
		<pubDate>Wed, 03 Oct 2012 03:47:20 +0000</pubDate>
		<dc:creator>jdarnold</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[goomwwm]]></category>
		<category><![CDATA[openbox]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://archlinux.me/jdarnold/?p=87</guid>
		<description><![CDATA[I decided to try a new window manager [1], just because I hadn&#8217;t wasted enough time on just fiddling with Conky [2]. I&#8217;m not really into a tiling window managers, even though I have plenty of display space (2 1920&#215;1080 monitors). I had been reading in the Arch forums about GOOMWWM [3] (Get Out Of [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: left;">I decided to try a new <a href="http://xwinman.org/intro.php">window manager</a> [1], just because I hadn&#8217;t wasted enough time on just fiddling with <a href="http://conky.sourceforge.net/">Conky</a> [2]. I&#8217;m not really into a tiling window managers, even though I have plenty of display space (2 1920&#215;1080 monitors). I had been reading in the Arch forums about <a href="https://bbs.archlinux.org/viewtopic.php?id=144038">GOOMWWM</a> [3] (Get Out Of My Way Window Manager) and looking at the <a href="http://aerosuidae.net/goomwwm/">goomwwm</a> web page for it[4] made me think that despite its newness, it looked relatively complete, especially with <a href="http://en.wikipedia.org/wiki/Xinerama">Xinerama</a> [5] support for my dual monitor setup. So I decided to give it a try.</p>
<p>Trying a new window manager isn&#8217;t really that big a deal, especially if you are like me and are <del>lazy</del> hardcore enough to not bother to install a login manager like <a href="slim.berlios.de">SLiM</a> and just log in to a text terminal and type <em>startx</em> to bring up X. You just change the window manager that gets exec&#8217;d at the end of your .xinitc script to be the one you want. So I changed</p>
<p>exec ck-launch-session dbus-launch openbox-session</p>
<p>to be</p>
<p>exec ck-launch-session dbus-launch `which goomwwm`</p>
<p>and off I went! To be honest, I&#8217;m not really sure (a) what the &#8220;ck-launch-session dbus-launch&#8221; part of the command does or (b) if I really need it (as I just copied it from the <a href="https://wiki.archlinux.org/index.php/Openbox">openbox Arch wiki page</a>), but I left it in there for safety&#8217;s sake.</p>
<p>But with nothing set up, it merely brings you to a blank, black screen. And, as I didn&#8217;t have &#8216;<a href="http://www.archlinux.org/packages/community/x86_64/dmenu/">dmenu</a>&#8216; [6] installed (it should be, I think, at least an optional dependency, as it is prominently featured in the <a href="http://aerosuidae.net/goomwwm/tutorial">GOOMWWM tutorial</a> [7]), I couldn&#8217;t really do anything!</p>
<p>So I went back to the command line and installed <em>dmenu</em> and followed the tutorial, and lo, it was good. Window control is a little more painful with the mouse as you have to hold down the Mod key (left Windows key by default) but is a snap with the keyboard, so that&#8217;s okay. The concept of tags for windows that correspond to desktops in other window managers again takes some getting used to but works very well in practice. It&#8217;s especially nice to be able to bring up a window on another &#8220;desktop&#8221; by merely clicking on it.</p>
<p>So then I spent way too much time getting things somewhat customized. I still like blue for a desktop color, so I went over to The Paper Wall to find a few interesting wallpapers and settled on a <a href="http://thepaperwall.com/wallpaper.php?view=5cddb00435b4ffd1a4d7a08d351723dcee9a3f7d&amp;fol=nature">blue forest</a> [8] as my left desktop and a nice <a href="http://thepaperwall.com/wallpaper.php?view=3b66596749f5d2b44356207bc05a9be32eaa9219&amp;fol=cityscape">waterfront view of Boston</a> [9] as my right desktop.</p>
<p>Then I went a Conky customizing, which is an endless time sink if there ever was one. Luckily, I discovered this great Conky customizing script called &#8216;<a href="https://github.com/helmuthdu/conky_colors">conky-colors</a>&#8216; [10]. Basically, you pass in a <span style="color: #999999;">few</span> (or more!) parameters and it creates a stock Conky config file with support scripts and everything. I eventually settled on this for a conky-colors command line:</p>
<p>$ conky-colors &#8211;cputemp &#8211;theme=human &#8211;arch &#8211;cpu=4 &#8211;proc=5 &#8211;clementine=vinyl &#8211;calendar &#8211;nvidia &#8211;hd=default &#8211;weather=USMA0245 &#8211;photord &#8211;network &#8211;unit=F &#8211;clock=modern &#8211;side=left</p>
<p>And then I modified away, mostly to just get the right colors (<span style="color: #3366ff;">more blue</span>!). That&#8217;s the panel on the left side of the right hand screen. It shows system info, a calendar and clock, a random picture from a folder, what my media player (Clementine) is currently playing, and some more system stats.</p>
<p>The I finally found a script that generated a good Conky weather forecast pane in conkywx[11]. There were a few bumps in the road, but I got them ironed out with the help of the author in the Arch forums and now I have a nice weather panel in the lower right.</p>
<p>So now I just need to get used to goomwwm. I like being able to quickly and easily use the keyboard to move and resize the windows, and even fill the blank space. It can behave a little like a tiling window manager, with commands for windows to swap position, share a position, etc, which I haven&#8217;t played with much.</p>
<p>It also has a unique idea about &#8220;desktops&#8221;. You can tag any window with a number between 1 and 9 and then hit Alt-F[1-9] to bring all those windows with that tag number to the front. The others are still there but just behind. So it is easy to assign windows to different tags and swap between them, but you can also use very easily use windows with other tags by just clicking on them. And goomwwm tells other tools (like Conky) that the tag selected is the &#8220;desktop&#8221;. Works pretty well.</p>
<p>[1] <a href="http://xwinman.org/intro.php">http://xwinman.org/intro.php</a><br />
[2] <a href="http://conky.sourceforge.net/">http://conky.sourceforge.net/</a><br />
[3] <a href="https://bbs.archlinux.org/viewtopic.php?id=144038">https://bbs.archlinux.org/viewtopic.php?id=144038</a><br />
[4] <a href="http://aerosuidae.net/goomwwm/">http://aerosuidae.net/goomwwm/</a><br />
[5] <a href="http://en.wikipedia.org/wiki/Xinerama">http://en.wikipedia.org/wiki/Xinerama</a><br />
[6] <a href="http://www.archlinux.org/packages/community/x86_64/dmenu/">http://www.archlinux.org/packages/community/x86_64/dmenu/</a><br />
[7] <a href="http://aerosuidae.net/goomwwm/tutorial">http://aerosuidae.net/goomwwm/tutorial</a><br />
[8] <a href="http://thepaperwall.com/wallpaper.php?view=5cddb00435b4ffd1a4d7a08d351723dcee9a3f7d&amp;fol=nature">http://thepaperwall.com/wallpaper.php?view=5cddb00435b4ffd1a4d7a08d351723dcee9a3f7d&amp;fol=nature</a><br />
[9] <a href="http://thepaperwall.com/wallpaper.php?view=3b66596749f5d2b44356207bc05a9be32eaa9219&amp;fol=cityscape">http://thepaperwall.com/wallpaper.php?view=3b66596749f5d2b44356207bc05a9be32eaa9219&amp;fol=cityscape</a><br />
[10] <a href="https://github.com/helmuthdu/conky_colors">https://github.com/helmuthdu/conky_colors</a><br />
[11] <a href="https://bitbucket.org/plikhari/conkywx_pub/overview">https://bitbucket.org/plikhari/conkywx_pub/overview</a></p>
<p>My October screenshots. Click to embiggen.</p>
<p>Clean:<a href="http://minus.com/l7Z6OSw4c4LVG"><img class="aligncenter" title="Clean desktop" src="http://i.minus.com/j7Z6OSw4c4LVG_xs.jpg" alt="" width="230" height="138" /></a><br />
Dirty:<a class="aligncenter" title="Dirty desktop" href="http://minus.com/lWZ3FeH5sSN9K"><img class="aligncenter" title="Dirty desktop" src="http://i.minus.com/jWZ3FeH5sSN9K_xs.jpg" alt="" width="230" height="138" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/jdarnold/2012/10/02/new-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pacman info</title>
		<link>http://archlinux.me/jdarnold/2012/09/17/pacman-info/</link>
		<comments>http://archlinux.me/jdarnold/2012/09/17/pacman-info/#comments</comments>
		<pubDate>Mon, 17 Sep 2012 18:31:41 +0000</pubDate>
		<dc:creator>jdarnold</dc:creator>
				<category><![CDATA[command]]></category>
		<category><![CDATA[Arch]]></category>
		<category><![CDATA[pacman]]></category>

		<guid isPermaLink="false">http://archlinux.me/jdarnold/?p=82</guid>
		<description><![CDATA[I have really become addicted to using the -Qo flag of pacman. This is especially true with the various times I have had to do the painful /usr/lib move, as you need to figure out which package owns the files that are left in /lib. It&#8217;s pretty easy, really $ pacman -Qo /usr/lib/libQtCore.so /usr/lib/libQtCore.so is [...]]]></description>
				<content:encoded><![CDATA[<p>I have really become addicted to using the -Qo flag of pacman. This is especially true with the various times I have had to do the painful /usr/lib move, as you need to figure out which package owns the files that are left in /lib. It&#8217;s pretty easy, really</p>
<p style="padding-left: 30px;">$ pacman -Qo /usr/lib/libQtCore.so<br />
/usr/lib/libQtCore.so is owned by qt 4.8.2-3</p>
<p>Very nice. And, even better, I found out you can just omit the full path if it is an executable in your path:</p>
<p style="padding-left: 30px;">$ pacman -Qo hostname<br />
/usr/bin/hostname is owned by inetutils 1.9.1-4</p>
<p>Nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/jdarnold/2012/09/17/pacman-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/lib -&gt; /usr/lib fiasco, more</title>
		<link>http://archlinux.me/jdarnold/2012/08/22/lib-usrlib-fiasco-more/</link>
		<comments>http://archlinux.me/jdarnold/2012/08/22/lib-usrlib-fiasco-more/#comments</comments>
		<pubDate>Wed, 22 Aug 2012 21:37:17 +0000</pubDate>
		<dc:creator>jdarnold</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[Arch]]></category>
		<category><![CDATA[recovery]]></category>

		<guid isPermaLink="false">http://archlinux.me/jdarnold/?p=78</guid>
		<description><![CDATA[I just updated an ArchBang VM I have and I ran into, once again, the: News: The /lib directory becomes a symlink debacle. Yes, it&#8217;s been awhile since I tried updating. My main machine actually updated without a problem (at least until the hard drive died). The &#8220;easy way&#8221; failed. The &#8220;hard way&#8221; failed. Finally [...]]]></description>
				<content:encoded><![CDATA[<p>I just updated an ArchBang VM I have and I ran into, once again, the:</p>
<h2><a href="http://www.archlinux.org/news/the-lib-directory-becomes-a-symlink/">News: The /lib directory becomes a symlink</a></h2>
<p>debacle. Yes, it&#8217;s been awhile since I tried updating. My main machine actually updated without a problem (at least until the <a href="http://linux.amazingdev.com/blog/archives/001594.html">hard drive died</a>). The &#8220;easy way&#8221; failed. The &#8220;hard way&#8221; failed. Finally I just did the verboten -f and broke everything.</p>
<p>But I&#8217;m glad to report that not only did the process mentioned below work, it completely cleaned up my VM and now we&#8217;re on the straight and narrow, vis-a-vis /usr/lib:</p>
<p><a href="https://bbs.archlinux.org/viewtopic.php?pid=1126667#p1126667">/lib exists in filesystem when installing testing/glibc 2.16.0-2 (Page 1) / [testing] Repo Forum / Arch Linux Forums</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/jdarnold/2012/08/22/lib-usrlib-fiasco-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>archlinux(7)</title>
		<link>http://archlinux.me/jdarnold/2012/08/20/archlinux7/</link>
		<comments>http://archlinux.me/jdarnold/2012/08/20/archlinux7/#comments</comments>
		<pubDate>Mon, 20 Aug 2012 15:31:54 +0000</pubDate>
		<dc:creator>jdarnold</dc:creator>
				<category><![CDATA[command]]></category>
		<category><![CDATA[Arch]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[man]]></category>

		<guid isPermaLink="false">http://archlinux.me/jdarnold/?p=75</guid>
		<description><![CDATA[Thanks to Allan McCrae&#8217;s blog post on his switch to systemd, I found out about the archlinux(7) man page, which is quite useful: NAME archlinux &#8211; basic configuration SYNOPSIS Overview of the basic configuration of Arch Linux. DESCRIPTION Arch Linux exposes the user to the system without hiding any details. This manpage gives a brief [...]]]></description>
				<content:encoded><![CDATA[<p>Thanks to Allan McCrae&#8217;s <a title="Switching My Laptop To Systemd" href="http://allanmcrae.com/2012/08/switching-my-laptop-to-systemd/">blog post</a> on his switch to systemd, I found out about the archlinux(7) man page, which is quite useful:</p>
<blockquote><p>NAME<br />
archlinux &#8211; basic configuration</p>
<p>SYNOPSIS<br />
Overview of the basic configuration of Arch Linux.</p>
<p>DESCRIPTION<br />
Arch Linux exposes the user to the system without hiding any details. This manpage<br />
gives a brief overview of the configuration files that should be set up on a fresh<br />
install.</p></blockquote>
<p>Give it a try!</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/jdarnold/2012/08/20/archlinux7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitoring</title>
		<link>http://archlinux.me/jdarnold/2012/06/08/monitoring/</link>
		<comments>http://archlinux.me/jdarnold/2012/06/08/monitoring/#comments</comments>
		<pubDate>Sat, 09 Jun 2012 01:53:50 +0000</pubDate>
		<dc:creator>jdarnold</dc:creator>
				<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://archlinux.me/jdarnold/?p=70</guid>
		<description><![CDATA[So I got my new monitor today. I have been kind of annoyed since I got this 1920&#215;1080 monitor from work (2 years ago maybe?) that the other monitor I had was 1680&#215;1050. Not that the width mismatch is noticeable but the height one sure is. Without a true rectangular surface, some things are either [...]]]></description>
				<content:encoded><![CDATA[<p>So I got my new monitor today. I have been kind of annoyed since I got this 1920&#215;1080 monitor from work (2 years ago maybe?) that the other monitor I had was 1680&#215;1050. Not that the width mismatch is noticeable but the height one s<a href="http://archlinux.me/jdarnold/wp-admin/www.bestbuy.com/site/Toshiba+-+24%26%2334%3B+Class+/+LED+/+1080p+/+60Hz+/+HDTV/4818566.p?id=1218535466410&amp;skuId=4818566&amp;st=4818566"><img class="alignright" src="http://pisces.bbystatic.com/image/BestBuy_US/images/products/4818/4818566le.jpg;canvasHeight=280;canvasWidth=280" alt="" width="280" height="280" /></a>ure is. Without a true rectangular surface, some things are either lost off the bottom, or the mouse doesn&#8217;t move smooth across it. So I have been dying to get a 1920&#215;1080 monitor to match it</p>
<p>So Best Buy had a sale the other day and they had a 24&#8243; TV on sale that supposedly did 1920&#215;1080. And that would be perfect. I would hook the PC connections up for my 2 work machines and then plug in the HDMI from the home theater PC to get both video and sound from it. So I bought it and brought it home and hooked it up.</p>
<p>Oops, didn&#8217;t work. Turns out, you only get 1920&#215;1080 if you hook it up via HDMI and I needed to use the VGA plug to use with my KVM switch that allows me to share my 4 (!) computers with one keyboard, mouse and one set of dual monitors. You only got some weird screen resolution with the VGA adapter (something like 1300&#215;768 or something like that).</p>
<p>So back it went. Too bad, because I really liked the idea of a remote even. So I decided to think about it some more, as I didn&#8217;t see anything at Best Buy that had what I wanted:</p>
<ol>
<li>1920 x 1080 via the VGA</li>
<li> builtin speakers (so I can watch a movie with my home theater PC &#8211; my 5.1 Logitech speakers are hooked up to my main personal system).</li>
<li>HDMI input (I didn&#8217;t want to be bothered with a DVI-&gt;HDMI adapter, as my home theater PC display card has an HDMI connection right on it)</li>
<li>At least 23&#8243; in size</li>
</ol>
<p><a href="http://archlinux.me/jdarnold/wp-admin/www.newegg.com/Product/Product.aspx?Item=N82E16824236117"><img class="alignleft" src="http://images17.newegg.com/is/image/newegg/24-236-117-TS?$S300W$" alt="" width="300" height="225" /></a>Then I got an email from Newegg, bragging about some monitors. While none of the ones in the advert were what I was looking for, they have a very shopping website that easily allows you to focus in on the features you want (unlike Amazon or, even worse, Best Buy). And I saw this ASUS monitor on sale for $180, with a $10 rebate. Seemed like a nice with all the features I was looking for. So I took the plunge.</p>
<p>And after just 2 days (free shipping even), it arrived today, so I hooked it up. And I am impressed. In fact, the biggest problem with the monitor is that it puts my other 1920&#215;1080 monitor (by Sceptre?) to shame. It is bright, crisp, sharp, really nice. And it worked very well with my home theater PC even. This Asus VH238H Black 23&#8243; monitor is really nice and now I&#8217;m thinking I should buy another one, even though I probably can&#8217;t get the rebate again.</p>
<p>So now I have a very nice desktop. Two side by side 1920&#215;1080 monitors makes for a pretty sweet layout.</p>
<p>The only real drawback to it is that it is a bit finicky to swap the input. It would have been nice to have a remote to do it. I have to press a front panel button, hit it a few times, select Input, then down arrow a few times to select the HDMI. But I won&#8217;t be doing that all too often, so it isn&#8217;t too bad. But like I said, I really would like to get another one just like it.</p>
<p>Works great with my Openbox installation on <a title="ArchBang Linux" href="http://archbang.org">ArchBang</a>. I had to reboot to get the nVidia config to notice I had changed my monitors, but that&#8217;s all I had to do. I tell you, rag all you want on the binary nVidia drivers, but they just work.</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/jdarnold/2012/06/08/monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android adb problems</title>
		<link>http://archlinux.me/jdarnold/2011/06/23/android-adb-problems/</link>
		<comments>http://archlinux.me/jdarnold/2011/06/23/android-adb-problems/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 13:08:23 +0000</pubDate>
		<dc:creator>jdarnold</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://archlinux.me/jdarnold/?p=66</guid>
		<description><![CDATA[If you try to connect to an Android device in Eclipse and get a weird entry for your USB-connected hardware device that has a name that looks something like &#8216;?????????&#8217;, you&#8217;re not alone. I guess there is some kind of permission problem and there are a few ways you can find on the web, mostly [...]]]></description>
				<content:encoded><![CDATA[<p>If you try to connect to an Android device in Eclipse and get a weird entry for your USB-connected hardware device that has a name that looks something like &#8216;?????????&#8217;, you&#8217;re not alone. I guess there is some kind of permission problem and there are a few ways you can find on the web, mostly having to do with a udev rule file. But I found the easiest fix was to just restart the adb server as root:</p>
<p><code>$ sudo adb kill-server<br />
$ sudo adb start-server</code></p>
<p>Now when you connect to your device via the Run command, you have your standard device name. Not sure why it works, but I don&#8217;t have time right now to figure that out!</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/jdarnold/2011/06/23/android-adb-problems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mars Needs New Video Card</title>
		<link>http://archlinux.me/jdarnold/2011/05/10/mars-needs-new-video-card/</link>
		<comments>http://archlinux.me/jdarnold/2011/05/10/mars-needs-new-video-card/#comments</comments>
		<pubDate>Tue, 10 May 2011 16:25:16 +0000</pubDate>
		<dc:creator>jdarnold</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[video card]]></category>

		<guid isPermaLink="false">http://archlinux.me/jdarnold/?p=62</guid>
		<description><![CDATA[I have the Witcher 2 on pre-order at GOG.com and it is the first game where the &#8220;minimu&#8221; video card exceeds my nVidia 8600gt (it wants at least an 8800). As I have somehow survived for 2 or 3 years with this card, I think I have gotten my monies worth. I used to be [...]]]></description>
				<content:encoded><![CDATA[<p>I have the Witcher 2 on pre-order at <a href="http://www.gog.com/en/news/purchase_and_pre_download_the_witcher_2_assassins_of_kings_digital_premium_only">GOG.com</a> and it is the first game where the &#8220;minimu&#8221; video card exceeds my nVidia 8600gt (it wants at least an 8800). As I have somehow survived for 2 or 3 years with this card, I think I have gotten my monies worth.</p>
<p>I used to be a big ATI fan boi but for lo these many days, I have been using nVidia. The proprietary Linux drivers &#8220;just work&#8221;, especially with my dual monitor set up. I am a little hestitant to go with the ATI, especially due to the <a href="https://wiki.archlinux.org/index.php/KMS">KMS</a> business, which I have never had to bother with using the nVidia card.</p>
<p>But Newegg has the 6870 for only U$167 or the 6950 for US$199 with a sale and a rebate, which is hard to pass up. Both seem to get <a href="http://www.hardware-revolution.com/best-video-card-april-2011/">pretty good reviews</a> for what I&#8217;ll be doing &#8211; mostly just Linux work, with the occasional boot into Windows to play some (usually trailing edge) games.</p>
<p>Anyone have any feedback on these cards? Is the 6950 worth the extra US$30 (about 20%)? As I keep a card for several years, it&#8217;s probalby a good idea to max it out while I can, right?</p>
<p><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16814150523&amp;nm_mc=EMC-IGNEFL051011&amp;cm_mmc=EMC-IGNEFL051011-_-EMC-051011-Index-_-DesktopGraphicsVideoCards-_-14150523-L05A">Newegg.com &#8211; XFX HD-695X-ZNFC Radeon HD 6950 1GB 256-bit GDDR5 PCI Express 2.1 x16 HDCP Ready CrossFireX Support Video Card with Eyefinity</a><br />
<a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16814150506&amp;nm_mc=EMC-IGNEFL051011&amp;cm_mmc=EMC-IGNEFL051011-_-EMC-051011-Index-_-DesktopGraphicsVideoCards-_-14150506-L04D">Newegg.com &#8211; XFX HD-687A-ZNFC Radeon HD 6870 1GB 256-bit DDR5 PCI Express 2.1 x16 HDCP Ready CrossFireX Support Video Card with Eyefinity</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/jdarnold/2011/05/10/mars-needs-new-video-card/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Last Week in Arch, March 15-21, 2011</title>
		<link>http://archlinux.me/jdarnold/2011/03/21/ast-week-in-arch-linux-march-15-21-2011/</link>
		<comments>http://archlinux.me/jdarnold/2011/03/21/ast-week-in-arch-linux-march-15-21-2011/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 01:58:05 +0000</pubDate>
		<dc:creator>jdarnold</dc:creator>
				<category><![CDATA[rolling release]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://archlinux.me/jdarnold/?p=59</guid>
		<description><![CDATA[While we await approval in Rolling Release, here&#8217;s what went on in the world of your favorite Linux distro last week: Latest News wicd split in &#8216;wicd&#8217; and &#8216;wicd-gtk&#8217; &#8211; announcing a split of the wicd package in the official repository, so you don&#8217;t have to use the wicd-nogtk from AUR Hot Forum Topics How [...]]]></description>
				<content:encoded><![CDATA[<p>While we await approval in <a href="http://www.rollingrelease.com">Rolling Release</a>, here&#8217;s what went on in the world of your favorite Linux distro last week:</p>
<h3>Latest News</h3>
<p><a href="https://bbs.archlinux.org/viewtopic.php?id=115392">wicd split in &#8216;wicd&#8217; and &#8216;wicd-gtk&#8217;</a> &#8211; announcing a split of the wicd package in the official repository, so you don&#8217;t have to use the wicd-nogtk from AUR</p>
<h3>Hot Forum Topics</h3>
<p><a href="https://bbs.archlinux.org/viewtopic.php?id=115356">How to find file duplicates only matching size, not md5</a><br />
<a href="https://bbs.archlinux.org/viewtopic.php?id=115303">Arch Package Signing issue getting big on Reddit</a><br />
<a href="https://bbs.archlinux.org/viewtopic.php?id=115295">So, FFmpeg has finally blown itself to pieces&#8230;</a></p>
<h3>Unanswered Forum Topics</h3>
<p><a href="https://bbs.archlinux.org/viewtopic.php?id=115462">juk music player help needed</a><br />
<a href="https://bbs.archlinux.org/viewtopic.php?id=115362">Dual Monitor Hook-up, DVI/VGA/HDMI?</a><br />
<a href="https://bbs.archlinux.org/viewtopic.php?id=115234"> Looking for opinions on daemontools vs runit.</a><br />
<a href="https://bbs.archlinux.org/viewtopic.php?id=115185">Transparent Squid Proxy question</a><br />
<a href="https://bbs.archlinux.org/viewtopic.php?id=115179">few questions about alsa and vlc</a><br />
<a href="https://bbs.archlinux.org/viewtopic.php?id=115176">konsole fails to start</a></p>
<h3>Interesting Packages</h3>
<p><a href="http://www.archlinux.org/packages/?q=lshw">lshw</a> &#8211; A small tool to provide detailed information on the hardware configuration of the machine<br />
<a href="https://aur.archlinux.org/packages.php?ID=35835">lshw-gtk</a> &#8211; GTK GUI for lshw<br />
<a href="http://aur.archlinux.org/packages.php?ID=31592">fall-of-imiryn-svn</a> &#8211; A classic role-playing style game of three aspiring young warriors.<br />
<a href="http://aur.archlinux.org/packages.php?ID=47544">fwfstab</a> &#8211; graphical file system table (/etc/fstab) editor<br />
<a href="http://aur.archlinux.org/packages.php?ID=47632">redditaddictlite</a> &#8211; track your karma in real-time.<br />
<a href="http://aur.archlinux.org/packages.php?ID=47630">ryzom_client_open</a> &#8211; Free to Play MMORPG, This version is for Testing on open core(dev) server<br />
<a href="https://aur.archlinux.org/packages.php?ID=47623">rmlint</a> &#8211; Tool to remove duplicates and other lint, being much faster than fdupes<br />
<a href="https://aur.archlinux.org/packages.php?ID=47622">silicon-empire-git</a> &#8211; Set of tools to manage and organize your optical discs like CDs, DVDs and Blu-rays.<br />
<a href="http://aur.archlinux.org/packages.php?ID=47616">golang-hg</a> &#8211; A compiler toolchain from Google for the Go programming language<br />
<a href="http://aur.archlinux.org/packages.php?ID=47614">g4l</a> &#8211; G4L (Ghost 4 Linux) is a hard disk and partition imaging and cloning tool.<br />
<a href="http://aur.archlinux.org/packages.php?ID=47593">storybook</a> &#8211; Open Source Novel Writing Software for Novelists, Authors and Creative Writers</p>
<h3>Wiki Changes</h3>
<p><a href="https://wiki.archlinux.org/index.php/Touchatag_RFID_Reader">Touchatag RFID Reader‎</a> &#8211; new page for this RFID Reader<br />
<a href="https://wiki.archlinux.org/index.php/Firewalls_(Svenska)">Firewalls (Svenska)</a> &#8211; Translation of the English firewall page to Swedish<br />
<a href="https://wiki.archlinux.org/index.php/Browser_Plugins">Browser Plugins‎</a> &#8211; few updates about troubleshooting<br />
<a href="https://wiki.archlinux.org/index.php/PolicyKit">PolicyKit</a> &#8211; created page for this privilege controller<br />
<a href="https://wiki.archlinux.org/index.php/Keymap_(Portugu%C3%AAs)">Keymap (Português)‎</a> &#8211; Portuguese <a href="https://wiki.archlinux.org/index.php/KEYMAP">Keymap</a> page created<br />
<a href="https://wiki.archlinux.org/index.php/Pam_mount">Pam mount‎</a> &#8211; pam_mount installation<br />
User <a href="https://wiki.archlinux.org/index.php/User:Madek">Madek</a> has been very busy creating a bunch of new Spanish wiki page translations, including <a href="https://wiki.archlinux.org/index.php/Xcompmgr_(Espa%C3%B1ol)">Xcompmgr (Español)‎</a>, <a href="https://wiki.archlinux.org/index.php/Xgl_(Espa%C3%B1ol)">Xgl (Español)</a>, <a href="https://wiki.archlinux.org/index.php/ATI_(Espa%C3%B1ol)">ATI (Español)‎</a>, <a href="https://wiki.archlinux.org/index.php/NVIDIA_(Espa%C3%B1ol)">NVIDIA (Español)</a> and <a href="https://wiki.archlinux.org/index.php/Improve_Pacman_Performance_(Espa%C3%B1ol)">Improve Pacman Performance (Español)‎</a>,</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/jdarnold/2011/03/21/ast-week-in-arch-linux-march-15-21-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
