From: Justin <justin@j-schmitz.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Anyone running a Netbook satisfactorily on Gentoo?
Date: Thu, 12 Mar 2009 22:54:49 +0100 [thread overview]
Message-ID: <49B984A9.7030609@j-schmitz.net> (raw)
In-Reply-To: <49B9830F.1000601@asyr.hopto.org>
[-- Attachment #1: Type: text/plain, Size: 3764 bytes --]
Thanasis wrote:
> on 03/12/2009 09:45 AM Grant wrote the following:
>> I've installed and updated Gentoo on my girlfriend's Acer Aspire One
>> netbook and it's just so slow. The only things I can think of to
>> speed it up would be to upgrade the RAM from 1GB (not sure if that's
>> possible) and/or swap out the SSD for a HD. Anyone running a netbook
>> not excruciatingly slow?
>>
>> - Grant
> Here is my setup so far:
> Aspire one A110L, MMCs are Transcend’s 8GB Class 6 SDHC (SD
> High-Capacity) Lifetime Warranty :-)
>
> # uname -a
> Linux atom 2.6.28-gentoo-r3 #1 SMP PREEMPT Sun Mar 8 16:00:20 EET 2009
> i686 Intel(R) Atom(TM) CPU N270 @ 1.60GHz GenuineIntel GNU/Linux
> # cat /etc/fstab
> LABEL=GENTOOROOT / ext2 noatime 0 1
> LABEL=SYSTEM /mnt/SYSTEM ext2 noatime 0 2
> LABEL=ARXEIO /mnt/ARXEIO ext2 noatime 0 2
>
> LABEL=SWAP none swap sw 0 0
>
> /mnt/SYSTEM/var /var none rbind 0 0
> /mnt/SYSTEM/tmp /tmp none rbind 0 0
> /mnt/SYSTEM/home /home none rbind 0 0
> /mnt/SYSTEM/portage /usr/portage none rbind 0 0
>
> shm /dev/shm tmpfs size=20M,nodev,nosuid,noexec 0 0
>
> # fdisk -l
>
> Disk /dev/sda: 8069 MB, 8069677056 bytes
> 255 heads, 63 sectors/track, 981 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
> Disk identifier: 0x6aa76660
>
> Device Boot Start End Blocks Id System
> /dev/sda1 1 981 7879851 83 Linux
>
> Disk /dev/mmcblk0: 8017 MB, 8017412096 bytes
> 4 heads, 16 sectors/track, 244672 cylinders
> Units = cylinders of 64 * 512 = 32768 bytes
> Disk identifier: 0x65221dec
>
> Device Boot Start End Blocks Id System
> /dev/mmcblk0p1 1 32769 1048600 82 Linux swap
> / Solaris
> /dev/mmcblk0p2 32770 244672 6780896 83 Linux
>
> Disk /dev/mmcblk1: 8017 MB, 8017412096 bytes
> 4 heads, 16 sectors/track, 244672 cylinders
> Units = cylinders of 64 * 512 = 32768 bytes
> Disk identifier: 0xea7e7be7
>
> Device Boot Start End Blocks Id System
> /dev/mmcblk1p1 1 244672 7829496 83 Linux
>
> # cat /etc/make.conf |grep -v \# |cat -s
>
> CFLAGS="-march=native -O2 -pipe -msse3 -fomit-frame-pointer"
> CXXFLAGS="${CFLAGS}"
>
> VIDEO_CARDS="intel"
> INPUT_DEVICES="keyboard synaptics mouse"
> ALSA_CARDS="hda-intel"
>
> ACCEPT_KEYWORDS="~x86"
>
> MAKEOPTS="-j2"
> LINGUAS="en el"
>
> FEATURES="buildpkg parallel-fetch userfetch metadata-transfer"
> AUTOCLEAN="yes"
> PORTAGE_NICENESS="18"
> PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
>
> PORTDIR=/usr/portage/
> PORT_LOGDIR=/var/tmp/portage/
> PORTAGE_TMPDIR="/var/tmp/"
> PORTAGE_TMPFS="/dev/shm"
> PORTAGE_ELOG_CLASSES="warn error log"
>
> DISTDIR=/usr/distfiles/
> PKGDIR=/usr/packages/
>
> DISTCC_DIR="${PORTAGE_TMPDIR}/.distcc/"
> CCACHE_DIR="${PORTAGE_TMPDIR}/ccache/"
>
> GENTOO_MIRRORS="..."
>
> SYNC="..."
>
> USE="acpi alsa ao avahi bash-completion cairo cscope cups dbus dri
> encode ffmpeg gif gimp gmp gnome gnome-keyring gstreamer gtk gtkhtml hal
> java java6 javascript jpeg jpeg2k lm_sensors lzo mad mbox mikmod mmx
> mpeg msn networkmanager nls nptl nptlonly nsplugin ogg opengl oss php
> png ppds samba scanner sdl sndfile sse sse2 truetype unicode usb
> vim-syntax vorbis wifi wavpack win32codecs X xinetd xft xulrunner xv
> xvid zeroconf"
>
>
> I' m running gnome, firefox, thunderbird, etc, and have compiled even
> openoffice on it without a problem. :-)
>
>
>
can oyu provide us our kernel config?
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
next prev parent reply other threads:[~2009-03-12 21:55 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-12 7:45 [gentoo-user] Anyone running a Netbook satisfactorily on Gentoo? Grant
2009-03-12 7:49 ` Saphirus Sage
2009-03-12 9:42 ` Neil Bothwick
2009-03-12 14:03 ` Daniel da Veiga
2009-03-12 14:08 ` Dan Cowsill
2009-03-12 17:30 ` Florian Philipp
2009-03-12 19:13 ` Grant
2009-03-12 19:17 ` Justin
2009-03-12 19:36 ` Paul Hartman
2009-03-12 19:43 ` Justin
2009-03-12 20:12 ` Grant
2009-03-12 20:22 ` Paul Hartman
2009-03-14 10:31 ` Florian Philipp
2009-03-12 23:35 ` [gentoo-user] " James
2009-03-14 10:43 ` [gentoo-user] " Florian Philipp
2009-03-14 15:09 ` Thanasis
2009-03-14 22:05 ` Florian Philipp
2009-03-12 19:41 ` Neil Bothwick
2009-03-12 21:47 ` Thanasis
2009-03-12 21:54 ` Justin [this message]
2009-03-12 21:56 ` Justin
2009-03-13 5:52 ` Thanasis
2009-03-13 6:01 ` Thanasis
2009-03-13 7:55 ` Justin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49B984A9.7030609@j-schmitz.net \
--to=justin@j-schmitz.net \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox