Archive for November, 2006

How to install ATI driver on Ubuntu Edgy

Wednesday, November 15th, 2006

If you get the following text when you try to install ATI’s driver on Ubuntu Dapper or Edgy
sege@lightning:~/$ sudo ./ati-driver-installer-8.30.3.run
Ubuntu/dapper
Creating directory fglrx-install
Verifying archive integrity… All good.
Uncompressing ATI Proprietary Linux
Driver-8.30.3………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………
-e ==================================================
-e ATI Technologies Linux Driver Installer/Packager
-e ==================================================
./ati-installer.sh: 991: Syntax error: Bad substitution
Removing temporary directory: fglrx-install
sege@lightning:~/$

do the following. By default /bin/sh is a symlink to /bin/dash and ATI’s driver wants /bin/bash for some reason.
johan@roadrunner:~$ ls -la /bin/sh
lrwxrwxrwx 1 root root 4 2006-10-27 16:40 /bin/sh -> dash

To fix this, execute this commands:
sudo mv /bin/sh /bin/sh_old
sudo ln -s /bin/bash /bin/sh

Now, installing your best ATI driver should work just fine. If you want to switch back to dash as default sh to this:
sudo rm /bin/sh && sudo mv /bin/sh_old /bin/sh

Howto switch UTF-8 to ISO-8859-1 on Ubuntu Edgy

Wednesday, November 15th, 2006

First, do a little sudo vim /var/lib/locales/supported.d/local and add the following:
sv_SE ISO-8859-1
en_US ISO-8859-1

Then turn your eyes at this command: sudo locale-gen and make sure everything goes okej.

If it did, take your best editor (vim) and edit /etc/environment and change LANG to:
LANG="sv_SE.ISO-8859-1"

Now, reboot and voila! You have a swedish ISO-8859-1 system. Lovely!

Adventures with the toys

Monday, November 13th, 2006

This is what happens if you really can’t fly a heli but keep trying and trying and trying! I’ve gotten so far I can almost land where I want to like 1/4 of the times or something. Not that bad! But this things is just so f*cking fun to play with half would be waay to much. I love it. If you don’t have one, you should buy one NOW! When you buy one, buy a lot of extra blades. ;)

This is the lovely Robinson 22 now:
Overall picture of crap

Some closeups on crap:
This is how my avarage blade looks like

Adventures with the toys

Boys and their toys

Thursday, November 9th, 2006

I’m the happy owner of this Robins 22 now. My plan is to learn to fly this thing, love it and be forced to buy a new huge helicopter for outdoor use.

Robins 22

We’ll see how it goes. No big crash yet, probably very soon though. =)

I’m also the happy owner of a new Inferno ST, I’ll just have to make some upgrades and totally outrun my friends. =)

Inferno ST

Oooh, did I mention I was on fair with the subject RC/hobby this weekend? Me so stupid boy. =)

ATI, Xgl och Beryl

Thursday, November 2nd, 2006

After some hard work I’ve gotten everything to work. My last problem was ]} not working, this was solved with xmodmap.fi instead if .se. Weird but anyway.

I had some huge problems with changing resolution (got a new monitor) but deleting ~/.gconfd/saved_state was the solution to that problem.

Me happy boy.