Topic: Notebook with AMD E-350 CPU and 64-bit Linux
Hello,
I haven't been in the forum for months but now I have a new, inexpensive notebook and maybe it is interesting for someone, how it works.
The notebook is a low budget HP 635, which costs 270 EUR where I live. It has a true dual-core AMD E-350 CPU with 64-bit support, 1.6 GHz and 4 GB RAM.
I installed my preferred Linux-Distribution Debian/wheezy with AMD64 architecture. In new distributions one can select a realtime-kernel now, which is a great progress (no compilation needed anymore)! The kernel I'm now running is Linux version 3.2.0-1-rt-amd64.
The installed sound-system is just plain alsa (no additional jackd or sound-servers) and the mixer is kmix (I have a KDE4 desktop). The onboard soundcard for play is a Realtek ALC270 and provides Intel HDA standards.
I installed the 64-bit trial version of Pianoteq v3.6.8. (pianoteq_linux_trial_x64.zip).
The only realtime-optimizations I did so far are that from Piantoteq's README_LINUX.txt:
* In /etc/security/limits.conf
@audio - rtprio 90
@audio - nice -10
@audio - memlock 500000
* Nailing both cpu-cores to max. cpufreq:
cpufreq-set -c 0 -g performance
cpufreq-set -c 1 -g performance
With an USB-attached midi-interface and my keyboard I'm playing without any glitches at 44100 Hz, buffersize 64 and polyphony 48 at the moment. Big thanks to Pianoteq!
- groovy