Re: [Mactel-linux-users] Accelerometer seismograph program

2007-06-10 Thread Jerome BENOIT
Hello List, it is instaed really impressive, but it eats a lot of CPU too. Jerome Soeren Sonnenburg wrote: > On Fri, 2007-06-08 at 13:37 -0400, Forrest Voight wrote: >> Soeren: You probably don't have the applesmc module installed or are >> using a git kernel. Try to find a position file in /sys

Re: [Mactel-linux-users] Accelerometer seismograph program

2007-06-10 Thread Soeren Sonnenburg
On Fri, 2007-06-08 at 13:37 -0400, Forrest Voight wrote: > Soeren: You probably don't have the applesmc module installed or are > using a git kernel. Try to find a position file in /sys (eg. find /sys indeed, I just wanted the sensors to work with 'sensors/the sensors applets' > | grep position )

Re: [Mactel-linux-users] Accelerometer seismograph program

2007-06-08 Thread Forrest Voight
Soeren: You probably don't have the applesmc module installed or are using a git kernel. Try to find a position file in /sys (eg. find /sys | grep position ) and replace the file with that one in the source. Thomas: I'm probably going to on my webpage with GPL. Thanks for testing! Soon I'm going

[Mactel-linux-users] Accelerometer seismograph program

2007-06-07 Thread Forrest Voight
For anyone who is interested, I have made a program that display the accelerometer data like a seismograph. It also draws some vertical lines when you press keys so you can see the vibrations. It requires PyGame. Forrest import math import pygame from pygame.locals import * def main(): pygame