Sunday, January 31, 2010

Gentoo Netbook - eeepc 1000HE

Since i've been asked by a few people, here are the configuration specs for Gentoo on the ASUS eeepc 1000HE netbook.

The section of the make.conf that references layman is just for extra tools, I like some of the software in the sunrise overlay and the pentoo overlay is excellent for hacktop programs. Neither are necessary to have a functioning gentoo netbook build.

Desktop environment - Fluxbox
Browser - Midori
e-mail client - Sylpheed
Networking - command line only (wpa supplicant script)

UPDATED 04/26/2010
-----------------------
Kernel:  linux-x86-2.6.32-gentoo-r7
-----------------------
#/etc/make.conf#
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -march=core2 -mtune=generic -mssse3 -mfpmath=sse -fomit-frame-pointer -pipe"
CXXFLAGS="${CFLAGS}"

REDUX="-xscreensaver -abiword -ipv6 -kde -xfce -qt -qt4 -ldap -accessibility -samba -bluetooth"
USE="X nsplugin dbus sqlite sqlite3 bash-completion alsa ssl mmx mmxext sse sse2 sse3 ssse3
laptop apache2 java fluxbox mssql mysql snmp vnc gtk nessus samba svg gnutls hal acpi
offensive truetype vim-syntax spell branding jpg jpeg png aim msn jabber tls ${REDUX}"

INPUT_DEVICES="evdev keyboard mouse synaptics"
VIDEO_CARDS="intel i915"

MAKEOPTS="-j3"

PORTAGE_TMPFS="/dev/shm"
PORTAGE_TMPDIR="/dev/shm"
BUILD_PREFIX="/dev/shm"

LINGUAS="en"

ACCEPT_LICENSE="*"

FEATURES="ccache userfetch parallel-fetch"
CCACHE_DIR="/var/tmp/ccache"
CCACHE_SIZE="8G"

_________________________________________________________________

OLD CONFIG INFO:
-----------------------
Kernel: linux-x86-2.6.30-gentoo-r8
-----------------------
#/etc/make.conf#

CFLAGS="-O2 -march=core2 -mtune=generic -fomit-frame-pointer -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="i686-pc-linux-gnu"
REDUX="-abiword -ipv6 -gnome -kde -xfce -qt"

USE="X sqlite sqlite3 bash-completion alsa ssl mmx mmxext sse sse2 sse3 ssse3 fluxbox ${REDUX} mssql mysql snmp vnc gtk nessus samba svg gnutls hal acpi truetype vim-syntax spell jpg jpeg png"

LINGUAS="en"

INPUT_DEVICES="evdev keyboard mouse synaptics"
VIDEO_CARDS="intel i915"

FEATURES="ccache"
CCACHE_DIR="/var/tmp/ccache"
CCACHE_SIZE="4G"

GENTOO_MIRRORS="rsync://192.168.168.144:873"
source /usr/local/portage/layman/make.conf
-------------------------------------------------
#/usr/local/portage/layman/make.conf#

PORTDIR_OVERLAY="
/usr/local/portage/layman/sunrise
/usr/local/portage/layman/pentoo
$PORTDIR_OVERLAY
"
-------------------------------------------------
Kernel config --> http://7x7.us/UV9

0 comments:

Post a Comment