Saturday, April 24, 2010

Lenovo T61: Gentoo Config

Dumping this info here for my own future reference if needed, but if someone else uses it too then that's a bonus. So here is the current config of my t61 think-pad.

##make.conf##
CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
 
REDUX="-xscreensaver -abiword -ipv6 -kde -xfce -qt -qt4 
-ldap -accessibility -samba -bluetooth"
 
USE="X dbus sqlite sqlite3 bash-completion alsa ssl mmx mmxext 
sse sse2 sse3 ssse3 apache2 java fluxbox mssql mysql snmp vnc 
gtk nessus samba svg gnutls hal acpi 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"

source /usr/local/portage/layman/make.conf
-----------------------------------------------------------------------------

entropy ~ # cat /etc/portage/package.use
app-portage/layman git subversion

entropy ~ # cat /etc/portage/package.keywords
x11-terms/terminator
sys-apps/preload
gnome-extra/nautilus-dropbox
media-tv/huludesktop
net-analyzer/fasttrack
net-analyzer/cryptcat
net-analyzer/nikto
net-misc/vidalia

entropy ~ # eselect profile show
Current make.profile symlink:
  default/linux/amd64/10.0/desktop/gnome

2.6.31-gentoo-r10 kernel config: link

1 comments:

  1. Thanks for this config! it helped me out a lot today

    ReplyDelete