<?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>/home/shakir &#187; kubuntu</title>
	<atom:link href="http://www.mohdshakir.net/tag/kubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mohdshakir.net</link>
	<description>My Piece Of The Web</description>
	<lastBuildDate>Fri, 16 Jul 2010 15:45:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Installing KDE 4.2 in Intrepid Ibex</title>
		<link>http://www.mohdshakir.net/2009/02/18/installing-kde-42-in-intrepid-ibex</link>
		<comments>http://www.mohdshakir.net/2009/02/18/installing-kde-42-in-intrepid-ibex#comments</comments>
		<pubDate>Wed, 18 Feb 2009 06:21:29 +0000</pubDate>
		<dc:creator>shakir</dc:creator>
				<category><![CDATA[Information Insemination]]></category>
		<category><![CDATA[Nerd Public Journal?]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.mohdshakir.net/?p=272</guid>
		<description><![CDATA[I&#39;ve been a KDE user since I started using Mandrake Linux 8.0, which if I remember correctly by that time bundles KDE 2. It was until recently that when Kubuntu 8.10 includes KDE 4 by default rather than KDE 3, I switched to GNOME. KDE 4 at that time for me was an unfinished product [...]]]></description>
			<content:encoded><![CDATA[<p>
	I&#39;ve been a KDE user since I started using Mandrake Linux 8.0, which if I remember correctly by that time bundles KDE 2. It was until recently that when Kubuntu 8.10 includes KDE 4 by default rather than KDE 3, I switched to GNOME.</p>
<p>
	KDE 4 at that time for me was an unfinished product where it&#39;s not ready for prime time. The desktop effects were slow, many features of KDE 3 programs were still not ported, bluetooth was not working, and most important of all I can&#39;t run it in dual screen.</p>
<p>
	This has changed recently when KDE&nbsp;team released KDE 4.2. There were so many bugfixes and improvements that I think it&#39;s time for me to go back to KDE.</p>
<p style="text-align: center;">
	<a href="http://www.mohdshakir.net/wp-content/uploads/image/200901/Screenshot-KDE-42.png"><img alt="" height="313" src="http://www.mohdshakir.net/wp-content/uploads/image/200901/mini-Screenshot-KDE-42.jpg" width="500" /></a></p>
<p>
	I&#39;ve published an article on how to install KDE 4.2 in Ubuntu 8.10 (Intrepid Ibex) at <a href="http://www.techrecipes.net/linux/install-kde-42-in-ubuntu-810-intrepid-ibex.html">Techrecipes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohdshakir.net/2009/02/18/installing-kde-42-in-intrepid-ibex/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set up dual monitor in Linux</title>
		<link>http://www.mohdshakir.net/2008/01/07/set-up-dual-monitor-in-linux</link>
		<comments>http://www.mohdshakir.net/2008/01/07/set-up-dual-monitor-in-linux#comments</comments>
		<pubDate>Mon, 07 Jan 2008 13:24:43 +0000</pubDate>
		<dc:creator>shakir</dc:creator>
				<category><![CDATA[Information Insemination]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.mohdshakir.net/2008/01/07/set-up-dual-monitor-in-linux</guid>
		<description><![CDATA[I&#8217;ve just bought ViewSonic VA2226w from Lowyat, and has been able to use it in dual monitor mode with my XPS M1330 (nvidia based) and Kubuntu. The ViewSonic that I bought is a 22&#34; LCD monitor with resolutions up to 1680&#215;1050 (only just as high as my 15.2&#34; Inspiron 6000&#8242;s screen).. I was using nvidia-config [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just bought <em>ViewSonic VA2226w</em> from <em>Lowyat</em>, and has been able to use it in dual monitor mode with my <em>XPS M1330</em> (<em>nvidia</em> based) and Kubuntu. The ViewSonic that I bought is a 22&quot; LCD monitor with resolutions up to 1680&#215;1050 (only just as high as my 15.2&quot; Inspiron 6000&#8242;s screen)..</p>
<p>I was using nvidia-config to configure the dual display, and after some trial and error, I come out with this /etc/X11/xorg.conf file:</p>
<pre>
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" RightOf "Screen1"
    Screen      1  "Screen1" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
    FontPath        "unix/:7100"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "1"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "LCD"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "ViewSonic VA2226w"
    HorizSync       30.0 - 82.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400M GS"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400M GS"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard0"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP: 1280x800 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard1"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "CRT: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
</pre>
<p>and here&#8217;s my work desk at home (after some clean up <img src='http://www.mohdshakir.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>&nbsp;</p>
<p align="center"><img width="400" height="300" src="http://www.mohdshakir.net/wp-content/uploads/image/200801/dual-screen.jpg" alt="" /></p>
<p>p/s: Hope nobody mind me using the Microsoft keyboard and mouse set <img src='http://www.mohdshakir.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohdshakir.net/2008/01/07/set-up-dual-monitor-in-linux/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>&#8220;DeprecationWarning: SessionMiddleware is moving to beaker.middleware in 0.8&#8243; error in (K)Ubuntu</title>
		<link>http://www.mohdshakir.net/2007/11/14/deprecationwarning-sessionmiddleware-is-moving-to-beakermiddleware-in-08-error-in-kubuntu</link>
		<comments>http://www.mohdshakir.net/2007/11/14/deprecationwarning-sessionmiddleware-is-moving-to-beakermiddleware-in-08-error-in-kubuntu#comments</comments>
		<pubDate>Wed, 14 Nov 2007 08:55:24 +0000</pubDate>
		<dc:creator>shakir</dc:creator>
				<category><![CDATA[Information Insemination]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.mohdshakir.net/2007/11/14/deprecationwarning-sessionmiddleware-is-moving-to-beakermiddleware-in-08-error-in-kubuntu</guid>
		<description><![CDATA[I&#8217;ve been getting this error when running paster for my Pylons project: shakir@herugrim ~/Misc/workspace $ paster serve –reload development.ini Starting subprocess with file monitor /var/lib/python-support/python2.5/pylons/wsgiapp.py:249: DeprecationWarning: SessionMiddleware is moving to beaker.middleware in 0.8 app = SessionMiddleware(app, config.global_conf, **config.app_conf) /var/lib/python-support/python2.5/pylons/wsgiapp.py:254: DeprecationWarning: CacheMiddleware is moving to beaker.middleware in 0.8 app = CacheMiddleware(app, config.global_conf, **config.app_conf) Starting server in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been getting this error when running paster for my Pylons project:</p>
<pre><font size="3" color="#808080">
shakir@herugrim ~/Misc/workspace $ paster serve –reload development.ini
Starting subprocess with file monitor
/var/lib/python-support/python2.5/pylons/wsgiapp.py:249: DeprecationWarning: SessionMiddleware is moving to beaker.middleware in 0.8
  app = SessionMiddleware(app, config.global_conf, **config.app_conf)
/var/lib/python-support/python2.5/pylons/wsgiapp.py:254: DeprecationWarning: CacheMiddleware is moving to beaker.middleware in 0.8
  app = CacheMiddleware(app, config.global_conf, **config.app_conf)
Starting server in PID 8550.
serving on 0.0.0.0:5000 view at http://127.0.0.1:5000
</font></pre>
<p>On my quest to solving it, I uninstall Pylons (its whole bunch of dependencies);</p>
<pre><font size="3" color="#808080">sudo apt-get remove python-pylons</font></pre>
<p>and install it back again, but this time using easy_install;</p>
<pre><font size="3" color="#808080">sudo easy_install Pylons</font></pre>
<p>Yeay, I&#8217;m now good to proceed. Happy coding to me <img src='http://www.mohdshakir.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mohdshakir.net/2007/11/14/deprecationwarning-sessionmiddleware-is-moving-to-beakermiddleware-in-08-error-in-kubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
