Quote |
But back on topic: did the loading of the extension take longer? |
Quote |
Any errors displayed when starting from an xterm? Anything special about your hardware, i.e., multiple processors? |
Code Sample |
$ /usr/local/bin/torsmo Floating point exception $ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 13 model name : Intel(R) Pentium(R) M processor 1.60GHz stepping : 6 cpu MHz : 1594.855 cache size : 64 KB [actually 2048 KB] fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss tm pbe tm2 est bogomips : 3185.04 |
Code Sample |
$ /usr/local/bin/torsmo -V torsmo 0.17 compiled Oct 25 2004 $ /usr/local/bin/torsmo torsmo: drawing to root window torsmo: forked to background, pid is 1890 |
Code Sample |
$ sudo mkdir /tmp/image $ sudo mount /mnt/sdb4/iso/dsl-3.4.3.iso /tmp/image -t iso9660 -o loop,ro $ sudo mkdir /tmp/unpack $ sudo mount /tmp/image/KNOPPIX/KNOPPIX /tmp/unpack -t iso9660 -o ro,loop=/dev/cloop50 $ sudo killall torsmo $ sudo cp /tmp/unpack/usr/local/bin/torsmo /usr/local/bin $ torsmo -V torsmo 0.18 compiled Nov 2 2006 $ torsmo torsmo: can't open /proc/acpi/battery/BAT0/state: No such file or directory torsmo: drawing to root window torsmo: drawing to single buffer torsmo: forked to background, pid is 7642 $ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 3 model name : Pentium II (Klamath) stepping : 3 cpu MHz : 267.278 cache size : 512 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov mmx bogomips : 532.48 |