Re: [gentoo-user] cflags for atom

2013-10-21 Thread thegeezer
On 10/21/2013 03:09 PM, Silvio Siefke wrote: Hello, on my netbook Acer Aspire One D255 is running Gentoo amd64 but its so slow. I have Samsung NC10 and there is running Gentoo better and that i understand not so really. What Cflags i should use, at moment i use CFLAGS=-O2 -march=atom

Re: [gentoo-user] cflags for atom

2013-10-21 Thread Silvio Siefke
Hello, On Mon, 21 Oct 2013 15:33:37 +0100 thegeezer thegee...@thegeezer.net wrote: http://wiki.gentoo.org/wiki/CFLAGS use native - it does the working out for you if GCC is new CFLAGS=-march=native -O2 -pipe Ok thank you. Hope then better. Now compile orgy so 2 days and i have finished.

Re: [gentoo-user] cflags for atom

2013-10-21 Thread Frank Steinmetzger
On Mon, Oct 21, 2013 at 04:09:11PM +0200, Silvio Siefke wrote: Hello, on my netbook Acer Aspire One D255 is running Gentoo amd64 but its so slow. I have Samsung NC10 and there is running Gentoo better and that i understand not so really. Do they have different amounts of RAM installed? My

Re: [gentoo-user] cflags for atom

2013-10-21 Thread Joseph
I have four core: Intel(R) Atom(TM) CPU 330 @ 1.60GHz CFLAGS=-march=core2 -O2 -pipe CXXFLAGS=${CFLAGS} MAKEOPTS=-j5 -- Joseph On 10/21/13 16:09, Silvio Siefke wrote: Hello, on my netbook Acer Aspire One D255 is running Gentoo amd64 but its so slow. I have Samsung NC10 and there is running

Re: [gentoo-user] cflags for atom

2013-10-21 Thread Frank Steinmetzger
On Mon, Oct 21, 2013 at 09:20:42AM -0600, Joseph wrote: I have four core: Intel(R) Atom(TM) CPU 330 @ 1.60GHz Wikipedia says otherwise: http://en.wikipedia.org/wiki/List_of_Intel_Atom_microprocessors#Dual-core_Nettop_processors -- Gruß | Greetings | Qapla’ Please do not share anything from,

Re: [gentoo-user] cflags for atom

2013-10-21 Thread Silvio Siefke
Hello, On Mon, 21 Oct 2013 17:15:30 +0200 Frank Steinmetzger war...@gmx.de wrote: Do they have different amounts of RAM installed? My netbook ran OK with 1 GB, but was very limited, especially once Firefox was loaded. 2 GB should be the minimum if you use a big desktop. No its only 1 GB. I

Re: [gentoo-user] cflags for atom

2013-10-21 Thread Frank Steinmetzger
On Mon, Oct 21, 2013 at 06:09:58PM +0200, Silvio Siefke wrote: Hello, On Mon, 21 Oct 2013 17:15:30 +0200 Frank Steinmetzger war...@gmx.de wrote: Do they have different amounts of RAM installed? My netbook ran OK with 1 GB, but was very limited, especially once Firefox was loaded. 2 GB

Re: [gentoo-user] cflags for atom

2013-10-21 Thread housegregory299
В письме от 21 октября 2013 18:40:27 пользователь Frank Steinmetzger написал: On Mon, Oct 21, 2013 at 06:09:58PM +0200, Silvio Siefke wrote: Hello, On Mon, 21 Oct 2013 17:15:30 +0200 Frank Steinmetzger war...@gmx.de wrote: Do they have different amounts of RAM installed? My netbook

Re: [gentoo-user] cflags for atom

2013-10-21 Thread Alecks Gates
On Mon, Oct 21, 2013 at 9:09 AM, Silvio Siefke siefke_lis...@web.de wrote: Hello, on my netbook Acer Aspire One D255 is running Gentoo amd64 but its so slow. I have Samsung NC10 and there is running Gentoo better and that i understand not so really. What Cflags i should use, at moment i use

Re: [gentoo-user] cflags for atom

2013-10-21 Thread Adam Carter
If you havent already, I would first verify that its actually CPU bound, before changing CFLAGs and recompiling everything. So take a look at top, vmstat, mpstat etc when you're noticing slowness. If it is truely CPU bound and you're going to recompile everything, you could consider upgrading to

Re: [gentoo-user] cflags for atom

2013-10-21 Thread Frank Steinmetzger
On Tue, Oct 22, 2013 at 11:45:35AM +1100, Adam Carter wrote: If you havent already, I would first verify that its actually CPU bound, before changing CFLAGs and recompiling everything. So take a look at top, vmstat, mpstat etc when you're noticing slowness. If it is truely CPU bound and you're