« September 2010 »
S M T W T F S
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30    

This is hot

Upgrade VIA Epia-Board to current 2.6.28.7
769 times viewed
23.02.2009 18:41
t3blog Update to version 0.8.1 (Security, Bugfixes)
173 times viewed
03.02.2010 14:33
LaTeX Font Selection
100 times viewed
29.01.2010 17:17
linux.bigga.de now with RSS Feed
99 times viewed
25.11.2009 09:36

[blog...]

Currently the posts are filtered by: fitpc2
Reset this filter to see all posts.

01.08.2010
17:45

fit-PC2 running with psb ("poulsbo") driver in Ubuntu 10.04

In my first post about my "fit PC 2", I mentioned my problems with the GMA 500 graphics and the closed source driver by Intel (iegd). Recent iegd version doesn't work with up-to-date X.org-server 1.7 in Ubuntu 10.04.

 

Today, I tried it again because of a post in the "fit-PC2" forum. User "fly" describes the steps you have to follow to use the psb ("poulsbo") driver with Ubuntu 10.04 on the "fit-PC 2". The following steps is only a copy of his howto:

  1. Install Ubuntu 10.04
  2. Install latest updates (will be done automatically if you use the GUI upgrade tool)
  3. Add ppa:gma500 repository

     sudo add-apt-repository ppa:gma500/ppa && sudo apt-get update
  4. Install patched poulsbo drivers

    sudo apt-get install poulsbo-driver-2d poulsbo-driver-3d poulsbo-config
  5. Use Compulabs xorg.conf

    wget -c "http://fit-pc2.com/download/ubuntu/files/xorg.conf"
    sudo mv xorg.conf /etc/X11/xorg.conf
  6. Reboot

 

Unfortunately, the screen was black after the reboot and the keyboard didn't work :-(

 

My solution was the following:

  1. login via SSH on the running fit-PC2 with the black screen. Of course you should enable the sshd before upgrade!
  2. rebuild the psb driver for the new running kernel 2.6.32-24-generic:

    dpkg-reconfigure psb-kernel-source
  3. Reboot



Now the 2D works perfectly for my needs. Only with audio I was fighting a short time, and suddenly it worked. Unfortunately I don't know why :-(

back

15.05.2010
14:28

Tiny "fit-PC 2" Replacing Old Desktop PC

Recently I bought a "fit-PC 2" from CompuLab to replace my desktop PC at the Weltcafé reception. The predecessor was a Fujitsu Siemens computer from 2003 which replaced itself for a short time my VIA Epia EN1200.

 

I made a photo of these three computers and I measured approximatley the power consumption. And it's really estonishing: the tiny "fit-PC 2" is the fastest of it all and consumes only about 10 W even during watching youtube-videos.

 

Inside the metal box is working a single core Intel Atom Z530 with Hyper Threading at 1.6 GHz. It's equipped with 1 GB DDR2-RAM, a Samsung 250GB hard disk and even a RaLink RT3090 wireless card. There is only a HDMI-output but CompuLab includes a HDMI-DVI connector. With my DVI-VGA adaptors I cannot see any analog output but I don't need it at all.

 

The "fit-PC 2" comes preinstalled with Ubuntu 9.10. Of course, I tried to upgrade immediately to current Ubuntu 10.04 but afterwards the graphic output was slow and my special resolution (1440x900) failed :-(

Reason for this is the Intel Graphics inside: a GMA 500. For this you need the Intel Embedded Graphics Driver (iegd) for X.org. But this driver is closed source and it's not available yet for xorg-server 1.7 which is used in Ubuntu 10.04.

 

So, I had to reinstall Ubuntu 9.10 which was quite easy: download desktop ISO-image, write it with unetbootin on a USB-memory stick, boot and install. And now I'm waiting for Intel and follow the "fit-PC 2" forum for a release of Ubuntu 10.04 for "fit-PC 2".

 

I like this tiny device. It's sufficiant fast for my needs, it's silent (you only here the hard disk a little bit), has low power consumption and it's perfect small.

 

I bought my device from in Germany from SH EDV Vertrieb for 406 EUR including VAT and shipping to Germany.

 

 

Here is a /proc/cpuinfo for people like me googleing for it:

ab@ab-fit:~$ cat /proc/cpuinfo 
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 28
model name	: Intel(R) Atom(TM) CPU Z530   @ 1.60GHz
stepping	: 2
cpu MHz		: 800.000
cache size	: 512 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat 
                  clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc 
                  arch_perfmon pebs bts pni dtes64 monitor ds_cpl vmx est tm2 ssse3 
                  xtpr pdcm movbe lahf_lm tpr_shadow vnmi flexpriority
bogomips	: 3191.90
clflush size	: 64
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 28
model name	: Intel(R) Atom(TM) CPU Z530   @ 1.60GHz
stepping	: 2
cpu MHz		: 800.000
cache size	: 512 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat 
                  clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc 
                  arch_perfmon pebs bts pni dtes64 monitor ds_cpl vmx est tm2 
                  ssse3 xtpr pdcm movbe lahf_lm tpr_shadow vnmi flexpriority
bogomips	: 3191.94
clflush size	: 64
power management:

back

[ 03.08.2010 ]