Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on...
Note: An (*) indicates there is no official participation from that distribution here at LQ. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
05-30-2012, 05:34 PM
|
#16
|
Member
Registered: Sep 2011
Location: Split, Croatia
Distribution: Slackware, Fedora
Posts: 86
Original Poster
Rep:
|
Quote:
Originally Posted by John VV
opensuse has always been KDE centric
just like fedora has been Gnome centric
so if you do not mind a os that is a bit bloated , install opensuse
|

I do not mind OS that is bloated, but I do mind OS that failed on me 4 BIG times... When I bought my new (not so new now) laptop first ting I did was install openSUSE (I believe it was 11.3 or .2) It was great... then I wanted to install Windows 7... interestingly I couldn't format my drive (???). I don't know why nor how, but I doubt it had something to do with the hardware, because I've been installing new OS every now and then and have never had issues with the partitioning (and formatting) except that one time with openSUSE. Second time instead of one Win 7 installation GRUB showed 3 of them which was weird. Third time it messed up my MBR due to fail during installation... I can't remember what was the 4th disappointment... I'm sure for some people openSUSE is perfect, but it looks like I'm not one of them (unfortunately, because it seems like the distribution that I'm looking for)
What is the openSUSE release cycle and life time?
Thank you, and best regards!
|
|
|
05-30-2012, 06:01 PM
|
#17
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,710
|
Quote:
hen I wanted to install Windows 7... interestingly I couldn't format my drive (???). I don't know why nor how, but I doubt it had something to do with the hardware
|
that is VERY normal for Microsoft
MS dose NOT own the copyright nor patents on the opensource formats so the install dvd dose not even see nor read the NON Microsoft drive format
for that you need to use a FREE GPL tool like Gparted live cd and format the drive to a NOT gpl MS owned NTFS format
this is VERY normal for Microsoft software .One that MS will NEVER even try to fix
this is one of the reasons that MS is refereed to as the "star trek " BORG"
Quote:
Second time instead of one Win 7 installation GRUB showed 3 of them which was weird.
|
grub can and will add an entry for an existing MS install and set it up for you ( Microsoft will NOT )
also as a precaution grub and linux distros KEEP spare and WORKING back ups of the kernel
Just in case , for emergencies .
the 3 back ups are a standard and is normal .
Quote:
What is the openSUSE release cycle and life time?
|
that is in the wiki and in the opensuse documentation
http://en.opensuse.org/Lifetime
12.1 is current
|
|
|
05-30-2012, 08:03 PM
|
#18
|
Senior Member
Registered: Jan 2011
Location: Australia
Distribution: Mageia
Posts: 1,470
|
Quote:
Originally Posted by Z0K4
Yes, I've tried Debian stable... Only thing that didn't work is my wireless... but during the installation it did offer me to navigate to external source to install the .deb package (but I didn't have it so I had to install it later via LAN). But neither did openSUSE, nor Fedora, nor Centos detected my wireless... PCLOS doesn't have a 64 bit edition and that is a big minus!
|
It sounds to me like your wireless needs a non free driver to work; this would be why Debian enabled that repo. CentOS and Fedora are very strict on non-free software and you'll have to enable the appropriate repos your self, and as for Opensuse, it would be a similar procedure.
Quote:
Salix but I couldn't manage to get the Kwin effects to work... It could be (and probably is) problem with my intel graphics card.
|
I actually tried out Salix for the first time about a fortnight ago. I found i personally prefer Slackware. Your problem is because of the file "/etc/X11/xorg.conf.d/disable-composite.conf" which is not in Slackware. You can fix this by becoming root and
Code:
mv /etc/X11/xorg.conf.d/disable-composite.conf /etc/X11/xorg.conf.d/disable-composite.conf.org
If you are using intel graphics, you will also want to remove your xorg.conf file.
Quote:
Originally Posted by Z0K4

I do not mind OS that is bloated
|
Opensuse has a reputation for being bloated. It makes no sense from me. The installer is very flexible and you can drastically slim it down if you go into the details at the final install options.
Opensuse is perhaps my favorite distro, and i find your reasoning; not just for Opensuse but most things in this thread unjustified. You don't seem to be attempting to resolve your issues but more so, run into a problem and attempt to solve it by trying a different distro.
Last edited by Knightron; 05-30-2012 at 09:32 PM.
|
|
|
05-31-2012, 10:41 AM
|
#19
|
LQ Veteran
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,268
|
Quote:
Originally Posted by Z0K4
Could you provide the link? I thought it would be in your blog entries but you don't have any.
|
Distro reviews are in Distro Reviews
http://www.linuxquestions.org/review...page/15/sort/7
|
|
|
05-31-2012, 11:46 AM
|
#20
|
Member
Registered: Sep 2011
Location: Split, Croatia
Distribution: Slackware, Fedora
Posts: 86
Original Poster
Rep:
|
Quote:
Originally Posted by John VV
that is VERY normal for Microsoft
MS dose NOT own the copyright nor patents on the opensource formats so the install dvd dose not even see nor read the NON Microsoft drive format
|
I didn't have any problems deleting Ubuntu, Salix and Slackware partitions using MS tools, just openSUSE... that worried me. Like you suggested I also had to use Gparted to delete openSUSE partitions...
Quote:
Originally Posted by John VV
grub can and will add an entry for an existing MS install and set it up for you ( Microsoft will NOT )
also as a precaution grub and linux distros KEEP spare and WORKING back ups of the kernel
Just in case , for emergencies .
|
I understand why Linux backs up the kernel and leaves it as a precaution, but none of other Distros showed 3 Windows options at boot. If that was for security reasons, I might try openSUSE again but if I don't like Mepis.
Quote:
Originally Posted by Knightron
It sounds to me like your wireless needs a non free driver to work
|
True... I have Broadcom B43 wireless chip (unfortunately).
Quote:
Originally Posted by Knightron
Opensuse is perhaps my favorite distro, and i find your reasoning; not just for Opensuse but most things in this thread unjustified. You don't seem to be attempting to resolve your issues but more so, run into a problem and attempt to solve it by trying a different distro.
|
Kubuntu, Fedora are too buggy... PCLOS doesn't have 64 bit edition. CentOS requires a lot of work (even more than Debian) to make my wireless to work. I just want something that works out of the box (or almost out of the box) like openSUSE, Ubuntu, Mint etc... I gave openSUSE 4 chances (and most likely I will give it 4 more chances if I don't find anything else). Why is that so wrong?
Quote:
Originally Posted by DavidMcCann
Distro reviews are in Distro Reviews 
|
 Yeah... Sorry for that! I even searched the google entering your name and "kubuntu review" 
|
|
|
All times are GMT -5. The time now is 05:12 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|