<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Chris Ball: Linux on the Alienware m5500</title>
    <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Linux on the Alienware m5500</title>
      <description>&lt;p&gt;I've bought myself an &lt;a href="http://www.alienware.com/Configurator_Pages/area-51_m5500.aspx?SysCode=PC-LT-AREA51-M-5500&amp;amp;SubCode=SKU-DEFAULT&amp;amp;source=1926"&gt;Alienware m5500&lt;/a&gt;, which is a laptop based on the &lt;a href="http://www.uniwill.com/products/hybrid/259en3/259en3.php?HL=1&amp;amp;H=1"&gt;Uniwill  259EN3&lt;/a&gt;.  I wanted a laptop with a high resolution screen (the m5500 does 1920x1200 on a 15" LCD) and Intel graphics.  (I don't want to support either ATI or nVidia, and IBM and Dell make you choose an ATI/nVidia card if you go above their standard resolution screens).  My machine has:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Intel Pentium M 730 1.6GHz 2MB L2 Cache 533MHz FSB&lt;/li&gt;
&lt;li&gt;512M RAM, 40G disk&lt;/li&gt;
&lt;li&gt;Alienware m5500 15.4" WideUXGA 1920x1200 LCD &lt;/li&gt;
&lt;li&gt;Intel GMA900 (915GM/i810) Extreme Graphics&lt;/li&gt;
&lt;li&gt;Intel PRO/Wireless 2200 b/g Wireless Card &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I have Fedora Core 5 running on it now, but I'm sad to say that it wasn't without pain:&lt;/p&gt;

&lt;p&gt;I booted from the FC5 install CD.  The kernel booted, switched over to Anaconda, and I got a black screen and hung system.  Tried again, this time using &lt;a href="http://fedora.redhat.com/docs/fedora-install-guide-en/fc5/sn-remoteaccess-installation.html"&gt;these instructions&lt;/a&gt; to start a VNC installer.  That worked, and I soon found out that Fedora now has no NTFS support at all, which meant that the single NTFS partition taking up the entire disk would have to be deleted.  (Which sounded fine at the time but is annoying me now &amp;mdash; see the wifi section below.)  Ubuntu's installer can do NTFS resizing, but Fedora thinks that the kernel NTFS support violates patents and is not legally redistributable.&lt;/p&gt;

&lt;p&gt;After the install, I got the same X crash on my first boot.  Booting into runlevel 3 got me to a shell.  I determined that the X failure was &lt;a href="https://bugs.freedesktop.org/show_bug.cgi?id=5443"&gt;this bug&lt;/a&gt;, which requires applying &lt;a href="http://chris.printf.net/disable-validatepci.patch"&gt;this patch&lt;/a&gt; to Xorg to get the card working.  Now that Xorg is modular, it's (thankfully) sufficient to just download the latest xorg-x11-server.src.rpm, make the change, and &lt;code&gt;rpmbuild -ba&lt;/code&gt; to have the specfile take care of building you a new RPM. &lt;/p&gt;

&lt;p&gt;That got X working at 800x600; to get to 1920x1200 you need to use &lt;a href="http://www.geocities.com/stomljen/"&gt;915resolution&lt;/a&gt; and the following modeline:&lt;/p&gt;

&lt;pre&gt;ModeLine "1920x1200" 230 1920 1936 2096 2528 1200 1201 1204 1250&lt;/pre&gt;

Now, on to wireless.  I downloaded the ieee80211 stack, ipw2200 driver and ipw2000 firmware, and:

&lt;pre&gt;unity:cjb~ % sudo modprobe ipw2200
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Radio Frequency Kill Switch is On:
Kill switch must be turned off for wireless networking to work.
ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
&lt;/pre&gt;

&lt;p&gt;There is a wifi button on the case, next to the power switch &amp;mdash; which implies that it's a hardware button, rather than a software button like the function keys on the keyboard &amp;mdash; but pressing it turns on the "sleep" LED rather than the "wifi" LED, and ipw2200 continues to make the same complaint.  I see that drivers exist to control the kill switch in software, but none I've seen work on this machine.  I suspect that booting into Windows (which I can't do now since I wasn't able to keep/resize the partition) would get the wifi working in Linux either temporarily or permanently.  I took a backup of the disk (&lt;code&gt;dd if=/dev/sda of=nfs-mounted-backup&lt;/code&gt;) and booted the XP recovery CD that came with the machine, but it either hung or needed many minutes at "Setup is inspecting your computer's hardware configuration", and my patience for Windows is pretty limited.  I'll try again if I don't get any other suggestions.&lt;/p&gt;

&lt;p&gt;I posted some cries for help about this and dug out my very old, trusty Orinoco wireless PC Card and inserted it. And the machine hung immediately, and did so repeatably. I dug around until I found &lt;a href=" http://www.ussg.iu.edu/hypermail/linux/kernel/0404.0/0568.html"&gt;this linux-kernel thread&lt;/a&gt; which contains a safer &lt;code&gt;/etc/pcmcia/config.opts&lt;/code&gt;, and that's working fine.  &lt;i&gt;Update:&lt;/i&gt; Hmph.  It works anytime after init has loaded (udev, perhaps?), but the machine hangs at the &lt;code&gt;cs: memory probe&lt;/code&gt; if I try to boot with the card already inserted.  Any ideas?&lt;/p&gt;

&lt;p&gt;I set about &lt;a href="http://fedoraproject.org/wiki/RenderingProject/AiglxOnFedora"&gt;installing AIGLX&lt;/a&gt;, and the performance is good, especially for an Intel chipset.  The photo at the bottom shows AIGLX and true transparency in gnome-terminal, which is lovely to have (at last), especially on a laptop when you're likely to want to be copying from a web page into a terminal, etc.&lt;/p&gt;

&lt;p&gt;So, that's about it for day one.  To summarise:
&lt;br&gt;&lt;br&gt;&lt;/p&gt;

&lt;p&gt;ACPI&lt;/p&gt;

&lt;blockquote&gt;Well, sleep (suspend-to-ram; S3) seemed to be working out of the box, but it isn't now.  It looks like the IDE driver isn't coming back; if I can keep an ssh session connected, I see repeated in dmesg:&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;pre&gt;sd 0:0:0:0: SCSI error: return code = 0x40000
end_request: I/O error, dev sda, sector 18800717&lt;/pre&gt;&lt;/blockquote&gt;

&lt;blockquote&gt;I'll look into having the sd module removed and restarted &amp;mdash; anyone know how I should do that on FC5/Rawhide?  I also had to change resume_video() in /etc/pm/functions-intel to get video back:&lt;/blockquote&gt;

&lt;blockquote&gt;&lt;pre&gt;#/usr/sbin/vbetool post
#/usr/sbin/vbetool vbestate restore &lt; /var/run/vbestate
/usr/sbin/vbetool dpms on&lt;/pre&gt;&lt;/blockquote&gt;

&lt;blockquote&gt;Suspend to disk works, and doesn't even take that long, but kicks me back to the gdm prompt (!) from a logged in session.  &lt;i&gt;Update&lt;/i&gt;: Working now, after putting 915resolution in the resume path as well.  Thanks, Jens!&lt;/blockquote&gt;

&lt;blockquote&gt;The ACPI function keys don't do anything in software, not sure which driver they need.&lt;/blockquote&gt;

CPU scaling
&lt;blockquote&gt;Working, switches between 750MHz/1.1GHz/1.6GHz automatically.&lt;/blockquote&gt;

Graphics
&lt;blockquote&gt;Working after patching Xorg, acceleration works, AIGLX works.&lt;/blockquote&gt;

Synaptics touchpad
&lt;blockquote&gt;Working, I disabled tap-to-click and vertical scrolling:&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;pre&gt;Option      "VertScrollDelta" "0"
Option      "HorizScrollDelta" "0"
Option      "MaxTapMove" "0"
Option      "MaxTapTime" "0"&lt;/pre&gt;
&lt;/blockquote&gt;

&lt;p&gt;USB, Sound (snd-intel-hda), SD card reader, DVD burning, Firewire. &lt;/p&gt;

&lt;blockquote&gt;Working.&lt;/blockquote&gt;

&lt;p&gt;VGA out&lt;/p&gt;

&lt;blockquote&gt;Works, after adding the following:&lt;/blockquote&gt;&lt;blockquote&gt;&lt;pre&gt;
Option "MonitorLayout" "CRT,LFP"
Option "Clone" "true"
Option "SWCursor" "true"&lt;/pre&gt;&lt;/blockquote&gt;

&lt;p&gt;I'll keep this post updated as I learn more about the machine.  Here's the photo:&lt;/p&gt;

&lt;div align="center"&gt;&lt;a href="http://flickr.com/photo_zoom.gne?id=131641728&amp;size=l"&gt;&lt;img src="http://static.flickr.com/44/131641728_627b0110e1.jpg?v=0"&gt;&lt;/a&gt;&lt;/div&gt;</description>
      <pubDate>Thu, 20 Apr 2006 01:08:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:c97421a4-0c70-4cee-9a51-5e9275354aa1</guid>
      <author>Chris Ball</author>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500</link>
      <category>laptop</category>
      <category>linux</category>
      <trackback:ping>http://blog.printf.net/articles/trackback/42</trackback:ping>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by card counting</title>
      <description>&lt;p&gt;GamblingPlanet is the #1 Online Casino &amp;amp; Gambling Guide offering you the most reliable and best casino reviews with the hottest bonus offers available.&lt;/p&gt;

&lt;p&gt;-&lt;a href="http://www.gamblingplanet.org/GP" rel="nofollow"&gt;http://www.gamblingplanet.org/GP&lt;/a&gt;&lt;em&gt;editorial&lt;/em&gt;12107b&lt;/p&gt;</description>
      <pubDate>Wed, 09 Jul 2008 08:15:40 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:e1079722-1262-445f-a512-824db86ae99e</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-55595</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Bernd Sch&#246;nes</title>
      <description>&lt;p&gt;Thanks for the tips, I will give linux a chance on my laptop, windows makes everything so slow!&lt;/p&gt;</description>
      <pubDate>Fri, 21 Mar 2008 18:26:35 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:1ddcc2ff-fc02-4ccd-9cc9-bc2ca9d18004</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-55560</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Piano Movers</title>
      <description>&lt;p&gt;I've never seen such a laptop design. I've recently purchased the new MacBook Air which is very cool, but this design really takes your breath away.&lt;/p&gt;</description>
      <pubDate>Sat, 15 Mar 2008 22:50:23 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:38a0cac9-691a-4f1f-9896-826bf4c38fff</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-55558</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Dead Sea Products</title>
      <description>&lt;p&gt;That's one cool looking laptop you got there. A shame when clicking on the screenshot I need to have a flickr user :(
(when did Yahoo purchase flickr?)&lt;/p&gt;

&lt;p&gt;Anyway the thumbnail still looks cool :)&lt;/p&gt;</description>
      <pubDate>Sat, 12 Jan 2008 15:01:12 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:b690e5db-7edb-490f-b527-c042f59367c0</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-37263</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by giochi del casino online</title>
      <description>&lt;p&gt;Qualunque dubbio tu abbia sui giochi del casino online, le nostre pagine sui giochi d&#8217;azzardo saranno in grado di risolverlo e di insegnarti tutti i segreti del casin&#242;.&lt;/p&gt;</description>
      <pubDate>Tue, 01 Jan 2008 03:16:11 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:c221c3e6-ad7f-40b3-b4c0-12054bd05808</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-37256</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by giochi dei casino in rete</title>
      <description>&lt;p&gt;Trattandosi di giochi dei casino in rete nessuna lista eguaglia quella che vi proponiamo, in qualit&#224; ed in quantit&#224;.&lt;/p&gt;</description>
      <pubDate>Wed, 26 Dec 2007 01:24:29 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:a3fb5641-7a44-45fe-aa7d-b3e2d6b246fa</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-37248</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Mauricio Otta</title>
      <description>&lt;p&gt;Hi!
I'm planning on buying a m5500 over the next few weeks to be using Ubuntu...
as I've been told by Alienware, I have tto buy Winblows together...
chances are Ubuntu 7.04 will work great on that baby right?&lt;/p&gt;</description>
      <pubDate>Tue, 15 May 2007 22:46:23 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:1ab207e2-785c-4984-a272-d19ca897e9ef</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-223</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by captain stabbin</title>
      <description>&lt;p&gt;Captain on the bridge:) kiddin around, nice article! :)&lt;/p&gt;</description>
      <pubDate>Tue, 24 Apr 2007 22:56:27 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:a6ed1cdd-3b17-464e-9e57-379aa06eb764</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-247</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by myspace.com/andalethegreat</title>
      <description>&lt;p&gt;Not to be too direct, but any chance you'll be selling that?
My AW m5500 copped out...bits started comin off the mainboard, but I can't find where they were at to begin with. lemme know if you think you can help out with finding a replacement.&lt;/p&gt;</description>
      <pubDate>Mon, 23 Oct 2006 20:00:10 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:c1c2d81f-fb34-4eaf-81ed-a066d4b43f90</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-140</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Chris</title>
      <description>&lt;p&gt;Thanks.  I'd tried acerhk (and a few other similar modules), and get:&lt;/p&gt;

&lt;blockquote&gt;
    &lt;p&gt;FATAL: Error inserting acerhk (/lib/modules/2.6.15-20-386/kernel/drivers/input/misc/acerhk.ko): Cannot allocate memory&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It looks like there isn't a button module for my setup.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Apr 2006 15:26:02 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:f06ca310-cdea-42b9-8386-e3fa11ff72bd</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-46</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Tejas Dinkar</title>
      <description>&lt;p&gt;I aplogise, I didn't preview the previous comment&lt;/p&gt;

&lt;p&gt;The lines were&lt;/p&gt;

&lt;p&gt;build acerhk, make install&lt;/p&gt;

&lt;p&gt;ifdown eth1&lt;/p&gt;

&lt;p&gt;modprobe acerhk&lt;/p&gt;

&lt;p&gt;press wireless button&lt;/p&gt;

&lt;p&gt;ifup eth1&lt;/p&gt;</description>
      <pubDate>Fri, 21 Apr 2006 13:42:44 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:0b270f32-684f-4f10-a343-dc93bd0b6f08</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-44</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Tejas Dinkar</title>
      <description>&lt;p&gt;You have to get some drivers for linux to recognise the button pressed to unkill the wifi card.&lt;/p&gt;

&lt;p&gt;FOr acer laptops, this is called acerhk (acer hot keys) driver, and is at &lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.informatik.hu-berlin.de/~tauber/acerhk/" rel="nofollow"&gt;http://www.informatik.hu-berlin.de/~tauber/acerhk/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Perhaps the same driver will work, as it is the same wireless card.&lt;/p&gt;

&lt;p&gt;What I needed to do was:
ifdown eth1
modprobe acerhk

ifup eth1
modprobe -e acerhk&lt;/p&gt;

&lt;p&gt;and I never needed to insert the module again, as it is in a permanent on state&lt;/p&gt;</description>
      <pubDate>Fri, 21 Apr 2006 13:40:55 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:fcaf5f67-934f-4a44-b741-5bc6c0cae16f</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-43</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Chris</title>
      <description>&lt;p&gt;Thanks, Kevin.  This doesn't work for me; rf_kill's currently set to 2, which means that that the radio's killed in hardware.&lt;/p&gt;

&lt;p&gt;SATA resume sounds right, so I'll check that out.  :)&lt;/p&gt;</description>
      <pubDate>Thu, 20 Apr 2006 22:37:06 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:c579901f-343a-41e1-80bb-c9103ea37893</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-41</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Kevin Fenzi</title>
      <description>&lt;p&gt;For the wireless, look for something like: &lt;/p&gt;

&lt;p&gt;/sys/bus/pci/drivers/ipw2200/0000:02:02.0/rf_kill&lt;/p&gt;

&lt;p&gt;echo "0" to that and it should disable the kill switch. (Your pci id will probibly be diffrent). &lt;/p&gt;

&lt;p&gt;For the disk, it could be the HPA (protected area) (there was a thread about that on the kernel list), or it could be the SATA resume issue (also on the kernel list in the last week). &lt;/p&gt;</description>
      <pubDate>Thu, 20 Apr 2006 22:03:44 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:01f231fa-e571-4d78-a96e-2f1ec4841330</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-40</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Chris</title>
      <description>&lt;p&gt;Ryan:  The Touchstream's sitting on a stand that raises and tilts the pads slightly, and the stand is only touching the laptop either side of the trackpad and at the edges of the case (where there aren't any keys).&lt;/p&gt;

&lt;p&gt;There's a photo of the stand individually here:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://radio.weblogs.com/0100720/images/2003/08/12/fwts_off_base.jpg" rel="nofollow"&gt;http://radio.weblogs.com/0100720/images/2003/08/12/fwts&lt;em&gt;off&lt;/em&gt;base.jpg&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are versions of the Touchstream that replace the keyboard, called MacNTouch.  I want one, but not enough to get a Mac:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.flickr.com/photos/mgrimes/128127678/" rel="nofollow"&gt;http://www.flickr.com/photos/mgrimes/128127678/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 20 Apr 2006 21:20:03 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:d153c350-772b-40ee-9217-3680ffe7f973</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-39</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Ryan</title>
      <description>&lt;p&gt;So the TouchStream just sits on top of the laptop's keyboard or is that just the photo? Otherwise how do you prevent the laptop's keyboard from getting pressed?&lt;/p&gt;</description>
      <pubDate>Thu, 20 Apr 2006 21:07:23 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:a4aef92c-63e1-477c-8958-2fea4cc0aa21</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-38</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Kevin DeKorte</title>
      <description>&lt;p&gt;Ok, good. That is about what I am getting when I don't throttle the CPU. In FC5 without the aiglx stuff I was getting a bit over a 1000 (which still seems a little low, but glxgears is not a great speed test). Upgrading to FC6 (rawhide) which includes aiglx slowed it down some. But games are still playable like NWN. I do have to disable the compositing functions prior to running any OpenGL games due to bad flicker, but I believe this is a known problem.&lt;/p&gt;</description>
      <pubDate>Thu, 20 Apr 2006 18:16:04 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:28d77d5c-2d81-43bb-b01e-bf1049f05193</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-23</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Chris</title>
      <description>&lt;p&gt;I was pointed to your branch yesterday.  :)  Thanks!  I hope we'll see it in xorg HEAD/rawhide soon.  &lt;/p&gt;

&lt;p&gt;Apologies if this is a dumb question &amp;mdash; how does the new driver know that it needs to reprogram the BIOS because we're resuming?  915resolution goes into the resume path, but it sounds like that wouldn't happen here..&lt;/p&gt;</description>
      <pubDate>Thu, 20 Apr 2006 17:40:55 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:510d3635-32bf-4cdc-a3d1-aa53ec6406cb</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-2</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Eric Anholt</title>
      <description>&lt;p&gt;I'm working hard to make the need for i915resolution and custom modelines go away.  It's in the modesetting branch of xf86-video-intel's git tree.&lt;/p&gt;

&lt;p&gt;It shouldn't hurt for much longer. :)&lt;/p&gt;</description>
      <pubDate>Thu, 20 Apr 2006 17:19:34 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:87bed3b8-a248-4d28-bbd9-dea88f9b7ce3</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-37</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Chris</title>
      <description>&lt;p&gt;Kevin:&lt;/p&gt;

&lt;blockquote&gt;
    &lt;p&gt;Why did you install the entire ipw2200 stack? &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Because a webpage told me I needed to.  I realised afterwards that it hadn't been necessary.  :)&lt;/p&gt;

&lt;blockquote&gt;
    &lt;p&gt;What is you fps from glxgears.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Average 700 FPS, and it doesn't change when I turn on the compositing in metacity.&lt;/p&gt;</description>
      <pubDate>Thu, 20 Apr 2006 15:39:36 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:d8d4f874-6ea1-4b5e-8c53-7b6cad01d1c8</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-36</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Chris</title>
      <description>&lt;p&gt;&lt;blockquote&gt;Why do you support Intel graphics instead of ATI/Nvidia? Can't you see how intel's monopoly is getting over everything?&lt;/blockquote&gt;Ethical reasons, so don't think I'm being blind.  :)&lt;/p&gt;

&lt;p&gt;I believe that ATI and nVidia are violating the GPL by linking proprietary drivers to the kernel, even if Linus won't do anything about it.  I think that the current situation of not even having a proprietary *2D* driver for the ATI X1x00 cards (let alone an open one, and these devices are now being shipped in desktops and laptops near you) is a real crisis, and the kind of gradual erosion of freedom that we've had to defend against many times in free software's history.&lt;/p&gt;

&lt;p&gt;And, I think the answer is to reject what's happening.  We don't accept proprietary software anywhere else, and it's arguably most important of all not to accept it in the kernel.  I think we should say "Look, this stops now." and ban proprietary modules &amp;mdash; we'd be screwed for at least a year, users would hate us, but we'd come out the other end with more freedom and strength.&lt;/p&gt;

&lt;p&gt;So.  That's why I support Intel; there are very few things I can do to show that I'm part of the market for a graphics card that isn't secret, but going out of my way to buy a laptop with an Intel chip is one of them.&lt;/p&gt;</description>
      <pubDate>Thu, 20 Apr 2006 15:34:21 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:43507458-ec10-4170-bdd6-3f7c7eefbbfd</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-35</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Kevin DeKorte</title>
      <description>&lt;p&gt;I'm curious about a couple of things. &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Why did you install the entire ipw2200 stack? It ships in the fedora kernel. All you need is the firmware which livna has an rpm for. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is you fps from glxgears. I have a very similar setup as you do and I'm just curious for a comparison.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
      <pubDate>Thu, 20 Apr 2006 15:01:46 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:45949d0b-833e-4107-99db-226ccb8723cd</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-34</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Jonathan Turner</title>
      <description>&lt;p&gt;What is that natural keyboard type of device on your laptop?&lt;/p&gt;</description>
      <pubDate>Thu, 20 Apr 2006 12:35:26 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:cc24b9b6-fd17-4d3a-8f62-fa849580cb69</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-33</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by emmanuel</title>
      <description>&lt;blockquote&gt;
    &lt;p&gt;Why do you support Intel graphics instead &gt;of ATI/Nvidia? Can't you see how intel's &gt;monopoly is getting over everything?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;well, as far as i know intel's graphic card drivers are free software, also for 3d. so i'd be intel over ati/nvidia ANY TIME personnally.&lt;/p&gt;</description>
      <pubDate>Thu, 20 Apr 2006 11:34:45 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:c1acb991-759f-49b1-84d7-ea8f290a8905</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-32</link>
    </item>
    <item>
      <title>"Linux on the Alienware m5500" by Arjan Timmerman</title>
      <description>&lt;p&gt;the harddisc error on suspend seems familiar, i remember my workstation needs to put his harddisc in a lower udma state to work fine.&lt;/p&gt;</description>
      <pubDate>Thu, 20 Apr 2006 07:40:10 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:4f8168b4-b036-4994-baea-4bfde41c5094</guid>
      <link>http://blog.printf.net/articles/2006/04/20/linux-on-the-alienware-m5500#comment-31</link>
    </item>
  </channel>
</rss>
