<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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>x-server &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/x-server/</link>
	<description>Feed of posts on WordPress.com tagged "x-server"</description>
	<pubDate>Mon, 30 Nov 2009 01:39:18 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Cron در اوبونتو 9.10]]></title>
<link>http://free8beautifullife.wordpress.com/2009/11/18/cron-in-ubuntu-9-10/</link>
<pubDate>Wed, 18 Nov 2009 14:36:05 +0000</pubDate>
<dc:creator>iceage2098</dc:creator>
<guid>http://free8beautifullife.wordpress.com/2009/11/18/cron-in-ubuntu-9-10/</guid>
<description><![CDATA[Cron دایمونی (Daemonها مانند سرویس ها در سیستم عامل ویندوز است) است که برای زمان بندی کارها در گنو/ل]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://en.wikipedia.org/wiki/Cron" title="Cron">Cron</a> دایمونی (Daemonها مانند سرویس ها در سیستم عامل ویندوز است) است که برای زمان بندی کارها در <a href="http://fa.wikipedia.org/wiki/%DA%AF%D9%86%D9%88/%D9%84%DB%8C%D9%86%D9%88%DA%A9%D8%B3" title="گنو/لینوکس">گنو/لینوکس</a> استفاده می شود. هر کاربر در گنو/لینوکس دارای یک فایل به نام crontab است که دایمون Cron برنامه هایی که در فایل های crontab قرار دارند را بر اساس زمان بندی آن ها اجرا می کند.</p>
<p>برای ایجاد فایل crontab به راهنمای ویکی در <a href="http://wiki.ubuntu-ir.org/CronHowto" title="Cron Howto">این جا</a> مراجعه کنید.</p>
<p>برنامه هایی که شما می خواهید اجرا کنید به دو صورت هستند:</p>
<ol>
<li> برنامه هایی که دارای محیط گرافیکی کاربر هستند (<a href="http://en.wikipedia.org/wiki/GUI" title="GUI">GUI</a>) و نیاز به تعامل با <a href="http://en.wikipedia.org/wiki/X_server" title="X Window System">سرویس دهنده پنجره X</a> هستند مانند مرورگر <a href="http://en.wikipedia.org/wiki/Firefox" title="Firefox">Firefox</a></li>
<li>برنامه هایی که بدون GUI هستند که این برنامه ها خروجی و ورودی آن ها در پوسته خط فرمان است و برای اجرا شدن نیازی به تعامل با سرویس دهنده پنجره X ندارند. مانند برنامه <a href="http://en.wikipedia.org/wiki/Ls">ls</a> یا <a href="http://en.wikipedia.org/wiki/GNU_Privacy_Guard">GPG</a></li>
</ol>
<p>برنامه هایی که در دسته دوم قرار می گیرند بدون هیچ مشکلی به وسیله Cron اجرا می گردند. اما برنامه های دستهٔ اول که دارای GUI هستند فقط با نوشتن دستور مورد نظر اجرا نخواهند شد. قبل از دستور باید به سرویس دهنده X بگویید که برنامه در کدام صفحه نمایش برای شما اجرا شود. برای این منظور قبل از دستور مورد نظر از env DISPLAY=:0 استفاده می کنیم. به عنوان مثال برای اجرای برنامه gedit در ساعت 10:25 هر روز صبح در فایل crontab دستور زیر را وارد می کنیم:</p>
<p dir="ltr">25 10 * * * env DISPLAY=:0 /usr/bin/gedit</p>
<p dir="rtl">DISPLAY=:0 به Cron می گوید که برنامه در صفحه جاری (desktop) اجرا شود.</p>
<p dir="rtl">و اگر دارای چندین صفحه نمایش هستید از دستور زیر استفاده می کنیم:</p>
<p dir="ltr">25 10 * * * env DISPLAY=:0.0 /usr/bin/gedit</p>
<p dir="rtl">DISPLAY=:0.0 به Cron می گوید که برنامه در صفحه نمایش اول و در صفحه جاری اجرا شود.</p>
<p dir="rtl"><strong>توجه</strong>: در <a href="http://en.wikipedia.org/wiki/Ubuntu_9.10#Ubuntu_9.10_.28Karmic_Koala.29" title="Ubutu 9.10">اوبونتوی 9.10</a> (کارمیک) شما باید X ACL را برای localhost فعال کنید. برای این منظور از دستور زیر استفاده می کنیم:</p>
<p dir="ltr">xhost +local:</p>
<p dir="rtl">این دستور حتما باید قبل از اجرا شدن یک برنامه GUI به وسیله Cron اجرا شود. شما می توانید این دستور را در قسمت Startup Application قرار دهید تا هنگام بوت شدن سیستم اجرا شود.</p>
<p dir="rtl">=-=-=-=-=<br /><em>Powered by </em><a href="http://bilbo.gnufolks.org/"><strong><em>Bilbo Blogger</em></strong></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Enabling CTRL + ALT + BACKSPACE in Karmic Koala for Restarting X Server]]></title>
<link>http://dailyuse.wordpress.com/2009/11/16/enabling-ctrl-alt-backspace-in-karmic-koala-for-restarting-x-server/</link>
<pubDate>Mon, 16 Nov 2009 16:42:00 +0000</pubDate>
<dc:creator>danutzdobrescu</dc:creator>
<guid>http://dailyuse.wordpress.com/2009/11/16/enabling-ctrl-alt-backspace-in-karmic-koala-for-restarting-x-server/</guid>
<description><![CDATA[Sometimes, Ubuntu will freeze because of an unusual amount of data that have to be processed, or an ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div>Sometimes, Ubuntu will freeze because of an unusual amount of data that have to be processed, or an application that hangs.. and you&#8217;ll discover that Ctrl + Alt + Backspace isn&#8217;t working for restarting the X server. </p>
<p><span style="color:red;"><b>For Karmic Koala:</b></span><br />Ctrl+Alt+Backspace (i.e. the shortcut which was used to restart the X server) has to be enabled in a different way with respect to previous releases of Ubuntu. </p>
<p><a name='more'></a></p>
<p>This is due to the fact that <a href="https://wiki.ubuntu.com/DontZap" target="_blank"><b>DontZap</b></a> is no longer an option in the X server and has become an option in XKB instead.</p>
<p><b>Using GNOME</b>
<ul>
<li>Get to the System-&#62;Preferences-&#62;Keyboard menu. </li>
<li>Select the &#8220;Layouts&#8221; tab and click on the &#8220;Layout Options&#8221; button. </li>
<li>Then select &#8220;Key sequence to kill the X server&#8221; and enable &#8220;Control + Alt + Backspace&#8221;.&#160;</li>
</ul>
<p><b>Using KDE</b>
<ul>
<li>Open System Settings </li>
<li>Select &#8220;Regional &#38; Language&#8221;. </li>
<li>Select &#8220;Keyboard Layout&#8221;. </li>
<li>Click on &#8220;Enable keyboard layouts&#8221; (in the Layout tab). </li>
<li>Select the &#8220;Advanced&#8221; tab. Then select &#8220;Key sequence to kill the X server&#8221; and enable &#8220;Control + Alt + Backspace&#8221;.&#160;</li>
</ul>
<p><b>Using Command Line&#160;</b><br />Run the following command:<br /><code>setxkbmap -option terminate:ctrl_alt_bksp</code></p>
<p><span style="color:red;"><b>For Jaunty Jackalope </b></span></p>
<p>Install <b>dontzap</b>: <code>sudo aptitude install dontzap</code><br />After the package is installed,you can toggle between enabling and disabling the keyboard combination using the commands:</p>
<p><code>sudo dontzap --disable</code><br /><code>sudo dontzap --enable</code></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Nueva version del X server, V. 1.7.0]]></title>
<link>http://linuxdom.wordpress.com/2009/10/05/nueva-version-del-x-server-v-1-7-0/</link>
<pubDate>Mon, 05 Oct 2009 20:25:28 +0000</pubDate>
<dc:creator>Happy-word</dc:creator>
<guid>http://linuxdom.wordpress.com/2009/10/05/nueva-version-del-x-server-v-1-7-0/</guid>
<description><![CDATA[El equipo de X.org ha hecho su X Server 1.7.0 disponible para descargar. X.org 7.5 sera el siguiente]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>El equipo de X.org ha hecho su X Server 1.7.0 disponible para descargar. X.org 7.5 sera el siguiente a seguir, según una nueva, orden de estrategia de liberación.</p>
<p>El nuevo servidor X, segun <a href="http://lists.freedesktop.org/archives/xorg-announce/2009-October/001087.html" target="_blank">cuenta</a> Pedro Hutterer, dispondra del apoyo de dos cursores, por  primera vez se permitira el apoyo de múltiples cursores simultáneos, que en teoría debería permitir el acceso a más de un usuario a la misma PC, incluso para juegos que utilizan esta característica. También por primera vez X Server 1.7.0 se basará en Xquartz para proporcionar un servidor estable para Mac OS X basado en el código fuente original de X Server.</p>
<p>Esto es especialmente util cuando se requiere jugar con dos mouse ya que se dispondra de dos cursores en pantalla muy util para los juegos de disparos. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Fuente: <a href="http://www.linux-magazine.com/Online/News/X-Server-in-New-Version-1.7.0" target="_blank">linux-magazine</a></p>
<p><strong>Happy-Word</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Arch Linux bietet legacy Treiber für Intel GPUs an]]></title>
<link>http://luminesblog.wordpress.com/2009/09/25/arch-linux-bietet-legacy-treiber-fur-intel-gpus-an/</link>
<pubDate>Fri, 25 Sep 2009 13:04:22 +0000</pubDate>
<dc:creator>Lumines</dc:creator>
<guid>http://luminesblog.wordpress.com/2009/09/25/arch-linux-bietet-legacy-treiber-fur-intel-gpus-an/</guid>
<description><![CDATA[In einem älteren Beitrag hatte ich mich ja schon mal über den aktuellen Zustand der Intel Treiber un]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>In einem älteren Beitrag hatte ich mich ja schon mal über den aktuellen Zustand der Intel Treiber unter Linux ausgelassen und bisher hat sich anscheinend auch nicht wirklich viel getan. Vor kurzem bin ich aber auf ein interessantes Paket in den Arch Linux repos gestoßen, welches wohl eine <a href="http://www.archlinux.de/?page=PackageDetails;package=2230" target="_blank">ältere Version (2.3.2-3) der Intel Treiber</a> enthällt. Anscheinend hat sich wirklich jemand die Mühe gemacht und diesen Treiber an neuere X.org Versionen angepasst.</p>
<p>Ausprobiert habe ich ihn bis jetzt noch nicht, weil auf meinem Netbook momentan Debian läuft. Auf einen wirklichen Performance-Schub darf man aber nicht hoffen, der Treiber unterstützt wegen den neuen X.org Versionen wohl kein XAA. Ich könnte mir aber gut vorstellen, dass er so einige Stabilitätsprobleme lösen könnte. Garantieren kann ich aber für nichts &#8211; die alten Treiber wurden schließlich nie ausgiebig in Kombination mit neueren X.org Versionen getestet!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Archlinux and 64 Megabytes of RAM (Update!)]]></title>
<link>http://thoughtyblog.wordpress.com/2009/08/26/archlinux-and-64-megabytes-of-ram/</link>
<pubDate>Wed, 26 Aug 2009 19:42:44 +0000</pubDate>
<dc:creator>thoughtyblog</dc:creator>
<guid>http://thoughtyblog.wordpress.com/2009/08/26/archlinux-and-64-megabytes-of-ram/</guid>
<description><![CDATA[Recently I decided to get out the old GTA2 Laptop again. Why GTA2? Because that was its killer appli]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Recently I decided to get out the old <em>GTA2 Laptop</em> again. Why GTA2? Because that was its killer application, as it only features a 600 Mhz Intel Celeron, some on-board graphics card and 64 MB of RAM. This game runs pretty well while being very much fun, especially the LAN mode is just awesome. If you never played GTA2 yet, here&#8217;s a <a href="http://www.youtube.com/watch?v=IDZBgVa5DoY" target="_blank">multiplayer gameplay video</a> I just googled up. Also the game became freeware, so if you like it <a href="http://www.rockstargames.com/classics/" target="_blank">download it</a>!</p>
<p>But let&#8217;s get to the point of the article. I have always played with the thought of installing (any) Linux on this notebook, until yesterday it was running a very <a title="Allows you to make XP less bloated" href="http://www.nliteos.com/" target="_blank">nlited</a> Windows XP.  So I finally decided to throw that off the about 5 GB harddrive and give arch a shot. Why did I choose Arch and not lets say Debian? The later one compiles x86 packages for i386, but archlinux compiles to i686, which is less backward compatible, but a bit faster. Plus the other reasons why I just love archlinux &#8211; simple configuration, pacman and yaourt, aur <a href="http://wiki.archlinux.org/index.php/Arch_Linux" target="_blank">and so on</a>.</p>
<p>While downloading the lastest snapshot for i686, I browsed a bit around and came across <a href="http://bbs.archlinux.org/viewtopic.php?id=50838" target="_blank">this thread</a> from which I used their suggestions to add <em>lowmem</em> to the kernel line as well as setting <em>ramdisk</em> to 20% (also kernel line in grub). Then /arch/setup worked out pretty good, just like any installation. It was a bit slower of course, but I didn&#8217;t expect it to behave different.</p>
<p>Suprisingly WLAN actually worked with ndiswrapper, I was not sure about that at all. This laptop has a T-Com Sinus 154 Card, I took the windows driver from the installation CD. The next not-so-clear-thing was setting up xorg without nvidia (I&#8217;m used to do it with that), but after I found <a href="http://wiki.archlinux.org/index.php/Xorg#hwd" target="_blank">hwd</a>, it worked out fine.</p>
<div id="attachment_771" class="wp-caption aligncenter" style="width: 310px"><a href="http://thoughtyblog.wordpress.com/files/2009/08/laptop_opera-snapshot.png"><img class="size-medium wp-image-771" title="laptop_opera-snapshot" src="http://thoughtyblog.wordpress.com/files/2009/08/laptop_opera-snapshot.png?w=300" alt="laptop_opera-snapshot" width="300" height="225" /></a><p class="wp-caption-text">lxpanel displays the CPU usage at the bottom right corner</p></div>
<p style="text-align:center;">
<p>To get  decent performance, only lightweight and fast software would work. As WM I chose <a href="http://wiki.archlinux.org/index.php/Openbox" target="_blank">openbox</a> with the <a href="http://www.gnomefiles.org/app.php/LXPanel" target="_blank">lxpanel</a>. The browser with the best performance after text browsers is propably <a href="http://www.dillo.org/" target="_blank">dillo</a>. But dillo can&#8217;t even display common websites like wikipedia and google right, because its CSS implementation has just started. Even worse, javascript does not work at all, so sadly half the web does not work. If you just want to do some <em>quick</em> research, it is enough though, so I kept it installed. Firefox was slow as hell, just the experience I had using it with windows XP. Because of that I tried some alternative browsers. <a href="http://code.google.com/chromium/" target="_blank">Chromium</a> (the opensource project behind Google Chrome without the spyware) just segfaulted, so I tried the closed source <a href="http://www.opera.com/" target="_blank">Opera</a> (10). Yaourt -Ss opera lead me to opera-snapshot from the <a href="http://wiki.archlinux.org/index.php/Yaourt#Easy_Install" target="_blank">archlinuxfr</a> repository, which was actually pretty fast. In every other case, it would have been Firefox. But as this was just a matter of speed, Opera took the cake.</p>
<div id="attachment_774" class="wp-caption aligncenter" style="width: 310px"><a href="http://thoughtyblog.wordpress.com/files/2009/08/laptop_qmpdclient.png"><img class="size-medium wp-image-774" title="laptop_qmpdclient" src="http://thoughtyblog.wordpress.com/files/2009/08/laptop_qmpdclient.png?w=300" alt="QMPDClient open" width="300" height="225" /></a><p class="wp-caption-text">QMPDClient open</p></div>
<p>Other software I installed is <a title="music player daemon" href="http://wiki.archlinux.org/index.php/Mpd" target="_blank">mpd</a>, mpc and for the first time <a href="http://bitcheese.net/wiki/QMPDClient" target="_blank">QMPDClient</a> as GUI. Mpd is very lightweight and can be used without a X server, just like unix tools should behave. I chose the said graphical user interface, because it is not written in script-languages like python or perl, but in c++ which not only has less dependencies, but also brings more speed. In fact, I have nothing python or perl related installed on this machine.</p>
<div id="attachment_776" class="wp-caption aligncenter" style="width: 310px"><a href="http://thoughtyblog.wordpress.com/files/2009/08/amarok-laptop.png"><img class="size-medium wp-image-776" title="amarok-&#62;laptop" src="http://thoughtyblog.wordpress.com/files/2009/08/amarok-laptop.png?w=300" alt="desktop pc: copying music from within amarok to my laptop" width="300" height="240" /></a><p class="wp-caption-text">desktop pc: copying music from within amarok to my laptop</p></div>
<p>Another pick was <a href="http://wiki.archlinux.org/index.php/SSH#OpenSSH" target="_blank">OpenSSH</a> and <a href="http://wiki.archlinux.org/index.php/SSH#Mounting_a_Remote_Filesystem_with_SSHFS" target="_blank">SSHFS</a> over <a href="http://wiki.archlinux.org/index.php/Nfs" target="_blank">nfs</a> and <a href="http://wiki.archlinux.org/index.php/Samba" target="_blank">samba</a>. Why? Because nfs did not work at all and samba plus its dependencies was about 100 megabytes. When I mounted my laptop&#8217;s music folder on my desktop computer, I was able to fill it from within amarok via drag and drop, just like any mp3 player, which is quite useful <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Other applications I installed and tested were pidgin, codeblocks and lbreakout2. For pidgin, I think <a title="Turns an IRC client into a multimessenger" href="http://www.bitlbee.org/main.php/news.r.html" target="_blank">BitlBee</a> plus something like <a href="http://xchat.org/" target="_blank">xchat</a> would be the better choice, but I have not tried that yet. It was usable though, as well as codeblocks and lbreakout2 were. What I did not try yet is GTA2 (with wine), but I will likely do that.</p>
<p style="text-align:center;"><div id="attachment_778" class="wp-caption aligncenter" style="width: 310px"><a href="http://thoughtyblog.wordpress.com/files/2009/08/laptop_clean.png"><img class="size-medium wp-image-778 " title="laptop_clean" src="http://thoughtyblog.wordpress.com/files/2009/08/laptop_clean.png?w=300" alt="The panel appears bigger on the thumbnail than it is" width="300" height="225" /></a><p class="wp-caption-text">No desktop icons, no wallpaper</p></div></p>
<p>Software I did not install on purpose: A program that displays a wallpaper and/or desktop icons and a file manager. These are just too wasteful for that little system.</p>
<p><strong>Update:</strong> As expected, GTA2 is not playable at all. The <a title="windows compatibility layer for linux and others" href="http://winehq.org" target="_blank">wine-layer</a> is just slowing it down too much, and while <a title="playstation 1 emulator" href="http://www.epsxe.com/" target="_blank">epsxe</a> offers more tweaking, it is not faster. On the other hand, I&#8217;ve got <a title="It required me to hack in the readme.txt and rc script from the ordinary package, though" href="http://aur.archlinux.org/packages.php?ID=24758" target="_blank">bitlbee with the otr patch</a> running. Bitlbee is a fake IRC server which displays contacts from other IM networks that all IRC programs can connect to. Since I found out that Opera has an integrated IRC client, I don&#8217;t even need another program and so I removed pidgin.</p>
<p>Furthermore I did not mention  the usage of the <a href="http://xiph.org/vorbis/" target="_blank">Vorbis</a> audio codec yet, which is better known by its file extension ogg. Because they are so small, you can easily fit much music on such a tiny harddrive. Oh and I compile most aur packages from my arch32 environment on my desktop pc. That saves much time.</p>
<p>So in conclusion there&#8217;s pretty much you can do with a low-end machine like this. The most exciting feature for me is ssh and ssh-fs. GTA2 does not work anymore, but I have played the single player mode almost through anyway. <a href="http://lgames.sourceforge.net/index.php?project=LBreakout2" target="_blank">LBreakout2</a> works fine and without making the cooler get very loud, like GTA2 used to. Plus now I just have a fully running linux with all its nice CL tools <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[LCD monitor resolution]]></title>
<link>http://linuxdigest.wordpress.com/2009/08/21/lcd-monitor-resolution/</link>
<pubDate>Fri, 21 Aug 2009 01:47:00 +0000</pubDate>
<dc:creator>Piyush Garyali</dc:creator>
<guid>http://linuxdigest.wordpress.com/2009/08/21/lcd-monitor-resolution/</guid>
<description><![CDATA[Got a new Samsung 22&#8243; 1920&#215;1080 monitor and the default resolution being shown was 1280]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Got a new Samsung 22&#8243; 1920&#215;1080 monitor and the default resolution being shown was 1280&#215;800. Now with 8.04 I used to do <code>dpkg-reconfigure xserver-xorg</code> and it would redo the X11 configuration.</p>
<p>In Jaunty, the above command just configures the keyboard setting. In order to get the monitor to work with the correct resolution do</p>
<p><code>$ xrandr </code></p>
<p>This would probe the monitor and display the resolutions, then do the following</p>
<p><code>$ xrandr --output VGA --auto --above LVDS</code></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[re. keyboard issue solved.]]></title>
<link>http://thoughtyblog.wordpress.com/2009/08/17/re-keyboard-issue-solved/</link>
<pubDate>Mon, 17 Aug 2009 16:21:49 +0000</pubDate>
<dc:creator>thoughtyblog</dc:creator>
<guid>http://thoughtyblog.wordpress.com/2009/08/17/re-keyboard-issue-solved/</guid>
<description><![CDATA[The past days I have been on Rocco del Schlacko 2009, a festival in Germany with four of my favorite]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The past days I have been on <a href="http://www.rdels.de/">Rocco del Schlacko 2009</a>, a festival in Germany with four of my favorite bands: Anti-Flag, Rise Against, Zebrahead and Farin Urlaub Racing Team (the last one sings in German). It was really fantastic, but I won&#8217;t write too much in English about it, because I think the information will be more useful in German plus it makes it easier for me to comment <a title="x86_64 powered" href="http://adrian.holfter.de/blog/2009/08/17/rocco-del-schlacko-2009/" target="_blank">ADI64</a>, who already blogged a whole article about it in that language. So expect another post on that topic soon.</p>
<p>In other news, I just ran a  <em><code>yaourt -Syu</code></em> today which finally brought a fixed evdev and made my keyboard work as usually again. I&#8217;ve had serveral issues, the most annoying one caused  my X-server to zap randomly (I have Zap activated, because it&#8217;s useful to kill <a title="wrote about that earlier" href="http://thoughtyblog.wordpress.com/2009/06/04/start-a-new-x-server-for-playing-games/" target="_self">my gaming X-Server</a>), also characters appeared twice or three times by pressing the key only once and the scroll lock LED toggled by pressing random keys. Weird shit!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mesa vs Qt]]></title>
<link>http://dmaggot.wordpress.com/2009/08/06/mesa-vs-qt/</link>
<pubDate>Thu, 06 Aug 2009 06:05:14 +0000</pubDate>
<dc:creator>dmaggot</dc:creator>
<guid>http://dmaggot.wordpress.com/2009/08/06/mesa-vs-qt/</guid>
<description><![CDATA[I woke up this morning in a not-so-good mood and thought I had enough of a hardware problem I had on]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I woke up this morning in a not-so-good mood and thought I had enough of a hardware problem I had on my PC that had been bugging me for about two weeks. I then started troubleshooting my hardware and after pulling out my video card and putting it back in, everything was miraculously solved. So it seemed to me like today was the day for miracle fixes and I addressed an extremely weird problem that came up on my laptop since probably last Sunday:</p>
<p>I was working on a Qt project that uses OpenGL (I&#8217;ll soon post about it) and I left it working relatively fine on Sunday. While I worked on that project, I had an ongoing update on Gentoo&#8217;s world of just 17 packages, none of them sensitive to the system. I also changed my X Server configuration to something less sophisticated because I had done some changes trying to get Compiz working on my radeon driver and I thought those were messing up a part of my program&#8230; yet I forgot to restart X to test those changes. Nevertheless, everything was working ok when I shut down my laptop that night.</p>
<p>Yesterday I was going to do some more work on that project and I tried to run a modified version of it and it &#8220;failed with an unexpected error&#8221; as my Qt Creator said. I tried it from the console, and it died with a Segmentation Fault. I removed all changes and it still died with a Segmentation Fault. I went to the original version of the project (I was working on a separate folder to do those changes) and I ran the original version, and it died with a Segfault too. I then ran it on GDB and observed that the program was dying on a call to glxWaitX() which was done internally by libQtGL to libGL. I was really puzzled but after double checking the list of installed packages on Sunday&#8217;s update and reasuring nothing could have changed my OpenGL implementation, I remembered that untested change on my X Server. So I reconfigured my X Server with the defaults (using xservercf), restarted X and tried again&#8230; nothing.</p>
<p>Today I Googled on Segfaults on glxWaitX() and I realized people were having the exact same problem on Mythtv on Ubuntu, and many other Qt4 + OpenGL programs on Fedora, all bugs report were recent: between April and May of this year. One of the guys at the Fedora bug report said the problem was specific to Qt and OpenGL, and that it was solved on SVN versions of the Mesa library. It didn&#8217;t make any sense to me: I had not changed anything on my Mesa configuration recently, so I kept trying workarounds reinstalling the version I had of Mesa library (7.3-r1) and libDRM (that&#8217;s NOT Digital Rights Management!) and nothing helped. I then gave in on my research and opted for the easy fix: I bumped up a version of Mesa an libDRM and emerged those new packages&#8230; and everything was miraculously working back again.</p>
<p>I&#8217;ll probably never know what happened there, which actually sucks because that&#8217;s one of the reasons I use Gentoo, because it lets you get down and dirty with the system to understand what can go wrong and how to fix it. But the good thing is I can now go back to my important project. I hope to read someone&#8217;s comments here telling me what was that all about, and I also hope this post helps some other Gentoo (or any other distro whatsoever) user experiencing the same problems. Happy Hacking!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Control KDE 3.5.x Apps from a different X-Server]]></title>
<link>http://thoughtyblog.wordpress.com/2009/07/20/control-kde-3-5-x-apps-from-a-different-x-server/</link>
<pubDate>Mon, 20 Jul 2009 16:30:32 +0000</pubDate>
<dc:creator>thoughtyblog</dc:creator>
<guid>http://thoughtyblog.wordpress.com/2009/07/20/control-kde-3-5-x-apps-from-a-different-x-server/</guid>
<description><![CDATA[I&#8217;ve wanted to play/pause music with Amarok while playing a game on a second X-Server. The tri]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I&#8217;ve wanted to play/pause music with Amarok while playing a game on a second X-Server. The trick is to use</p>
<blockquote><p>DISPLAY=:0 dcop [...]</p></blockquote>
<p>instead of just dcop in combination with software like xbindkeys, so that dcop can find amarok (which is running on the first X-Server in my case).</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cambiare la risoluzione su Ubuntu 9.04]]></title>
<link>http://andrealazzarotto.com/2009/07/16/cambiare-la-risoluzione-su-ubuntu-9-04/</link>
<pubDate>Thu, 16 Jul 2009 11:29:44 +0000</pubDate>
<dc:creator>Lazza</dc:creator>
<guid>http://andrealazzarotto.com/2009/07/16/cambiare-la-risoluzione-su-ubuntu-9-04/</guid>
<description><![CDATA[In questo momento sto scrivendo dal mio pc fisso, sul quale di recente ho reinstallato Ubuntu Pure r]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>In questo momento sto scrivendo dal mio pc fisso, sul quale di recente ho reinstallato <a href="http://andrealazzarotto.com/2009/06/26/ubuntu-pure-remix-9-04-jaunty-pronta-per-luso/">Ubuntu Pure remix</a>. Ho un monitor CRT da 17 pollici, che seppur vissuto fa ancora benissimo il suo lavoro, tuttavia supporta anche risoluzioni &#8220;enormi&#8221; per la sua ampiezza.</p>
<p>Ubuntu in automatico infatti mi fa partire lo schermo a una risoluzione superiore rispetto a 1024&#215;768, che uso di solito. Purtroppo come sapete il file xorg.conf non è molto &#8220;loquace&#8221;, è quasi tutto auto-configurato. Per questo ho dovuto cercare in internet come fare per forzare la risoluzione.</p>
<p>Non è una faccenda poi così difficile (il fatto che il gestore delle impostazioni video di Nvidia non riesca a elaborare il file la rende solo scomoda). Vi riporto la procedura per reimpostare la risoluzione a livello di sistema e anche la frequenza di aggiornamento (sui CRT specialmente fa la differenza, anche per la nitidezza).</p>
<p>Per prima cosa aprite per la modifica il file:</p>
<p><code>sudo gedit /etc/X11/xorg.conf</code></p>
<p>Dopodiché all&#8217;interno della sezione <em>Screen</em> inserite questa sottosezione:</p>
<p><code>SubSection "Display"<br />
Depth		24<br />
Modes		"1024x768_70" "800x600" "640x480"<br />
EndSubSection</code></p>
<p>Vedete la modalità a 1024&#215;768? Contiene anche indicata la frequenza di aggiornamento, separata dall&#8217;underscore &#8220;_&#8221;. Salvate ed uscite.</p>
<p>Facendo il logout vedrete la risoluzione tornare al suo posto. Non è una guida enorme, ma penso torni utile a chi si trova con una risoluzione immensa e minuscola. <img src="http://img179.imageshack.us/img179/6131/facesmilevx9.png" alt="" width="22" height="22" align="absmiddle" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Configurar tarjeta gráfica Intel Corporation 82945G/GZ Integrated Graphics Controller en Debian Lenny.]]></title>
<link>http://viruzbader.wordpress.com/2009/06/28/configurar-tarjeta-grafica-intel-corporation-82945ggz-integrated-graphics-controller-en-debian-lenny/</link>
<pubDate>Sun, 28 Jun 2009 22:18:05 +0000</pubDate>
<dc:creator>Bader</dc:creator>
<guid>http://viruzbader.wordpress.com/2009/06/28/configurar-tarjeta-grafica-intel-corporation-82945ggz-integrated-graphics-controller-en-debian-lenny/</guid>
<description><![CDATA[Hace algún tiempo ya que Actualice mi Debian de Etch a Lenny. Cuando lo hice empecé con un problema ]]></description>
<content:encoded><![CDATA[Hace algún tiempo ya que Actualice mi Debian de Etch a Lenny. Cuando lo hice empecé con un problema ]]></content:encoded>
</item>
<item>
<title><![CDATA[How to stop X Server / Graphic Driver Installation]]></title>
<link>http://linuxlingo.wordpress.com/2009/06/16/how-to-stop-x-server-graphic-driver-installation/</link>
<pubDate>Tue, 16 Jun 2009 15:36:59 +0000</pubDate>
<dc:creator>falcon0x11</dc:creator>
<guid>http://linuxlingo.wordpress.com/2009/06/16/how-to-stop-x-server-graphic-driver-installation/</guid>
<description><![CDATA[While Installation of NVIDIA Graphic Drivers the system asks you to stop X Server!! This can be done]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>While Installation of NVIDIA Graphic Drivers the system asks you to stop X Server!! This can be done with following steps&#8230;</p>
<p>1. Press CTRL-ALT-F1</p>
<p>2. Give your login details (viz. username and password)</p>
<p>3. Now to stop X Server use following command</p>
<p>sudo /etc/init.d/gdm stop</p>
<p>4. Proceed your installation of required driver package.</p>
<p>ex: sudo sh [deb package name]<br />
and follow the instructions.</p>
<p>5. Now start your X Server Again using following commands</p>
<p>sudo /etc/init.d/gdm stop</p>
<p>You are done with the driver installation <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[ATI config under linux]]></title>
<link>http://ddcampayo.wordpress.com/2009/06/12/252/</link>
<pubDate>Fri, 12 Jun 2009 09:29:33 +0000</pubDate>
<dc:creator>ddcampayo</dc:creator>
<guid>http://ddcampayo.wordpress.com/2009/06/12/252/</guid>
<description><![CDATA[About the only problem I have with my OpenSUSE 11.1 on my desktop PC at work is the ATI graphic card]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>About the only problem I have with my OpenSUSE 11.1 on my desktop PC at work is the ATI graphic card configuration. Each time I upgrade the kernel I have to rebuild the module again, so I enclose here a list of steps that seem to work fine. I have taken these from <a href="http://www.pongaunagujeronegroensuvida.es/2008/12/23/configurando-open-suse-111-con-una-ati/" target="_blank">pongaunagujeronegroensuvida</a>.</p>
<ol>
<li>Obtain the latest ATI drivers, some large file named &#8220;<em>ati-driver-installer-9.2-x86.x86_64.run</em>&#8221; or similarly.</li>
<li>Go to text mode (<em>su -; </em><em>init 3</em>).</li>
<li>Run it as a superuser (<em>su &#8211; ; sh ati-driver</em>&#8230; etc ), select direct install.</li>
<li>Run <em>aticonfig &#8211;initial -f</em></li>
<li>Try <em>aticonfig &#8211;overlay-type=Xv</em>, although it may do nothing.</li>
<li>Run <em>sax2 -r -m 0=fglrx</em>. Hopefully, it will present a X valid config screen; say &#8220;OK&#8221;.</li>
<li>Reboot normaly.</li>
<li>Each time the kernel is upgraded: reboot in secure mode, the X server will fail, but press crtl+atl+F1, go to step 3.</li>
</ol>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How To: Bring down the X-Server]]></title>
<link>http://theterminalguide.wordpress.com/2009/06/06/how-to-bring-down-the-x-server/</link>
<pubDate>Sat, 06 Jun 2009 22:26:32 +0000</pubDate>
<dc:creator>jojo567</dc:creator>
<guid>http://theterminalguide.wordpress.com/2009/06/06/how-to-bring-down-the-x-server/</guid>
<description><![CDATA[If you ever want to see what Linux was like before they had GNOME or KDE (or any other desktop envir]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>If you ever want to see what Linux was like <strong>before</strong> they had GNOME or KDE (or any other desktop environment for that matter) here are some simple steps to (try) to bring down the X-Server. Due to the possible different configuration of your X Server, I make no promise to this actually working.</p>
<p>If you want to <strong>restart</strong> the X-Server, on most systems at least, do <strong>Ctrl+Alt+Backspace</strong>. But this won&#8217;t keep it down. It will merely restart the X Server, useful if your computer isn&#8217;t responding. The way I bring it down is the command (be sure to either be logged in as root or to use sudo) :</p>
<p><code>su<br />
shutdown now</code></p>
<p>If you don&#8217;t specify any options:</p>
<h3>[...The system is brought down into maintenance (single-user) mode by default...] (taken from shutdown &#8211;help)</h3>
<p>Single user mode is, Linux with no X-Server. If you try to use a program like Gedit or Firefox, you will most likely get a GTK error.</p>
<p>I really don&#8217;t recommend doing this, but if you want to see, be my guest. Personally, If you want to do something really cool install Elinks and run it in maintenance mode. It will amazing how much you can do from the terminal!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Menampilkan Presentasi ke Infocus dengan Mesin Linux UbuntuME]]></title>
<link>http://lauthfi.wordpress.com/2009/05/19/menampilkan-presentasi-ke-infocus-dengan-mesin-linux-ubuntume/</link>
<pubDate>Tue, 19 May 2009 00:20:33 +0000</pubDate>
<dc:creator>lauthfi</dc:creator>
<guid>http://lauthfi.wordpress.com/2009/05/19/menampilkan-presentasi-ke-infocus-dengan-mesin-linux-ubuntume/</guid>
<description><![CDATA[Ini pengalaman pertama, walaupun mungkin bukan hal baru buat yang telah mengetahuinya tapi paling ti]]></description>
<content:encoded><![CDATA[Ini pengalaman pertama, walaupun mungkin bukan hal baru buat yang telah mengetahuinya tapi paling ti]]></content:encoded>
</item>
<item>
<title><![CDATA[Nvidia Treiber unter Debian installieren]]></title>
<link>http://luminesblog.wordpress.com/2009/05/03/nvidia-treiber-unter-debian-installieren/</link>
<pubDate>Sun, 03 May 2009 12:38:14 +0000</pubDate>
<dc:creator>Lumines</dc:creator>
<guid>http://luminesblog.wordpress.com/2009/05/03/nvidia-treiber-unter-debian-installieren/</guid>
<description><![CDATA[Weil oft danach gefragt wird und ich keine Lust habe, immer alles neu zu schreiben, gibts hier eine ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Weil oft danach gefragt wird und ich keine Lust habe, immer alles neu zu schreiben, gibts hier eine kleine Anleitung. Ich benutze übrigens nicht die Treiber aus den repos, sondern immer den Aktuellsten. Der Nachteil ist, dass man nach jedem größeren Kernelupdate den Treiber neu kompilieren muss. Die Features der neuen Treiber möchte ich aber jedenfalls nicht mehr missen.</p>
<p>Gerade die Treiber aus der 180er Serie haben nämlich eine deutlich bessere 2D-Beschleunigung mit Karten, die auf eine G80 GPU oder neuer setzen. Diese Karten müssen die 2D-Beschleunigung über die Shader(?) ausführen und das klappt mit den 170er nur über zusätzliche Befehle, die leider auch nicht die Performance der neuen Treiber erreichen. Vergleichswerte mit gtkperf kann man <a href="http://www.forum-3dcenter.org/vbulletin/showthread.php?t=427167">in diesem thread</a> finden.</p>
<p>Bevor es ans Installieren geht, braucht man natürlich den richtigen Treiber. Nvidia unterstützt momentan noch alle Grafikkarten ab den Geforce 6 Modellen mit den normalen Treibern, alle darunter werden durch sogenannte Legacy Releases versorgt. Finden kann man diese Treiber entweder über die Nvidia homepage oder im <a href="http://www.nvnews.net/vbulletin/showthread.php?t=122606">nvnews forum</a>.</p>
<p>Um die Treiber kompilieren zu können, benötigt man aber noch einige Pakete.</p>
<p><code>aptitude update &#38;&#38; aptitude install build-essential linux-headers-`uname -r`</code></p>
<p>Dieser Befehl bringt die Datenbank von apt auf den neuesten Stand und installiert das Metapackage build-essential, das schon die meisten Kompilierwerkzeuge mitbringt, sowie die kernel-headers.</p>
<p>Leider lässt sich der Treiber nicht installieren, solange eine grafische Oberfläche läuft. Daher muss man mit STRG+ALT+F1 auf eine Konsole wechseln und meldet sich als &#8220;root&#8221; an. Den X-Server kann man wieder mit STRG+ALT+F7 erreichen.</p>
<p>Wie man die grafische Oberfläche schließt, hängt vom verwendeten login manager ab. XFCE und Gnome benutzen GDM, wenn man die Standardinstallation von Debian benutzt, KDE dagegen verwendet KDM. Im Grunde muss man aber nur gdm gegen kdm bzw. xdm im Befehl austauschen.</p>
<p>Schließen:<br />
<code>/etc/init.d/gdm stop</code></p>
<p>Um ihn wieder zu starten:<br />
<code>/etc/init.d/gdm start</code></p>
<p>Wenn die grafische Oberfläche geschlossen wurde, kann der Installer mit sh aufgerufen werden.</p>
<p><code>sh /hier/liegt/der/treiber</code></p>
<p>Die Warnungen, dass die GCC Version nicht passt, kann man einfach ignorieren. Eine neue xorg.conf sollte man durch nvidia-xconfig aber nicht anlegen lassen, weil dadurch unter anderem ein falsches Tastaturlayout in die xorg.conf geschrieben wird. Alternativ kann man eine Datei mit dem Befehl <code>X -Configure</code> in /root erzeugen. Mit nano kann die alte xorg.conf auch ganz einfach um den Eintrag für den Treiber erweitert werden.</p>
<p><code>nano /etc/X11/xorg.conf</code></p>
<p>Nun schreibt man einfach in die Section &#8220;Device&#8221; noch zusätzlich <code>Driver "nvidia"</code>, speichert mit STRG+O und schließt nano mit STRG+X. Der login manager kann jetzt wieder gestartet werden.</p>
<p>Fertig <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[X-Server: Strg-Alt-Backspace deaktiviert]]></title>
<link>http://luminesblog.wordpress.com/2009/04/29/xserver-strg-alt-backspace-deaktiviert/</link>
<pubDate>Wed, 29 Apr 2009 12:20:41 +0000</pubDate>
<dc:creator>Lumines</dc:creator>
<guid>http://luminesblog.wordpress.com/2009/04/29/xserver-strg-alt-backspace-deaktiviert/</guid>
<description><![CDATA[Wie vielleicht einige von euch schon mitbekommen haben, setzen die neuen Versionen von Ubuntu, OpenS]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Wie vielleicht einige von euch schon mitbekommen haben, setzen die neuen Versionen von Ubuntu, OpenSUSE sowie Fedora auf eine neue Tastenkombination, um den X-Server neu zu starten. Strg-Alt-Backspace wird also zukünftig nicht mehr funktionieren und durch Alt-Druck-K ersetzt.</p>
<p>Die Änderung erscheint zwar auf den ersten Blick nicht besonders spannend, der clou ist aber, dass nun auch vermeintlich abgestürzte X-Server beendet werden können.</p>
<p>Tja, darauf muss man aber auch erst einmal kommen. Hatte mich schon gewundert, warum das neue Xubuntu auf die alte Tastenkombination nicht mehr reagiert <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux: Configurando o driver NVIDIA GeForce para Dual Video no Ubuntu Jaunty Desktop (Ubuntu 9.04)]]></title>
<link>http://andreferraro.wordpress.com/2009/04/24/linux-configurando-o-driver-nvidia-geforce-para-dual-video-no-ubuntu-jaunty-desktop-ubuntu-904/</link>
<pubDate>Fri, 24 Apr 2009 20:05:50 +0000</pubDate>
<dc:creator>André Ferraro</dc:creator>
<guid>http://andreferraro.wordpress.com/2009/04/24/linux-configurando-o-driver-nvidia-geforce-para-dual-video-no-ubuntu-jaunty-desktop-ubuntu-904/</guid>
<description><![CDATA[Instalação do driver NVIDIA no Ubuntu Nunca fui fã do desktop Linux. E olha que faz tempo que utiliz]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_198" class="wp-caption alignleft" style="width: 225px"><img class="size-full wp-image-198" title="Instalação do driver NVIDIA no Ubuntu" src="http://andreferraro.wordpress.com/files/2009/04/ubuntu-nvidia.jpg" alt="Instalação do driver NVIDIA no Ubuntu" width="215" height="300" /><p class="wp-caption-text">Instalação do driver NVIDIA no Ubuntu</p></div>
<p>Nunca fui fã do desktop Linux. E olha que faz tempo que utilizo Linux em meus servidores. Tudo começou com o Conectiva Guarani (versão 3 de 1998). Nunca me adaptei ao <em>KDE</em> e nem ao <strong>Gnome</strong>. Sempre instalei, mas nunca passei mais de um mês utilizando. Tentei também <em><a title="icewm" href="http://www.icewm.org/" target="_blank">icewm</a><a></a></em> e <em><a title="Fluxbox" href="http://www.fluxbox.org/" target="_blank">Fluxbox</a></em>, mas nunca me adaptava&#8230; De um mês pra cá recomecei a utilizar o Gnome e por incrível que pareça me apaixonei. Ainda apanho com a interface, pois minha praia é programação e servidores, então não tenho costume de procurar o ícone correto para uma determinada ação&#8230; mas vamos tocando&#8230;</p>
<p>Como o <strong>Gnome</strong> me empolgou bastante, migrei todo meu <em>desktop</em> pra ele e logo de cara surgiu um desafio: como utilizar minhas placas <strong>GeForce</strong> 7200 GS e <strong>GeForce</strong> 8400 GS para fazer <strong>dual vídeo</strong>?<!--more--></p>
<p>Dual vídeo, para quem não conhece, é fazer com que seja possível utilizar <strong>dois monitores</strong> para ampliar a área de trabalho. Muito bom para quem programa (bom também para quem trabalha com gráficos), pois posso abrir o gerenciador de banco de dados em uma área e a IDE de desenvolvimento em outra.</p>
<p>Procurei então como instalar minha GeForce 7200 GS no <strong>Ubuntu Jaunty</strong> (<strong>Ubuntu 9.04</strong>) e vi que existe na área de Sistema / Administração o utilitário de drivers, porém, pelo menos pra mim, apresentou vários problemas fazendo com que o Jockey (nome do utilitário) parasse de funcionar várias vezes sem conseguir instalar o driver. Então fui ao site da <strong>NVIDIA</strong> e baixei o driver e fiz a instalação manualmente que mostro abaixo:</p>
<p>Primeiro, vamos baixar o driver direto do site da NVIDIA. Então basta acessar <a href="http://www.nvidia.com.br/Download/index.aspx?lang=br" target="_blank">http://www.nvidia.com.br/Download/index.aspx?lang=br</a> e escolher o tipo do produto, série e família. Não precisa escolher o sistema operacional, pois o próprio site já identifica o Linux.</p>
<p>Após baixar o driver, basta <strong>sair</strong> do gerenciador de janelas, que no meu caso é o <strong>Gnome</strong>. Para isso abra o aplicativo <strong>Terminal</strong> que está no menu <em>Acessórios</em> dentro de <em>Aplicativos</em> e digite o comando abaixo:</p>
<p><code>$ sudo /etc/init.d/gdm stop</code></p>
<p>Pronto, agora que saímos do Gnome (ou de outro gerenciador de janelas), podemos executar o instalador com o comando:</p>
<p><code>$ sudo sh NVIDIA-Linux-x86-180.51-pkg1.run</code></p>
<p>E começa a instalação&#8230; a primeira coisa a fazer é aceitar a licença de uso. Os próximos passos, pelo menos no meu caso, foram simples, basicamente lia a informação e selecionava <em>ok</em> ou <em>avançar</em>. As informações eram referentes ao Kernel precompilado, a necessidade de adicionar módulo ao Kernel, porém isso tudo o driver fez sozinho.</p>
<div id="attachment_200" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-200" title="Bulding kernel module" src="http://andreferraro.wordpress.com/files/2009/04/17174-07.png?w=300" alt="Bulding kernel module" width="300" height="56" /><p class="wp-caption-text">Bulding kernel module</p></div>
<p>Por fim o instalador informou que inseriu o módulo no Kernel e que a instalação estava finalizada.</p>
<p>Então agora é voltar ao Gnome e configurar o driver. Para iniciar o Gnome digite o comando abaixo:</p>
<p><code>$ sudo /etc/init.d/gdm start</code></p>
<p>Voltamos ao Gnome, porém com o driver funcionando. Para finalizar a configuração e habilitar o segundo monitor, basta acessar o menu <em>Sistema</em>, depois <em>Administração</em> e você verá o item <em>NVIDIA X server settings</em>.</p>
<div id="attachment_199" class="wp-caption aligncenter" style="width: 310px"><a href="http://NVIDIAXserversettings"><img class="size-medium wp-image-199" title="captura_de_tela-nvidia-x-server-settings" src="http://andreferraro.wordpress.com/files/2009/04/captura_de_tela-nvidia-x-server-settings.gif?w=300" alt="NVIDIA X server settings" width="300" height="239" /></a><p class="wp-caption-text">NVIDIA X server settings</p></div>
<p>Dentro do aplicativo, basta clicar na opção <strong>X Server Display Configuration</strong>. Você verá que seu segundo monitor não está habilitado, então clique sobre ele e depois no botão <em>Enable</em>. Pronto. Agora  seu Ubuntu Jaunty já está funcionando com dois monitores.</p>
<p>Após utilizar por um tempo, a funcionalidade de efeitos visuais extras simplesmente parou! Para resolver qualquer tipo de problema no funcionamento do driver NVIDIA, basta utilizar o comando abaixo:</p>
<p><code># nvidia-xconfig</code></p>
<p>Meu próximo passo no desktop é fazer um deskmod bem legalzinho.</p>
<h3>Fontes e Referências:</h3>
<ul>
<li><a title="NVIDIA" href="http://www.nvidia.com.br/" target="_blank">NVIDIA</a></li>
<li><a title="Fórum Ubuntu" href="http://ubuntuforums.org/showthread.php?t=362891" target="_blank">Fórum Ubuntu</a></li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Solaris 10 Remote X11,X-Server or CDE Login Problem]]></title>
<link>http://saifulaziz.wordpress.com/2009/04/03/solaris-10-remote-x11-or-cde-login-problem/</link>
<pubDate>Fri, 03 Apr 2009 07:54:08 +0000</pubDate>
<dc:creator>Aziz</dc:creator>
<guid>http://saifulaziz.wordpress.com/2009/04/03/solaris-10-remote-x11-or-cde-login-problem/</guid>
<description><![CDATA[Well, Sometimes I got an error after finishing on  Solaris 10 box installation. After make some conf]]></description>
<content:encoded><![CDATA[Well, Sometimes I got an error after finishing on  Solaris 10 box installation. After make some conf]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Forward an X11 Session to Windows over SSH?]]></title>
<link>http://digitizor.com/2009/03/01/how-to-forward-an-x11-session-to-windows-over-ssh/</link>
<pubDate>Sun, 01 Mar 2009 13:14:06 +0000</pubDate>
<dc:creator>The Digitizor</dc:creator>
<guid>http://digitizor.com/2009/03/01/how-to-forward-an-x11-session-to-windows-over-ssh/</guid>
<description><![CDATA[This article is also your answer to: How to access a Linux system GUI remotely via SSH from Windows?]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h3>This article is also your answer to: How to access a Linux system GUI remotely via SSH from Windows?<img class="alignright size-full wp-image-1027" title="linux networking digitizor (photo courtesy- LUG Manipal)" src="http://digitizor.wordpress.com/files/2009/02/tux-wless.jpg" alt="linux networking digitizor (photo courtesy- LUG Manipal)" width="102" height="85" /></h3>
<p>Accessing the GUI in Linux remotely from another Linux box via SSH is very simple. But if you are at your workplace (where you most probably run windows) and want to access the Linux GUI at your Home from your office, via Windows, then you need to configure and set up a few softwares and tweaks which will do the job for you. For setting the entire thing up you need Three (3) things to be installed on your computer:</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=156984&#38;package_id=175377" target="_blank">Xming X Server for Windows</a>, <a href="http://sourceforge.net/project/showfiles.php?group_id=156984&#38;package_id=175482" target="_blank">Xming Fonts</a>, <a href="http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe">PUTTY &#8211; SSH Client</a> for Windows.</p>
<p>The Xming server is a 2.5 MB download and the Xming Fonts package is a ~35 MB Download. The Putty client is an executable, you just need to download and run it. Now follow these steps. We have included a screencast at the end so that you can speed up the installation process.</p>
<p><strong>1)</strong> Goto the program properties of Xming (right click on the Xming icon and select properties). In the <code>target</code> field, add <strong><code>-ac</code></strong> to the end of the target string. This switch sets the Xming server to allow anonymous connections. Now Start the Xming X server. Once it starts, you will see a X icon in the system tray.<a href="http://digitizor.wordpress.com/files/2009/03/clipboard-1.jpg?w=100"><img class="alignright size-thumbnail wp-image-1114" title="X11 forwarding for windows via ssh - digitizor" src="http://digitizor.wordpress.com/files/2009/03/clipboard-1.jpg?w=100" alt="X11 forwarding for windows via ssh - digitizor" width="100" height="96" /></a></p>
<p><strong>2)</strong> Now open the Putty Client. From the Menu on the left hand side, select <strong>Connection &#62; SSH &#62;X11</strong>. Check <strong>Enable X11 Forwarding</strong>. Enter your X Display location. This is generally <strong>localhost:O.O</strong> (if your remote desktop on tty7 &#8211; the GUI). Now goto Session and key in the ip address of your rmote server and the port on which the remote SSHD server is listening (22 by default). Make sure you have started the Xming X Server as described in step no.1. Now start the SSH session by clicking on <strong>Open</strong>.</p>
<p>3) In the terminal that opens, type a command such as xterm or xclock or try to launch any GUI application. Wait for a few seconds and your remote GUI will start. Thus you have now successfully forwarded X11 Session to windows over SSH!!</p>
<p>Here is the screencast, that will make things much easier for you: <a href="http://blip.tv/file/1827992/" target="_blank">http://blip.tv/file/1827992/</a></p>
<p><!--blip.tv pattern not matched in posts_id=1837479&#38;dest=-1--></p>
<p>Related: <a href="http://digitizor.wordpress.com/2009/02/15/how-to-securely-transfer-files-between-two-computers-in-a-network/" target="_self">How to securely transfer files between two computers in Linux?</a></p>
<p><span class="technoratitag">Technorati Tags: <a rel="tag" href="http://www.technorati.com/tags/X11">X11</a>, <a rel="tag" href="http://www.technorati.com/tags/forward">forward</a>, <a rel="tag" href="http://www.technorati.com/tags/session">session</a>, <a rel="tag" href="http://www.technorati.com/tags/linux">linux</a>, <a rel="tag" href="http://www.technorati.com/tags/windows">windows</a>, <a rel="tag" href="http://www.technorati.com/tags/xming">xming</a></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[for purpose of reference: reconfigure the EeePC keyboard layout on X]]></title>
<link>http://dagobart.wordpress.com/2009/02/17/for-purpose-of-reference-reconfigure-the-eeepc-keyboard-layout-on-x/</link>
<pubDate>Tue, 17 Feb 2009 16:01:24 +0000</pubDate>
<dc:creator>dagobart</dc:creator>
<guid>http://dagobart.wordpress.com/2009/02/17/for-purpose-of-reference-reconfigure-the-eeepc-keyboard-layout-on-x/</guid>
<description><![CDATA[I like my EeePC 901, though the missing navigation keys hit me a bit, and getting a pipe symbol (|) ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I like my EeePC 901, though the missing navigation keys hit me a bit, and getting a pipe symbol (&#124;) with one hand is wrist-flipping (AltGr+Function+Y [on a German keyboard]). I knew I had to fix that, and now I&#8217;ve done it.</p>
<p>As a solution, I set up some alternative keys to trigger:
<ul>
<li>lesser than</li>
<li>greater than</li>
<li>pipe</li>
<li>Home</li>
<li>End</li>
<li>Prev Page/Page Up</li>
<li>Next Page/Page Down</li>
</ul>
<p><em>Note: This article is going to be a bit more long. Hence, if you want, you can <a href="#howto">just skip to the howto</a>. Oh, and by the way, the solution provided is for the X server, not for Windows.</em></p>
<div id="attachment_539" class="wp-caption alignleft" style="width: 310px"><a href="http://flickr.com/photos/pupi-foto/2200826794/"><img src="http://dagobart.wordpress.com/files/2009/02/eeekbd-en.jpg?w=300" alt="(CC) BY-NC-SA I&#39;m[Nannie] / Flickr; example EeePC keyboard (en)" title="(CC) BY-NC-SA I&#39;m[Nannie] / Flickr; example EeePC keyboard (en)" width="300" height="199" class="size-medium wp-image-539" /></a><p class="wp-caption-text">(CC) BY-NC-SA I'mNannie / Flickr; example EeePC keyboard (en)</p></div>
<p>For the navigation keys, initially I thought I could just reuse the given navigation keys Up/Down/Left/Right by hitting them while holding down AltGr. Though, that didn&#8217;t work, so I had to find some new keys to use. As I am a right-handed person and as I don&#8217;t want to occupy the other hand for navigational tasks too, the right side of the keyboard is the only choice.</p>
<p>In that area we&#8217;ve got the AltGr key available as a modifier. Also, there is a mouse menu key &#8212; pretty pointless as the big touchpad is right next to it. So, alternatively, I could use that mouse key as another modifier key. But it turned out that didn&#8217;t work, so I have AltGr as the only modifier available.<br />
&#160;</p>
<p>Since I couldn&#8217;t reuse the menu key in any other obvious beneficial way, I decided to make it become Page Down. Of the missing navigational keys, Page Down is the most important one since on web pages and other large documents you start at the top and want down, not upwards. In browsers, usually the spacebar works also, but in editors hitting the spacebar gives you a space, not a Page Down.</p>
<p>Next, Page Up, since Page Down is rather silly. So what key to use? &#8212; I picked &#8216;.&#8217; (period) since its almost straight North of the menu key.</p>
<p>Since there&#8217;s no other use for the menu key, I made the menu key be Page Down without any modifier to be held down, though to stay able to use the period as usual, to make it be Page Up, it must be used together with the chosen modifier, AltGr.<br />
&#160;</p>
<p>On trying out AltGr as a navigational modifier, I learned that it&#8217;s cruical to be able to use the key-to-be-modified with the middle finger, and that conveniently. So, choice what to use for Home and End became quite restricted.</p>
<p>I selected L and the character second-right to it, &#8216;Ä&#8217; on a German keyboard. &#8212; I left the one-key gap in between since the keys out there in the periphery are a bit more slim, and the L/Ö alternative felt not as convenient as using L and Ä.<br />
&#160;</p>
<p>On the issue about the lesser-than and greater-than symbols as well as the pipe one, I chose to keep them in the bottom left corner of the keyboard. In German layout, the bottom left key is Y.</p>
<p>Originally, to get a Pipe, you need to press AltGr-Function-Y. Doing this one-handedly requires quite a bit of training, but still you often will achieve AltGr-Y only, which gives you some angle-bracket like quotation mark.</p>
<p>Also, to get a greater-than character, you need to perform a similar bit of keyboard artistic &#8212; AltGr-Shift-Y.</p>
<p>That&#8217;s a bit inconvenient. Instead, I decided to untangle those four characters a bit: I want a two-keys combination at max. That is: AltGr+Y gives lesser-than, AltGr+X be greater-than. And for purpose of convenience I put the pipe North of X and Y: AltGr+S gives Pipe. Perfect.<br />
&#160;</p>
<p>Sidenote: The key next to the backspace, on a German keyboard layout is rather pointless: Originally, it features the single quotation mark and the backtick, though there&#8217;s another key nearby, featuring the very single quotation mark and the number sign &#8212; and AltGr gives you the backtick too. As AltGr+# or Shift+&#8217; is the same number of keystrokes, alternatively, you could dump the key next to the backspace completely and put lesser-/greater-than and pipe there. &#8212; I did not so because I learned about AltGr+# only after I was done with configuring, and you might also want to keep the usual keys (like single quotation mark/backtick) untouched.<br />
&#160;</p>
<p><a name="howto"></a><br />
<h2>How To Do It</h2>
<p>Here is how I applied the modifications:</p>
<p>First, <tt>XModMap</tt> is the tool of choice.</p>
<p>On the console, I retrieved the current, i.e. system-given, settings for my keyboard by <tt>xmodmap -pke</tt>. I immediately stored that output to <tt>~/.xmodmaprc</tt> where it will be read from, each time I&#8217;ll re-login: <tt>$ xmodmap -pke &#62; ~/.xmodmaprc</tt></p>
<p>I opened <tt>~/.xmodmaprc</tt>, skimmed through it to find the key occupations I was after: Y, X, S, L, Ä, period, menu key. As that&#8217;s not what you are interested in, here&#8217;s just what the respective entries look like in my modified <tt>~/.xmodmaprc</tt> now:</p>
<ul>
<li>keycode  39 = s S bar section bar section</li>
<li>keycode  46 = l L Home Left Home Left</li>
<li>keycode  48 = adiaeresis Adiaeresis End asciicircum End asciicircum</li>
<li>keycode  52 = y Y less guillemotleft less guillemotleft</li>
<li>keycode  53 = x X greater guillemotright greater guillemotright</li>
<li>keycode  60 = period colon Prior division Prior division</li>
<li>keycode 117 = Next</li>
</ul>
<p>If you, as I do, never log out of your current session (due to the convenience of hibernate mode), you can make the changes work immediately, without any need to restart the session first: On a console, for every of the above keycode lines, issue a</p>
<blockquote><p><tt>$ xmodmap -e "<em>keycode line</em></tt>&#8220;</p></blockquote>
<p>Notes: You don&#8217;t need to be root to gain the effect. And everything will be in effect just after you issued the modification command. To undo any modification, just restore the original look of the keycode line from the editor, then issue that by another <tt>xmodmap -e " ... "</tt>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Systemupgrade Etch -&gt; Lenny]]></title>
<link>http://des1005d.wordpress.com/2009/02/17/systemupgrade-etch-lenny/</link>
<pubDate>Tue, 17 Feb 2009 11:29:17 +0000</pubDate>
<dc:creator>des1005d</dc:creator>
<guid>http://des1005d.wordpress.com/2009/02/17/systemupgrade-etch-lenny/</guid>
<description><![CDATA[Gestern, recht unerwartet, hat mir ein Systemupgrade, den Sprung von Etch zu Lenny beschert. Logisch]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Gestern, recht unerwartet, hat mir ein Systemupgrade, den Sprung von Etch zu Lenny beschert. Logischerweise und, in diesem Fall nicht unerwartet, hat sich dieses Upgrade als recht zäh erwiesen. Ich habe Nachmittags angefangen und war dann gegen 23:00 Uhr soweit, eine neue Version am Laufen zu haben.<br />
Das Problem hatte eigentlich viele Schichten. Zum einen habe ich Software installiert und wieder deinstalliert, ohne nachher aufzuräumen &#8211; Fehler Nummer eins. Dann habe ich es versäumt, die locale ordentlich zu konfigurieren, was zusätzliche Fehlermeldungen hervorgerufen hat. Außerdem &#8211; und das scheint auch wichtig zu sein &#8211; habe ich <a href="http://www.openoffice.org/">OpenOffice</a> nicht deinstalliert. <a href="http://de.wikipedia.org/wiki/Advanced_Packaging_Tool">Apt</a> hatte so seine Probleme mit der installierten Version von OpenOffice. Um die neue Version zu installieren, sollte die alte entfernt werden &#8211; zumindest, wenn man sich das Packet von CD installiert und das System ansonsten nicht ändert. Bei einem Versionssprung sollte während des Upgradevorgangs die alte Version enfernt werden und dann die neue installiert werden. Aus irgend einem Grund, hat apt aber die &#8220;<code>apt-utils</code>&#8221; nicht gefunden. Leider sind die Logfiles da auch keine Hilfe. Jedenfalls wurde das alte OpenOffice nicht entfernt und so kam es wie es kommen musste, es gab ein Packetkonflikt. Dazu kam bei mir der chronische Mangel an Speicherplatz. Mehrmals musste ich die Packete wieder löschen, nachdem die Installation mit der Meldung &#8220;<i>No space left on device!</i>&#8221; abgebrochen hatte. Gut nur, das das System kein Windows ist. Ein Neustart währe verhängnissvoll gewesen. So lief das System erstmal weiter. Also, mit &#8220;<code>apt-get clean</code>&#8221; die Dateien gelöscht um Platz zu schaffen und dann mit &#8220;<code>apt-get install -f</code>&#8221; die Installation fortgesetzt. Ist zwar nicht unbedingt eine elegante Lösung, aber durchaus praktikabel. Jetzt funktioniert wieder alles &#8211; wobei, im Gegensatz zum letzten Versionssprung, brauchte ich den <a href="http://de.wikipedia.org/wiki/X_Window_System">X-Server</a> nicht neu einrichten. Netzwerk läuft, meine Platte vom Server ist wieder per <a href="http://de.wikipedia.org/wiki/Network_File_System">NFS</a> gemountet, alle Routen passen, der Netzwerkdrucker ist erreichbar und läuft, der 2. Netzwerkdrucker am alten Laptop ist auch erreichbar und läuft (<a href="http://www.cups.org/">CUPS</a> ist ok). Alle Anwendungen laufen &#8211; einige davon mit neuem Aussehen. Quasi alles in Butter. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Das es weitaus einfacher geht hat mir dann Petras Rechner bewiesen. Auf diesem läuft ebenfalls ein <a href="http://www.debian.org/">Debian Linux</a> Etch &#8211; nun Lenny. Ein geschmeidiges &#8220;<code>apt-get update &#38;&#38; apt-get dist-upgrade -y</code>&#8220;, hat das Teil sofort loswerkeln lassen. <a href="http://www.openoffice.org/">OpenOffice</a> wurde entfernt und die neue Version installiert. Überhaupt wurden die alten Programme sauber entfernt und durch die neuen ersetzt. Anschließend noch ein &#8220;<code>apt-get autoremove</code>&#8221; und die alten, nichtmehr benötigten Programme waren auch weg. Heute dann nur noch den alten Kernel entfernen, dann hatte der Rechner ein richtig rundes System. </p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
