12 Oct 2001 (updated 12 Oct 2001 at 23:44 UTC)
»
misc
Yes, September 11th was a big day, and not in a good way.
I'm waiting on the DSL installer from Covad to install my SDSL
line from Speakeasy
I've also gotten into some of the Doom (the game) ports
running around the web. The one I'm using is called prBoom, it's a
fork/merge of a bunch of different ports of Doom that are
out there, but it's actively maintained, and of course it
runs in Linux, with full sound effects and MIDI music, and
a TCP/IP client/server network playing system that replaces
the old IPX networking that Doom used to use. It's godly.
I'm thinking of starting up 2 projects that would be
related to prBoom, one would
be a version of LoopLinux
that would let you pop a CD into a computer and already have
things set up so you could use it as a dedicated Doom
machine with a minimum of fuss. Another thing I'd like to
do is write a front end to prBoom which would
be like the old 'Doom Control Center' that I used to run
when I played Doom on DOS. DCC basically ran the command
line Doom engine, and it allowed you to load extra Doom
PWAD's, specify extra command line options, and start
networked games very easily, and it looked great too :)
I saw System of a
Down about 2 weeks ago, it was a good show, but I'd like
to see them in a longer set than the 45 or so minutes they had.
Fujitsu Lifebook S-4546
Kernel 2.4.12: here's the
kernel config file, and the lsmod
without
the cpqpjb.o module, I've not gotten around to recompiling
it for 2.4.12 yet. Remember, if you are using ALSA, you'll need to
re-install the alsa-driver package again so that all the
libs get put into the new modules directory for the new
kernel. Use modprobe snd-card-intel8x0; modprobe
snd-pcm-oss to install the freshly compiled modules
into the system, no reboot required :)
I've just figured out in the last
few days that the ATI Rage 3D Mobility video chipset is
basically the same thing as a Rage 128, so there's a lot of
extra things in my kernel now. If you want to get
a good look at the differences between 2 kernel config
files, you can use this:
diff -u original_file new_file | vim -
This will open the output of diff in vim, if you have vim
set up correctly, it will do syntax highlighting, and you'll
easily be able to tell what's changed.
The framebuffer is for the Rage 128, and I also turned on
DRI for X 4.x for the Rage 128 video card as well. The
end goal of all this video stuff is to be able to run the MesaGL
version of prBoom, a version
of the original Doom game engine that was GPL'ed by id Software.
php-stream
I was working on moving over the login/authentication
code from the old codebase to the new one this week. It
authenticates, but it does not set any PHP session variables
yet.
stream-db
I got a copy of Ivan Woehr's
stream.pl, he's got it doing a lot of neat things that I
would like to put into stream-db.pl. Some day... :)