<?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>blog.mfuchs.org</title>
	<atom:link href="http://mfuchs.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://mfuchs.org/blog</link>
	<description>yet another useless weblog</description>
	<lastBuildDate>Tue, 04 Jan 2011 23:41:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>A few days in Paris</title>
		<link>http://mfuchs.org/blog/general/a-few-days-in-paris/</link>
		<comments>http://mfuchs.org/blog/general/a-few-days-in-paris/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 23:09:24 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.mfuchs.org/?p=87</guid>
		<description><![CDATA[From the end of december till beginning of january we spent some time in Paris, which has been a nice experience. There is so much to see, so I just pick out a few things we have visited. The Louvre with a huge amount of art from the last centuries has been our first objective. [...]]]></description>
			<content:encoded><![CDATA[<p>From the end of december till beginning of january we spent some time in Paris, which has been a nice experience.</p>
<p>There is so much to see, so I just pick out a few things we have visited.</p>
<p><span id="more-87"></span></p>
<p>The Louvre with a huge amount of art from the last centuries has been our first objective. With its four wings each offering thousands of exhibits we decided just to have a look at the old stuff from greece and egypt. It is nearly impossible to see everything in a few hours but we made great fotos and saw a lot. It was really impressive how big some of the paintings were. And the best thing at all:  it was free for european citizens under the age of 26. This is the case for most of the museums in Paris.</p>
<p>Our second sightseeing obejctive brought us to the Arc de Triomphe from which I made several nice shots including Champs Elysee and the chaos at the roads of Paris.</p>
<p>I could continue, but it&#8217;s best if you have a look at <a href="http://blog.mfuchs.org/?page_id=9&amp;album=6&amp;gallery=2" target="_self">the photos</a></p>
<p>What I find really worth mentioning is Centre Pompidou. There, we also entered for free and experienced what &#8220;modern art&#8221; is about. In my opinion it is really crazy. For example there was a video showing a naked woman with a chicken next to a man just slipping with a chair. If this is art, I must admit that  I just don&#8217;t understand it. The other possibility would be that people doing this have all gone mad (I think one could argue about that). There was so much other crazy stuff so that I recommend everybody going to Paris to visit Centre Pompidou!</p>
<p>Finally the catacombs is another &#8220;must have seen&#8221; objective. We were lucky to be the first in line at 9.30am and had a great experience facing the death in the 18th and 19th century. There are about 6million skulls and bones  stacked squemishly. It was a very spooky atmosphere.</p>
<p>If you ever go to Paris, do not miss these things and as a last tip I suggest you to buy an online ticket for the Eiffel Tower to avoid 2 hours of waiting <img src='http://mfuchs.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>P.S.: Unfortunately this year there was no fireworks at New Year&#8217;s Eve which not only confused us but also the other thousands of tourists at Sacre Coeur. A native told us that it was forbidden because of troubles and chaos the year before.</p>
]]></content:encoded>
			<wfw:commentRss>http://mfuchs.org/blog/general/a-few-days-in-paris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix stanby with ubuntu on a notebook</title>
		<link>http://mfuchs.org/blog/linux/fix-stanby-with-ubuntu-on-a-notebook/</link>
		<comments>http://mfuchs.org/blog/linux/fix-stanby-with-ubuntu-on-a-notebook/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 22:39:04 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://blog.mfuchs.org/?p=75</guid>
		<description><![CDATA[After setting my ThinkPad to standby mode it never woke up as I expected. In most cases I had to poweroff the whole machine, which is very ugly. I am using Ubuntu 8.04 (because it runs stable) and discovered the issue has not been fixed in the new 8.10 release. In these days I read [...]]]></description>
			<content:encoded><![CDATA[<p>After setting my ThinkPad to standby mode it never woke up as I expected. In most cases I had to poweroff the whole machine, which is very ugly. I am using Ubuntu 8.04 (because it runs stable) and discovered the issue has not been fixed in the new 8.10 release.<br />
In these days I read somethin interesting in the <a href="http://ubuntuforums.org/showthread.php?p=6057496">Ubuntu Forum</a><br />
<span id="more-75"></span><br />
There was somebody who expected the problem arising from the multi core processor management. He suggested to disable one core before going to standby mode (suspend to ram). I tried it and it works perfectly!</p>
<p>So here&#8217;s the command to disable one core:</p>
<p><code>echo 0 > /sys/devices/system/cpu/cpu1/online</code></p>
<p>to enable it after wakeup, type</p>
<p><code>echo 1 > /sys/devices/system/cpu/cpu1/online</code></p>
<p>Of course, these actions have to be done as root</p>
]]></content:encoded>
			<wfw:commentRss>http://mfuchs.org/blog/linux/fix-stanby-with-ubuntu-on-a-notebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get 1920&#215;1200 resolution with intel 945GM</title>
		<link>http://mfuchs.org/blog/linux/get-1920x1200-resolution-with-intel-945gm/</link>
		<comments>http://mfuchs.org/blog/linux/get-1920x1200-resolution-with-intel-945gm/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 14:54:49 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[X]]></category>

		<guid isPermaLink="false">http://blog.mfuchs.org/?p=66</guid>
		<description><![CDATA[I had some trouble to get the maximum resolution for my monitor, using the VGA output of my Thinkpad. I&#8217;m running Ubuntu Hardy which uses the xserver-xorg-video-intel driver by default. This can be combined with xrandr to manage all your monitor/resolution settings without restarting all the time. First of all I had a look at [...]]]></description>
			<content:encoded><![CDATA[<p>I had some trouble to get the maximum resolution for my monitor, using the VGA output of my Thinkpad. I&#8217;m running Ubuntu Hardy which uses the xserver-xorg-video-intel driver by default. This can be combined with xrandr to manage all your monitor/resolution settings without restarting all the time.<br />
<span id="more-66"></span><br />
First of all I had a look at the possible resolutions:</p>
<p><code>asdf@fatalii ~ $ sudo xrandr -q<br />
Screen 0: minimum 320 x 200, current 1920 x 1200, maximum 2048 x 2048<br />
VGA connected 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm x 324mm<br />
   1280x960       59.9<br />
   800x600        56.2<br />
   640x480        60.0<br />
LVDS connected (normal left inverted right x axis y axis)<br />
   1024x768       60.0 +   50.0<br />
   800x600        60.3<br />
   640x480        60.0     59.9<br />
</code></p>
<p>I couldn&#8217;t believe 1280&#215;960 to be the highest resolution for my 24&#8243; Monitor (even my 8-year-old GeForce 2 MX 400 supports 1920&#215;1200!!).<br />
After having a look at the Xorg.log I found a Modeline for my desired quantity of pixels. The trick is: just add the modeline to xrandr&#8217;s &#8220;database&#8221;.<br />
Here are the three relevant lines to fix the issue</p>
<p><code><br />
xrandr --newmode "1920x1200" 154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync<br />
xrandr --addmode VGA 1920x1200<br />
xrandr --output VGA --mode 1920x1200<br />
</code></p>
<p><strong>Important:</strong> Set the Virtual Resolution in your xorg.conf to the maximum of 2048&#215;2048 if you get an error like <em>&#8220;xrandr: screen cannot be larger than 1600&#215;1600 (desired size 2624&#215;1200)</em>&#8221;<br />
<em>Here is an excerpt of my /etc/X11/xorg.conf:</em><br />
<code><br />
Section "Screen"<br />
        SubSection "Display"<br />
                Depth           24<br />
                Modes           "1024x768"<br />
                Virtual          2048 2048<br />
        EndSubSection<br />
EndSection<br />
</code></p>
<p>Finally you could add the relevant mode changing lines to /etc/rc.local or something like this to adjust resolution automatically.</p>
]]></content:encoded>
			<wfw:commentRss>http://mfuchs.org/blog/linux/get-1920x1200-resolution-with-intel-945gm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HINT: Open URLs from xterm (rxvt)</title>
		<link>http://mfuchs.org/blog/linux/hint-open-urls-from-xterm-rxvt/</link>
		<comments>http://mfuchs.org/blog/linux/hint-open-urls-from-xterm-rxvt/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 16:02:38 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[X]]></category>

		<guid isPermaLink="false">http://blog.mfuchs.org/?p=60</guid>
		<description><![CDATA[While using the terminal based IRC client &#8220;irssi&#8221; I faced the problem that I always had to copy and paste URLs to my webbrowser. After a little research I found a way to open URLs just by clicking the mouse wheel. It&#8217;s quite easy: you need a special terminal: rxvt-unicode (urxvt). Add the following lines [...]]]></description>
			<content:encoded><![CDATA[<p>While using the terminal based IRC client &#8220;irssi&#8221; I faced the problem that I always had to copy and paste URLs to my webbrowser.</p>
<p>After a little research I found a way to open URLs just by clicking the mouse wheel. It&#8217;s quite easy: you need a special terminal: rxvt-unicode (urxvt).<br />
<span id="more-60"></span><br />
Add the following lines to your ~/.Xdefaults file:<br />
<code><br />
URxvt.perl-ext-common: matcher<br />
URxvt.urlLauncher: firefox<br />
</code><br />
Then apply the new settings with<br />
<code><br />
xrdb .Xdefaults<br />
</code><br />
and enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://mfuchs.org/blog/linux/hint-open-urls-from-xterm-rxvt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HINT: Reduce CD-ROM Speed</title>
		<link>http://mfuchs.org/blog/linux/15/</link>
		<comments>http://mfuchs.org/blog/linux/15/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 16:30:29 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://blog.mfuchs.org.dd21318.kasserver.com/?p=15</guid>
		<description><![CDATA[Have you ever asked yourself why your DVD Player is much more quiet than the CD-ROM drive in your PC. It’s because playing audio/video just needs a reduced reading performance which calms down your drive a lot. In Linux you have two possibilities: eject or hdparm Eject can read out and set all possible speeds [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever asked yourself why your DVD Player is much more quiet than the CD-ROM drive in your PC. It’s because playing audio/video just needs a reduced reading performance which calms down your drive a lot.<br />
<span id="more-15"></span><br />
In Linux you have two possibilities: eject or hdparm</p>
<p>Eject can read out and set all possible speeds for your drive: To read it out use <code>eject -X</code>(capital X!)<br />
Set your desired speed variable with<br />
<code>eject -x n</code><br />
where n is a number like 2,4,8 or so on.</p>
<p>For hdparm you just type<br />
<code>hdparm -En /dev/cdrom</code><br />
where n is the desired speed like 2,4,8 and so on and /dev/cdrom is the propriate device.<br />
Of course the speed must be set before playing a medium <img src='http://mfuchs.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://mfuchs.org/blog/linux/15/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HINT: Concatenate multiple pdf files</title>
		<link>http://mfuchs.org/blog/linux/hint-concatenate-multiple-pdf-files/</link>
		<comments>http://mfuchs.org/blog/linux/hint-concatenate-multiple-pdf-files/#comments</comments>
		<pubDate>Thu, 29 May 2008 16:55:31 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://blog.mfuchs.org.dd21318.kasserver.com/?p=19</guid>
		<description><![CDATA[Some of you are familiar with the situation when you have got a bunch of pdf files you want to print. Especially at university there are a lot of different lecture notes waiting to be put on paper. Printing every single file can be annoying and cost too much time (and money if you pay [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you are familiar with the situation when you have got a bunch of pdf files you want to print. Especially at university there are a lot of different lecture notes waiting to be put on paper. Printing every single file can be annoying and cost too much time (and money if you pay an extra charge for the print job). Facing this problem I found out that there is a way to put multiple pdf files together using ghostview (which should be included in every linux distribution)<br />
<span id="more-19"></span><br />
You need just one command to assemble file1.pdf, file2.pdf, file3.pdf… to one file (here: output.pdf):<br />
<code>gs -q -sPAPERSIZE=a4 -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=output.pdf file1.pdf file2.pdf file3.pdf</code><br />
For easier use I’ve written a small script, you must only copy to a file called “pdfconcat” and save to a folder that’s included in your $PATH<br />
<code>#!/bin/sh<br />
#<br />
# pdfconcat - a script to put multiple pdf files together<br />
#<br />
# Author:        Markus Fuchs &lt;mk dot fuchs at web dot de&gt;<br />
# Last modified: 2008-05-29<br />
# License:       GPL<br />
###########################################################<br />
if [ $# -lt 2 ]<br />
then<br />
echo “Usage: $0 output.pdf input1.pdf [input2.pdf] … ”<br />
exit<br />
fi<br />
OUT=$1<br />
shift<br />
IN=$@<br />
gs -q -sPAPERSIZE=a4 -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=$OUT $IN</code><br />
Perhaps you have to adapt the PAPERSIZE (e.g. ‘letter’ in the US).<br />
Try it out and feel free to post your comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://mfuchs.org/blog/linux/hint-concatenate-multiple-pdf-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HINT: SSH Tunnel</title>
		<link>http://mfuchs.org/blog/linux/hint-ssh-tunnel/</link>
		<comments>http://mfuchs.org/blog/linux/hint-ssh-tunnel/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 17:07:31 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[hint]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://blog.mfuchs.org.dd21318.kasserver.com/?p=28</guid>
		<description><![CDATA[Sometimes you’ve got the problem that some websites are just reachable in a particular network or you want to connect a service from another computer. No problem if you have SSH access to an external computer: ssh &#60;username&#62;@external-computer.net -L 1234:badwebsite.com:80 This simple command on your terminal (executed as root!) will take you directly to badwebsite.com [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you’ve got the problem that some websites are just reachable in a particular network or you want to connect a service from another computer. No problem if you have SSH access to an external computer:</p>
<p><code>ssh &lt;username&gt;@external-computer.net -L 1234:badwebsite.com:80</code></p>
<p>This simple command on your terminal (executed as root!) will take you directly to <em>badwebsite.com</em> port 80, when you enter <em>localhost:1234</em> in your browser. This means that port 1234 of your local machine is bound to <em>external-computer.net</em> and leads directly to <em>badwebsite.com</em>. This website thinks you connect from external-computer.net.<br />
You can even try to establish secured SSL connections, but this is not allowed by all remote servers. Therefor you just have to replace 80 with <em>443</em><br />
As you can see, every port can be tunneled, not only the HTTP port. For example try port 6667 for IRC connections.</p>
]]></content:encoded>
			<wfw:commentRss>http://mfuchs.org/blog/linux/hint-ssh-tunnel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Special keys on your keyboard</title>
		<link>http://mfuchs.org/blog/linux/howto-special-keys-on-your-keyboard/</link>
		<comments>http://mfuchs.org/blog/linux/howto-special-keys-on-your-keyboard/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 17:04:10 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[fluxbox]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[X]]></category>

		<guid isPermaLink="false">http://blog.mfuchs.org.dd21318.kasserver.com/?p=26</guid>
		<description><![CDATA[In order to use the special keys on your keyboard or laptop like audio control or the “ThinkVantage” Button it is sometimes neccessary to do some tweaks on your system. Not all window managers directly know how to deal with these keys. This article is written because of my IBM/Lenovo ThinkPad I installed Ubuntu on. [...]]]></description>
			<content:encoded><![CDATA[<p>In order to use the special keys on your keyboard or laptop like audio control or the “ThinkVantage” Button it is sometimes neccessary to do some tweaks on your system. Not all window managers directly know how to deal with these keys.<br />
<span id="more-26"></span><br />
This article is written because of my IBM/Lenovo ThinkPad I installed Ubuntu on. First of all I am a fan of the <a href="http://fluxbox.org/" target="_blank">fluxbox</a> window manager which doesn’t offer a feature to configure the special keys. While the volume control in the upper left worked fine, the ThinkVantage Button and some other Fn- Keys like hibernate or suspend didn’t do what I expected. So I found out that there is a way through the XServer.</p>
<p>The keyword is “<em>Xmodmap</em>” which binds keycodes coming from the hardware to particular key “names” you can use in the Xserver Environment. To define these patterns you must first find out the keycode of the given button. This can be done with <em>xev</em>. If you start xev in a terminal it opens a little window and produces some messages in the terminal itself. To find out the key codes focus the external xev window and press the key on your keyboard. In the terminal will be something like this:<br />
<code><br />
KeyRelease event, serial 32, synthetic NO, window 0x2200001,<br />
root 0xa1, subw 0x0, time 1355270960, (119,75), root:(164,143),<br />
state 0x10, keycode 67 (keysym 0xffbe, F1), same_screen YES,<br />
XLookupString gives 0 bytes:<br />
XFilterEvent returns: False<br />
</code></p>
<p>As you can see the keycode here is 67 (it was the F1 key as you can see, too <img class="wp-smiley" src="http://liniment.mvbubachcalmesweiler.de/wp-includes/images/smilies/icon_wink.gif" alt=";-)" /> ). Now take it and open the file ~/.Xmodmap. This file is used to declare the keynames in the Xserver Environment. Type</p>
<p><code>keycode 67 = XF86Launch1</code></p>
<p>for every key you want to bind, where XF86Launch1 must be different for every single keybinding. Here is a list of XF86-Keys you can use:</p>
<blockquote><p>XF86AddFavorite<br />
XF86ApplicationLeft<br />
XF86ApplicationRight<br />
XF86AudioMedia<br />
XF86AudioMute<br />
XF86AudioNext<br />
XF86AudioPause<br />
XF86AudioPlay<br />
XF86AudioPrev<br />
XF86AudioLowerVolume<br />
XF86AudioRaiseVolume<br />
XF86AudioRecord<br />
XF86AudioRewind<br />
XF86AudioStop<br />
XF86Away<br />
XF86Back<br />
XF86Book<br />
XF86BrightnessAdjust<br />
XF86CD<br />
XF86Calculator<br />
XF86Calendar<br />
XF86Clear<br />
XF86ClearGrab<br />
XF86Close<br />
XF86Community<br />
XF86ContrastAdjust<br />
XF86Copy<br />
XF86Cut<br />
XF86DOS<br />
XF86Display<br />
XF86Documents<br />
XF86Eject<br />
XF86Excel<br />
XF86Explorer<br />
XF86Favorites<br />
XF86Finance<br />
XF86Forward<br />
XF86Game<br />
XF86Go<br />
XF86History<br />
XF86HomePage<br />
XF86HotLinks<br />
XF86Launch0<br />
XF86Launch1<br />
XF86Launch2<br />
XF86Launch3<br />
XF86Launch4<br />
XF86Launch5<br />
XF86Launch6<br />
XF86Launch7<br />
XF86Launch8<br />
XF86Launch9<br />
XF86LaunchA<br />
XF86LaunchB<br />
XF86LaunchC<br />
XF86LaunchD<br />
XF86LaunchE<br />
XF86LaunchF<br />
XF86LightBulb<br />
XF86LogOff<br />
XF86Mail<br />
XF86MailForward<br />
XF86Market<br />
XF86Meeting<br />
XF86Memo<br />
XF86MenuKB<br />
XF86MenuPB<br />
XF86Messenger<br />
XF86Music<br />
XF86MyComputer<br />
XF86MySites<br />
XF86New<br />
XF86News<br />
XF86Next_VMode<br />
XF86Prev_VMode<br />
XF86OfficeHome<br />
XF86Open<br />
XF86OpenURL<br />
XF86Option<br />
XF86Paste<br />
XF86Phone<br />
XF86Pictures<br />
XF86PowerDown<br />
XF86PowerOff<br />
XF86Next_VMode<br />
XF86Prev_VMode<br />
XF86Q<br />
XF86Refresh<br />
XF86Reload<br />
XF86Reply<br />
XF86RockerDown<br />
XF86RockerEnter<br />
XF86RockerUp<br />
XF86RotateWindows<br />
XF86RotationKB<br />
XF86RotationPB<br />
XF86Save<br />
XF86ScreenSaver<br />
XF86ScrollClick<br />
XF86ScrollDown<br />
XF86ScrollUp<br />
XF86Search<br />
XF86Send<br />
XF86Shop<br />
XF86Sleep<br />
XF86Spell<br />
XF86SplitScreen<br />
XF86Standby<br />
XF86Start<br />
XF86Stop<br />
XF86Support<br />
XF86Switch_VT_1<br />
XF86Switch_VT_10<br />
XF86Switch_VT_11<br />
XF86Switch_VT_12<br />
XF86Switch_VT_2<br />
XF86Switch_VT_3<br />
XF86Switch_VT_4<br />
XF86Switch_VT_5<br />
XF86Switch_VT_6<br />
XF86Switch_VT_7<br />
XF86Switch_VT_8<br />
XF86Switch_VT_9<br />
XF86TaskPane<br />
XF86Terminal<br />
XF86ToDoList<br />
XF86Tools<br />
XF86Travel<br />
XF86Ungrab<br />
XF86User1KB<br />
XF86User2KB<br />
XF86UserPB<br />
XF86VendorHome<br />
XF86Video<br />
XF86WWW<br />
XF86WakeUp<br />
XF86WebCam<br />
XF86WheelButton<br />
XF86Word<br />
XF86XF86BackForward<br />
XF86Xfer<br />
XF86ZoomIn<br />
XF86ZoomOut<br />
XF86iTouch</p></blockquote>
<p>After editing the file, type<br />
<code>xmodmap ~/.Xmodmap</code><br />
Now you are able to use the keys in your preferred Desktop Environment or window manager.</p>
<p>To give you a little example here is a part of my ~/.fluxbox/keys file:<br />
<code><br />
None XF86Launch1 :ExecCommand xterm -vb -fg grey -bg black -fs 9 -fa "Lucida Console"<br />
#notebook extras<br />
None XF86Standby :ExecCommand sudo /etc/acpi/sleep.sh</code></p>
<p>Finally if we follow our example the F1 key would now open an xterm with the given options.</p>
]]></content:encoded>
			<wfw:commentRss>http://mfuchs.org/blog/linux/howto-special-keys-on-your-keyboard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

