<?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>Arkold&#039;s Blog &#187; debian</title>
	<atom:link href="http://arkold.com/tag/debian/feed" rel="self" type="application/rss+xml" />
	<link>http://arkold.com</link>
	<description>My personal blog :)</description>
	<lastBuildDate>Tue, 17 Aug 2010 23:59:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dealing with Debian Squeeze and Nvidia drivers</title>
		<link>http://arkold.com/864-dealing-with-debian-squeeze-and-nvidia-drivers</link>
		<comments>http://arkold.com/864-dealing-with-debian-squeeze-and-nvidia-drivers#comments</comments>
		<pubDate>Mon, 18 Jan 2010 06:14:42 +0000</pubDate>
		<dc:creator>Arkold Thos</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://arkold.com/?p=864</guid>
		<description><![CDATA[Heya, happy new year , for start with great stuff this year, I just Debian again after two years of using Kubuntu/Windows-lately, and I had few problems installing Nvidia drivers, with the repository drivers, so I wrote a little guide &#8230; <a href="http://arkold.com/864-dealing-with-debian-squeeze-and-nvidia-drivers">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Heya, happy new year <img src='http://arkold.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , for start with great stuff this year, I just Debian again after two years of using Kubuntu/Windows-lately, and I had few problems installing Nvidia drivers, with the repository drivers, so I wrote a little guide of how to make it with Nvidia site drivers &#8211; <strong>this guide is meant for working with 64 bits operating system and that you have closed the X system.</p>
<p></strong></p>
<blockquote><p><strong>Downloading the needed stuff, nvidia driver, the kernel headers, changing permissions and installing it</strong><br />
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/190.53/NVIDIA-Linux-x86_64-190.53-pkg2.run<br />
apt-get install linux-headers-$(uname -r)<br />
chmod +x NVIDIA-Linux-x86_64-190.53-pkg2.run<br />
sh NVIDIA-Linux-x86_64-190.53-pkg2.run</p>
<p><strong>And depending of what desktop manager do you use, you will start it (gdm, kdm, w/e)</strong><br />
/etc/init.d/kdm start or restart (depends if it is running)<br />
/etc/init.d/gdm start or restart (depends if it is running)</p>
<p><strong>If it doesn&#8217;t run, just run</strong><br />
dpkg-reconfigure xserver-xorg</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://arkold.com/864-dealing-with-debian-squeeze-and-nvidia-drivers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making volume keys work with KMix</title>
		<link>http://arkold.com/14-making-volume-keys-work-with-kmix</link>
		<comments>http://arkold.com/14-making-volume-keys-work-with-kmix#comments</comments>
		<pubDate>Sat, 26 Jul 2008 03:41:36 +0000</pubDate>
		<dc:creator>Arkold Thos</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[x]]></category>

		<guid isPermaLink="false">http://arkold.com/?p=14</guid>
		<description><![CDATA[I think that I am not the only one who bought one of this kind of keyboards and wish to have them working under Linux, Ubuntu do it without any modification as far I know, Kubuntu too, as I know &#8230; <a href="http://arkold.com/14-making-volume-keys-work-with-kmix">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I think that I am not the only one who bought one of this kind of keyboards and wish to have them working under Linux, Ubuntu do it without any modification as far I know, Kubuntu too, as I know there are extra tools to do it with a GUI, but I&#8217;ll teach you how that tools work <img src='http://arkold.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Tested on Debian Lenny and Sid.</p>
<p><strong>Requirements</strong></p>
<ul>
<li>Have a keyboard with multimedia keys, as volume up &amp; down</li>
<li>Have <em><code>x11-utils</code></em><code> package installed</code></li>
<li>Have super user access</li>
<li>The K Environment</li>
<li>KMix application installed</li>
</ul>
<p><strong>Tips</strong></p>
<ul>
<li>This can work with anything that runs on the X server, but you need do extra editing, so have fun at that <img src='http://arkold.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>We will use an application called <em>xev </em>that is into x11-utils, first of all, we need to know the keycode of the keys we want to configure, so we do the following thing.</p>
<p>$ xev</p>
<p>Then a window showing many text will appear, however, we click on <strong>JUST</strong> the keys we want to configure, in mine case it show off it when I clicked that keys (volume up&amp;down). The keycodes are in bold.</p>
<p><strong>The increase volume button</strong></p>
<blockquote><p>KeyPress event, serial 31, synthetic NO, window 0x2a00001,<br />
root 0x8a, subw 0&#215;0, time 1517838800, (-479,599), root:(207,626),<br />
state 0&#215;10, <strong>keycode 176</strong> (keysym 0×0, NoSymbol), same_screen YES,<br />
XLookupString gives 0 bytes:<br />
XmbLookupString gives 0 bytes:<br />
XFilterEvent returns: False</p>
<p>KeyRelease event, serial 31, synthetic NO, window 0×2a00001,<br />
root 0×8a, subw 0×0, time 1517838951, (-479,599), root:(207,626),<br />
state 0×10, <strong>keycode 176</strong> (keysym 0×0, NoSymbol), same_screen YES,<br />
XLookupString gives 0 bytes:<br />
XFilterEvent returns: FalseKeyPress event, serial 31, synthetic NO, window 0x2a00001,</p></blockquote>
<p><strong>The decrease volume button</strong></p>
<blockquote><p>root 0x8a, subw 0&#215;0, time 1517844324, (252,33), root:(938,60),<br />
state 0&#215;10, <strong>keycode 174</strong> (keysym 0×0, NoSymbol), same_screen YES,<br />
XLookupString gives 0 bytes:<br />
XmbLookupString gives 0 bytes:<br />
XFilterEvent returns: False</p></blockquote>
<blockquote><p>KeyRelease event, serial 31, synthetic NO, window 0×2a00001,<br />
root 0×8a, subw 0×0, time 1517844482, (252,33), root:(938,60),<br />
state 0×10, <strong>keycode 174</strong> (keysym 0×0, NoSymbol), same_screen YES,<br />
XLookupString gives 0 bytes:<br />
XFilterEvent returns: False</p></blockquote>
<p>Then we create <em>~/.kde/Autostart/keycodes</em> and we put in this (editing to match with your keycodes)<em>.</em></p>
<blockquote><p>#!/bin/sh<br />
#file to map special keys.<br />
#File location: ~/.kde/Autostart<br />
#File Name:keycodes</p>
<p>xmodmap -e ‘keycode 174=F21′ #voldown<br />
xmodmap -e ‘keycode 176=F22′ #volup</p>
<p>#Abrimos kmix y dejamos que xbindkeys sirva<br />
kmix</p>
<p>#Se abre xbindkeys para enlazar las teclas de acceso rapido con los programas<br />
xbindkeys</p></blockquote>
<p>Then we edit <em>~/.xbindkeysrc </em>(if it doesn&#8217;t exists, we need to create it) and we add the following lines</p>
<blockquote><p>#Volume decrease<br />
&#8220;dcop kmix Mixer0 decreaseVolume 0&#8243;<br />
F21</p>
<p>#Volume increase<br />
&#8220;dcop kmix Mixer0 increaseVolume 0″<br />
F22</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://arkold.com/14-making-volume-keys-work-with-kmix/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing fglrx (ATI) drivers under Debian</title>
		<link>http://arkold.com/7-installing-fglrx-ati-drivers-under-debian</link>
		<comments>http://arkold.com/7-installing-fglrx-ati-drivers-under-debian#comments</comments>
		<pubDate>Thu, 24 Jul 2008 10:02:59 +0000</pubDate>
		<dc:creator>Arkold Thos</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fglrx]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://arkold.com/?p=7</guid>
		<description><![CDATA[First useful post that will be translated from Spanish to English, from mine old blog. Requirements Have an ATi card Xorg 7.1 (not sure if 7.2 is compatible, I am not using Linux at the moment) Have super user access &#8230; <a href="http://arkold.com/7-installing-fglrx-ati-drivers-under-debian">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>First useful post that will be translated from Spanish to English, from mine old blog.</p>
<p><strong>Requirements<br />
</strong></p>
<ul>
<li>Have an ATi card</li>
<li>Xorg 7.1 (not sure if 7.2 is compatible, I am not using Linux at the moment)</li>
<li>Have super user access</li>
<li>Non-Free and contrib repositories enabled</li>
<li>Have kernel headers installed</li>
</ul>
<p><strong>Recommendations</strong></p>
<ul>
<li>Do <strong>_NOT_</strong> hand edit the Xorg.conf file if is not needed and without any reason, this could break your X environment</li>
<li>Install<code> <strong>fglrx-control</strong> package, it contains the ATi Catalyst Control Panel</code></li>
<li>Be sure of having an upgraded operating system, this could be done with <em>apt-get update &amp;&amp; apt-get dist-upgrade</em></li>
<li>Backup this file /etc/X11/Xorg.conf before doing anything</li>
</ul>
<p>This is quite easy, and I&#8217;ll explain what the following commands will do, first of all, we install <strong>module-assistant</strong>, <strong>fglrx-driver</strong> and the <strong>fglrx-kernel packages</strong>, then we use module-assistant to compile and install the fglrx driver and to finish, we use aticonfig command for configuring the Xorg configuration</p>
<blockquote><p><code># apt-get install module-assistant fglrx-driver fglrx-kernel-src<br />
</code><code># module-assistant auto-install fglrx-kernel-src<br />
</code><code># aticonfig --initial</code></p></blockquote>
<p>After this steps, reboot your graphical environment and you will have 3D acceleration. If this didn&#8217;t work replace/etc/X11/Xorg.conf with the backup that you have made. Tested with a RX1550 on Debian Lenny.</p>
]]></content:encoded>
			<wfw:commentRss>http://arkold.com/7-installing-fglrx-ati-drivers-under-debian/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Drivers de fglrx (ATI) bajo Debian</title>
		<link>http://arkold.com/540-drivers-de-fglrx-ati-bajo-debian</link>
		<comments>http://arkold.com/540-drivers-de-fglrx-ati-bajo-debian#comments</comments>
		<pubDate>Tue, 15 Apr 2008 07:34:29 +0000</pubDate>
		<dc:creator>Arkold Thos</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[fglrx]]></category>

		<guid isPermaLink="false">http://arkold.tibia4.net/?p=250</guid>
		<description><![CDATA[Algo muy claro es que todos queremos aprovechar nuestro hardware al maximo. Claro, en la mayoria de los casos ocupamos usar controladores que son de fuentes cerrada, pero en cierto modo son los mejores para sacar jugo a nuestra tarjeta &#8230; <a href="http://arkold.com/540-drivers-de-fglrx-ati-bajo-debian">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://www.synplicity.com/literature/success/images/ATI_Logo.png" alt="ATI Debian" width="80" height="53" />Algo muy claro es que todos queremos aprovechar nuestro hardware al maximo. Claro, en la mayoria de los casos ocupamos usar controladores que son de fuentes cerrada, pero en cierto modo son los mejores para sacar jugo a nuestra tarjeta ATi, usando cosas como Compiz-Fusion, Quake, entre otros juegos, en mi caso tengo una ATI RX1550 256MB que me va de perlas y explicare como hacer lo mismo con la tuya. Toda esta guia requiere permisos de administracion, osea, estar ocupando la cuenta de <em>&#8216;root&#8217;</em>.</p>
<p>Antes que nada, hay que agregar los repositorios <em>non-free</em> en nuestro <em>/etc/apt/sources.list</em>.</p>
<p>En mi caso ocupo Debian Lenny y los repositorios por defecto son:</p>
<p><code>deb http://ftp.debian.org/debian/ testing main<br />
deb-src http://ftp.debian.org/debian/ testing main</code></p>
<p>deb http://security.debian.org/ testing/updates main<br />
deb-src http://security.debian.org/ testing/updates main</p>
<p>Y el que tengo son los siguientes donde añado los repositorios contrib y non-free, pero en la guia solo ocupamos paquetes de el repositorio <em>non-free</em>, el que contiene aplicaciones propietarias y que no son de software libre.</p>
<p><code><br />
deb http://ftp.debian.org/debian/ testing main contrib non-free<br />
deb-src http://ftp.debian.org/debian/ testing main contrib non-free</code></p>
<p>deb http://security.debian.org/ testing/updates main contrib non-free<br />
deb-src http://security.debian.org/ testing/updates main contrib non-free</p>
<p>y en la consola ejecutamos la actualizacion y instalacion de los paquetes que usaremos <strong>(debes de tener los kernel &#8216;headers&#8217; instalados)</strong> ejecutando las siguientes lineas en la consola.</p>
<p><code>apt-get update<br />
apt-get install module-assistant fglrx-driver fglrx-kernel-src<br />
</code></p>
<p>Y usamos el module-assistant para compilar el controlador e instalarlo<br />
<code>module-assistant auto-install fglrx-kernel-src</code></p>
<p>Despues, para que se configure el <strong>/etc/Xorg/X11.conf</strong><br />
<code>aticonfig --initial</code></p>
<p>Y tambien podemos instalar el panel de administracion con</p>
<p><code>apt-get install fglrx-control</code></p>
<p>Despues de esto reiniciamos las X, y la aceleracion 3D y demas deben de funcionar muy bien. Si no, ve la guia de compatibilidad. Espero y halla sido de ayuda, cualquier duda ponerla aqui con la informacion de tu sistema.</p>
]]></content:encoded>
			<wfw:commentRss>http://arkold.com/540-drivers-de-fglrx-ati-bajo-debian/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
