Finally arrived and it is incredible fast! I’ll post some details about it later, just two pics. One showing the Shuttle standing on my desk, second one showing beryl in action :-)
Schlagwort: Gentoo
Soon you will be mine…
- CPU: Intel Core2 Duo E4300 1,8GHz
- RAM: 2x 1 GB DDR2 PC-400 Kingston
- HDD: WD 250GB S-ATA2 8MB
- DVD RW: Samsung SH-S182D/BEBE Bulk Schwarz
- GFX: Asus EN7300GS/HTD/256MB
Anybody out there who has experience installing Gentoo on this Shuttle? Kernel stuff? ;-)
sysinfo:/
SuSE Linux has a nice KDE kioslave for system information called sysinfo:/
Seems like it is only available at SuSE Linux. Anyway, after googeling a bit I downloaded the kdebase3 RPM, extracted the corresponding code, and after emerging hwinfo (masked by ~x86), I was able to compile and here we are! Works really good, except the display stuff, but thats stuff of my Laptop…
Sourcecode btw…
Note:
How to switch the gcc profile if different versions are installed?
- gcc-config -l
[1] i686-pc-linux-gnu-3.3.6
[2] i686-pc-linux-gnu-3.3.6-hardened
[3] i686-pc-linux-gnu-3.3.6-hardenednopie
[4] i686-pc-linux-gnu-3.3.6-hardenednopiessp
[5] i686-pc-linux-gnu-3.3.6-hardenednossp
[6] i686-pc-linux-gnu-3.4.5 *
[7] i686-pc-linux-gnu-3.4.5-hardened
[8] i686-pc-linux-gnu-3.4.5-hardenednopie
[9] i686-pc-linux-gnu-3.4.5-hardenednopiessp
[10] i686-pc-linux-gnu-3.4.5-hardenednossp
[11] i686-pc-linux-gnu-4.1.1
- gcc-config -f PROFILNAME
i.e. gcc-config -f i686-pc-linux-gnu-4.1.1 if you’d like to switch to gcc 4.1.1 … If you want to use it imediatly don’t forget the source /etc/profile …