LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > 4MLinux
User Name
Password
4MLinux This forum is for the discussion of 4MLinux.

Notices


Reply
  Search this Thread
Old 05-07-2018, 03:34 PM   #1
zk1234
4MLinux Maintainer
 
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,256

Rep: Reputation: 220Reputation: 220Reputation: 220
Nice 4MLinux Review by It's FOSS


Link:
https://itsfoss.com/4mlinux-review/

My comment about old and new computers.
1) OLD MACHINES.
During the boot 4MLinux Live CD checks how much RAM is available. When low RAM is detected, 4MLinux invites "elderly hardware" by loading only limited set of software. So yes, it's an old-computer-friendly behavior.

2) MODERN MACHINES.
During the boot 4MLinux Live CD checks how much RAM is available. When a modern computer is detected, 4MLinux invites "this youngster" by loading VLC, Chromium, GIMP, ..., with full 3D support. So it's a modern-computer-friendly behavior, too.

.

Last edited by zk1234; 05-07-2018 at 03:36 PM.
 
Old 05-07-2018, 03:49 PM   #2
zk1234
4MLinux Maintainer
 
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,256

Original Poster
Rep: Reputation: 220Reputation: 220Reputation: 220
One more remark for advanced users. If you wish to reproduce the 4MLinux behavior described above, do as follows:

1) Setup VirtualBox to use 1024MB of RAM. Boot the 4MLinux Live CD. Ty web browser, media player, and the like.
2) Now setup VirtualBox to use 2048MB of RAM. Boot the 4MLinux Live CD. Ty web browser, media player, and the like.

You'll be able to see clear differences in 4MLinux behavior.

PS.
It's not only about computer programs. 4MLinux also loads drivers/firmware optimized for either older machines or modern ones. For example, you can check the size of the /lib/firmware folder (scenario with 1024MB of RAM vs. scenario with 2048MB of RAM).

.

Last edited by zk1234; 05-07-2018 at 04:12 PM.
 
Old 05-09-2018, 04:49 AM   #3
zk1234
4MLinux Maintainer
 
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,256

Original Poster
Rep: Reputation: 220Reputation: 220Reputation: 220
Hi,

I am now preparing the final version of multimedia packages for 4MLinux 26.0 STABLE (to be released in a month). I would like to post one example here. This is a small script that starts xine:
Code:
#!/bin/ash
#
#
 export LD_LIBRARY_PATH=/opt/xine/ffmpeg:/opt/xine/lib
 FILE=$(echo $1 | sed 's/ /*/g')
 if [ -e /usr/share/X11/xorg.conf.d/20-driver2d.conf ]; then
   exec /opt/xine/bin/xine -V xshm $FILE
   else
   if [ -e /usr/lib/vdpau ]; then
     exec /opt/xine/bin/xine $FILE
     else
     exec /opt/xine/bin/xine -V xv $FILE
   fi
 fi
This simple script checks if a dedicated display driver is loaded. Additionally, it checks if opengl support (mesa or nvidia) is available. Depending on the result, the script forces xine to use slow but save drivers, or it allows xine to choose and load one of opengl drivers. In other words, the script maximizes the chance to successfully start multimedia player even on older computer.

This example shows how it works. 4MLinux is lightweight/old-computer-friendly by its design (and not by the size of its installation CD).

.

Last edited by zk1234; 05-09-2018 at 04:51 AM.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
4MLinux 24.0 review by Ukrainian Liberation (video) zk1234 4MLinux 0 03-06-2018 09:46 PM
4MLinux Review by Joshua Allen Holm (DistroWatch) zk1234 4MLinux 0 05-09-2017 11:45 AM
An Everyday Linux User Review Of 4MLinux 17.0 zk1234 4MLinux 2 06-06-2016 08:25 PM
LXer: An Everyday Linux User Review Of 4MLinux LXer Syndicated Linux News 0 10-22-2014 02:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > 4MLinux

All times are GMT -5. The time now is 08:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration