Gentoo Archives: gentoo-user

From: Justin <justin@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Anyone running a Netbook satisfactorily on Gentoo?
Date: Thu, 12 Mar 2009 21:55:01
Message-Id: 49B984A9.7030609@j-schmitz.net
In Reply to: Re: [gentoo-user] Anyone running a Netbook satisfactorily on Gentoo? by Thanasis
1 Thanasis wrote:
2 > on 03/12/2009 09:45 AM Grant wrote the following:
3 >> I've installed and updated Gentoo on my girlfriend's Acer Aspire One
4 >> netbook and it's just so slow. The only things I can think of to
5 >> speed it up would be to upgrade the RAM from 1GB (not sure if that's
6 >> possible) and/or swap out the SSD for a HD. Anyone running a netbook
7 >> not excruciatingly slow?
8 >>
9 >> - Grant
10 > Here is my setup so far:
11 > Aspire one A110L, MMCs are Transcend’s 8GB Class 6 SDHC (SD
12 > High-Capacity) Lifetime Warranty :-)
13 >
14 > # uname -a
15 > Linux atom 2.6.28-gentoo-r3 #1 SMP PREEMPT Sun Mar 8 16:00:20 EET 2009
16 > i686 Intel(R) Atom(TM) CPU N270 @ 1.60GHz GenuineIntel GNU/Linux
17 > # cat /etc/fstab
18 > LABEL=GENTOOROOT / ext2 noatime 0 1
19 > LABEL=SYSTEM /mnt/SYSTEM ext2 noatime 0 2
20 > LABEL=ARXEIO /mnt/ARXEIO ext2 noatime 0 2
21 >
22 > LABEL=SWAP none swap sw 0 0
23 >
24 > /mnt/SYSTEM/var /var none rbind 0 0
25 > /mnt/SYSTEM/tmp /tmp none rbind 0 0
26 > /mnt/SYSTEM/home /home none rbind 0 0
27 > /mnt/SYSTEM/portage /usr/portage none rbind 0 0
28 >
29 > shm /dev/shm tmpfs size=20M,nodev,nosuid,noexec 0 0
30 >
31 > # fdisk -l
32 >
33 > Disk /dev/sda: 8069 MB, 8069677056 bytes
34 > 255 heads, 63 sectors/track, 981 cylinders
35 > Units = cylinders of 16065 * 512 = 8225280 bytes
36 > Disk identifier: 0x6aa76660
37 >
38 > Device Boot Start End Blocks Id System
39 > /dev/sda1 1 981 7879851 83 Linux
40 >
41 > Disk /dev/mmcblk0: 8017 MB, 8017412096 bytes
42 > 4 heads, 16 sectors/track, 244672 cylinders
43 > Units = cylinders of 64 * 512 = 32768 bytes
44 > Disk identifier: 0x65221dec
45 >
46 > Device Boot Start End Blocks Id System
47 > /dev/mmcblk0p1 1 32769 1048600 82 Linux swap
48 > / Solaris
49 > /dev/mmcblk0p2 32770 244672 6780896 83 Linux
50 >
51 > Disk /dev/mmcblk1: 8017 MB, 8017412096 bytes
52 > 4 heads, 16 sectors/track, 244672 cylinders
53 > Units = cylinders of 64 * 512 = 32768 bytes
54 > Disk identifier: 0xea7e7be7
55 >
56 > Device Boot Start End Blocks Id System
57 > /dev/mmcblk1p1 1 244672 7829496 83 Linux
58 >
59 > # cat /etc/make.conf |grep -v \# |cat -s
60 >
61 > CFLAGS="-march=native -O2 -pipe -msse3 -fomit-frame-pointer"
62 > CXXFLAGS="${CFLAGS}"
63 >
64 > VIDEO_CARDS="intel"
65 > INPUT_DEVICES="keyboard synaptics mouse"
66 > ALSA_CARDS="hda-intel"
67 >
68 > ACCEPT_KEYWORDS="~x86"
69 >
70 > MAKEOPTS="-j2"
71 > LINGUAS="en el"
72 >
73 > FEATURES="buildpkg parallel-fetch userfetch metadata-transfer"
74 > AUTOCLEAN="yes"
75 > PORTAGE_NICENESS="18"
76 > PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
77 >
78 > PORTDIR=/usr/portage/
79 > PORT_LOGDIR=/var/tmp/portage/
80 > PORTAGE_TMPDIR="/var/tmp/"
81 > PORTAGE_TMPFS="/dev/shm"
82 > PORTAGE_ELOG_CLASSES="warn error log"
83 >
84 > DISTDIR=/usr/distfiles/
85 > PKGDIR=/usr/packages/
86 >
87 > DISTCC_DIR="${PORTAGE_TMPDIR}/.distcc/"
88 > CCACHE_DIR="${PORTAGE_TMPDIR}/ccache/"
89 >
90 > GENTOO_MIRRORS="..."
91 >
92 > SYNC="..."
93 >
94 > USE="acpi alsa ao avahi bash-completion cairo cscope cups dbus dri
95 > encode ffmpeg gif gimp gmp gnome gnome-keyring gstreamer gtk gtkhtml hal
96 > java java6 javascript jpeg jpeg2k lm_sensors lzo mad mbox mikmod mmx
97 > mpeg msn networkmanager nls nptl nptlonly nsplugin ogg opengl oss php
98 > png ppds samba scanner sdl sndfile sse sse2 truetype unicode usb
99 > vim-syntax vorbis wifi wavpack win32codecs X xinetd xft xulrunner xv
100 > xvid zeroconf"
101 >
102 >
103 > I' m running gnome, firefox, thunderbird, etc, and have compiled even
104 > openoffice on it without a problem. :-)
105 >
106 >
107 >
108 can oyu provide us our kernel config?

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Anyone running a Netbook satisfactorily on Gentoo? Justin <justin@×××××××××.net>
Re: [gentoo-user] Anyone running a Netbook satisfactorily on Gentoo? Thanasis <thanasis@××××××××××.org>