<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<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/"
	>

<channel>
	<title>Scatterism</title>
	<link>http://ramikayyali.com</link>
	<description>Unfocused, Opinionated.</description>
	<pubDate>Thu, 10 Apr 2008 13:28:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>Six Distro Categories</title>
		<link>http://ramikayyali.com/archives/2006/08/13/distros</link>
		<comments>http://ramikayyali.com/archives/2006/08/13/distros#comments</comments>
		<pubDate>Sun, 13 Aug 2006 11:07:06 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>Linux</dc:subject><dc:subject>Distros</dc:subject><dc:subject>Humor</dc:subject><dc:subject>Linux</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/archives/2006/08/13/distros</guid>
		<description><![CDATA[
  There are the daring Minis and LiveCDs (Knoppix), the specialized ones
  (Linux-on-a-toilet), the &#8220;techdemo&#8221; distros (Kororaa), the &#8220;Mighty Underdog&#8221;
  distros (Frugalware; Zenwalk), the retard OSes. (Linspire; Mepis), and finally
  the uber-1337 Gnu/Linux distros (Debian; Slackware; Gentoo.)


I like the way TechNews put it.]]></description>
			<content:encoded><![CDATA[<blockquote>
  <p>There are the daring Minis and LiveCDs (Knoppix), the specialized ones
  (Linux-on-a-toilet), the &#8220;techdemo&#8221; distros (Kororaa), the &#8220;Mighty Underdog&#8221;
  distros (Frugalware; Zenwalk), the retard OSes. (Linspire; Mepis), and finally
  the uber-1337 Gnu/Linux distros (Debian; Slackware; Gentoo.)</p>
</blockquote>

<p>I like the way <a href="http://techanchor.blogspot.com/2006/08/stfu-ubuntu-users.html 
" title="STFU Ubuntu Users!!!">TechNews</a> put it.</p>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2006/08/13/distros/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fixing Skype Sound Problems on Linux</title>
		<link>http://ramikayyali.com/archives/2006/05/09/skype</link>
		<comments>http://ramikayyali.com/archives/2006/05/09/skype#comments</comments>
		<pubDate>Tue, 09 May 2006 09:10:06 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>Linux</dc:subject>
	<dc:subject>Asides</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/archives/2006/05/09/skype</guid>
		<description><![CDATA[Skype&#8217;s backend is based on OSS. This causes Skype to have many problems with full-duplexing. OSS is fairly old, I think it already served it&#8217;s purpose and served it well, but that&#8217;s about enough, move on to ALSA already.

On Linux, Skype&#8217;s not a very good citizen, so if you&#8217;re getting &#8220;Problem with sound device&#8221; errors [...]]]></description>
			<content:encoded><![CDATA[<p>Skype&#8217;s backend is based on <a href="http://www.opensound.com/linux.html" title="Open Sound System">OSS</a>. This causes Skype to have many problems with full-duplexing. OSS is fairly old, I think it already served it&#8217;s purpose and served it well, but that&#8217;s about enough, move on to <a href="http://www.alsa-project.org" title="Advanced Linux Sound Architecture">ALSA</a> already.</p>

<p>On Linux, Skype&#8217;s not a very good citizen, so if you&#8217;re getting &#8220;Problem with sound device&#8221; errors and &#8220;/dev/dsp-1: Device or resource busy&#8221; errors, here&#8217;s what to do:</p>

<ul>
<li>Install <code>alsa-oss</code> package, wraps around software that uses OSS and makes it ALSA-compatible. Most distributions (at least Fedora, Ubuntu and Arch) call this package the same.</li>
<li>Run <code>aoss /usr/bin/skype</code></li>
<li>(Optional) Rename <code>/usr/bin/skype</code> and put a bash script in its place to run <code>aoss</code></li>
<li>Enjoy free calls!</li>
</ul>

<p><strong>Update:</strong> You don&#8217;t need to this anymore because Skype have already released an ALSA-compatible version for Linux. Let&#8217;s go nuts.</p>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2006/05/09/skype/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configuring nVidia Drivers on Ubuntu</title>
		<link>http://ramikayyali.com/archives/2005/11/27/nvidia</link>
		<comments>http://ramikayyali.com/archives/2005/11/27/nvidia#comments</comments>
		<pubDate>Sun, 27 Nov 2005 20:52:05 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>Linux</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/wordpress/archives/2005/11/27/nvidia</guid>
		<description><![CDATA[I&#8217;ve been fiddling around with Ubuntu Breezy lately, it seems like a solid 
system, more or less. I&#8217;m going to get to that later on, but now I&#8217;m going to 
document how to properly install nVidia drivers on Ubuntu.

Ubuntu&#8217;s Wiki has many out-dated documents 
on how to do that, and they all say that it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been fiddling around with Ubuntu Breezy lately, it seems like a solid 
system, more or less. I&#8217;m going to get to that later on, but now I&#8217;m going to 
document how to <em>properly</em> install nVidia drivers on Ubuntu.</p>

<p><a href="http://wiki.ubuntu.com">Ubuntu&#8217;s Wiki</a> has many out-dated documents 
on how to do that, and they all say that it&#8217;s as easy as running:</p>

<pre>
apt-get install nvidia-glx
nvidia-glx-config enable
</pre>

<p>After rebooting, nVidia drivers should be installed. If you want to check, run:</p>

<pre>glxgears -printfps</pre>

<p>On my GeForce 6800 Ultra I&#8217;m getting around 14,000 FPS, I&#8217;m sure I can speed it 
up with more tweaking, but I don&#8217;t really have the time for it.</p>

<p>The thing is, enabling nVidia GLX drivers isn&#8217;t enough to get the performance 
these drivers are capable of. So here&#8217;s what you need to do:</p>

<p>First, check whether you&#8217;re using AGPGART or NVIDIA AGP drivers:</p>

<pre>
$ cat /proc/driver/nvidia/agp/status
Status:          Enabled
Driver:          NVIDIA
AGP Rate:        8x
Fast Writes:     Disabled
SBA:             Enabled
</pre>

<p>If it says AGPGART instead of NVIDIA then you should add <code>nvidia-agp</code> 
to your <code>/etc/modules</code> just before the line that says <code>nvidia</code> 
(assuming you already run <code>nvidia-glx-config enable</code>).</p>

<p>This tells the system to load nVidia AGP drivers on start-up, but that&#8217;s not it, 
you need to also disable loading AGPGART, <code>nvidia-agp</code> doesn&#8217;t work 
with AGPGART loaded, so add it to hotplug&#8217;s blacklist:</p>

<pre>
$ tail /etc/hotplug/blacklist

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
snd_intel8x0m

# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
i2c_i801

amd64_agp
agpgart
</pre>

<p>I had to blacklist <code>amd64_agp</code> too because it depeneds on <code>agpgart</code>. 
Note that this doesn&#8217;t prevent AGPGART from loading again, but this makes sure 
that NVIDIA AGP is loaded before it.</p>

<p>Next, you should add a few performance-enhancing options to your <code>/etc/X11/xorg.conf</code>. 
Just above the line that says <code>Driver &nbsp; "nvidia"</code> add these:</p>

<pre>
    Option "NoLogo" "true"  # Disables nVidia's logo on start-up
    Option "NvAGP" "1"  # Tries internal nVidia AGP drivers first
    Option "RenderAccel" "true"  # Duh :)
    Option "CursorShadow" "true"  # Adds an alpha-shadow to your cursor
    Option "AllowGLXWithComposite" "true"  # Mostly used for cool effects
</pre>

<p>Note that using <code>AllowGLXWithComposite</code> can cause the system to 
act a little flaky when you enable Composite extension. This is used for cute 
Vista-like effects, like transparent windows, drop-shadows, etc. Use with caution.</p>

<p>Well, I hope that&#8217;s it. I didn&#8217;t have to recompile my kernel or nVidia drivers, 
most went out smoothly, except for the fact that I had to search a lot for this 
information.</p>

<p>One last tip, try to install an optimized kernel as soon as possible. Ubuntu 
comes with <code>linux-386</code> package, try to upgrade it to <code>linux-686</code> 
or <code>linux-k7</code>, depeneding on your hardware, you&#8217;ll notice a performance 
increase.</p>

<p>Best of luck.</p>

<p>P.S. Turns out most of my performance gripes with Ubuntu was because of nVidia&#8217;s &#8220;inproper&#8221; installation. Like I said <code>nvidia-glx-config enable</code> didn&#8217;t quite do the trick.</p>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2005/11/27/nvidia/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Is Ubuntu Really Breezy?!</title>
		<link>http://ramikayyali.com/archives/2005/11/21/breezy</link>
		<comments>http://ramikayyali.com/archives/2005/11/21/breezy#comments</comments>
		<pubDate>Mon, 21 Nov 2005 00:01:55 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>Linux</dc:subject><dc:subject>Breezy</dc:subject><dc:subject>Linux</dc:subject><dc:subject>Ubuntu</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/wordpress/archives/2005/11/21/breezy</guid>
		<description><![CDATA[I don&#8217;t know what got into me, but Debian&#8217;s apt-get really does something to 
me, so as soon as Breezy was released I decided to give Ubuntu a second chance.

Boy was I wrong&#8230;

In all honesty, I simply don&#8217;t get it. I tried and tried to fix whatever&#8217;s wrong 
with its Gnome defaults to no avail. [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know what got into me, but Debian&#8217;s apt-get really does something to 
me, so as soon as Breezy was released I decided to give Ubuntu a second chance.</p>

<p>Boy was I wrong&#8230;</p>

<p>In all honesty, I simply don&#8217;t get it. I tried and tried to fix whatever&#8217;s wrong 
with its Gnome defaults to no avail. It&#8217;s too damn slow! Yes, really. I&#8217;ve heard 
about a Firefox issue eating up all the CPU on Breezy and that it should be fixed 
with a simple install of the latest binary from Mozilla.org, but it&#8217;s not just the 
browser, <em>everything</em> in the system feels sluggish as hell.</p>

<p>I thought maybe I did something wrong, maybe I installed a package I shouldn&#8217;t 
have, maybe I unleashed the wrath of &#8220;humanity&#8221;, I&#8217;m really not sure, so I reinstalled. 
Then, I reinstalled again. One more time, reinstalled. I still kept coming back to 
the same issues over and over again. Even Hoary wasn&#8217;t this slow.</p>

<p>I even downloaded and installed OpenSuSE (I&#8217;m sorry about the caps, I&#8217;m still not sure hOw 
tO sPEll SuSe :), Slackware with Dropline, did a Stage3 Gentoo installation, even 
FreeBSD delivered great performance. I&#8217;m astonished. How could a distribution this 
cool release a version this crappy?!</p>

<p>They say Droopy Drapper is going to be the be-all-end-all distribution, and I 
have to give Ubuntu guys their credit, they&#8217;ve done some really hard work until 
now, after which I can&#8217;t explain this sudden decline in quality. They&#8217;ve already 
released their first nightly of Dapper. Now guys, why on earth would you be working 
on a newer release when you still haven&#8217;t fixed the old one?</p>

<p>Remember how Ubuntu used to toot their own horn about a periodic 6-month release? 
Come to think about it now, I believe it&#8217;s a bad idea. Maybe Ubuntu devs felt some 
pressure to release and they just <em>had</em> to go for it. Well, I&#8217;d be much 
happier if you do a 6-year release period but do it right, I mean really right.</p>

<p>I&#8217;m not sure what to think right now about Ubuntu. They&#8217;ve impressed me once, 
but they can&#8217;t seem to do it again.</p>

<p>Wish you best of luck Ubuntu team. Hopefully, you won&#8217;t need it.</p>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2005/11/21/breezy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kool Krashing</title>
		<link>http://ramikayyali.com/archives/2005/07/26/krash</link>
		<comments>http://ramikayyali.com/archives/2005/07/26/krash#comments</comments>
		<pubDate>Tue, 26 Jul 2005 00:49:51 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>Linux</dc:subject><dc:subject>amaroK</dc:subject><dc:subject>KDE</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/wordpress/archives/2005/07/26/krash</guid>
		<description><![CDATA[The first thing that I do when I install Windows is disable its error reporting. 
To me, it&#8217;s absolutely useless, I&#8217;m not going to dig into a core dump, it takes 
way too much time, I&#8217;m not going to send any information to Microsoft 
because for some reason, I just can&#8217;t bring myself to trusting [...]]]></description>
			<content:encoded><![CDATA[<p>The first thing that I do when I install Windows is disable its error reporting. 
To me, it&#8217;s absolutely useless, I&#8217;m not going to dig into a core dump, it takes 
way too much time, I&#8217;m not going to send <em>any</em> information to Microsoft 
because for some reason, I just can&#8217;t bring myself to trusting them with my privacy.</p>

<p>Yesterday, while <code>emerge sync &amp;&amp; emerge -uDN world</code>, amaroK crashed. 
I&#8217;m not sure why it did, probably because of some library incompatibilities since 
the update wasn&#8217;t finished yet. But anyhow, when amaroK crashed, Kmail popped up 
with a new message reading:</p>

<blockquote><p>
amaroK has crashed! We&#8217;re terribly sorry about this :(</p>
<p>But all is not lost! You could potentially help us fix the crash. amaroK has 
attached a backtrace that describes the crash, so just click send, or if you 
have time, write a brief description of how the crash happened first.</p>
<p>Many thanks.</p></blockquote>

<p>That&#8217;s got to be the cutest crash I&#8217;ve come across, it makes me actually 
<em>want</em> to send crash reports. All I had to do is click on send and get 
back to work, no hassles, no interruptions, just a little smile.</p>

<p>By the way, in case I haven&#8217;t mentioned this before, amaroK is the only media 
player that got me to switch from Winamp! I absolutely adored Winamp and had it 
running under Wine, amaroK changed that; but that&#8217;s a whole different story.</p>

<p><a href="http://www.ramikayyali.com/files/2005/07/amarok.png">
<img src="http://www.ramikayyali.com/files/2005/07/tn_amarok.png" alt="amaroK crash" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2005/07/26/krash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Re: Windows vs. Linux</title>
		<link>http://ramikayyali.com/archives/2005/07/25/winlin</link>
		<comments>http://ramikayyali.com/archives/2005/07/25/winlin#comments</comments>
		<pubDate>Mon, 25 Jul 2005 00:20:53 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>Linux</dc:subject><dc:subject>Linux</dc:subject><dc:subject>Rants</dc:subject><dc:subject>Windows</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/wordpress/archives/2005/07/25/winlin</guid>
		<description><![CDATA[This might be a little late, given the original article&#8217;s date. 
I don&#8217;t really remember where I found this link, but that shouldn&#8217;t matter anyway.

Let me cut this short. Turns out that Windows is better than Linux because 
you need to buy software to &#8220;ensure&#8221; its security! This is stupidity at its finest.]]></description>
			<content:encoded><![CDATA[<p>This might be a little late, given the <a href="http://www.divisiontwo.com/articles/mcse2.htm" title="Windows vs. Linux on the Server and the Desktop">original article</a>&#8217;s date. 
I don&#8217;t really remember where I found this link, but that shouldn&#8217;t matter anyway.</p>

<p>Let me cut this short. Turns out that Windows is better than Linux because 
you need to buy software to &#8220;ensure&#8221; its security! This is stupidity at its finest.</p>

<p><a href="http://ramikayyali.com/archives/2005/07/25/winlin#more-101" class="more-link">(more&#8230;)</a></p>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2005/07/25/winlin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>An Anti-Linux Strategy for Microsoft</title>
		<link>http://ramikayyali.com/archives/2005/07/23/anti-linux</link>
		<comments>http://ramikayyali.com/archives/2005/07/23/anti-linux#comments</comments>
		<pubDate>Sat, 23 Jul 2005 16:16:30 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>Linux</dc:subject><dc:subject>Linux</dc:subject><dc:subject>Market</dc:subject><dc:subject>Microsoft</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/wordpress/archives/2005/07/23/anti-linux</guid>
		<description><![CDATA[
Have Ballmer give a speech in Asia, or any place that is switching hogwild for 
Linux, and warn them that Linux has legal issues that can bite them, and have 
your salesmen mention that in their sales pitch. Use the phony baloney lawsuit 
as evidence. Next announce indemnification for your own products and make a [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://www.groklaw.net/article.php?story=20050710090359785"><p>
Have Ballmer give a speech in Asia, or any place that is switching hogwild for 
Linux, and warn them that Linux has legal issues that can bite them, and have 
your salesmen mention that in their sales pitch. Use the phony baloney lawsuit 
as evidence. Next announce indemnification for your own products and make a 
pleasant contrast. Have the lawyers delay and delay and delay any litigation 
outcome to maximize PR benefits. Cross your fingers behind your back and say 
Microsoft is cheaper to run than Linux. Play with numbers until it can be 
&#8220;proven&#8221; in your paid-for &#8220;studies&#8221;. A mainframe computer might help out there.
</p></blockquote>

<p><a href="http://www.groklaw.net/article.php?story=20050710090359785" title="An Anti-Linux Strategy for Microsoft">This</a> must be the perfect 
strategy to destroy Linux.</p>

<p>Honestly, I don&#8217;t know how people think that Linux can be destroyed. Corporates 
might be able to stop Linux from growing in the desktop market, or cut its (tiny) 
share from mobile devices, but trust me, Linux is here to stay.</p>

<p>There are many things that can change Linux&#8217;s fate, especially without proper 
corporate backing. Think Apple&#8217;s switch to Intel, Intel&#8217;s &#8220;plans&#8221; to cut off 
Linux of the media, DRM, the RIAA, the MPAA, extraterrestrials, and god-knows-what-else. 
Everyone seems to try their best they can to stop Linux from growing, and for 
some reason, they&#8217;re failing.</p>

<p>Intel thinks that if they start on the hardware level they&#8217;ll be able to stop 
Linux from playing legitimate content, or force Linux vendors to buy licenses for 
&#8220;special&#8221; software that can play such protected content. The fact is, Linux is 
made by a huge list of extremely talented developers who aren&#8217;t going to let 
this go, and I&#8217;m pretty sure that if Intel does utilize a hardware-level media 
protection layer, developers are still going to deconstruct, dissect and disassemble 
it, find a work around, write a kernel module and distribute it anyway. Nobody 
likes having his rights taken off, and that&#8217;s precisely what Intel&#8217;s trying to do.</p>

<p>A free operating system is particularly difficult to stop, since it&#8217;s commoditizing 
an essential part of computers, a part that we usually pay for; Linux is making 
that available to everyone for close-to-nothing cost. The only problem is that 
Linux isn&#8217;t represented by a single entity, and without proper commercial backing 
Linux is going to have a hard time dealing with licensing, <acronym title="Internet Protocol">IP</acronym>, and legal trouble.</p>

<p>Essentially, it&#8217;s all about the money. Why would Apple, Intel or Microsoft 
want to hurt Linux unless it&#8217;s going to get them more money? Isn&#8217;t it a business 
strategy? If any of these companies finds a way to make Linux work for them rather 
than against, don&#8217;t you think they&#8217;d start evangelizing Linux as an &#8220;alternative&#8221; 
solution? I bet they would.</p>

<p>It&#8217;s still possible to stop Linux, only it&#8217;s not very easy. As long as its 
generating revenues for a few companies, you&#8217;re still going to see it around.</p>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2005/07/23/anti-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Useful Cron Header</title>
		<link>http://ramikayyali.com/archives/2005/04/18/cron</link>
		<comments>http://ramikayyali.com/archives/2005/04/18/cron#comments</comments>
		<pubDate>Mon, 18 Apr 2005 11:46:54 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>Linux</dc:subject><dc:subject>Cron</dc:subject><dc:subject>Linux</dc:subject><dc:subject>Tips</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/wordpress/archives/2005/04/18/cron</guid>
		<description><![CDATA[Here&#8217;s a nice cron header for your collection:


MAILTO="" 
#################################################################### 
#minute (0-59),                                             [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a nice <code>cron</code> header for your collection:</p>

<pre>
MAILTO="" 
#################################################################### 
#minute (0-59),                                                    # 
#|      hour (0-23),                                               # 
#|      |       day of the month (1-31),                           # 
#|      |       |       month of the year (1-12),                  # 
#|      |       |       |       day of the week (0-6 with 0=Sunday)# 
#|      |       |       |       |       commands                   # 
#################################################################### 
30      01      *       *       *       /home/jim/bin/cleartmp 
</pre>

<p>Thanks <a href="http://enterprise.linux.com/enterprise/05/03/25/1216215.shtml?tid=89" title="Wait or sleep?">Jim</a></p>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2005/04/18/cron/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Running X.org under VMWare 4.5</title>
		<link>http://ramikayyali.com/archives/2005/02/19/xorg_vmware</link>
		<comments>http://ramikayyali.com/archives/2005/02/19/xorg_vmware#comments</comments>
		<pubDate>Sat, 19 Feb 2005 08:35:38 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>Linux</dc:subject><dc:subject>Linux</dc:subject><dc:subject>VMWare</dc:subject><dc:subject>Xorg</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/wordpress/archives/2005/02/19/xorg_vmware</guid>
		<description><![CDATA[What makes VMWare so great is that they 
officially support many Linux distributions, at least the most known ones, 
like RedHat, Fedora, SuSE, Mandrake and some others. But it&#8217;s impossible to 
support all distirbutions, especially custom or source-based ones, say 
LFS or Gentoo.

Don&#8217;t get this wrong, you can by all means install and run Gentoo [...]]]></description>
			<content:encoded><![CDATA[<p>What makes <a href="http://www.vmware.com">VMWare</a> so great is that they 
officially support many Linux distributions, at least the most known ones, 
like RedHat, Fedora, SuSE, Mandrake and some others. But it&#8217;s impossible to 
support <em>all</em> distirbutions, especially custom or source-based ones, say 
LFS or Gentoo.</p>

<p>Don&#8217;t get this wrong, you <em>can</em> by all means install and run Gentoo 
on VMWare, since most of the hardware VMWare emulates is known to Linux, like 
LSI Logic SCSI interface, or AMD&#8217;s PCNet32 network interface. Only when it 
comes to graphics, VMWare uses its own device and doesn&#8217;t emulate any known one, 
that&#8217;s why you need to install VMWare tools before running X, otherwise, 
you&#8217;ll just end up with crappy colors and resolutions.</p>

<p>On Gentoo, the installation was fairly easy, I only had to look around the 
VMWare Tools package a little and figured it out. Here&#8217;s what you have to do:</p>

<ul>
  <li>In VMWare, click on <acronym title="Virtual Machine">VM</acronym> -&gt; Install VMWare Tools&#8230;</li>
  <li><code>mount /mnt/cdrom</code></li>
  <li>Extract <code>/mnt/cdrom/vmware-linux-tools.tar.gz</code> somewhere.</li>
  <li><code>cp&nbsp;/path/to/vmware-tools-distrib/lib/configurator/XFree86-4/4.3.x/vmware_drv.o\</code><br />
  <code>&nbsp;&nbsp;&nbsp;/usr/X11R6/lib/modules/drivers/</code></li>
  <li>Now use <code>/path/to/vmware-tools-distrib/lib/configurator/XF86Config-4</code> as 
  a reference to setup your <code>/etc/X11/xorg.conf</code>. The only two things that really 
  matter are the &#8220;Monitor&#8221; section <code>XF86Config-4</code>, and that you make sure you&#8217;re 
  using <code>vmware</code> as a drive in the &#8220;Device&#8221; section. Tip: <code>Xorg -configure</code> 
  might do a decent job in figuring out most of the details, it only leaves the monitor undetected, 
  so just copy it from the sample configuration.</li>
  <li><code>startx</code>, and everything should work fine.</li>
</ul>

<p>I&#8217;m still not sure about the rest of VMWare tools, haven&#8217;t compiled them yet, 
but I&#8217;ll try working on them later on, maybe even end up with an ebuild. Personally, 
I only needed to get X.org to run at a 1600&#215;1200 resolution, I don&#8217;t need the rest 
of the tools much, but then again, why not get the rest?</p>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2005/02/19/xorg_vmware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Fedora Rant</title>
		<link>http://ramikayyali.com/archives/2005/02/09/fedora_rant</link>
		<comments>http://ramikayyali.com/archives/2005/02/09/fedora_rant#comments</comments>
		<pubDate>Wed, 09 Feb 2005 20:27:10 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>Linux</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/wordpress/archives/2005/02/09/fedora_rant</guid>
		<description><![CDATA[I know that this blog is taking a little divert, I&#8217;m 
starting to talk more about various Linux distributions. 
The quest started when I failed to install Gentoo on an 
AMD64. That time, everything worked, except that X.org kept 
failing and crashing whenever I used nVidia&#8217;s GLX. As it 
turned out, my GeForce 6800 was [...]]]></description>
			<content:encoded><![CDATA[<p>I know that this blog is taking a little divert, I&#8217;m 
starting to talk more about various Linux distributions. 
The quest started when I failed to install Gentoo on an 
AMD64. That time, everything worked, except that X.org kept 
failing and crashing whenever I used nVidia&#8217;s GLX. As it 
turned out, my GeForce 6800 was the problem, it had nothing 
to do with Gentoo, or my abilities to install Gentoo (but 
I&#8217;ll get back to the hardware story later).</p>

<p>Well, at that time I didn&#8217;t know I had defect hardware, 
I thought that Gentoo had too many problems on my architecture 
to deal with. So I decided to install Ubuntu, and like I said 
before, it&#8217;s a great distribution, it got everything up and 
and running in no time. Ubuntu&#8217;s Warty was a little bit outdated 
for my tastes, so I got Hoary Array-4 and installed it. The 
installer&#8217;s been improved a lot, at least it now asks whether 
to install Grub or not. However, my personal advice is 
<strong>not</strong> to use it on AMD64, since although 
it has bleeding-edge software, right now it&#8217;s very unstable.</p>

<p><a href="http://ramikayyali.com/archives/2005/02/09/fedora_rant#more-80" class="more-link">(more&#8230;)</a></p>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2005/02/09/fedora_rant/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
