5 Jan 2003 Mulad   » (Apprentice)

Sort of fixed a problem that I was having with Debian's murasaki package where it would basically hang on startup (when /etc/init.d/murasaki start was run). On my desktop, some initialization programs were not working right. They were trying to execve() something that didn't exist, but the programs were written under the assumption that the execve() would never return -- which is normally the case unless there's an error of some kind.

The program was made to fork() before each execution, so I'm just lucky the software didn't explode in my face as a fork bomb. I guess it just ended up being a "fork fire," as it didn't get out of control, but there were about 15 processes going at any one time..

I haven't found anything to automatically mount/unmount my camera and other USB/FireWire devices like I want, but I suppose I haven't looked all that hard yet.

I got a little pissed off about binary-dependent, pseudo-open-source software the other day after my X server died after an upgrade. I need to get a new HALlib module in order for my second head to work again. Matrox hasn't updated their driver packages for X 4.2.1 yet. Supposedly the precompiled files on their website should work for 4.2.1, but they don't work for me (causing the console to get toasted). I could also recompile stuff myself, but X is just too big a package for me to handle..

Matrox apparently doesn't have too many problems releasing specs for their boards, but the HALlib stuff apparently has to be binary-only because the software interfaces with chips that Matrox got from other companies, and they don't want specs released..

Hmm.. It occurs to me that there is code in the kernel framebuffer driver that allows you to activate the second head on the G400 (and probably some other Matrox cards). It's unaccelerated, if I recall, but I might have to look into whether it's possible to get that code to initialize the second head so I don't have to deal with this again (or, get stuck with a slow head, rather than just one head and a blank screen next to it).

Makes me wish I could start a "nice" hardware company that releases specs and decent documentation, doesn't use chips and stuff from other companies that don't like to release specs, uses good standards where possible, etc.. Sounds nice, but the profit margins are probably too thin in the PC industry to pull it off. Maybe it's possible.. I just keep running into hardware at every turn that isn't fully workable under Linux. Even my new camera, which I'll probably recommend to friends, is only half-working with Linux -- you can get files off it like a USB hard drive, but you can't use it as a webcam (though you can get decent Linux-compatible webcams for <$20 anyway..)

It's just annoying when you look at what works and what doesn't in your system, and you realize you really only have half a computer...

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!