linux laptops
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5360
linux-look
linux-look is a SuperKaramba theme that contains 2 monitors, which are the same (only the color off the font is different). more>>
linux-look is a SuperKaramba theme that contains 2 monitors, which are the same (only the color off the font is different). In the preview you can see the different in color .
I give credit to Beany for the buttons off the amarok-player.
<<lessI give credit to Beany for the buttons off the amarok-player.
Download (0.091MB)
Added: 2007-04-04 License: Artistic License Price:
937 downloads
PLD Linux 2.0
PLD Linux is a Polish Linux distribution. more>>
PLD Linux is operating system, which can be applied on Your computer. Huge amount of packages available, makes that everyone should find something useful.
The distribution is being developed in Poland by Poles however, we would like users from all around the world to use it.
The PLD Linux Team has released the first official stable version on November, 22, 2002.
<<lessThe distribution is being developed in Poland by Poles however, we would like users from all around the world to use it.
The PLD Linux Team has released the first official stable version on November, 22, 2002.
Download (693MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
913 downloads
Jedo Linux 1.0
Jedo Linux is a simple, clean Linux distribution that aims to provide a reliable distro for power users. more>>
Jedo Linux (pronounced jed-o), is a simple, clean Linux distribution that aims to provide a reliable distro for power users. Its best described as a cross between Linux From Scratch (LFS), Redhat and Gentoo.
Jedo Linux is a original distro (not built on any existing one), although it tends to lean towards LFS and feels a bit like Redhat when using it.
Source based distro allows rapid development, and makes it easy for users to tweak the distro to their liking. (most packages can also be installed from binaries)
Vanilla Kernel Jedo Linux runs a vanilla kernel, and this is updated regularly to the latest stable kernel.
Decent Support Life 3yr support life by default (may be adjusted depending on usage and versions avalible).
Release Cycle Aim to release a new version about once every 2 years, and release feature updates roughly every 6months for released versions. (of course security updates are released ASAP)
Desktop Distro Designed for use on desktops and laptops.
OSS All software included in the default install is Open Source (or Freedom Software) - including firmware. Some closed source software is in the repo, but it is clearly marked in the "nonfree" category. If you dont belive in using propietary software or kernel modules, none will be installed without you requesting it. Software that uses patented technology (eg: libdvdcss) is also in the "nonfree" category.
For expert users Its a distro for Linux power users - installer and config tools are all CLI and assumes you know all about partitioning, package management, etc.
New, but not bleeding Jedo Linux uses the latest stable technology - latest & greatest but not bleeding edge - because people like having their systems work as expected. Jedo Linux gives you good tools that work so you can get on with what you want to do without having to mess about fixing the OS.
Basicly, its a distro aimed at your LFS compiling, technically skilled Linux user who wants a distro that is simple to use and install - its not for your average Mum & Dad who just want to send email - that sort of user should look at something like Ubuntu. Neither is it a server distro as its not feature frozen - use something like Redhat EL/CentOS or Debian if you are after a feature distro with a long support life.
<<lessJedo Linux is a original distro (not built on any existing one), although it tends to lean towards LFS and feels a bit like Redhat when using it.
Source based distro allows rapid development, and makes it easy for users to tweak the distro to their liking. (most packages can also be installed from binaries)
Vanilla Kernel Jedo Linux runs a vanilla kernel, and this is updated regularly to the latest stable kernel.
Decent Support Life 3yr support life by default (may be adjusted depending on usage and versions avalible).
Release Cycle Aim to release a new version about once every 2 years, and release feature updates roughly every 6months for released versions. (of course security updates are released ASAP)
Desktop Distro Designed for use on desktops and laptops.
OSS All software included in the default install is Open Source (or Freedom Software) - including firmware. Some closed source software is in the repo, but it is clearly marked in the "nonfree" category. If you dont belive in using propietary software or kernel modules, none will be installed without you requesting it. Software that uses patented technology (eg: libdvdcss) is also in the "nonfree" category.
For expert users Its a distro for Linux power users - installer and config tools are all CLI and assumes you know all about partitioning, package management, etc.
New, but not bleeding Jedo Linux uses the latest stable technology - latest & greatest but not bleeding edge - because people like having their systems work as expected. Jedo Linux gives you good tools that work so you can get on with what you want to do without having to mess about fixing the OS.
Basicly, its a distro aimed at your LFS compiling, technically skilled Linux user who wants a distro that is simple to use and install - its not for your average Mum & Dad who just want to send email - that sort of user should look at something like Ubuntu. Neither is it a server distro as its not feature frozen - use something like Redhat EL/CentOS or Debian if you are after a feature distro with a long support life.
Download (MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
565 downloads
Laptop-Hotswap 0.3.6
Laptop-Hotswap kernel module enables hot-swapping for disk drives with full DMA support under Linux. more>>
Laptop-Hotswap kernel module enables hot-swapping for disk drives with full DMA support under Linux. It requires kernel 2.6.15+ and ACPI.
I think it ought to work on just about any laptop, although Im not as familiar with ACPI as Id like to be. It works fine on my T22. There could be issues with laptops with two expansion bays -- I shut down the entire ide1 interface and fire it back up, and I do all my watching on the ACPI device for the IDE1/Master. So if you had a slave device, and you ejected the master, your slave will go bye-bye. Thinking about ways around that, but they dont export too much of the ide driver. I think itd be easy to handle, you just have to make sure youre not using either master or slave whenever you eject one of them.
At least on my laptop, dont go pulling things while your laptop is sleeping. Do it when its awake.
The floppy support should work, but my floppy drive isnt with me right now.
Theres one parameter -- auto_eject. If you set it to 1, the driver will automatically shut down and unregister the IDE interface upon getting a request for ejection (On my T22, I pull a little switch and a lever pops out -- the drive is still connected at that point, but it shows as a request for ejection). If your laptop doesnt have a mechanism for that:
echo -n "MSTR eject" > /proc/acpi/lths
Will shut down and software-eject the drive, and you can safely pull it and insert another.
See the scripts in config/ -- theyre made to work with acpid to handle the ejection and umounting and insertion. The mount/umount stuff only matters for a drive caddy, I suppose.
It shouldnt matter what you have in your laptop at boot. This module also fixes that annoying thing on my T22 where if I dont have a ultrabay battery in at boot, I cant ever see its status.
Enhancements:
- Support for the Fujitsu S7020 (and possibly other laptops using a PATA bay with an SATA main disk).
<<lessI think it ought to work on just about any laptop, although Im not as familiar with ACPI as Id like to be. It works fine on my T22. There could be issues with laptops with two expansion bays -- I shut down the entire ide1 interface and fire it back up, and I do all my watching on the ACPI device for the IDE1/Master. So if you had a slave device, and you ejected the master, your slave will go bye-bye. Thinking about ways around that, but they dont export too much of the ide driver. I think itd be easy to handle, you just have to make sure youre not using either master or slave whenever you eject one of them.
At least on my laptop, dont go pulling things while your laptop is sleeping. Do it when its awake.
The floppy support should work, but my floppy drive isnt with me right now.
Theres one parameter -- auto_eject. If you set it to 1, the driver will automatically shut down and unregister the IDE interface upon getting a request for ejection (On my T22, I pull a little switch and a lever pops out -- the drive is still connected at that point, but it shows as a request for ejection). If your laptop doesnt have a mechanism for that:
echo -n "MSTR eject" > /proc/acpi/lths
Will shut down and software-eject the drive, and you can safely pull it and insert another.
See the scripts in config/ -- theyre made to work with acpid to handle the ejection and umounting and insertion. The mount/umount stuff only matters for a drive caddy, I suppose.
It shouldnt matter what you have in your laptop at boot. This module also fixes that annoying thing on my T22 where if I dont have a ultrabay battery in at boot, I cant ever see its status.
Enhancements:
- Support for the Fujitsu S7020 (and possibly other laptops using a PATA bay with an SATA main disk).
Download (0.014MB)
Added: 2006-04-27 License: GPL (GNU General Public License) Price:
1276 downloads
Linux Commander 0.5.2
Linux Commander is a file manager for X11 using GTK+. more>>
Linux Commander is a powerful file manager for the X Window System.
It is partially modelled after Window Commander for Windows.
<<lessIt is partially modelled after Window Commander for Windows.
Download (0.16MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1665 downloads
DeLi Linux 0.7.2
DeLi Linux is a Linux Distribution for old computers, from 486 to Pentium MMX 166 or so. more>>
DeLi Linux stands for "Desktop Light" Linux. It is a Linux Distribution for old computers, from 486 to Pentium MMX 166 or so. Its focused on desktop usage.
DeLi Linux project includes email clients, graphical web browser, an office package with word processor and spreadsheet, and so on. A full install, including XFree and development tools, needs not more than 250 MB of harddisk space.
The trick is, that DeLi Linux uses only "lightweight" alternative software. If you are looking for the newest KDE, GNOME or Mozilla, DeLi Linux will not make you happy. The test computer is a 486 laptop with 16 MB RAM, and all apps which comes with DeLi Linux are running smoothly.
"Why the heck make a Linux for such old crap ?" you may ask. There are still many computers around with the configuration mentioned above, it would be a shame to waste them. Many people simply cannot buy a 2 Ghz machine for 1000 $ or more, but they can buy a Pentium I 133 for 50 $ from ebay.
Many people are still happy with the computer they bought five years ago. Especially in the so-called third world, new hardware is not affordable. Well, theres still Windows95 or Windows 3.1, which will run on these machines, too. But these versions are not supported by MS anymore, they are no longer in production, and finally, you will not get any software for this old Windows version.
Enhancements:
- DeLi Linux 0.7.2 is the next and possibly the last release in the 0.7.x branch. DeLi Linux 0.7.2 have the following new features: Linux kernel 2.4.34.4; X.Org 7.2; a new default web browser, Konq-E (Konqueror Embedded) which has Javascript and CSS support; the pdq print system, which replaces lprng; improved and bug-fixed delisetup, deliget and netinstall; other new packages includes nano, Gutenprint, gv and xaw3d, and the new Liberation fonts from Red Hat.
<<lessDeLi Linux project includes email clients, graphical web browser, an office package with word processor and spreadsheet, and so on. A full install, including XFree and development tools, needs not more than 250 MB of harddisk space.
The trick is, that DeLi Linux uses only "lightweight" alternative software. If you are looking for the newest KDE, GNOME or Mozilla, DeLi Linux will not make you happy. The test computer is a 486 laptop with 16 MB RAM, and all apps which comes with DeLi Linux are running smoothly.
"Why the heck make a Linux for such old crap ?" you may ask. There are still many computers around with the configuration mentioned above, it would be a shame to waste them. Many people simply cannot buy a 2 Ghz machine for 1000 $ or more, but they can buy a Pentium I 133 for 50 $ from ebay.
Many people are still happy with the computer they bought five years ago. Especially in the so-called third world, new hardware is not affordable. Well, theres still Windows95 or Windows 3.1, which will run on these machines, too. But these versions are not supported by MS anymore, they are no longer in production, and finally, you will not get any software for this old Windows version.
Enhancements:
- DeLi Linux 0.7.2 is the next and possibly the last release in the 0.7.x branch. DeLi Linux 0.7.2 have the following new features: Linux kernel 2.4.34.4; X.Org 7.2; a new default web browser, Konq-E (Konqueror Embedded) which has Javascript and CSS support; the pdq print system, which replaces lprng; improved and bug-fixed delisetup, deliget and netinstall; other new packages includes nano, Gutenprint, gv and xaw3d, and the new Liberation fonts from Red Hat.
Download (128MB)
Added: 2007-05-18 License: GPL (GNU General Public License) Price:
599 downloads
MURIX Linux 2.6.19
MURIX Linux is a distribution based on LinuxFromScratch for building bootable CD-ROMs. more>>
MURIX Linux is a distribution based on LinuxFromScratch for building bootable CD-ROMs.
Since you build it from source, MURIX should function on almost any hardware.
<<lessSince you build it from source, MURIX should function on almost any hardware.
Download (26.6MB)
Added: 2007-01-01 License: GPL (GNU General Public License) Price:
1027 downloads
Icepack Linux 2.75
Icepack linux is an independent Linux distribution built from scratch. more>>
Icepack linux is an independent Linux distribution built from scratch. Our objective is to offer you a user-friendly full-featured operating system, pre-configured, well structured and easy to work with, and filled with the latest stable versions of great Linux applications.
You dont need a profound Linux knowledge to install and use Icepack - our install manager guides you safely through the installation process, and the desktops and menus are self-explanatory!
<<lessYou dont need a profound Linux knowledge to install and use Icepack - our install manager guides you safely through the installation process, and the desktops and menus are self-explanatory!
Download (574MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1668 downloads
GoodGoat Linux 1.2
Goodgoat is an easy to use desktop that can run from a bootable cd or it can be installed to the hard drive. more>>
Goodgoat is an easy to use desktop that can run from a bootable cd or it can be installed to the hard drive.
Goodgoat uses portage to handle updates for the installed version. I started goodgoat as an os for my low cost computer. I thought that the Linux I had created would be useful to other people.
I have hand picked the best of breed applications and left an easy to use desktop. I start with xfce4 which is light weight and easy to use. I added firefox, evolution for email, openoffice and many other applications.
Some highlights of the system is that it has all the regular desktop application, video and audio player, and auto configuration of the network and x windows setup.
For the system administrators I have added iscsi server and client tools. You can run /etc/init.d/iscsi-target start and you are sharing hd0. Goodgoat has qemu which is the poor mans vmware only it works better if you ask me (compressed filesystem).
To install goodgoat all you need to do is install the cd version (iso file) and use the installer in the prefs menu. Some parts of the installer take a few minutes but as long as the firefox circle is spinning you just have to wait until the installer finishes. While you wait you can open a new tab or a new window and browse the web or play one of the many games included in goodgoat.
Why should you use goodgoat? Its fast and everything you need is right at your finger tips. Goodgoat works well on older computers and doesnt need a lot of memory. Goodgoat works with desktops laptops, and wifi.
If you like gentoo all you have to do is install goodgoat and run su -; emerge sync from the xterm and you have a gentoo system. I add a few additional applications that are not included with gentoo and I installed newer applications than gentoo supports by default.
Goodgoat is about as easy to install as it gets. The installer is simple in function and easy to use.
<<lessGoodgoat uses portage to handle updates for the installed version. I started goodgoat as an os for my low cost computer. I thought that the Linux I had created would be useful to other people.
I have hand picked the best of breed applications and left an easy to use desktop. I start with xfce4 which is light weight and easy to use. I added firefox, evolution for email, openoffice and many other applications.
Some highlights of the system is that it has all the regular desktop application, video and audio player, and auto configuration of the network and x windows setup.
For the system administrators I have added iscsi server and client tools. You can run /etc/init.d/iscsi-target start and you are sharing hd0. Goodgoat has qemu which is the poor mans vmware only it works better if you ask me (compressed filesystem).
To install goodgoat all you need to do is install the cd version (iso file) and use the installer in the prefs menu. Some parts of the installer take a few minutes but as long as the firefox circle is spinning you just have to wait until the installer finishes. While you wait you can open a new tab or a new window and browse the web or play one of the many games included in goodgoat.
Why should you use goodgoat? Its fast and everything you need is right at your finger tips. Goodgoat works well on older computers and doesnt need a lot of memory. Goodgoat works with desktops laptops, and wifi.
If you like gentoo all you have to do is install goodgoat and run su -; emerge sync from the xterm and you have a gentoo system. I add a few additional applications that are not included with gentoo and I installed newer applications than gentoo supports by default.
Goodgoat is about as easy to install as it gets. The installer is simple in function and easy to use.
Download (680MB)
Added: 2005-05-16 License: GPL (GNU General Public License) Price:
1624 downloads
Trinacria Linux 2.0
Trinacria Linux is a new Italian distribution based on KNOPPIX. more>>
Trinacria Linux is a new Italian distribution based on KNOPPIX.
Trinacria Linuxs primary target markets are the Italian office users and Linux beginners.
<<lessTrinacria Linuxs primary target markets are the Italian office users and Linux beginners.
Download (683.9MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1114 downloads
Linux DC++ 20070101
Linux DC++ is a project to port the DC++ direct connect client to Linux or any POSIX-compliant Unix. more>>
Linux DC++ is a project to port the DC++ direct connect client to Linux or any POSIX-compliant Unix.
<<less Download (MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
658 downloads
Phrealon Linux 0.96
Phrealon Linux is a bootable Linux CD for imaging workstations. more>>
Phrealon is a bootable linux CD based on Slackware Linux 8.0 (now 9.0)designed to allow the easy imaging of multiple workstations.
It utilizes the udpcast set of Linux tools to accomplish this.
<<lessIt utilizes the udpcast set of Linux tools to accomplish this.
Download (34.4MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1665 downloads

Mandriva Linux 2008
Mandriva Linux One 2008 is the best way to start using Linux. more>> Mandriva Linux One 2008 is the best way to start using Linux. A full Linux operating system on a single CD for both new and experienced Linux users, it is fast to download and install, and also safe to try with a live mode. One is really the one CD you need!
<<less
Download (696.66MB)
Added: 2009-04-09 License: Freeware Price: Free
227 downloads
HP Linux Imaging and Printing 2.7.7
HP Linux Imaging and Printing (HPLIP) isa complete printing and imaging solution for Linux. more>>
HP Linux Imaging and Printing Driver Project consists of two projects:
1) HPIJS, a printer driver for HP devices
2) HP Linux Imaging and Printing (HPLIP), a complete printing and imaging solution for Linux (note: HPLIP includes HPIJS).
<<less1) HPIJS, a printer driver for HP devices
2) HP Linux Imaging and Printing (HPLIP), a complete printing and imaging solution for Linux (note: HPLIP includes HPIJS).
Download (13.2MB)
Added: 2007-08-02 License: LGPL (GNU Lesser General Public License) Price:
839 downloads
Linux in a window of Windows 4.0-r0
Linux in a window of Windows. Run the Debian Linux appliance in the free VMware Player side by side with Windows. This is a full desktop Gnome install... more>> <<less
Download (455993KB)
Added: 2009-04-13 License: Freeware Price: Free
196 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above linux laptops search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed