<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for bl1nk</title>
	<atom:link href="http://bl1nk.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bl1nk.com</link>
	<description></description>
	<lastBuildDate>Tue, 18 Aug 2009 22:24:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Mini note video with Ubuntu 9.04 by admin</title>
		<link>http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/comment-page-1/#comment-92</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 18 Aug 2009 22:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/#comment-92</guid>
		<description>Hi Carlos,

Do a full clean install of 9.04. The netbook remix is very flakey on the 2133. There have been reports that it does not work at all, though some get it going. The UNR is optimized for Atom based netbooks AFAIK. One thing about the 2133 &lt;strong&gt;everyone&lt;/strong&gt; thinking of buying one should know: the AMD processor is really REALLY poor!

good luck!</description>
		<content:encoded><![CDATA[<p>Hi Carlos,</p>
<p>Do a full clean install of 9.04. The netbook remix is very flakey on the 2133. There have been reports that it does not work at all, though some get it going. The UNR is optimized for Atom based netbooks AFAIK. One thing about the 2133 <strong>everyone</strong> thinking of buying one should know: the AMD processor is really REALLY poor!</p>
<p>good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mini note video with Ubuntu 9.04 by Carlos</title>
		<link>http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/comment-page-1/#comment-91</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Tue, 18 Aug 2009 21:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/#comment-91</guid>
		<description>Hello Bl1nk,

I just bought today an HP-Mini 2133 and the main reason I bought it compared to a 2140 was the better resolution of 1280x768

But, I&#039;m having problems with that so far... it didn&#039;t work with the Suse version it came with, so I decided to install Ubuntu 9.04 (the full version) but still didn&#039;t work well.

Now, I&#039;m in the middle of a new installation of Ubuntu Jaunty but now the Netbook Remix.

I wanted to ask you, did you do a fresh install or an upgrade? And, was it from the full version of Ubuntu 9.04 or the Netbook Remix?

Thank you</description>
		<content:encoded><![CDATA[<p>Hello Bl1nk,</p>
<p>I just bought today an HP-Mini 2133 and the main reason I bought it compared to a 2140 was the better resolution of 1280&#215;768</p>
<p>But, I&#8217;m having problems with that so far&#8230; it didn&#8217;t work with the Suse version it came with, so I decided to install Ubuntu 9.04 (the full version) but still didn&#8217;t work well.</p>
<p>Now, I&#8217;m in the middle of a new installation of Ubuntu Jaunty but now the Netbook Remix.</p>
<p>I wanted to ask you, did you do a fresh install or an upgrade? And, was it from the full version of Ubuntu 9.04 or the Netbook Remix?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mini note video with Ubuntu 9.04 by admin</title>
		<link>http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/comment-page-1/#comment-90</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 18 Aug 2009 14:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/#comment-90</guid>
		<description>by popular demand here it is:



# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type &quot;man xorg.conf&quot; at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section “Device”
	Identifier “Configured Video Device”
	Driver “openchrome”
	Option “SWCursor” “true”
EndSection

Section &quot;Monitor&quot;
	Identifier	&quot;Configured Monitor&quot;
EndSection

Section &quot;Screen&quot;
	Identifier	&quot;Default Screen&quot;
	Monitor	&quot;Configured Monitor&quot;
	Device	&quot;Configured Video Device&quot;
EndSection



&lt;strong&gt;notes:&lt;/strong&gt; 

the cursor on the external monitor is set using the SWCursor option as you would have known if you bothered to read rather than just ask. Software cursors suck and I leave that line commented out unless I am going to run on the external
the device and monitor are both autodetected, so if you change the monitor (eg add a new one) you will have to restart the xserver. 
The hardware in the 2133 comes in various flavours. Your mileage may vary
</description>
		<content:encoded><![CDATA[<p>by popular demand here it is:</p>
<p># xorg.conf (X.Org X Window System server configuration file)<br />
#<br />
# This file was generated by dexconf, the Debian X Configuration tool, using<br />
# values from the debconf database.<br />
#<br />
# Edit this file with caution, and see the xorg.conf manual page.<br />
# (Type &#8220;man xorg.conf&#8221; at the shell prompt.)<br />
#<br />
# This file is automatically updated on xserver-xorg package upgrades *only*<br />
# if it has not been modified since the last upgrade of the xserver-xorg<br />
# package.<br />
#<br />
# Note that some configuration settings that could be done previously<br />
# in this file, now are automatically configured by the server and settings<br />
# here are ignored.<br />
#<br />
# If you have edited this file but would like it to be automatically updated<br />
# again, run the following command:<br />
#   sudo dpkg-reconfigure -phigh xserver-xorg</p>
<p>Section “Device”<br />
	Identifier “Configured Video Device”<br />
	Driver “openchrome”<br />
	Option “SWCursor” “true”<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
	Identifier	&#8220;Configured Monitor&#8221;<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
	Identifier	&#8220;Default Screen&#8221;<br />
	Monitor	&#8220;Configured Monitor&#8221;<br />
	Device	&#8220;Configured Video Device&#8221;<br />
EndSection</p>
<p><strong>notes:</strong> </p>
<p>the cursor on the external monitor is set using the SWCursor option as you would have known if you bothered to read rather than just ask. Software cursors suck and I leave that line commented out unless I am going to run on the external<br />
the device and monitor are both autodetected, so if you change the monitor (eg add a new one) you will have to restart the xserver.<br />
The hardware in the 2133 comes in various flavours. Your mileage may vary</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mini note video with Ubuntu 9.04 by Frances</title>
		<link>http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/comment-page-1/#comment-89</link>
		<dc:creator>Frances</dc:creator>
		<pubDate>Mon, 17 Aug 2009 19:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/#comment-89</guid>
		<description>I have a hp2133 running 9.04 installed from first release and updated to present - the /etc/X11/xorg.conf is an  empty file - an external monitor will only work if plugged in at boot and of course there is no cursor - can you post your full xorg.conf please or suggest what is missing or needs to be checked out. The lack of a cursor on an external monitor is a real nuisance.</description>
		<content:encoded><![CDATA[<p>I have a hp2133 running 9.04 installed from first release and updated to present &#8211; the /etc/X11/xorg.conf is an  empty file &#8211; an external monitor will only work if plugged in at boot and of course there is no cursor &#8211; can you post your full xorg.conf please or suggest what is missing or needs to be checked out. The lack of a cursor on an external monitor is a real nuisance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mini note video with Ubuntu 9.04 by admin</title>
		<link>http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/comment-page-1/#comment-84</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 14 Aug 2009 12:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/#comment-84</guid>
		<description>@spegru: sorry to be tardy but I did not have to include the ActiveDevice option. There are a number of hardware variants in the 2133. The one I have appears to be more Ubuntu friendly than some others.</description>
		<content:encoded><![CDATA[<p>@spegru: sorry to be tardy but I did not have to include the ActiveDevice option. There are a number of hardware variants in the 2133. The one I have appears to be more Ubuntu friendly than some others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mini note video with Ubuntu 9.04 by spegru</title>
		<link>http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/comment-page-1/#comment-83</link>
		<dc:creator>spegru</dc:creator>
		<pubDate>Wed, 12 Aug 2009 23:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/#comment-83</guid>
		<description>Answering my own question.............:
From Stelios above:

Section “Device”
Identifier “Configured Video Device”
Option “ActiveDevice” “LCD, CRT”
Option “SWCursor” “on”
EndSection

IT WORKS - It&#039;s the      Option “ActiveDevice” “LCD, CRT”      bit that does it!!</description>
		<content:encoded><![CDATA[<p>Answering my own question&#8230;&#8230;&#8230;&#8230;.:<br />
From Stelios above:</p>
<p>Section “Device”<br />
Identifier “Configured Video Device”<br />
Option “ActiveDevice” “LCD, CRT”<br />
Option “SWCursor” “on”<br />
EndSection</p>
<p>IT WORKS &#8211; It&#8217;s the      Option “ActiveDevice” “LCD, CRT”      bit that does it!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mini note video with Ubuntu 9.04 by spegru</title>
		<link>http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/comment-page-1/#comment-82</link>
		<dc:creator>spegru</dc:creator>
		<pubDate>Wed, 12 Aug 2009 22:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/#comment-82</guid>
		<description>Hi could you be more specific how to get the external monitor working.
Are you sure no other changes to xorg?
Mine still doesnt work</description>
		<content:encoded><![CDATA[<p>Hi could you be more specific how to get the external monitor working.<br />
Are you sure no other changes to xorg?<br />
Mine still doesnt work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mini note video with Ubuntu 9.04 by admin</title>
		<link>http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/comment-page-1/#comment-77</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 04 Aug 2009 04:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/#comment-77</guid>
		<description>Stelios,

The only changes I made to the default Ubuntu xorg.conf are in the device section. The complete section is:

Section &quot;Device&quot;
	Identifier	&quot;Configured Video Device&quot;
	Driver		&quot;openchrome&quot;
#	Option	&quot;SWCursor&quot;	&quot;true&quot;
EndSection

I leave the software cursor option commented out unless I am going to be using the external monitor. My TV will run the same resolution as the 2133&#039;s panel - 1280x768, so I have had no issue with trying to make it run higher res.</description>
		<content:encoded><![CDATA[<p>Stelios,</p>
<p>The only changes I made to the default Ubuntu xorg.conf are in the device section. The complete section is:</p>
<p>Section &#8220;Device&#8221;<br />
	Identifier	&#8220;Configured Video Device&#8221;<br />
	Driver		&#8220;openchrome&#8221;<br />
#	Option	&#8220;SWCursor&#8221;	&#8220;true&#8221;<br />
EndSection</p>
<p>I leave the software cursor option commented out unless I am going to be using the external monitor. My TV will run the same resolution as the 2133&#8217;s panel &#8211; 1280&#215;768, so I have had no issue with trying to make it run higher res.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mini note video with Ubuntu 9.04 by stelios</title>
		<link>http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/comment-page-1/#comment-72</link>
		<dc:creator>stelios</dc:creator>
		<pubDate>Fri, 31 Jul 2009 13:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://bl1nk.com/2009/07/mini-note-video-with-ubuntu-9-0-4/#comment-72</guid>
		<description>Hi,

Could you please post your xorg.conf?

I also have an HP 2133 and didn&#039;t have any external monitor working initially after installing kubuntu 9.04. 

Did some changes to xorg.conf that allowed single screen mode using VGA, haven&#039;t managed though yet to get an external monitor to work with a resolution higher than the maximum supported by the netbook&#039;s LCD screen. 

So for non-widescreen VGA monitors the maximum properly showing resolution i can get is 1024x768.

Here is how my xorg.conf looks like at the moment

Section &quot;Device&quot;
	Identifier	&quot;Configured Video Device&quot;
	Option          &quot;ActiveDevice&quot; &quot;LCD, CRT&quot; 
        Option          &quot;SWCursor&quot; &quot;on&quot;
EndSection

Section &quot;Monitor&quot;
	Identifier	&quot;Configured Monitor&quot;
EndSection

Section &quot;Screen&quot;
	Identifier	&quot;Default Screen&quot;
	Monitor		&quot;Configured Monitor&quot;
	Device		&quot;Configured Video Device&quot;
EndSection</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Could you please post your xorg.conf?</p>
<p>I also have an HP 2133 and didn&#8217;t have any external monitor working initially after installing kubuntu 9.04. </p>
<p>Did some changes to xorg.conf that allowed single screen mode using VGA, haven&#8217;t managed though yet to get an external monitor to work with a resolution higher than the maximum supported by the netbook&#8217;s LCD screen. </p>
<p>So for non-widescreen VGA monitors the maximum properly showing resolution i can get is 1024&#215;768.</p>
<p>Here is how my xorg.conf looks like at the moment</p>
<p>Section &#8220;Device&#8221;<br />
	Identifier	&#8220;Configured Video Device&#8221;<br />
	Option          &#8220;ActiveDevice&#8221; &#8220;LCD, CRT&#8221;<br />
        Option          &#8220;SWCursor&#8221; &#8220;on&#8221;<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
	Identifier	&#8220;Configured Monitor&#8221;<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
	Identifier	&#8220;Default Screen&#8221;<br />
	Monitor		&#8220;Configured Monitor&#8221;<br />
	Device		&#8220;Configured Video Device&#8221;<br />
EndSection</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu &amp; Mini note 2133 &#8211; the next generation by Stew</title>
		<link>http://bl1nk.com/2009/05/ubuntu-mini-note-2133-the-next-generation/comment-page-1/#comment-64</link>
		<dc:creator>Stew</dc:creator>
		<pubDate>Mon, 22 Jun 2009 09:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://bl1nk.com/?p=164#comment-64</guid>
		<description>Good news! Glad to see Canonical and VIA working well together. Check out this blog I posted on this here:
http://www.howtobemobile.com/index.php/how-2s/49-software/386-its-easy-to-be-jaunty-on-the-hp-mini-2133

Cheers bl1nk.</description>
		<content:encoded><![CDATA[<p>Good news! Glad to see Canonical and VIA working well together. Check out this blog I posted on this here:<br />
<a href="http://www.howtobemobile.com/index.php/how-2s/49-software/386-its-easy-to-be-jaunty-on-the-hp-mini-2133" rel="nofollow">http://www.howtobemobile.com/index.php/how-2s/49-software/386-its-easy-to-be-jaunty-on-the-hp-mini-2133</a></p>
<p>Cheers bl1nk.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
