SparkyLinux Forums

General => Introduction => Topic started by: Arek on July 13, 2014, 07:53:31 PM

Title: New User, first impressions of Sparky Linux 3.4 "GameOver"
Post by: Arek on July 13, 2014, 07:53:31 PM
Hello, I just found Sparky "GameOver" and after seeing what all is included thought I'd give it a spin.  Here are my first impressions after getting it installed:
I'm reasonably happy atm, but here's hoping that some of the kinks get worked out in the future. :)

--Arek
Title: Re: New User, first impressions of Sparky Linux 3.4 "GameOver"
Post by: pavroo on July 13, 2014, 08:52:50 PM
Hi
I am really glad that you have installed GO and posted all the things.

Quotewine is still only 1.6.2
We keep Sparky compatible with Debian testing, that's why, even Sid has the same version of Wine now.

Quotedefault kernel is the 486 kernel
If you installed Sparky 32 bit version, simply install linux-image-686-pae. It will solve your problem.
Anyway I could add the second (686-pae) kernel to the existing 486 on next live iso so I did ones before.
But the problem is with the iso image limited space.

QuoteThe default installer on the current GameOver iso requires a minimum of 8G
I don't think it's correct. I used to make testing installation for every sparky version before uploading to a server.
I never set more that 2 GB of RAM and no SWAP even for GameOver. It's really strange what you said.

QuoteInstalling nvidia-kernel-dkms
As above - linux-kernel-686-pae will solve it too.

I hope it will help you some, if not don't hesitate to right it down.
Title: Re: New User, first impressions of Sparky Linux 3.4 "GameOver"
Post by: Arek on July 13, 2014, 11:25:23 PM
Quote
QuoteThe default installer on the current GameOver iso requires a minimum of 8G
I don't think it's correct. I used to make testing installation for every sparky version before uploading to a server.
I never set more that 2 GB of RAM and no SWAP even for GameOver. It's really strange what you said.
As said in the other thread, the "new" installer, which is the default, copies the files from the installation media to /tmp before mounting the partition you tell it to install to.  /tmp is backed by tmpfs, which is limited to 50% of your system's memory (possibly including swap) at most, and the files are ~4G in size, meaning you need ~8G memory to hold them.  However, if this problem doesn't exist in testing....Is there logic in the code that's supposed to do this in certain cases?  If so, removing said logic (and just having the installer copy directly from the installation media) would probably be for the best, even if it makes some edge-case installations slower.

QuoteIf you installed Sparky 32 bit version, simply install linux-image-686-pae. It will solve your problem.
Anyway I could add the second (686-pae) kernel to the existing 486 on next live iso so I did ones before.
But the problem is with the iso image limited space.
I understand about space constraints and compatibility, and I'm quite sure that some folks with very old systems will be grateful for your choice.  Folks with newer systems, however, need to be made aware that the 486 kernel is what's used on 32-bit sparky, and how to switch kernels to one that will better suit their needs, especially since a 32-bit OS is generally better for gaming atm.  I'm on the fence about updating, since I have a single-core system, which makes me question what if any performance gain I would see out of the 686 kernel, and updating would require me to fix nvidia again (which should be relatively easy).

One other thing to add to "The Bad" above:  PulseAudio is installed by default.  I know, I know....PA is required by at least Gnome (and maybe KDE as well now, but I'm not sure) now for desktop sound effects, is installed by default by all but one major linux distribution and a very small handful of minor ones, and tends to make sound work better when it does work, but I've never had anything but trouble out of it, so it's always the first thing to go when I set up a system that has it by default.  YMMV (If the problem I have were completely ubiquitous - which it's not - or PA was painful to remove properly, I would rate PA as "The Ugly" - the problems I have with it are that bad).

--Arek

Edit:  Finished a thought on the new installer.
Title: Re: New User, first impressions of Sparky Linux 3.4 "GameOver"
Post by: MoroS on July 14, 2014, 09:11:33 AM
Quote from: Arek on July 13, 2014, 11:25:23 PM
Is there logic in the code that's supposed to do this in certain cases?

This calls for a installer code check-up I guess... Had to do one anyway before throwing it on GitHub. I did notice high memory usage when installing Sparky, but that wasn't the installer. It was the disk buffer. After installation the live environment had a cache usage of 2-3GB (which would eventually be freed as the system would need more RAM for running software). Anyway, I'll do some analysis and so what could be the problem.

@Pavroo: About the DKMS modules (not just nVidia, VirtualBox and a few others also): it's a misconfiguration issue. While the x86 Sparky has the i486 kernel installed, installing any DKMS module will trigger a compilation for the i686-pae kernel. It's a bad thing because it renders x86 Sparky practically unusable in some cases (not being able to compile nVidia modules was my case... Nouveau crashes for my GeForce 9600M GT). My first guess is that while we have the i486 kernel installed, we also have the i686 headers somewhere. The DKMS modules look at installed headers and will compile and install just fine... to a i686 module directory, to which the i486 kernel's modprobe does not reach. It's a confirmed case, so I made a ticket for it: https://sourceforge.net/p/sparkylinux/tickets/14/
Title: Re: New User, first impressions of Sparky Linux 3.4 "GameOver"
Post by: pavroo on July 14, 2014, 03:30:47 PM
QuoteMy first guess is that while we have the i486 kernel installed
The reason is simple: many people still have old machines (include me).
It's not a problem to install 686-pae kernel after installing the system on a hard drive.
I understand also that most distribution dropped support for i386/i486, but why we should do that?

I suggest a compromise: add 686-pae kernel to the 32 bit iso images (as default) and keep as the second option i486 kernel for old machines.
It takes about 150Mb of space and after compressing the iso images will be 50-60 MB bigger.

Agree or other options?
Title: Re: New User, first impressions of Sparky Linux 3.4 "GameOver"
Post by: MoroS on July 14, 2014, 04:07:19 PM
Quote from: pavroo on July 14, 2014, 03:30:47 PM
The reason is simple: many people still have old machines (include me).
It's not a problem to install 686-pae kernel after installing the system on a hard drive.
I understand also that most distribution dropped support for i386/i486, but why we should do that?

My problem is not with the i486 kernel. It's in Sparky's policy to support such things as long as possible. My problem is with the i686 headers. What the hell are they doing being detected while the i486 kernel is installed? That's what I want to check. ;)

I would rather keep the i486 as default, fix those headers and give the user the means of simple switching between kernels is they want to.
Title: Re: New User, first impressions of Sparky Linux 3.4 "GameOver"
Post by: pavroo on July 14, 2014, 04:15:34 PM
I am quit sure that I removed 686 header from all 32 images.
It was on my list before making new isos.
Title: Re: New User, first impressions of Sparky Linux 3.4 "GameOver"
Post by: MoroS on July 14, 2014, 08:53:53 PM
Ok. Then I'll investigate why are they chosen during DKMS installation. I was installing the virtualbox-guest-dkms package. The kernel installed was a 486 kernel, but the headers against which the DKMS compiled were the 686-pae headers. It was yesterday, so I already have them on my bug list. :)
Title: Re: New User, first impressions of Sparky Linux 3.4 "GameOver"
Post by: Arek on July 15, 2014, 10:45:04 PM
Ok, after a day or 2 of using LXDE, I'm adding that to "The Bad" as well.  The big reason?  LXDE and Google Chrome don't play well together (lxde doesn't redraw the desktop correctly when chrome is running and minimized), and Iceweasel (Firefox) is a massive memory/resource hog, as usual.  Not sure if IceApe (Seamonkey) would work better, but I decided to install XFCE instead and go with what I know works.  As with the installer (and probably PulseAudio), a newer/better computer would probably make the issue less of a problem.  Other than that, and the problem with dkms choosing i686 headers on 486 (I'm probably gonna have to break down and upgrade to the i686 kernel because of that), and a problem with Desmume (throws std::bad_alloc on startup), everything is working quite well.

--Arek
Title: Re: New User, first impressions of Sparky Linux 3.4 "GameOver"
Post by: way12go on July 20, 2014, 09:57:27 AM
I used more than 12 different linux distros and found Sparkylinux to be the fastest and more responsive distro among all those I tried. They even mentioned the same in their about sparkylinux stanza and it's completely true. distrowatch says linux mint is number one but sparkylinux uses very very less RAM and way better than linuxmint in terms of being faster on dual core 1 GiB RAM desktop. I even tried Manjaro openbox on this desktop and it has issues with browsers and the system comes to a grinding halt/slow after opening a browser and surfing the net. On sparkylinux I opened two browsers and still it's faster. I even requested more than 10 youtube linux reviewers to do a review on sparkylinux gameover and DasGregor made one such video explaining the advantages of using this OS. I have downloaded Sparkylinux Openbox, Sparkylinux LxDE and Sparkylinux Gameover and now I am using Sparkylinux LxDE. I was never an expert to judge any linux OS... but I believe Sparkylinux is the fastest and more responsive in its category. Puppy linux is faster and it belongs to different stripped version category. I wish Pavroo downloads linuxmint 17 Qiana and adds the
1. battery stats from linux mint
2. format usb
3. write image to usb... forked to linuxmint from image writer.... Unetbooting is not good enough. Most of the times Unetbootin fails but it gives persistence option.

I'm not an expert like you guys out there but believe me Sparkylinux gameover live usb mode was faster on my 1 GiB RAM Desktop. I didn't install it. I installed Openbox and had boot error and it was difficult navigating... the menu in openbox version is a headache and taskbar icons don't include battery status. Then I downloaded Sparkylinux LxDE and installed it on laptop and it worked very well... it's just amazing. And I installed Sparkylinux LxDE on desktop and same boot error then I used booted live usb and used boot-repair and now desktop OS is good to go. Two days ago I was updating Desktop OS and the downloads are finished and it was updating and the system rebooted due processor heat and when the system rebooted I got kernel panic. Yesterday night I reinstalled this amazing OS and successfully updates the OS. I didn't do dist upgrade why because if it poses any problem I have begin doing the entire thing again.... Too bad full upgrade always poses a problem. After upgrade Sparky Center stopped working. It wouldn't even open. Other LxDE distros consumed more RAM and slowed down... But Sparkylinux is an exception. Sparkylinux LxDE is faster than Majaro openbox. Manjaro is said to be very fast and is more famous than Sparky but Sparky is the best. Top of the class.


https://www.youtube.com/watch?v=f_V3yqTunjA&list=LLABj4B6IZwUF3sGKJOs-DIw

As far as I know there are very less number of Sparky users and sparky is not famous enough but it's the best among all the famous - good - more hype distros I have used. But installing sparky making partitions etc can only be done by a knowledgeable user and I could do it. Other distros are very very easy to install. On my desktop while installing it used to stop in the middle of the process then I disabled the screen saver and kept on moving the mouse and it installed without any problems.

My final verdict: Sparkylinux is the best.
Title: Re: New User, first impressions of Sparky Linux 3.4 "GameOver"
Post by: pavroo on July 21, 2014, 12:59:28 AM
Hi
Thank's for sharing your opinion and the verdict :)
I'll check the battery status of Mint.
Unetbootin will be removed from the next relese anyway. Mintstick (format usb & write image to usb) is in sparky repository and preinstalled in gameover already.
Anyway there is a gui front-end for 'dd' command called 'Live USB Creator' (spary-live-usb-creator package) in our repo as well.
Regards
Title: Re: New User, first impressions of Sparky Linux 3.4 "GameOver"
Post by: way12go on July 21, 2014, 09:57:08 AM
Thanks pavroo... successfully installed on Desktop and Laptop.
Title: Re: New User, first impressions of Sparky Linux 3.4 "GameOver"
Post by: way12go on February 02, 2015, 09:34:26 AM
Quote from: way12go on July 20, 2014, 09:57:27 AM
I used more than 12 different linux distros and found Sparkylinux to be the fastest and more responsive distro among all those I tried. They even mentioned the same in their about sparkylinux stanza and it's completely true. distrowatch says linux mint is number one but sparkylinux uses very very less RAM and way better than linuxmint in terms of being faster on dual core 1 GiB RAM desktop. I even tried Manjaro openbox on this desktop and it has issues with browsers and the system comes to a grinding halt/slow after opening a browser and surfing the net. On sparkylinux I opened two browsers and still it's faster. I even requested more than 10 youtube linux reviewers to do a review on sparkylinux gameover and DasGregor made one such video explaining the advantages of using this OS. I have downloaded Sparkylinux Openbox, Sparkylinux LxDE and Sparkylinux Gameover and now I am using Sparkylinux LxDE. I was never an expert to judge any linux OS... but I believe Sparkylinux is the fastest and more responsive in its category. Puppy linux is faster and it belongs to different stripped version category. I wish Pavroo downloads linuxmint 17 Qiana and adds the
1. battery stats from linux mint
2. format usb
3. write image to usb... forked to linuxmint from image writer.... Unetbooting is not good enough. Most of the times Unetbootin fails but it gives persistence option.

I'm not an expert like you guys out there but believe me Sparkylinux gameover live usb mode was faster on my 1 GiB RAM Desktop. I didn't install it. I installed Openbox and had boot error and it was difficult navigating... the menu in openbox version is a headache and taskbar icons don't include battery status. Then I downloaded Sparkylinux LxDE and installed it on laptop and it worked very well... it's just amazing. And I installed Sparkylinux LxDE on desktop and same boot error then I used booted live usb and used boot-repair and now desktop OS is good to go. Two days ago I was updating Desktop OS and the downloads are finished and it was updating and the system rebooted due processor heat and when the system rebooted I got kernel panic. Yesterday night I reinstalled this amazing OS and successfully updates the OS. I didn't do dist upgrade why because if it poses any problem I have begin doing the entire thing again.... Too bad full upgrade always poses a problem. After upgrade Sparky Center stopped working. It wouldn't even open. Other LxDE distros consumed more RAM and slowed down... But Sparkylinux is an exception. Sparkylinux LxDE is faster than Majaro openbox. Manjaro is said to be very fast and is more famous than Sparky but Sparky is the best. Top of the class.


https://www.youtube.com/watch?v=f_V3yqTunjA&list=LLABj4B6IZwUF3sGKJOs-DIw

As far as I know there are very less number of Sparky users and sparky is not famous enough but it's the best among all the famous - good - more hype distros I have used. But installing sparky making partitions etc can only be done by a knowledgeable user and I could do it. Other distros are very very easy to install. On my desktop while installing it used to stop in the middle of the process then I disabled the screen saver and kept on moving the mouse and it installed without any problems.

My final verdict: Sparkylinux is the best.

The battery stats app I requested when I was new to Sparkylinux is available for MATE Desktop Environment and I have it because I'm using Sparkylinux non-PAE 32 bit MATE version.