Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[umfrage] Systemeinstelleungen, HArdware etc.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
siliconburner
Guru
Guru


Joined: 02 May 2003
Posts: 300

PostPosted: Sat Apr 10, 2004 1:40 pm    Post subject: [umfrage] Systemeinstelleungen, HArdware etc. Reply with quote

hi, umfragen gibt es zwar schon wie sand am mehr, aber ne auflistung der hardware mit cflags und "leuistungsangabe" fand ich nich. es geht um die Angabe, was fer Hardware ihr habt und wehce cflass und obb alles stavil läuft.

desktop
2.4.25 vanilla
Asus a7n8x-e deluxe nforce2 chipsatz
mit 1 gb ram (inhineon original 3cl) dualchannemode
xp 2500+ (nicht übertaktet, sonder mit standarteinstellungen am laufen)
ati radeon 9200 128mb ram
2 hitachi/ibm Festplatten ide
glxgears 1990 fps (mit atidrivers 3.z.6) standard fenstergrösse bei monitor mit 1600x1200 24bit
CHOST=1686 (logisch)
CFLAGS="-s -march=athlon-xp -O2 -fomit-frame-pointer -pipe -mmmx -m3dnow -msse"

schlepptop (issam smartbook 8640D)
gentoo-dev sources 2.6.3
SIS chipsatz 645dx, 5513
512mb ram
celeron 2400 (:( )
nvidia gforce4 440 go 64mb
glxgears 2073

CFALGS="-s -march=pentium3 -Os -fimot-frame-pointer -pipe -mmmx -msse2)

beide systeme laufen stabil. hab nur leichte probleme beim emerge div. progs die sich aber mit -sandbox beheben lassen (obwohl sie sich schon mal ohne -sandbox kompilieren liessen !?!?!)
_________________
living in /dev/null


Last edited by siliconburner on Sat Apr 10, 2004 4:41 pm; edited 1 time in total
Back to top
View user's profile Send private message
Realmaker
l33t
l33t


Joined: 17 Sep 2003
Posts: 683
Location: Bremen, Germany

PostPosted: Sat Apr 10, 2004 1:55 pm    Post subject: Reply with quote

siehe Sig :)
Läuft alles bombenstabil mit den CFLAGS: -pipe -march=athlon-xp -funrool-loops -fomit-frame-pointer -Os
_________________
Athlon 2600+ Barton, Asus A7N8x-X, nForce2, Asus Geforce FX5700 256mb, TwinMos 512ddr-sdram cl 2.5

Wer andern eine Bratwurst brät, der hat ein Bratwurstbratgerät.
Back to top
View user's profile Send private message
ruth
Retired Dev
Retired Dev


Joined: 07 Sep 2003
Posts: 640
Location: M / AN / BY / GER

PostPosted: Sat Apr 10, 2004 2:13 pm    Post subject: Reply with quote

hi,
naja:
workstation:
Tyan Thunder K7X Pro (S2469) + 2 x AMD Athlon™ MP 2400+
1 GB RAM
120 GB HDD
Geforce FX
SB LIve! 5.1

Laptop:
Compaq Armada 1500c (SIC!!!)
(400 harte Mhz. und ich liebe jedes einzelne davon... ;-) )

cflags:
nix dran gemacht ausser:
-O2 -march=athlon-mp und
-O2 -march=pentium2
und halt USE flags - aber die dürften ja nicht so interessieren... ;-)


p.s.:
das ist wohl der ich-hab-den-längsten Thread... *grins*
naja, wers braucht...

so long
rootshell
_________________
"The compiler has tried twice to abort and cannot do so; therefore, compilation will now terminate."
-- IBM PL/I (F) error manual
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Sat Apr 10, 2004 3:23 pm    Post subject: Reply with quote

Systeme & Kernel siehe Sig.

CFLAGS1="-march=athlon-xp -O2 -fomit-frame-pointer -mmmx -msse -pipe -fstack-protector"
CFLAGS2="-O2 -march=i686 -pipe -mmmx -fomit-frame-pointer -fstack-protector"

läuft eigentlich alles sehr stabil. nur auf System hängt kdeinit schon mal. Hab aber noch nicht rausgefunden woran das liegt. So agressiv sind die Flags ja eigentlich nicht...
Back to top
View user's profile Send private message
makukasutota
Apprentice
Apprentice


Joined: 18 Oct 2003
Posts: 251
Location: DE, Lower Saxony

PostPosted: Sat Apr 10, 2004 3:39 pm    Post subject: Reply with quote

Kernel (gentoo-dev) 2.6.5
Athlon XP 2600+
512 MB RAM
KT3 Ultra2 (kt333)
Radeon 9500 Pro
3 Festplatten:
160 Maxtor
80 Maxtor
30 Western Digital

glxgears=2200-2500 (ati-drivers 3.2.8)
CHOST=i686
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -msse"
_________________
Bye, mkasu
Back to top
View user's profile Send private message
boris64
Veteran
Veteran


Joined: 04 Oct 2003
Posts: 1770
Location: Vechelde/Peine

PostPosted: Sat Apr 10, 2004 4:41 pm    Post subject: Re: [umfrage] Systemeinstelleungen, HArdware etc. Reply with quote

siliconburner wrote:
hi, umfragen gibt es zwar schon wie sand am mehr, aber ne auflistung der hardware mit cflags und "leuistungsangabe" fand ich nich. es geht um die Angabe, was fer Hardware ihr habt und wehce cflass und obb alles stavil läuft.

hast du getrunken oder haben deine finger beim tippen nur so gezittert? ;)

ähm, was haben eigentlich die cflags so direkt mit der gesamten _hardware_ zu tun?
ich war (und bin noch) immer der meinung, dass die cflags nur mit deiner cpu
und der benutzten gcc-version was zu tun haben.

lange rede kurzer sinn:
    athlonxp 2400+
    kernel: 2.6.5-gentoo #(grundsätzlich der neueste)
    CHOST="i686-pc-linux-gnu"
    CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer" #(der athlonxp-klassiker)
    CXXFLAGS="${CFLAGS}"


stabilität:
    läuft 24/7 ohne probleme/abstürze als desktopsystem(kde)/fernseherersatz(tvtime)/file-/inet-/p2p-server(@home),
    neustarts (in ein hier besser nicht genanntes m$-os) nur beim zwanghaftem
    verlangen nach trackmania und/oder einem kernelupdate
    (ja, ich bin süchtig nach updates (besonders kernelupdates) und naturpflanzen, die man rauchen (8O) kann)


hui, :D
_________________
boris64.net 200x / visit my desktop / try these tiny kernel patches ;)
Back to top
View user's profile Send private message
ian!
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 3829
Location: Essen, Germany

PostPosted: Sat Apr 10, 2004 5:09 pm    Post subject: Reply with quote

Also Entschuldigung, aber dieser Thread ist quatsch. Erstens haben wir bereits einen Thread über Optimierungen und CFLAGS und zweitens ist GLXgears fast genausowenig zum Benchmaren geeignet, wie die von vielen immer so gerne benutzte Angabe der BogoMips.
_________________
"To have a successful open source project, you need to be at least somewhat successful at getting along with people." -- Daniel Robbins
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum