openSUSE Forums > General Chit-Chat » {OpenSuSE, Fedora, Mandriva, Ubuntu}- how light can they be?

Go Back   openSUSE Forums > General Chit-Chat
Forums FAQ Members List Search Today's Posts Mark Forums Read


General Chit-Chat A friendly place to converse about your adventures with openSUSE, your weekend, your boss, your new car, and generally stuff that doesn't fit somewhere else (and we must ask: PLEASE do not post help questions here)

Reply
Page 2 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 05-Jul-2009, 14:26
kukibl's Avatar
Puzzled Penguin
 
Join Date: Oct 2008
Posts: 15
kukibl hasn't been rated much yet
Send a message via MSN to kukibl Send a message via Yahoo to kukibl
Default Re: {OpenSuSE, Fedora, Mandriva, Ubuntu}- how light can they

Yes, as I wrote in my previous post I am just cheking that line : -/+ buffers/cache.

sidux is running on less powerful machine with Radeon graphics (radeonhd driver) with ktorrent (running 3 torrent) and it was arround 130 MB. Fedora is running on more powerful machine with Radeon graphics (fglrx driver) with only KDE4 (no additional apps) and it was arround 250 MB. Both system are x86. Xorg server version is 1.6 in sidux and I believe 1.5 in Fedora.

@microchip8

Very nice repository. Many useful stuff I found there.
Reply With Quote
  #12 (permalink)  
Old 05-Jul-2009, 18:34
Busy Penguin
 
Join Date: Jun 2008
Posts: 390
RedDwarf hasn't been rated much yet
Default Re: {OpenSuSE, Fedora, Mandriva, Ubuntu}- how light can they

Quote:
Originally Posted by microchip8 View Post
Maybe Sidux compiles everything with -finline-functions which can make software run ~10% faster and which SUSE 11.2 will also use for all its packages.
You mean -fomit-frame-pointer? Note that it is enabled already for x86-64, the 11.2 change only applies to i586.

About the question... you are the one with a Sidux installation. You are the one better fitted to answer your question.
Reply With Quote
  #13 (permalink)  
Old 05-Jul-2009, 18:46
Flux Capacitor Penguin
 
Join Date: Jun 2008
Location: GMT+10
Posts: 5,234
ken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud of
Default Re: {OpenSuSE, Fedora, Mandriva, Ubuntu}- how light can they

Quote:
Originally Posted by kukibl View Post
sidux is running on less powerful machine with Radeon graphics (radeonhd driver) with ktorrent (running 3 torrent) and it was arround 130 MB. Fedora is running on more powerful machine with Radeon graphics (fglrx driver) with only KDE4 (no additional apps) and it was arround 250 MB. Both system are x86. Xorg server version is 1.6 in sidux and I believe 1.5 in Fedora.
A different graphics card could mean that it's running with a different driver, and in fact you are. If you are going to be doing benchmarking, you need a level playing field. Same hardware, as far as possible, same versions of programs, except the OS of course.

Or just sit back, enjoy it and be happy.
Reply With Quote
  #14 (permalink)  
Old 05-Jul-2009, 19:14
Student Penguin
 
Join Date: Jul 2008
Location: Quebec city
Posts: 71
Roger_Marquis hasn't been rated much yet
Default Re: {OpenSuSE, Fedora, Mandriva, Ubuntu}- how light can they

Hey... level4 is waiting for you!

This is what i know (only the surface) so... anyone out there with a deeper knowledge : fell free to provide more informations.

All Linux distributions are 'one size fits all' approach. By doing this it doesn't provide the 'optimized system'. (you may never use 'the plutonium mouse' but it will remain in the subsytem memory, by removing it you not only free that memory but you also speed up boot times.

Create custom run-level (rl4 is there exactly for that)

all under root privileges

clear rl4 (if there is) scripts with: rm /etc/init.d/rc4.d/*

create a clone of rl5 to rl4 with: cp -P /etc/init.d/rc5.d/* /etc/init.d/rc4.d/

edit /etc/inittab file. Gnome: gedit /etc/inittab KDE: kate /etc/inittab

change the 5 to a 4

scroll down to the line: #l4:4:wait:/etc/init.d/rc 4

remove the hash

save and quit editor

reboot

if its works, (if its not working restore rl5) now is the time to prune run-level services (use the YaST tool)

to restore rl5:

reboot, GRUB menu take Failsafe

at loging use the root option

type : pico /etc/inittab to open the : /etc/inittab file

go down the line that reads: id:4:initdefault: (change 4 to 5)

save (Ctrl+O(letter))

Ctrl+X to exit pico editor

type reboot


quick review:
Understand bootup
reduce boot menu delay
optimize run-level services
create custom run level
prune run-level services
if its not working, restore run-level 5

try it and enjoy a leaner system.
Reply With Quote
  #15 (permalink)  
Old 05-Jul-2009, 19:41
Puzzled Penguin
 
Join Date: Jun 2009
Location: South Carolina, US
Posts: 25
Ramkatral hasn't been rated much yet
Default Re: {OpenSuSE, Fedora, Mandriva, Ubuntu}- how light can they

mmmm, the benefits of having a system that can own the full package. Seriously, though, run level 4 is great. I use it on my laptop and it's swift. I give it two thumbs up.
__________________
Box: 790GX Chipset, AMD Phenom II 940 CPU OC'd @ 3.2GHz, 12 GB 1333 MHz RAM, RAID 5 @ 4,096 GB, ATI Radeon HD 4890 x 2, Thermaltake liquid-cooling, 1700w power supply. RamSLED x64 + KDE4 (Custom studio built SLED 11 base). Kernel 2.6.31rc-4.4.1
Reply With Quote
  #16 (permalink)  
Old 06-Jul-2009, 14:36
kukibl's Avatar
Puzzled Penguin
 
Join Date: Oct 2008
Posts: 15
kukibl hasn't been rated much yet
Send a message via MSN to kukibl Send a message via Yahoo to kukibl
Default Re: {OpenSuSE, Fedora, Mandriva, Ubuntu}- how light can they

Quote:
Originally Posted by ken_yap View Post
A different graphics card could mean that it's running with a different driver, and in fact you are. If you are going to be doing benchmarking, you need a level playing field. Same hardware, as far as possible, same versions of programs, except the OS of course.

Or just sit back, enjoy it and be happy.
I understand. Just for curiosity, as soon as I finish downloading Fedora 11, I'll replace sidux install with it and check for differences. Same machine, same drivers, same apps, different OS.

@Roger_Marquis

Very interesting idea, definitely I'll give it a try as soon as I find enough free time. Thank you!
Reply With Quote
Reply
Page 2 of 2 1 2

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2