SteamCalculator Twitter Account
22. October 2009
If you wanna follow us or stay informed about the latest SteamCalculator news, just add us: http://twitter.com/steamcalculator

If you wanna follow us or stay informed about the latest SteamCalculator news, just add us: http://twitter.com/steamcalculator
Type
Right click -> New -> String
| network.protocol-handler.app.<NAME OF YOUR NEW PROTOCOL> |
Link the protocol and choose an application.
I used this example to let TweetDeck open URLs with Firefox:
| network.protocol-handler.app.event;/usr/bin/firefox |
Thanks to everyone helping me out, making this instruction better. Once again, this shall help you getting a Logitech QuickCam Messenger (ID: 046d:08f0) running on Linux Ubuntu 9.04 (Jaunty) using Skype. Please don’t waste any time posting instructions for other webcams. We don’t care!
To make sure, you got the right cam, plug it into your computer.
Check if your camera matches my ID by running:
There should be something like this:
| Bus 008 Device 003: ID 046d:08f0 Logitech, Inc. QuickCam Messenger |
If your ID matches, please continue, otherwise you might be lucky and can start installing Gstfakevideo straight away. However this “Howto” was only tested for a QuickCam Messenger with the ID above. For other IDs please take a look here: https://wiki.ubuntu.com/SkypeWebCams
All you need before we start:
Remove the old quickcam_messenger module because it will not deliver the correct colors for our cam. If you do find a solution for this problem, please leave a comment! Thanks. Anyway removing the installed module:
To make sure it is not going to be loaded again we add the following line at the end of /etc/modprobe.d/blacklist.conf
| blacklist quickcam_messenger |
Download the new qcmessener module:
Apply this patch:
Continue installing:
Ignore the “Kernel configuration is invalid.” errors.
Give it a test:
If every thing works go on and install Gstfakevideo:
Create a new file (i.e. in your home directory) called skype.sh and add these lines:
| #!/bin/sh gstfakevideo v4lsrc device=/dev/video1 ! ffmpegcolorspace |
And run:
Now reload the module
Info: run
to view more options.
Create a new file /etc/modprobe.d/qcmessenger.conf and add:
| options qcmessenger compatible=6 video_nr=1 |
This makes sure, that your webcam will always be /dev/video1 (as /dev/vidoe0 is needed for gstfakevideo) and uses “dblbuf” (correct colors).
Add your account to the “video” group:
Finally fire up Skype by running skype.sh. That’s it!
Please leave a comment if you got some problems or want to give me feedback.
Wer ihn noch nicht kennt, sollte den folgenden Artikel unbedingt gelesen haben:
Im Kern des Arikels geht es darum, dass Linux eine Alternative, aber keinesfalls einen vollständigen Ersatz für Windows bietet. Desweitern geht der Autor auf die unterschiedelichen Ziele beider Systeme ein und versucht zu verdeutlichen, dass Linux eben nicht Windows ist und auch nicht so werden will.
Meine persönliche Lieblingsstelle ist folgender Absatz:
Der ‘typische’ Linux-Nutzer ist ein Hobbyist: Er benutzt Computer, weil Computer Spaß machen, Programmierung Spaß macht, Hacking Spaß macht. Und Linux ist ein weitaus besseres Betriebssystem für einen Hobbyhacker: Er kann es nach Belieben bis zur untersten Ebene auseinander nehmen und wieder zusammensetzen.
Wer also Linux Nutzer ist, um von Windows wegzukommen, aber selber gar nicht daran interessiert ist einen eigenen Kernel zu backen, weil ihm das zu “nerdig” erscheint, der ist mit Linux eigentlich mit dem falschen Betriebssystem unterwegs und sollte laut Artikel lieber auf Mac wechseln.