Sunday, August 22. 2010Flash again..Great, so Adobe has abandoned their (crappy nevertheless) AMD64 version, the existing plugin has some nasty security holes. With the help of nspluginwrapper you can run i386 plugins for Mozilla on AMD64. Download the Flash Linux version as a .tar.gz from Adobe's website, untar it and install with nspluginwrapper -v -i <path to libflashplayer.so>. As additional dependencies I had to install ia32-libs-libcurl3 and ia32-libs-libnss3, but your mileage may vary. Running nspluginwrapper in verbose mode usually tells you what you are missing. Tuesday, April 27. 2010Watching Youtube with a little help from my friendsSounds like a relaxing activity - WRONG! Adobe's 64 Bit Flashplugin was ruining my "Charlie bit me"-"David after Dentist"-".."-experience by silently ignoring mouse clicks within its window. Although it is possible to use the player with keyboard only, it really sucks if you want to skip a few seconds of the video (and jumping to a certain point of time via the URL is funny but only for the first time)
A quick look into the GTK+ documention revealed the following: Wednesday, February 24. 2010T-Mobile G1(EU): Going from stock image to CyanogenModAfter replacing my broken G1 (aka HTC Dream) with a new one, I had to reinstall my preferred ROM image (CyanogenMod).
Monday, February 22. 2010It's all over town![]() Spotted today
Friday, February 12. 2010grub2 and framebuffer resolution on Lenovo Thinkpad X200sAfter upgrading to grub2, I only had a 640x480 window on my notebook. Not that I see that screen very often but it still annoys me, even more annoying is that my nice framebuffer console also defaults to 640x480. After diving into the grub2 documentation and asking Google I've restored grub2 and my framebuffer to that wonderful 1440x900 again by editing /etc/grub.d/00_header. --- 00_header 2010-02-12 08:13:42.000000000 +0100 +++ 00_header.old 2010-02-12 08:12:03.000000000 +0100 @@ -35,7 +35,7 @@ if [ "x${GRUB_DEFAULT}" = "x" ] ; then GRUB_DEFAULT=0 ; fi if [ "x${GRUB_TIMEOUT}" = "x" ] ; then GRUB_TIMEOUT=5 ; fi -if [ "x${GRUB_GFXMODE}" = "x" ] ; then GRUB_GFXMODE=1440x900 ; fi +if [ "x${GRUB_GFXMODE}" = "x" ] ; then GRUB_GFXMODE=640x480 ; fi cat << EOF set default=${GRUB_DEFAULT} @@ -77,9 +77,7 @@ cat << EOF if loadfont `make_system_path_relative_to_its_root ${GRUB_FONT_PATH}` ; then - insmod vbe set gfxmode=${GRUB_GFXMODE} - set gfxpayload=${GRUB_GFXMODE} insmod gfxterm insmod ${GRUB_VIDEO_BACKEND} if terminal_output gfxterm ; then true ; else You may want to fix the background wallpaper by providing one with the correct resolution and changing the WALLPAPER-variable in /etc/grub.d/05_debian_theme Wednesday, January 27. 2010Arduino finally arrived
Today I finally got my Arduino in the mail! It's a Duemilanove with an ATmega328! Let's see if I can find some time to play with it in the next few days.
(Page 1 of 1, totaling 6 entries)
|
ArchivesQuicksearchSyndicate this blagueLicense |
