<?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>Slackadelic.com &#187; Slackware</title>
	<atom:link href="http://slackadelic.com/category/linux/slackware/feed/" rel="self" type="application/rss+xml" />
	<link>http://slackadelic.com</link>
	<description>My Kung Fu is strong, but I&#039;m no master.</description>
	<lastBuildDate>Mon, 20 Feb 2012 14:11:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Slackware64-current and evdev</title>
		<link>http://slackadelic.com/2009/06/15/slackware64-current-and-evdev/</link>
		<comments>http://slackadelic.com/2009/06/15/slackware64-current-and-evdev/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 16:04:53 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Slackware]]></category>

		<guid isPermaLink="false">http://slackadelic.com/?p=167</guid>
		<description><![CDATA[I&#8217;ve had a few issues getting my mouse working properly with evdev in the latest updates to Slackware64-current. Today, it appears, that other users are experiencing some other issues outside of a mouse not mapping buttons properly. Most of those users report black screens when trying to restart or quit an X session. If you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a few issues getting my mouse working properly with evdev in the latest updates to Slackware64-current.  Today, it appears, that other users are experiencing some other issues outside of a mouse not mapping buttons properly.  Most of those users report black screens when trying to restart or quit an X session.</p>
<p>If you are one of us having such issues and are stumped, try the below in your xorg.conf before you go googling around for 3 hours like I did <img src='http://slackadelic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><code><br />
Section "ServerFlags"<br />
    Option "AutoAddDevices" "False"<br />
    Option "AllowEmptyInput" "False"<br />
EndSection<br />
</code></p>
<p>I hope this helps!<br />
As always you can catch me in ##slackware on freenode if you have any questions/suggestions/comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://slackadelic.com/2009/06/15/slackware64-current-and-evdev/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slamd64 to Slackware64 upgrade</title>
		<link>http://slackadelic.com/2009/05/27/slamd64-to-slackware64-upgrade/</link>
		<comments>http://slackadelic.com/2009/05/27/slamd64-to-slackware64-upgrade/#comments</comments>
		<pubDate>Thu, 28 May 2009 04:41:08 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Slackware]]></category>
		<category><![CDATA[Slamd64]]></category>

		<guid isPermaLink="false">http://slackadelic.com/?p=165</guid>
		<description><![CDATA[People have asked, &#8220;Is that even possible?&#8221; Yes, it is. I did this remotely from work via ssh on my home box, worked fine, except for a speed bump here and there. Issues that were caused mainly by me not paying attention. First off, make sure you upgradepkg pkgtools, gzip, and tar. Then install the [...]]]></description>
			<content:encoded><![CDATA[<p>People have asked, &#8220;Is that even possible?&#8221;  Yes, it is.</p>
<p>I did this remotely from work via ssh on my home box, worked fine, except for a speed bump here and there.  Issues that were caused mainly by me not paying attention.</p>
<p>First off, make sure you upgradepkg pkgtools, gzip, and tar.  Then install the xz package if its not already installed.  If it is, then upgradepkg xz as well.</p>
<p>After that, you should be able to upgradepkg */*.tgz and then upgradepkg */*.txz to make sure everything gets added.</p>
<p>Now, the other issue is the 32bit compat libs that come with Slamd64.  You will want to remove these.</p>
<p>You can get the latest release of the 32bit compat libs that Fred is working on <a href="http://anorien.warwick.ac.uk/mirrors/slamd64/slackware64-current/">here</a></p>
<p>Now, this is the process that worked for me and your mileage may vary.  My upgrade path went a little differently than this and luckily I had a Slamd64 chroot available to symlink missing commands against or I would&#8217;ve been hosed.</p>
<p>Comments/suggestions, as always, are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://slackadelic.com/2009/05/27/slamd64-to-slackware64-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common questions after release of Slackware64</title>
		<link>http://slackadelic.com/2009/05/21/common-questions-after-release-of-slackware64/</link>
		<comments>http://slackadelic.com/2009/05/21/common-questions-after-release-of-slackware64/#comments</comments>
		<pubDate>Thu, 21 May 2009 16:33:59 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Slackware]]></category>
		<category><![CDATA[Slamd64]]></category>

		<guid isPermaLink="false">http://slackadelic.com/?p=163</guid>
		<description><![CDATA[There have been quite a few questions posed since the official announcement by Patrick Volkerding that Slackware is now releasing an official x86_64 port.

These questions normally stem about 32bit compatibility etc.  Hopefully this answers some of your questions.]]></description>
			<content:encoded><![CDATA[<p>There have been quite a few questions posed since the official announcement by Patrick Volkerding that Slackware is now releasing an official x86_64 port.</p>
<p>These questions normally stem about 32bit compatibility etc.</p>
<p>Here are a few answers that I hope will resolve any doubts/questions/concerns you may have, at least for now.  These are of my own opinion and may not be completely factual.</p>
<p>1) Is Slackware64 multilib? (support both 64bit and 32bit programs)<br />
   A:  Yes.  It is multilib.</p>
<p>2) Does Slackware64 include the needed 32bit compatibility libraries necessary to run 32bit applications?<br />
   A:  No, it does not include any 32bit compatibility libraries at this time.</p>
<p>3) Can I build 32bit applications on Slackware64?<br />
   A: From research and talking with other Slackware64 testers, it appears that gcc/glibc does NOT support building with -m32 flag for 32bit binary output.  I have no idea if this is going to change in the future or not.</p>
<p>4) Is there any easy way to include the 32bit compatibility libraries?<br />
   A: The short answer is, possibly.  Its been debated that you can use the c/ series from Slamd64-current in Slackware64 and gain the ability to run 32bit applications &#8220;out of the box.&#8221;  However, I have not tested this and right now is more of a theory.</p>
<p>One other note, if you want to RUN 32bit applications without the compatibility libraries you will need to get a static built binary that includes those libraries.  This in itself isn&#8217;t a bad solution per se, but it also means that you will be looking at VERY large binaries.</p>
<p>I hope this helps to answer some questions.  If any of this is inaccurate or could use some clarification, please don&#8217;t hesitate to drop me a line and let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://slackadelic.com/2009/05/21/common-questions-after-release-of-slackware64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pidgin ignorant about Slackware?</title>
		<link>http://slackadelic.com/2007/05/11/pidgin-ignorant-about-slackware/</link>
		<comments>http://slackadelic.com/2007/05/11/pidgin-ignorant-about-slackware/#comments</comments>
		<pubDate>Fri, 11 May 2007 13:31:14 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Slackware]]></category>

		<guid isPermaLink="false">http://slackadelic.com/2007/05/11/pidgin-ignorant-about-slackware/</guid>
		<description><![CDATA[Ya know, I love Gaim and have for a long time. I was quite upset to find out that they had been locked in a legal battle with AOL for quite a few years. When they finally came to an agreement they had to change the name to Pidgin. Now I use their new-named IM [...]]]></description>
			<content:encoded><![CDATA[<p>Ya know, I love Gaim and have for a long time.  I was quite upset to find out that they had been locked in a legal battle with AOL for quite a few years.  When they finally came to an agreement they had to change the name to <a href="http://pidgin.im">Pidgin</a>.  Now I use their new-named IM client.  Love it.</p>
<p><!--adsense--></p>
<p>However, I was just informed about something on their web site that shocked me.  If you <a href="http://developer.pidgin.im/wiki/WhyPackagesExist">read this</a> you will see what I&#8217;m speaking of.  As a <a href="http://slackware.com">Slackware</a> user I do take a bit of offense to this.  I mean ignorance is one thing, but having no clue at all is even worse.   &#8220;several of us actively dislike that distribution for its history of broken installs, as well as for its non-existant package management.&#8221;  Ok, I&#8217;m confused&#8230; right before you said that you stated, &#8221; We have no developers using Slack&#8230;&#8221;  so, If I&#8217;m confused you will understand, hopefully.</p>
<p>Where is your proof of broken installs?  Which packages are &#8220;broken?&#8221;   Stating non-existant package management is just BS.  I mean, how the heck would you know?  You don&#8217;t even use the distribution.   Oh, that&#8217;s right, I forget you have a friend who knows a friend.. who knows this guy.. who dated this girl.. who&#8217;s brother&#8217;s dad&#8217;s cousin twice removed used Slackware eons ago and that was what he said.</p>
<p>*BONK* Clue stick!</p>
<p>By the way, if you want to rant to someone call these guys: <a href="http://developer.pidgin.im/wiki/DeveloperPages">http://developer.pidgin.im/wiki/DeveloperPages</a></p>
<p>UPDATE: They&#8217;ve changed the text.  Only after receiving a barrage of emails and from people complaining about it in #pidgin on freenode.net</p>
]]></content:encoded>
			<wfw:commentRss>http://slackadelic.com/2007/05/11/pidgin-ignorant-about-slackware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

