Dealing with Images

I worked a bit with image files the last time. First I gotta say, that K3B really rocks. Burning ISO-Files no problem ever! Then I found fuseiso at the web. Together with kfuseiso it is something I don’t want to miss anymore on my system. Mounting ISO-Files via clickiclicki is nice :-)

Today I got a *.daa file and I was not able to burn or to mount it. Thanks to poweriso (in portage available as well, needs to be unmasked from ~x86) it is really simple to convert daa files to iso i.e.:

poweriso convert file.daa -o file.iso -ot iso

To be continued…

[UPDATE]

CD Image Conversion is a good place. IAT seems to bee good. MagicISO works as well using CrossOverOffice and conversion to bin/cue and later via vcdgear -bin2mpg does a good job.

Weired

I have a 5.1 USB Headset what works pretty cool. Everything nice, out of the box, speaker, microphone, really good! If I specify now ANY udev rule, i.e. for my cellphone at /etc/udev/rules.d/10-local.rules

BUS==“usb“, SYSFS{idVendor}=“0fce“, SYSFS{idProduct}=“d016″, NAME=“handy“, MODE=“0777″

It is not recognized anymore!! Is that strange or is that strange! It doesn’t matter what rule I specify, any! Hmm…

New Shuttle

Some initial info:

Some more info:

/proc/cpuinfo

model name : Intel(R) Core(TM)2 CPU 4300 @ 1.80GHz
cpu MHz : 2400.000
cache size : 2048 KB
cpu cores : 2
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl est tm2 ssse3 cx16 xtpr lahf_lm
bogomips : 4804.97

/proc/meminfo

MemTotal: 2074736 kB

lspci

00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation G71 [GeForce 7300 GS] (rev a1)
02:0a.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev c0)
02:0b.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13)

uname

Linux papas 2.6.20-gentoo-r7 #2 SMP Fri Apr 27 10:37:19 CEST 2007 i686 Intel(R) Core(TM)2 CPU 4300 @ 1.80GHz GenuineIntel GNU/Linux

lsmod

nvidia 6827892 32
snd_hda_intel 18840 8
snd_hda_codec 152448 1 snd_hda_intel
snd_pcm 63620 4 snd_hda_intel,snd_hda_codec
snd_timer 20228 3 snd_pcm
snd_page_alloc 11144 2 snd_hda_intel,snd_pcm

Now coming to the more intreresting parts for the people :-)

  1. My kernel .config
  2. My xorg.conf incl. Nvidia GL Effects for Beryl…