Hello, my /proc/cpuinfo :
processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 95 model name : AMD Sempron(tm) Processor 3200+ stepping : 2 cpu MHz : 1800.000 cache size : 128 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow up pni cx16 lahf_lm extapic cr8legacy ts fid vid ttp tm stc bogomips : 3620.01 clflush size : 64 config.h : // Use fast memcpy #define USE_FASTMEMCPY // Use runtime CPU detction //#define RUNTIME_CPUDETECT // The machine architecture //#define ARCH_ALPHA //#define ARCH_ARMV4L //#define ARCH_IA64 //#define ARCH_PA_RISC //#define ARCH_POWERPC //#define ARCH_S390 //#define ARCH_S390X //#define ARCH_SGI_MIPS //#define ARCH_SPARC //#define ARCH_VAX #define ARCH_X86 //#define ARCH_X86_64 #define HAVE_3DNOW #define HAVE_3DNOWEX //#define HAVE_ALTIVEC 0 #define HAVE_MMX #define HAVE_MMX2 #define HAVE_SSE #define HAVE_SSE2 // Verbose options keep these disabled //#define STATISTICS //#define VERBOSE // Some settings in aclib (Advanced C library) //#define BLOCK_SIZE 4096 //#define CONFUSION_FACTOR 0 and cflag from setup.py : CFLAGS = ['-O9', '-march=k8', '-mtune=k8', '-mmmx', '-msse', '-fpic', '-fomit-frame-pointer', '-Wall'] and I had to install (ubuntu 7.10) : libsdl-dev libsdl1.2debian python-pygame python-dev libglib1.2-dev that's all !!! Arnaud Duncan Webb wrote: >> Thanks for all Jonathan ! It's work fine now :D >> I think it's a 64 bits because The compilation sucess with this option. >> and I've install libglib1.2-dev to resolve the other problem. >> Now I have a beautiful screen when i listen to the music :D >> > > So what did you need to change to get this working for a sampron CPU. > > I may be able to automate the configuration depending on the CPU type, but > need information from /proc/cpuinfo for CPUs that I don't have :) > > If you want to send me the output and the changes that you had to do to > config.h and setup.py then I can start to automate this. > > I've been playing with mplayervis changing the events and the method to > fade in the cover in and out, these settings are in the freevo plugins -i > audio.mplayervis output. But I've not finished the events yet. > > >>>> Sory, my cpu is a sampron and not a celeron >>>> so this is not a K7. >>>> >>>> >>> A 32bit sempron(k7) or a 64 bit sempron (K8) :) >>> >>> >>> >>> >>>> my gcc version is 4.3.1 >>>> I've try to commenting out ARCH_X86_64but I still have a problem. >>>> >>>> /usr/bin/ld: cannot find -lglib >>>> > > I'm not sure if libglib is actually required, will check. > > Duncan > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > Freevo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-users > > ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
