DistroWatch Weekly |
DistroWatch Weekly, Issue 316, 17 August 2009 |
Welcome to this year's 33rd issue of DistroWatch Weekly! Many people who use Intel graphics and a recent Linux distribution must have come to the same conclusion: this combination is a disaster. Performance and stability issues affecting thousands of users have so far filled many pages on various forums. But, as Caitlyn Martin reports, despite the best of effort to find workarounds and solve the problems, a universal solution that would work across all Intel graphics chipsets has yet to be found. In the news section, Ubuntu updates its netbook remix interface for "Karmic Koala", Novell appoints a dedicated group of developers for openSUSE, FreeBSD prepares for the grand launch of a major new version of its operating system, and the Linux community continues to examine the recent CentOS conflict. Also in the news, some development updates on two lesser-known but highly interesting distributions - Foresight Linux and GoboLinux. Finally, if you are interested in helping to test the upcoming release of Fedora 12, don't miss our tips section describing the way to upgrade Fedora 11 to the latest "Rawhide" with one command. Happy reading!
Content:
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (35MB) and MP3 (30MB) formats (many thanks to Sonny Chauvin)
Join us at irc.freenode.net #distrowatch
|
Feature Story (by Caitlyn Martin) |
The status of Intel video drivers for Linux (and what it means for your favorite distro)
Anyone who reads the Linux technical press, Linux blogs, or the comments section of DistroWatch Weekly knows that there has been a lot of discussion, dissatisfaction, and even anger over the state of Intel video drivers for Linux. In a nutshell and without going into the nuts and bolts, Intel made significant changes to the drivers for their chipsets, introducing new technologies that were designed to radically improve performance. Keith Packard wrote a detailed technical description of the changes to the Intel drivers and what they mean which can be found here. (Tip of the hat to Adam Williamson of Red Hat who originally provided the link.)
Corresponding changes were made to the Linux kernel, including migrating the new Graphics Execution Manager (GEM), which manages video memory, into the mainline kernel beginning with version 2.6.28. Setting graphics resolution, which has traditionally been done as part of the X server, has also been migrated to the kernel. Kernel Mode Setting (KMS) is now enabled by default in the most recent Ubuntu 9.10 alpha release.
The changes in both the Intel driver and the kernel also required changes to X.Org. Even my brief and decidedly less than detailed description of these changes makes it obvious that an awful lot of Linux core code has been undergoing some very major changes during the past year. Sadly, the results have, at least so far, meant that for many users of some of the most popular Linux distributions, performance did not improve. Quite the opposite: performance severely deteriorated and instability was introduced. Some users who upgraded their systems to the latest and greatest version of their favorite distribution found themselves with a system that ran very poorly, crashed frequently, or in some cases, found that X wouldn't work at all. Phoronix described their testing of Ubuntu 9.04 on a Samsung netbook this way: "...a buggy Intel Linux graphics stack led to slow performance, stability issues, screen corruption, and other problems."
I freely admit that I am not an expert on X.Org internals or graphics drivers but I've tried to follow the technical discussions, the issues involved, and how they have impacted Linux distributions. Today we'll look at the state of Intel graphics in several popular distributions, looking both at what went right and what went wrong in recent releases, what progress has been made, and what can be expected from upcoming releases.
Different results on different systems
As we saw in the comments following my review of Mandriva 2009.1 in the May 25th issue of DistroWatch Weekly, a release which included what was probably the most problematic version of the Intel driver, some users, myself included, had severe issues while others reported that everything worked perfectly for them. Reports in the forums for Ubuntu and Fedora show similar results: some users have serious problems and other users don't. Workarounds work well on some systems and not on others. There are four factors which determine what kind of results you are likely to see on an individual system:
- The model and revision of the Intel graphics chipset
- The version of the Intel driver used
- The version of the X.Org server
- The kernel used
In addition, as Keith Packard explained, there are up to 48 combinations of settings for different features in the 2.6.x and 2.7.x Intel video drivers. Different settings yield different results. Despite all the expertise available on various forum discussions and mailing lists there are still users who report no success in getting X working properly on some recent distribution releases, no matter what they try.
The first step in finding out if a workaround is going to produce an acceptable result on a given system is to determine the model and revision of the chipset. At the command line you can type
lspci -v | grep VGA
which will display the required information. On my Sylvania g Netbook Meso the output looks like this:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
The package manager included in almost any Linux distribution should be sufficient to determine what version of the Intel driver being used. The package is usually called xorg-video-intel.
Impact on popular Linux distributions
Linux distributions released in the last four or five months have had to decide between using an older version of X.Org and the corresponding Intel driver or including code known to be problematic. Distributions that chose older code avoided the Intel issue at the cost of not supporting some of the latest and greatest hardware on the market. The popular distributions which release every six months and which stay on the cutting edge all have Intel graphics issues to some degree. How serious the issues are depends on when they released and how much progress had been made in mitigating the problems. The rest of this report examines the impact on and progress by some of the most popular Linux distributions.
- Ubuntu 9.04 was released on April 23rd and users with Intel graphics were severely impacted. The Ubuntu forum includes a Jaunty Intel Graphics Performance Guide which offers three possible workarounds, all of which involve upgrading the Intel driver to a 2.7.x release and possibly upgrading the kernel as well. At the end of the guide are responses and reports from Ubuntu users totalling an amazing 107 pages. Glancing through the reports will reveal mixed results. For some users the problems they had experienced were completely resolved. Others reported no improvement. With my Intel Mobile Express 945GME graphics chipset the best I could achieve was either excellent performance but poor stability in the form of system freeze-ups or X crashes, or poor performance and some video corruption but excellent stability. Another workaround is to revert to an older 2.4.1 Intel driver, an approach which was abandoned early on in the forum but which worked reasonably well for me.
In the discussion which follows the Performance Guide, the Ubuntu developers make it clear they will not be porting more recent kernel builds or Intel drivers to 9.04. Development is now focused on solving the problems in time for the release of 9.10 on October 29th.
The third alpha of Ubuntu 9.10 shipped with the latest 2.8.0 Intel driver, X.Org Server 1.6.2 RC1, and a development snapshot of the Linux 2.6.31 kernel. Phoronix reported poor performance test results with this alpha but I found significant improvement on my system. Ubuntu 9.10 alpha 4, released last week, also includes a newer kernel snapshot and the 2.8.0 driver, which no longer supports EXA and DRI1. While enabling UXA and DRI2 caused instability on my system with the 2.7.x drivers I have no such problem with 2.8.0. With 3D animation enabled I do still see some brief video corruption for a second, perhaps less, when a new window is opened, and a corresponding stutter in whatever action is being performed. I wonder if the stutter I see is part of the cause of the poor performance numbers the Phoronix testers saw. Once a window is open performance seems to be very good. I see no problems at all with 2D graphics using the latest Ubuntu 9.10 build. This is the same result I reported in my review of Pardus 2009 last week. Even though this is an early alpha build with some bugs I found Ubuntu 9.10 to already be far more usable than Ubuntu 9.04.
I should mention that Ubuntu 8.04 LTS uses older code and was not affected. Ubuntu Netbook Remix 8.04 was the factory installed OS on my netbook. With all the latest updates it performs flawlessly.
- Mandriva 2009.1 was released on April 29th and suffered from essentially the same problems that Ubuntu 9.04 had. Mandriva took more time to provide a workaround which resulted in what was essentially an unusable distribution at the time I reviewed the release in May. The workarounds, when offered, again involved upgrading the driver and possibly the kernel and the results on my system were essentially the same as I experienced with Ubuntu, forcing me to give up on the release.
The second alpha of Mandriva 2010 was released on July 31st. It includes a 2.6.31-rc4 kernel, one release candidate earlier than the version included in the latest Ubuntu alpha. It also includes X.Org server 1.6.2 with the latest 2.8.0 Intel driver. In the release announcement the developers state that the new Intel driver "should improve performance and stability," which, in fact, it does. My brief testing of this alpha release shows the expected bugs but usable if imperfect support for my Intel 945GME graphics chipset. Running KDE 4.3 with 3D animation enabled I saw essentially the same results I reported in my review of Pardus 2009 and in Ubuntu 9.10 alpha 4 running GNOME.
- Fedora 11 was released on June 9th. The later release allowed Fedora developers to include a 2.7.0 Intel driver as opposed to the 2.6.x drivers included in the April releases of Ubuntu and Mandriva. Fedora developers were also able to incorporate workarounds for some of the existing issues and perhaps even tying them to specific graphics chipsets. The net result was that Fedora 11 was better out of the box on my Sylvania netbook than either Mandriva 2009.1 or Ubuntu 9.04, even after trying the various upgrades and workarounds. 3D performance was still not what it should be but my system was stable. I did not run Fedora 11 for any length of time on my system. There have been no development releases of Fedora 12 as of yet; however, it is clear that the progress being made on the Intel drivers upstream should translate to improvement in Fedora paralleling Ubuntu and Mandriva.
Other distributions
Distributions like Debian GNU/Linux, openSUSE and Slackware Linux did not have a final release during the past six months and have avoided the problems which plagued distributions with faster release cycles. Red Hat Enterprise Linux and its free clones, including Scientific Linux and CentOS, also avoided the issue because they always use older, stable code.
Taking a look at releases in development: Milestone 5 of openSUSE 11.2, released on August 10th, includes the 2.8.0 version of the Intel driver, X.Org server 1.6.3 and a 2.6.31-rc4 kernel. A problem with X freezing up before KDM loads in runlevel 5 has been reported on systems using Intel or VESA video drivers. Slackware 13 RC2, released on August 6th, also includes X.Org server 1.6.3 and the 2.8.0 Intel driver but uses a slightly older 2.6.29.6 kernel. I have not had a chance to test these development releases yet.
Conclusions
The problems caused by the wholesale changes in the Intel graphics stack have not been fully resolved. Judging by the forums of distributions using the 2.8.0 Intel driver in testing and my own experience, it appears that the most serious problems, particularly those affecting system stability, have been solved. Based on the rate of progress in recent months I am hopeful that releases scheduled for the 3rd and 4th quarters of 2009 may finally have Intel graphics performance that is at least the equal of what we had last year. The promised improvements in performance using the kernel-based GEM, kernel mode switching (KMS), UXA and DRI2 will be delivered later than the Intel developers anticipated and after much heartache for the user community. In the end, though, the promises that were made will undoubtedly be fulfilled.
The usual critics of Linux have used the Intel video driver regression as further "proof" that Linux is somehow not ready for the desktop. The openness of the Linux community allowed every aspect of this issue to be examined in excruciating detail which made the situation seem somehow unique. It isn't. Problematic proprietary video drivers have been released for proprietary operating systems before and probably will be again.
Linux users with affected Intel chipsets ended up running one of the many Linux distributions that didn't have the problem or else simply ran a previous but still supported version of their favorite distro. We continued to enjoy Linux on the desktop even if we experienced some disappointment and frustration with our favorite distribution. My own frustration with Mandriva was an expression of the fact that I had come to expect nothing less than excellence from their products over a period of years.
We can only hope that those who develop core elements of Linux and the various Linux distributors have learned from this experience and will think twice before rushing code to market too early in the future.
|
Tips and tricks (by Ladislav Bodnar) |
Running Fedora "Rawhide"
A few months ago we started a series of articles on running the development releases of major distributions. So far we have covered Mandriva "Cooker", Slackware "Current" and openSUSE "Factory". Today, with the imminent release of Fedora 12 Alpha, we'll upgrade a stable Fedora 11 release to the latest "Rawhide", the Fedora development branch.
Of all the distributions that we have looked at so far, upgrading a stable Fedora to the latest Fedora development is probably the easiest. It is done with a single command:
# yum --disablerepo=* --enablerepo=rawhide update
This command updates the repository information, then downloads and upgrades all packages installed on the system plus adds any new dependencies.
I upgraded my Fedora 11 installation (installed from the GNOME live CD with all the latest updates, with the ext3 file system on the hard disk partition) over the weekend using the above command. Although the process was fairly long (the required package download was in excess of 800 MB, I was pleased to see that everything went smoothly and all upgrades completed without any errors. However, I wasn't able to boot into the new kernel (2.6.31-rc5), the default in Rawhide - the screen simply blanked out during the boot process (the system has an older NVIDIA graphics card - NVIDIA GeForce4 Ti 4200). Luckily, the kernel from Fedora 11 (2.6.29) was still available in the GRUB boot menu (this can be brought up by pressing the Esc key while the "Loading Fedora" message appears on the screen). The kernel from Fedora 11 booted up just fine.
Once on "Rawhide", the system can be updated regularly with the standard yum update to keep up with the latest packages.
A word of caution though. From my experience, running Fedora "Rawhide" tends to be a wild ride. It is nowhere near as trouble-free as Debian "Testing" or Slackware "Current" and it sometimes breaks completely - to the point that it is actually faster to re-install the whole system than to fix it. This is, of course, the result of Fedora developers introducing many new features into their distribution, some of which have never been tried before, so it is only natural that things break. Nevertheless, running "Rawhide" is a great way of staying on top of the latest innovations, interact with other testers on the development mailing list, report bugs, and generally live on the bleeding edge of Linux development. It may not for everybody, but those with time on their hands and willingness to help with testing should have plenty of fun.
Running Fedora "Rawhide" - stimulating, but risky (full image size: 1,319kB, screen resolution 1280x1024 pixels)
|
Miscellaneous News (by Chris Smart) |
Ubuntu updates netbook remix interface, Novell assigns dedicated openSUSE team, FreeBSD sprints towards next release, LWN analyses recent CentOS troubles, updates on Foresight Linux and GoboLinux
As the next release of Ubuntu draws near, some major changes are starting to appear. With the Jaunty 9.04 release, Canonical introduced an official Netbook Remix edition which uses a custom interface on top of GNOME. The current version has quite a lot of merit and is certainly a step in the right direction for netbooks; however, it's horribly clunky and slow. Now it is getting a revamp for 9.10, due in around two months from now. The new version improves upon the interface as it stands, and has reportedly received a much needed speed boost. South Africa's Broadband News reports: "The most obvious change will be that the right-hand bar, which housed links to the various hard drives, removable drives and common directories, is to be removed and this menu now integrated into the single left-hand menu under a 'files and folders' menu option. The result is a pleasingly larger area for launcher icons and a less cluttered overall appearance." Will Canonical be able to secure its much sought-after netbook market share before Moblin and Chrome OS take off? Shuttleworth has been looking forward to the challenge with Microsoft in this market segment, so no doubt this new improvement is designed to help bolster their product.
* * * * *
Novell, the company behind openSUSE, has one main goal in the Linux world - to displace Red Hat as the number one enterprise Linux vendor. To help them achieve this, they have been busy improving their Linux offerings and releasing new technology such as the online build service. Now, the company is dedicating a special group of ten employees to work solely on the operating system. Roland Haidl made the announcement on a project's mailing list: "This is the Novell 'openSUSE Team', and it is there to be a part of the community and make it easier for people to join in, enjoy and contribute." Novell is not an open source company and they have had a hard time trying to fit into the free software world. Relationship with the development team and community in general did not go well after the acquisition from Novell. Now, they might be loosening the reins a little, as Haidl admits: "We (speaking as part of the Novell management) learned to trust the community," which can only be good for the project at large. However, does the dedication of a new team show more or less faith in the community?
Elsewhere, it was recently announced that openSUSE 10.3 will be discontinued at the end of October 2009. The announcement comes hand in hand with a change in the maintenance period of all releases, now shortened to 18 months. Recently Novell changed the release cycle of their products to once every 8 months and, as such, the old support period of two years wasn't seen as suitable. Instead, it will now be '2 releases plus 2 months' which equates to 18 months. Michael Loeffler wrote: "openSUSE will shorten the maintenance period to 2 versions plus 2 months which translates with the current release cycle of 8 months to 18 months instead of 24 months we had with openSUSE 11.1 and previous releases." If a release slips a month, will that change the support date of the previous version? One would assume so, based on the formula.
* * * * *
The operating system market is certainly heating up with key releases from Microsoft, Apple and Ubuntu due out in the following months. But as Gerard van Essen writes, "let's not forget about FreeBSD." Version 7.0 was released 18 months ago, with 8.0 scheduled for late September. Currently at beta 2, no new features will be added after beta 3. However, the final release is set to be delayed due to an issue with the SVN to CVS exporter when creating the stable branch. Originally 8.0 was intended to be a minor update to the previous release, but all the changes which have gone in make it a new major release. According to the release notes, some of the improvements include superpages for AMD64, a new default scheduler, hard disk spin-down support, various userland changes, as well as support for numerous new hardware devices. FreeBSD is certainly not standing still in the fast moving operating system scene.
* * * * *
The CentOS project, which produces a highly popular free clone of Red Hat Enterprise Linux, has been in the headlines for all the wrong reasons. This was due to an internal conflict -- now apparently settled -- that was made public after all other options to resolve it had failed. Now, Jonathan Corbet of Linux Weekly News has written an article looking into the history of the issue and the consequences of the conflict. He concludes that using a distro like CentOS brings inevitable risks: "A system running CentOS is relying on the efforts of a relatively small group of volunteers; these volunteers are not obligated to continue to provide support to anybody. The project's governance and processes are on the murky side - even if it looks like things are about to get better. CentOS is fully dependent on Red Hat for security updates, and it necessarily imposes a delay between the release of Red Hat's fix (which discloses any vulnerability which wasn't already in the open) and the availability of a fix for CentOS." This is certainly a serious issue for many, especially as CentOS is often used as an enterprise grade operating system. He ads, however, that this is not a criticism but rather a warning that there are trade-offs associated with a distribution choice.
* * * * *
If you are a fan of GNOME, you've probably heard of Foresight Linux, a distribution that focuses on presenting the very latest GNOME features in one compact package. At least that was the original plan, but given the lack of recent news and releases, one would be more inclined to believe that project has lost a bit of steam recently. To revive the project, Michael Johnson, the director of OS engineering at rPath and former Red Hat developer, has expressed his thoughts about the future of Foresight Linux on the distribution's mailing list: "I think it's time to propose a change. Because I'm rPath's Director of Operating Systems, in charge of rPath Linux, this may come as a big shock, but perhaps I'm the one in the best place to say this: rPath Linux is not the right base OS for Foresight. rPath Linux is a great OS for the purpose for which it was built, and delivers great value to rPath's customers for building server-oriented application stacks that include a versioned operating system. But the development model of rPath Linux is too divergent from the development model of Foresight to make it an appropriate long-term base for Foresight." The author goes as far as suggesting a switch to Fedora as a more appropriate base for Foresight Linux, while retaining the Conary package management tools and infrastructure.
* * * * *
Finally, a quick update on GoboLinux, a distribution that is unlike anything else we've seen due to its radical break from the traditional UNIX file system hierarchy. Instead of directories such as /usr/bin/, applications are stored in individual subdirectories under /Programs/, with all direct libraries and dependencies included. This is similar to the Mac OS X approach. Jonas Karlsson has posted a status update on the upcoming 015 version. He states that some issues with the build environment are preventing the finalisation of several new ideas for the new release. As such, some internal directory structures will be changed: "First of all, GoboLinux 015 will feature he first version of /System/Index. This will replace /System/Links for most parts, like 'bin', 'lib' etc. To describe /System/Index in short, one can say that it has the same function as /System/Links, just that it functions as build prefix as well (the install prefix is still /Programs/Foo/x.y)." The /Files directory will also be dropped in favour of a new /Data directory. How will these changes affect users' ability to upgrade from previous releases?
|
Released Last Week |
SAM Linux 2009
SAM Linux 2009, a PCLinuxOS-based distribution and live CD featuring the Xfce desktop, has been released: "The Sam Linux team announces the release of SAM Linux 2009. The distribution is based on PCLinuxOS 2009.1 but it will be the last release based on PCLinuxOS. The most important changes are the upgrade to kernel version 2.6.26.8, Xfce 4.6.1, support of a variety of WLAN hardware and support of the MSI Wind netbook architecture. Minor changes include the upgrade of all packages as of 18 July 2009 and the use of Opera as email client instead of Thunderbird. SAM Linux 2009 is made fully compatible with the PCLinuxOS repositories. In the process of changing from PCLinuxOS to a distribution still unannounced we will stop hosting our own PCLinuxOS repository but we will keep up the support for SAM Linux 2009 as long as it is in use by our community." Here is the brief release announcement.
SAM Linux 2009 - the last release to be based on PCLinuxOS (full image size: 648kB, screen resolution 1280x1024 pixels)
PC/OS 2009.3
Roberto J. Dohnert has announced the release of PC/OS 2009.3, a desktop Linux distribution based on Xubuntu: "PC/OS 2009.3 has been released to the general public. This release fixes many of the hardware issues that users had with PC/OS 2009v2 series. With this release we went ahead and installed all updates so all security updates since PC/OS maintenance pack 3 have been applied. The changes to PC/OS 2009.3 application wise are common across all releases except that Xfce 4.6 was not included in WebStation due to some issues that are being explored right now on some models of netbooks. OpenOffice.org 3.1, Pidgin 2.5.8, Firefox 3.0.12, Mozilla Thunderbird and many more application updates have been applied." Read the complete release announcement for more information.
Finnix 93.0
Ryan Finnie has released Finnix 93.0, a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian's testing branch: "Finnix 93.0 released. It is a maintenance release, but due to the length of time between Finnix 92.1 and 93.0, the time between Debian upstream updates warranted a major version number bump. New features include Linux kernel 2.6.30, and updated upstream software. Vitals: Linux 2.6.30 (based on Debian 2.6.30-5), Debian testing (2009-08-08). Changes: dist-upgrade; upgraded Memtest86+ to 2.11; re-ordered main menu (x86); several fixes related to Debian and Linux kernel upgrades; removed: EVMS (unmaintained upstream, obsolete, low penetration), unionfs-tools (incompatible with current Unionfs), cramfsprogs (not used by Finnix, low need outside Finnix), ftp (use lftp instead)." Please see the release announcement and release notes for further information.
SystemRescueCd 1.2.3
François Dupoux has announced the release of SystemRescueCd 1.2.3, a Gentoo-based Linux system rescue disk available as a bootable CD-ROM or USB stick for administrating or repairing a system and data after a crash. What's new in this release? "Updated the alternative kernels to Linux kernel 2.6.27.29; updated e2fsprogs to version 1.41.8 (ext2, ext3, ext4 file system tools); updated dump to 0.4b42 (better support for ext4); updated NTFS-3G to version 2009.4.4 AR16 (NTFS-3G advanced release); added missing firmware (package linux-firmware); initial support Partclone 0.1.1; updated GParted to version 0.4.6; updated Parted to version 1.9.0." See the complete changelog for more details.
kademar Linux 4.9
Adonay Sanz Alsina has announced the release of kademar Linux 4.9, a live DVD with KDE 3 based on Debian GNU/Linux 5.0, offering support for Catalan, Spanish and English languages. Some of the new features in this release include: enhancements to CADI, the distribution's system configuration tool, which now comes with a GRUB configuration module and various new web browser configuration options; minor bug fixes and enhancements in "kademarcenter", a hardware setup utility; major update to the system installer which now includes an option to choose a 100% "libre" system; a new graphical start-up with fbsplash; updated Linux kernel 2.6.29. Read the release announcement (in Spanish) for a more complete list of changes and enhancements.
Parted Magic 4.4
Patrick Verner has released Parted Magic 4.4, a live CD designed primarily as a hard disk partitioning and data rescue tool: "This new version of Parted Magic has some major updates. Users can now get online with dial-up networking through our 'Start Network' program. Parted Magic is not in the desktop media business, but ALSA sound drivers and ALSA core programs were added if you would like to use a media player. We highly suggest Slackware 12.x packages. Unionfs is now being used for the big directories and Parted Magic's RAM usage, with the default boot option, has been halved - it only takes 256 MB of RAM to run completely from system memory and free up that CD-ROM drive or USB stick. At boot time the SSH daemon is started and public keys are generated, so that's one less thing for people using SSH to deal with. Last but not least, you will notice that Super Grub Disk is now an option in the boot menu." Visit the project's home page to read the full release announcement.
Tuquito 3
"Transforma tu vida!" proclaims the title of the release announcement for Tuquito 3, an Ubuntu-based, beginner-friendly distribution from Argentina with GNOME as the main desktop. Previously based on Debian and KDE, Tuquito has now transformed itself into a distribution with plethora of new usability features, social networking add-ons, Google applications, support for proprietary graphics drivers, and other conveniences. Some of the main features include: automatic detection of hard disk partitions with one-click activation; support for all available printers and scanners; support for web cams, inclusive of the Intel and Genius models; automatic detection of digital cameras and USB pen drives; 100% compatible with MS Office file formats; full support for Windows file systems (FAT and NTFS); new system and application installer; Garfio, a one-click back-up solution.... See the full release announcement (in Spanish) for a detailed list of features and a handful of screenshots.
Tuquito 3 - a user-friendly distribution from Argentina (full image size: 450kB, screen resolution 1280x1024 pixels)
Linux From Scratch 6.5
Linux From Scratch (LFS) 6.5 has been released. Linux From Scratch isn't a distribution in the traditional sense of the word, but rather a book containing a set of instructions for building a base Linux system from source code. From the release announcement: "The Linux From Scratch community is pleased to announce the release of LFS version 6.5. This release includes numerous changes from LFS 6.4 (including updates to Linux kernel 2.6.30.2, GCC 4.4.1, and glibc 2.10.1) and security fixes. It also includes editorial work on the explanatory material throughout the book, improving both the clarity and accuracy of the text." Besides the above-mentioned updates, the new version of Linux From Scratch also includes Bash 4.0, module-init-tools 3.10, udev 145 and many of the very latest GNU packages.
* * * * *
Development, unannounced and minor bug-fix releases
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
DistroWatch.com News |
New distributions added to database
- Dragora GNU/Linux. Dragora GNU/Linux is an independent GNU/Linux distribution based on the concept of simplicity. It is recognised by Free Software Foundation as one of the few distributions that only provides free software. Dragora has been inspired by the philosophy driving the development of Slackware Linux, but there are some important differences, including a streamlined system installer, a more powerful package management system and exclusive support for the i686 processor architecture.
- Firefly Linux. Firefly Linux is a lightweight operating system designed with netbooks in mind. Based on Arch Linux, it comes with the small and fast LXDE desktop environment, many popular applications, and out-of-the-box support for wireless networks, sound cards and graphics cards. Firefly Linux includes some non-free software, including the Flash browser plugin and Skype telephony software, while thousands of additional packages are available for installation via the distribution's command-line or graphical package management tools.
Firefly Linux - a lightweight distribution for netbooks, based on Arch Linux (full image size: 1,372kB, screen resolution 1280x1024 pixels)
* * * * *
New distributions added to waiting list
- PenaOS. PenaOS is an Ubuntu-based Linux distribution with the goal of helping users to write scientific articles. Its most important feature is the integration of OpenOffice.org with Zotero, a powerful, easy-to-use research tool that helps gather, organise, and analyse sources for a research paper and then share the results.
* * * * *
DistroWatch database summary
* * * * *
And this concludes the latest issue of DistroWatch Weekly. The next instalment will be published on Monday, 24 August 2009.
Caitlyn Martin, Chris Smart and Ladislav Bodnar
|
|
Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 0, value: US$0.00) |
|
|
|
bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr 86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
Extended Lifecycle Support by TuxCare |
| |
TUXEDO |
TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
Archives |
• Issue 1100 (2024-12-09): Oreon 9.3, differences in speed, IPFire's new appliance, Fedora Asahi Remix gets new video drivers, openSUSE Leap Micro updated, Redox OS running Redox OS |
• Issue 1099 (2024-12-02): AnduinOS 1.0.1, measuring RAM usage, SUSE continues rebranding efforts, UBports prepares for next major version, Murena offering non-NFC phone |
• Issue 1098 (2024-11-25): Linux Lite 7.2, backing up specific folders, Murena and Fairphone partner in fair trade deal, Arch installer gets new text interface, Ubuntu security tool patched |
• Issue 1097 (2024-11-18): Chimera Linux vs Chimera OS, choosing between AlmaLinux and Debian, Fedora elevates KDE spin to an edition, Fedora previews new installer, KDE testing its own distro, Qubes-style isolation coming to FreeBSD |
• Issue 1096 (2024-11-11): Bazzite 40, Playtron OS Alpha 1, Tucana Linux 3.1, detecting Screen sessions, Redox imports COSMIC software centre, FreeBSD booting on the PinePhone Pro, LXQt supports Wayland window managers |
• Issue 1095 (2024-11-04): Fedora 41 Kinoite, transferring applications between computers, openSUSE Tumbleweed receives multiple upgrades, Ubuntu testing compiler optimizations, Mint partners with Framework |
• Issue 1094 (2024-10-28): DebLight OS 1, backing up crontab, AlmaLinux introduces Litten branch, openSUSE unveils refreshed look, Ubuntu turns 20 |
• Issue 1093 (2024-10-21): Kubuntu 24.10, atomic vs immutable distributions, Debian upgrading Perl packages, UBports adding VoLTE support, Android to gain native GNU/Linux application support |
• Issue 1092 (2024-10-14): FunOS 24.04.1, a home directory inside a file, work starts of openSUSE Leap 16.0, improvements in Haiku, KDE neon upgrades its base |
• Issue 1091 (2024-10-07): Redox OS 0.9.0, Unified package management vs universal package formats, Redox begins RISC-V port, Mint polishes interface, Qubes certifies new laptop |
• Issue 1090 (2024-09-30): Rhino Linux 2024.2, commercial distros with alternative desktops, Valve seeks to improve Wayland performance, HardenedBSD parterns with Protectli, Tails merges with Tor Project, Quantum Leap partners with the FreeBSD Foundation |
• Issue 1089 (2024-09-23): Expirion 6.0, openKylin 2.0, managing configuration files, the future of Linux development, fixing bugs in Haiku, Slackware packages dracut |
• Issue 1088 (2024-09-16): PorteuX 1.6, migrating from Windows 10 to which Linux distro, making NetBSD immutable, AlmaLinux offers hardware certification, Mint updates old APT tools |
• Issue 1087 (2024-09-09): COSMIC desktop, running cron jobs at variable times, UBports highlights new apps, HardenedBSD offers work around for FreeBSD change, Debian considers how to cull old packages, systemd ported to musl |
• Issue 1086 (2024-09-02): Vanilla OS 2, command line tips for simple tasks, FreeBSD receives investment from STF, openSUSE Tumbleweed update can break network connections, Debian refreshes media |
• Issue 1085 (2024-08-26): Nobara 40, OpenMandriva 24.07 "ROME", distros which include source code, FreeBSD publishes quarterly report, Microsoft updates breaks Linux in dual-boot environments |
• Issue 1084 (2024-08-19): Liya 2.0, dual boot with encryption, Haiku introduces performance improvements, Gentoo dropping IA-64, Redcore merges major upgrade |
• Issue 1083 (2024-08-12): TrueNAS 24.04.2 "SCALE", Linux distros for smartphones, Redox OS introduces web server, PipeWire exposes battery drain on Linux, Canonical updates kernel version policy |
• Issue 1082 (2024-08-05): Linux Mint 22, taking snapshots of UFS on FreeBSD, openSUSE updates Tumbleweed and Aeon, Debian creates Tiny QA Tasks, Manjaro testing immutable images |
• Issue 1081 (2024-07-29): SysLinuxOS 12.4, OpenBSD gain hardware acceleration, Slackware changes kernel naming, Mint publishes upgrade instructions |
• Issue 1080 (2024-07-22): Running GNU/Linux on Android with Andronix, protecting network services, Solus dropping AppArmor and Snap, openSUSE Aeon Desktop gaining full disk encryption, SUSE asks openSUSE to change its branding |
• Issue 1079 (2024-07-15): Ubuntu Core 24, hiding files on Linux, Fedora dropping X11 packages on Workstation, Red Hat phasing out GRUB, new OpenSSH vulnerability, FreeBSD speeds up release cycle, UBports testing new first-run wizard |
• Issue 1078 (2024-07-08): Changing init software, server machines running desktop environments, OpenSSH vulnerability patched, Peppermint launches new edition, HardenedBSD updates ports |
• Issue 1077 (2024-07-01): The Unity and Lomiri interfaces, different distros for different tasks, Ubuntu plans to run Wayland on NVIDIA cards, openSUSE updates Leap Micro, Debian releases refreshed media, UBports gaining contact synchronisation, FreeDOS celebrates its 30th anniversary |
• Issue 1076 (2024-06-24): openSUSE 15.6, what makes Linux unique, SUSE Liberty Linux to support CentOS Linux 7, SLE receives 19 years of support, openSUSE testing Leap Micro edition |
• Issue 1075 (2024-06-17): Redox OS, X11 and Wayland on the BSDs, AlmaLinux releases Pi build, Canonical announces RISC-V laptop with Ubuntu, key changes in systemd |
• Issue 1074 (2024-06-10): Endless OS 6.0.0, distros with init diversity, Mint to filter unverified Flatpaks, Debian adds systemd-boot options, Redox adopts COSMIC desktop, OpenSSH gains new security features |
• Issue 1073 (2024-06-03): LXQt 2.0.0, an overview of Linux desktop environments, Canonical partners with Milk-V, openSUSE introduces new features in Aeon Desktop, Fedora mirrors see rise in traffic, Wayland adds OpenBSD support |
• Issue 1072 (2024-05-27): Manjaro 24.0, comparing init software, OpenBSD ports Plasma 6, Arch community debates mirror requirements, ThinOS to upgrade its FreeBSD core |
• Issue 1071 (2024-05-20): Archcraft 2024.04.06, common command line mistakes, ReactOS imports WINE improvements, Haiku makes adjusting themes easier, NetBSD takes a stand against code generated by chatbots |
• Issue 1070 (2024-05-13): Damn Small Linux 2024, hiding kernel messages during boot, Red Hat offers AI edition, new web browser for UBports, Fedora Asahi Remix 40 released, Qubes extends support for version 4.1 |
• Issue 1069 (2024-05-06): Ubuntu 24.04, installing packages in alternative locations, systemd creates sudo alternative, Mint encourages XApps collaboration, FreeBSD publishes quarterly update |
• Issue 1068 (2024-04-29): Fedora 40, transforming one distro into another, Debian elects new Project Leader, Red Hat extends support cycle, Emmabuntus adds accessibility features, Canonical's new security features |
• Issue 1067 (2024-04-22): LocalSend for transferring files, detecting supported CPU architecure levels, new visual design for APT, Fedora and openSUSE working on reproducible builds, LXQt released, AlmaLinux re-adds hardware support |
• Issue 1066 (2024-04-15): Fun projects to do with the Raspberry Pi and PinePhone, installing new software on fixed-release distributions, improving GNOME Terminal performance, Mint testing new repository mirrors, Gentoo becomes a Software In the Public Interest project |
• Issue 1065 (2024-04-08): Dr.Parted Live 24.03, answering questions about the xz exploit, Linux Mint to ship HWE kernel, AlmaLinux patches flaw ahead of upstream Red Hat, Calculate changes release model |
• Issue 1064 (2024-04-01): NixOS 23.11, the status of Hurd, liblzma compromised upstream, FreeBSD Foundation focuses on improving wireless networking, Ubuntu Pro offers 12 years of support |
• Issue 1063 (2024-03-25): Redcore Linux 2401, how slowly can a rolling release update, Debian starts new Project Leader election, Red Hat creating new NVIDIA driver, Snap store hit with more malware |
• Issue 1062 (2024-03-18): KDE neon 20240304, changing file permissions, Canonical turns 20, Pop!_OS creates new software centre, openSUSE packages Plasma 6 |
• Issue 1061 (2024-03-11): Using a PinePhone as a workstation, restarting background services on a schedule, NixBSD ports Nix to FreeBSD, Fedora packaging COSMIC, postmarketOS to adopt systemd, Linux Mint replacing HexChat |
• Issue 1060 (2024-03-04): AV Linux MX-23.1, bootstrapping a network connection, key OpenBSD features, Qubes certifies new hardware, LXQt and Plasma migrate to Qt 6 |
• Issue 1059 (2024-02-26): Warp Terminal, navigating manual pages, malware found in the Snap store, Red Hat considering CPU requirement update, UBports organizes ongoing work |
• Issue 1058 (2024-02-19): Drauger OS 7.6, how much disk space to allocate, System76 prepares to launch COSMIC desktop, UBports changes its version scheme, TrueNAS to offer faster deduplication |
• Issue 1057 (2024-02-12): Adelie Linux 1.0 Beta, rolling release vs fixed for a smoother experience, Debian working on 2038 bug, elementary OS to split applications from base system updates, Fedora announces Atomic Desktops |
• Issue 1056 (2024-02-05): wattOS R13, the various write speeds of ISO writing tools, DSL returns, Mint faces Wayland challenges, HardenedBSD blocks foreign USB devices, Gentoo publishes new repository, Linux distros patch glibc flaw |
• Issue 1055 (2024-01-29): CNIX OS 231204, distributions patching packages the most, Gentoo team presents ongoing work, UBports introduces connectivity and battery improvements, interview with Haiku developer |
• Issue 1054 (2024-01-22): Solus 4.5, comparing dd and cp when writing ISO files, openSUSE plans new major Leap version, XeroLinux shutting down, HardenedBSD changes its build schedule |
• Issue 1053 (2024-01-15): Linux AI voice assistants, some distributions running hotter than others, UBports talks about coming changes, Qubes certifies StarBook laptops, Asahi Linux improves energy savings |
• Issue 1052 (2024-01-08): OpenMandriva Lx 5.0, keeping shell commands running when theterminal closes, Mint upgrades Edge kernel, Vanilla OS plans big changes, Canonical working to make Snap more cross-platform |
• Issue 1051 (2024-01-01): Favourite distros of 2023, reloading shell settings, Asahi Linux releases Fedora remix, Gentoo offers binary packages, openSUSE provides full disk encryption |
• Issue 1050 (2023-12-18): rlxos 2023.11, renaming files and opening terminal windows in specific directories, TrueNAS publishes ZFS fixes, Debian publishes delayed install media, Haiku polishes desktop experience |
• Issue 1049 (2023-12-11): Lernstick 12, alternatives to WINE, openSUSE updates its branding, Mint unveils new features, Lubuntu team plans for 24.04 |
• Issue 1048 (2023-12-04): openSUSE MicroOS, the transition from X11 to Wayland, Red Hat phasing out X11 packages, UBports making mobile development easier |
• Issue 1047 (2023-11-27): GhostBSD 23.10.1, Why Linux uses swap when memory is free, Ubuntu Budgie may benefit from Wayland work in Xfce, early issues with FreeBSD 14.0 |
• Issue 1046 (2023-11-20): Slackel 7.7 "Openbox", restricting CPU usage, Haiku improves font handling and software centre performance, Canonical launches MicroCloud |
• Full list of all issues |
Star Labs |
Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
Random Distribution |
Photon OS
Photon OS is a minimal Linux container host, optimized to run on VMware platforms (though it is capable of running in other environments). Photon OS includes a small number of packages and offers users a command line interface. The default installation will often require less than 100MB of memory to run. The operating system comes with Docker pre-installed.
Status: Active
|
TUXEDO |
TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
Star Labs |
Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
|