Gentoo Archives: gentoo-user

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

Replies

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