Fedora 12 Released 236
AdamWill writes "The Fedora Project is pleased to announce the release of Fedora 12 today. With all the latest open source software and major improvements to graphics support, networking, virtualization and more, Fedora 12 is one of the most exciting releases so far. You can download it here. There's a one-page guide to the new release for those in a hurry. The full release announcement has details on the major features, and the release notes contain comprehensive information on changes in this new release. Known issues are documented on the common bugs page."
Great work! (Score:4, Insightful)
If you read the one page release notes [fedoraproject.org], it seems Fedora actually knows how to try to cater to more general audience too, while still supporting the core Linux audience. I have always thought that why Ubuntu became the "standard" general OS you introduce as first Linux, as Fedora does a lot more things a lot better (and the Red Hat delivered design is imo a lot better than whats delivered from Debian)
What was interesting was the "better than ever tablet support". I have been thinking of getting a tablet pc for convenience in bed, and Linux would actually be quite perfect OS for it since theres no need to play games. Seems they're taken things like that into account too, while Linux community usually forgets the non-techie stuff.
Re:Great work! (Score:5, Insightful)
It is subjective that Fedora does 'a lot more things a lot better'. They certainly have distinct aims from Ubuntu and gain some benefits, but I personally find Fedora to suffer some phenomena that Ubuntu does not:
-Out-of-the-box media/driver experience: Fedora goes purist and the out-of-the-box experience suffers for it with lack of popular codecs and optimal drivers for nVidia cards. Ubuntu caters to the user experience and takes care of this out of the box. You have to add RPM fusion repositories to make Fedora cope with this, which isn't insurmountable, but isn't out of the box.
-Fedora is not even stable within a release cycle in terms of offered featureset. I.e. I recall gaim 1.x being replaced with gaim 2.0 one day without requiring any particular update. This is good for enthusiasts who always want the cutting edge, bad for end-users who only want change at certain times they could expect (and for documenters doing screenshots). I recall once Fedora reving the kernel revision entirely without jumping releases. This wasn't bad in and of itself, but they jumped before nVidia supported it, and my X was hosed. Ubuntu is more conservative with this, knowing it will just be 6 months before a new cycle comes anyway.
-Fedora is 'too' comfortable with cutting edge changes, even to the point of releasing versions ahead of upstream *or* backporting code from future versions into older versions that upstream projects didn't want to do. For example, they backported things from the 2.6.32 branch to 2.6.31. The upstream kernel people weren't comfortable enough with the features to allow them into 2.6.31 or any release that aligned with their cycle, so they simply put 2.6.32 stuff into 2.6.31. This has been a longstanding tendency with RH (everyone probably remembers the gcc 2.96 debacle). BTW, this is even worse in RHEL, where they will backport 2.6.3x changes to 2.6.18, severely breaking third party kernel modules that code for the 'API' of 2.6.18 that gets broken by the massive amount of backports. Some third party even writes to newer 'apis', but wraps it with '> 2.6.26' sorts of ifdefs and thus assumes the 'old' api and RHEL will completely screw those assumptions. Ubuntu *usually* doesn't jump the gun (GRUB 2 is an example of going before the upstream declares 'ready' though).
-I *still* can't quite put my finger on it, but something about the Ubuntu desktop feels, subjectively to me, more whole rather than merely a conglomeration of the parts. This may simply be a matter of certain tastes they appear to me, because I can't nail it down.
Re:Great work! (Score:4, Informative)
Many of these problems you attribute to Fedora are also true of OpenSuse.
Rather than take the Ubuntu approach of popping up a "Do you want to download these non-OSS drivers button" which handles it almost perfectly in every instance and frees the Distro of legal risk, both Fedora and opensuse have historically left you to your own devices, assuring the marginalization of their product.
Opensuse now adds many one-click installs for some of these drivers. http://www.lebokov21.com/2008/01/29/opensuse-1-click-install-your-software/ [lebokov21.com]
Forced into this by US legal situation, the web page based One-Click is better than nothing, but small consolation to someone stuck with an odd-ball network card.
Re: (Score:3, Informative)
As far as Fedora is concerned, this is not a 'problem'. The problem is rather in distributions which rely to too great an extent on closed source drivers to provide hardware support. For instance, many Ubuntu users upgrading to 9.10 are finding they can no longer use the proprietary ATI/AMD driver for their video card and are using the free driver. Which, it seems, Ubuntu does not pay too much attention to maintaining, as many of them have problems. By contrast, Fedora considers it better that users are enc
Re: (Score:2)
Re: (Score:2)
Rather than take the Ubuntu approach of popping up a "Do you want to download these non-OSS drivers button" which handles it almost perfectly in every instance
Except when your distribution is hosted anywhere in the western world. Fedora is based and distributed from the US and a "do you want to infringe on the copyrights and patents of another company" button won't cut it.
Rich.
Re: (Score:3, Informative)
Uh, it's not illegal in any country for a distribution to prompt the user to download and install a package. It's only illegal for them to distribute it themselves. (Hence, the button.)
Re: (Score:3, Insightful)
Re:Great work! (Score:4, Informative)
Clearly you don't understand how that button works or why its there.
It is there so Ubuntu does not have to bundle drivers that are not OSS.
It causes these drivers to be downloaded directly from the FREE website of the driver manufacturers, be it AMD, Nvidia, Broadcom, or whatever.
No copyrights or patents violated.
Canonical IS based in the western world last time i checked.
Re: (Score:3, Interesting)
Well, what alternative do you suggest for introducing desired new features into older kernel versions? It's not really the case that upstream 'didn't want to' backport things from 2.6.32 to 2.6.31, it's just not what upstream does. Upstream kernel maintainers do not maintain kernel version X once it's released, they go on to work on kernel version Y, pretty much. That doesn't mean it's somehow wrong for a distribution to do it, often it's the right thing to do, and Fedora is not the only distribution that d
Re:Great work! (Score:4, Insightful)
``Again, for RHEL, what's the alternative? The whole point of RHEL is to provide long-term stable releases''
And there you have it. It's about stability. If I write software, or a configuration file, or anything else that interfaces with YourSoftware version X, and it works today, I think it is completely reasonable to expect it to also work tomorrow. If you make a new release of YourSoftware tomorrow that doesn't work with my code anymore, it's not YourSoftware version X anymore. It's a different version.
I don't want my distro to be pushing new versions on me that break compatibility.
If you want to introduce new versions, that's fine. In fact, I'm all for it. Just don't replace my working software with the new software that may or may not preserve compatibility. If it doesn't preserve compatibility, I want to have to explicitly upgrade to it. Put it in the next version of the distro. Or put it in a new package which can be installed alongside the old package. But don't put it in the current version of the distro, in the same package, because then you'll have multiple incompatible versions of the same distro with the same version number.
Re: (Score:2)
Kernels in Fedora and RHEL *are* parallel installable and always have been. Installing a new kernel does not remove the old one, and they're both available for selection from the bootloader.
Re: (Score:2)
I don't want my distro to be pushing new versions on me that break compatibility.
It sounds like you do want RHEL, because that's the whole point. Red Hat engineers backport the fixes and features and they retain ABI compatibility.
Rich.
Re: (Score:2)
"Well, what alternative do you suggest for introducing desired new features into older kernel versions?"
An easy one: Do Not Do It. Fedora is flagged and commited to be a "cutting edge" distribution. This is quite a good thing for both some enthusiasts and professionals that want/need to know where Red Hat is aiming to in the not-so-distant future. Well, Mr. Fedora: commit to it.
Again, for RHEL, what's the alternative? The whole point of RHEL is to provide long-term stable "releases"
Do it damn stable then
Re: (Score:2)
Re:Great work! (Score:4, Insightful)
-Fedora is not even stable within a release cycle in terms of offered featureset. I.e. I recall gaim 1.x being replaced with gaim 2.0 one day without requiring any particular update. This is good for enthusiasts who always want the cutting edge, bad for end-users who only want change at certain times they could expect (and for documenters doing screenshots).
On the other hand, with Ubuntu you are stuck with old versions of applications until you upgrade the whole system. For application software that is unlikely to break other things, I wish it was possible to upgrade to a new major version without upgrading everything else at once. It shouldn't be pushed as an automatic or opt-out update though, only manual or opt-in.
Re: (Score:2)
Well quite a lot of stuff is available in the backports repository.
Re: (Score:2)
Well quite a lot of stuff is available in the backports repository.
How much tricks does that require? Will it break stuff when finally upgrading to a new version of Ubuntu?
Re: (Score:3, Informative)
Not much in the way of tricks (a few extra repository lines). Debian backports (and I'm sure Ubuntu backports as well) are versioned such that when you upgrade to a new Debian release, the backport is replaced with the correct version.
Re: (Score:2)
"Debian backports (and I'm sure Ubuntu backports as well) are versioned such that when you upgrade to a new Debian release, the backport is replaced with the correct version."
Yes, but the upgrade path is in no way as tested as the "proper" "from last Stable release". And that's if it has been tested at least even once, which I wouldn't confy too much on.
Re: (Score:3, Informative)
I used Jaunty as the example because Karmic hasn't really had time to get behind.
Re: (Score:2)
I wish it was possible to upgrade to a new major version without upgrading everything else at once. It shouldn't be pushed as an automatic or opt-out update though, only manual or opt-in.
apt-pinning, include a later repo and pin any app you want to upgrade to the new repo, some distros (i.e debian) even support thise, but it **should** work on any that use sane version numbering (i.e you do not release a new version of a package and call it the same as the last).
I mean the sane choice is to use backports to get newer software (or back ports and pinning, if you don't want everything up to date), but to answere exactly what you asked for i would have to say apt-pinning.
Re: (Score:3, Informative)
-Fedora is 'too' comfortable with cutting edge changes,
That's why I'm switching from Ubuntu to Fedora - I want cutting edge stuff, but not unstable enought to scare me and break all my stuff. Many fedora package maintainers are red hat programmers who are also important kernel/libc/gcc/gnome/pulseaudio/x.org hackers, they drop cutting edge stuff but it's their stuff and they fix it quickly. Ubuntu packagers however are usually just packagers. Often, Fedora maintainers test features in the distro _before_ th
RH backporting debacle .. (Score:2)
I honestly don't, do you mind providing a link. Did people come in one morning and find their gcc 2.96 had automatically upgraded itself?
"something about the Ubuntu desktop feels, subjectively to me, more whole rather than merely a conglomeration of the parts. This may simp
ATI works out of the box! (Score:2)
One of Fedora's goals is to get rid of the need for distributing p
Re: (Score:2)
-Out-of-the-box media/driver experience: Fedora goes purist and the out-of-the-box experience suffers for it with lack of popular codecs and optimal drivers for nVidia cards. Ubuntu caters to the user experience and takes care of this out of the box. You have to add RPM fusion repositories to make Fedora cope with this, which isn't insurmountable, but isn't out of the box.
Installing microsoft fonts was a real PITA, there might be an easier way to do it but in fedora11 i needed to do it urgently and ended up having to compile, that's not acceptable!
Ubuntu *usually* doesn't jump the gun (GRUB 2 is an example of going before the upstream declares 'ready' though).
what about kde4 and pulseaudio? ubutnu is just as bad it just includes stuff as soon as upstream release it though.
Re: (Score:2)
Installing microsoft fonts was a real PITA, there might be an easier way to do it but in fedora11 i needed to do it urgently and ended up having to compile, that's not acceptable!
Duh...huh? Compile *what*? You can't 'compile' the Microsoft core fonts, they're only available as a bundle of TTF files. Which you could 'install' by just sticking them in ~/.fonts .
Re: (Score:2)
maybe you should tell people about it, I had to go through this [fedoraguide.info], call me stupid but if i cant run yum install micorosft-fonts (or something similar, maybe microsoft-fonts-installer so it's clear redhat are not hosting the fonts), then something is very wrong. It may be as easy as you claim, but if your method isn't in the first page of google results then it doesn't count for jack.
on ubuntu it's
sudo apt-get install msttcorefonts
or more likely it comes when your run sudo apt-get install *buntu-restricted-ext
Re: (Score:3, Insightful)
Fedora is never going to have any market share, because we're not selling anything. There isn't a market. This isn't a glib point, it's an important one. No-one's playing for a share of a dumb customer base, here. That's not what Fedora is about.
Second Google result for 'fedora "microsoft fonts"': http://miltonpaiva.wordpress.com/2009/07/10/fedora-11-x64-%E2%80%93-microsoft-fonts/ [wordpress.com]
Re: (Score:2)
That is hardly "Which you could 'install' by just sticking them in ~/.fonts ." and while upon closer inspection it turns out i wasn't compiling running rpmbuild, i still think that is far more work than anybody should have to do to get a some essential fonts.
No-one's playing for a share of a dumb customer base, here.
Fair enough but us "dumb users" bring free testing, feedback, advertising, support to a distro and a small proportion of us are likely to turn into developers, so i think you'll find that ubuntu (and to a lesser extent debian) are looking to have us as
Re: (Score:2)
That is hardly "Which you could 'install' by just sticking them in ~/.fonts ." and while upon closer inspection it turns out i wasn't compiling running rpmbuild, i still think that is far more work than anybody should have to do to get a some essential fonts.
No - what was pointed to you was a way you could get all the Microsoft Core Web fonts installed under the control of the package management system. That is one way.
If you happened to have all the MS fonts on a USB key, you could have just plugged it into your Linux box and copied it into your ~/.fonts directory. This too would have worked for your user, but would not have allowed another user on the same machine to use the same fonts.
Cheers,
Toby Haynes
Re: (Score:3, Insightful)
Being cutting edge is what I like in Fedora. As for some kernel backports -- among them are btrfs backports. Those are changes which weren't even written when .31 was released. But those changes and fixes are quite important and I'm happy that Josef merged them in .31 shipped by Fedora.
Re: (Score:2)
Are you still using nVidia's .run file and re-installing it after every kernel update, and if so, why? Add the RPMfusion repo and get both kmod-nvidia-whatever and akmod, plus the kernel-headers and Bob's your uncle. Just be sure to uninstall the binary blob before you reboot so that there's no conflict. Mostly, kmod's updated with the kernel, but if it isn't, akmod will rebuild it at boot and you'll never
Re: (Score:3, Interesting)
The primary example of this is yum, which is a third rate program by comparision to apt. In fact, my personal opinion is that the success of Ubuntu has been down to properly maintained and comprehensive apt-repositories. When I left Fedora, yum had nothing in the same league as these, and dependency hell was very much still with the platform.
It's funny you say that, because that was also my problem - but with apt and debian. Also their repositories contain apps that are stupidly build and are missing features (and if you want those features, you have to compile it yourself which defeats the purpose of using a package manager to begin with).
Re: (Score:2)
I spent 2 years installing apt on fedora machines, and about 3 or 4 years ago I stopped, because yum is now just as good as apt. It has the same features, is just as easy and the performance difference is, to me, not visible.
Re: (Score:2)
Re: (Score:2)
I use fedora 11 and i still think yum sucks, while i wouldn't complain about dependency hell, I have been unable to update due to packages not being available yet (i never had this problem on ubuntu or debian), but hey those problems get resolved soon enough, my main beef is speed, yum is sloooow (compared to apt), while it does have some nice features presto/etc i find the speed still leaves me yearning for apt!
SystemTap (Score:2)
Also available in this release are SystemTap 1.0 for improved instrumenting and debugging of binaries, complete with Eclipse integration
I've tried SystemTap and it looks really really cool . I understand that this project is "dtrace for linux". Can someone with experience with both tools give a rundown on how SystemTap 1.0 currently compares with dtrace?
Re:SystemTap (Score:4, Informative)
I don't know how it compares to dtrace (in this wiki [sourceware.org] it appears that they have feature parity for all the important stuff), but I can tell you that it works quite well and it's very complete and it's well documented. It really deserves the 1.0 version tag.
But in the kernel world very few people seems to use it, it seems that perf + static tracepoints have become the preferred tool for performance diagnostics.
2012 = year of linux on the desktop (Score:5, Funny)
OMG it's going to hit us!!!!
Oh, sorry. Wrong story.
Still no IA64 support... (Score:5, Insightful)
Re: (Score:3, Informative)
Actually, PPC has been dropped as a primary architecture for F13. You can always get it (as well as IA64) from the development branch if they don't make an actual release for it. (Se http://alt.fedoraproject.org/pub/fedora-secondary/development/ )
Dead platforms.... (Score:2, Insightful)
Dude, PPC is dead so get over it. The PS3/Cell was the last hardware you could actually buy and it dropped support for Linux in the latest hardware rev. And the previous support was crippled to the point of pointlessness.
SPARC is long in the grave. SPARC64 is still around but again, nobody actually has anything other than old ancient stuff that isn't going to have the resources for a pig[1] like Fedora. Excepting a few peeps buying new hardware, but they are going to run Solaris on new gear. Old zombie
Re: (Score:2)
Hacked Xbox 360s run PPC Linux :)
Re: (Score:2, Informative)
PPC still popular in embedded and high performance (Score:2)
PowerPC is still popular in the embedded space as well as in the high performance space. IBM's Power6 is a beast.
I still do development for telecommunications platforms based on PowerPC, although I suspect that they will be phased out over time in favour of x86.
As for ARM and MIPS, I've done kernel development for both of them and it's a real pain. There are a bazillion variations of each and they're way late in the game to get major kernel features.
Re: (Score:3, Informative)
> Check IBM and other hardware vendors for PPC and Power CPUs.
And how many people are going to run Fedora on a stack of blades? The only reason Fedora PPC still exists is because RH sells enough RHEL to those customers to justify it.
> Do you know what CPU is in the Wii and XBox360?
Do you know that Fedora doesn't run on either of those platforms? And even if you could break the hardware DRM, the lack of drivers, etc. and shovel it on the hardware, the resources suck on both. The Wii is pitiful and t
Market, Not Conspiracy (Score:2)
That would make sense if Fedora were a server OS. But it's not. Can you name a single in-production workstation based on Itanium or Sparc? Don't say "Sun" -- they dropped their last Sparc workstation over a year ago.
I don't know which platforms RHEL currently supports (redhat.com is quite unhelpful on that score) but Googling the site doesn't turn up anything for the Sparc or IA64 later than 2007. I suspect Red Hat is just not interested in non-commodity architectures any more.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
If you want Xen dom0 support, get Xen dom0 patches upstream in the kernel. It's exactly because they aren't there that Fedora doesn't support it. Xen as an open source technology is twitching and not quite dead anyway, and the reason for that is entirely because upstream didn't get their stuff into the kernel or care enough about the open source bits.
Rich.
Fedora Server Hammered (of course) (Score:2)
I just tried to download the Live CD--according to my browser's download manager, it was going to take16 hours! No better luck with FTP from the command line either. You may want to wait until tomorrow.
Re:Fedora Server Hammered (of course) (Score:4, Informative)
Or grab a torrent! http://torrent.fedoraproject.org/ [fedoraproject.org]
Re: (Score:2)
Re: (Score:2)
More Torrents == Faster Fedora12 Downloads (Score:5, Informative)
Yeah, tried several--same problem. Finally found one that worked via FTP.
Once you get it, help others get Fedora. Bandwidth schedulers can help if you're concerned about that. The demand will be there for a few days as people get it for work. Home users will try on the weekend, so if you can, help out by leaving your torrent up for a week or so.
64 bit x86:
Others:
Sources:
Fedora 12 source CDs [fedoraproject.org]
Fedora 12 source DVD [fedoraproject.org]
Re: (Score:2)
Currently downloading and saturating my 100Mbps connection.
Re: (Score:2)
Re:heres hoping (Score:4, Insightful)
theyve fixed pulseaudio while they were at it.
fixed that for you. :)
Re:heres hoping (Score:4, Funny)
There are no bugs in pulseaudio, the only problem with pulseaudio is you don't love it enough. If everyone could just get to know pulseaudio, to see it for what it truly is rather than just what you read about it, then I think you will find that pulseaudio not only manages your sound, but saves the environment, fixes the economy, cures cancer, and creates world peace.
You would have to be insane not to use pulseaudio, however that requirement will not be a problem for me...
Re: (Score:2)
I was having a bitch of a time too. For weeks it didn't work. As a last straw I rebooted. Everything was fine :)
Huh, they're using the Nouveau driver... (Score:4, Interesting)
I notice in the release notes [fedoraproject.org] they're using the Nouveau [freedesktop.org] driver for NVidia cards. I've been meaning to check the status of that driver for a while now -- but is this common in distros yet? (I'm a sysadmin mostly working on servers, so I'm a little out of touch. :-)
Re:Huh, they're using the Nouveau driver... (Score:4, Informative)
It works, and it works amazingly well. I admin 50+ machines and I used to always install both the nvidia and ati closed drivers because users want compiz. A year ago ati cards started working out the box, now so does nvidia.
Re: (Score:2, Informative)
According to the feature matrix [freedesktop.org], they are already done with 2D support, video playback, dual head, Xrand, KMS and suspend/resume for all the chips, which are the neccesary functions for a functional gnome/kde desktop (minus compiz), so it's not suprising that distros are starting to include it.
Re: (Score:2)
Re: (Score:2)
To be honest, the experience of nouveau for me has been pretty horrible. I've found that it crashes once every 2 or 3 days. The old nv driver was slow, but at least it was stable.
Note that this could just be my particular hardware/software combo, and I do tend to run only the bleeding edge. (Fedora 12? Pah! I'm already on Rawhide!)
Rich.
Ubuntu influence on marketing materials (Score:5, Insightful)
Re: (Score:3, Insightful)
``Wait, did Fedora even have marketing materials before Ubuntu?''
They didn't need to, because they are the free version of Red Hat and Red Hat _was_ Linux in a lot of people's minds.
But when Ubuntu came around, it quickly got so popular that it scared the big distros into getting their act together. Ubuntu's killer combo was the combination of working package management with ease of use. Nowadays, that's sort of what people have come to expect from a Linux distro, but, before Ubuntu, that was far from given
Re: (Score:3, Interesting)
``Wait, did Fedora even have marketing materials before Ubuntu?''
They didn't need to, because they are the free version of Red Hat and Red Hat _was_ Linux in a lot of people's minds.
But when Ubuntu came around, it quickly got so popular that it scared the big distros into getting their act together. Ubuntu's killer combo was the combination of working package management with ease of use.
The only amazing thing about that was it took RedHat so long to get their act together. rpm needed some way of searching package repositories for years. Mandrake had urpmi and Debian had apt-get years before RedHat had anything comparable.
Re: (Score:2)
``Mandrake had urpmi and Debian had apt-get years before RedHat had anything comparable.''
Yeah. And as a result of that, there are _still_ people who believe software installation on Linux is hard. That hasn't been true for over 10 years ... unless you choose to do it the hard way, or choose to run a distro that doesn't provide an easy way.
Re: (Score:2)
You'd be astonished (and, frankly, disturbed) how many bits of documentation on the Internet start with "First download the source code...." - and I'm not referring to outdated documentation or obscure things.
Re: (Score:2)
To be fair, you can't expect every little project to maintain multiple .deb and .rpm versions for all the various different distros out there.
For major projects it might make sense to start with "Install the package via your package manager..." but they'd probably still need to have the tarball-based instructions for cases where the package isn't available.
Re: (Score:3, Informative)
EPEL is pretty good in the RHEL/CentOS/Fedora world, but nowhere near as large and well-maintained as Universe, IMHO.
You're conflating things you shouldn't conflate. RHEL has an intentionally restricted package set; it's restricted to what Red Hat can commit to offer very detailed support for (not a problem Canonical has with Universe or Multiverse). Fedora's package set is entirely different from RHEL's, and EPEL has no relevance to Fedora, you would not use an EPEL repository on a Fedora system.
Re: (Score:2)
yum is nice (but slow),
Yes. this is the only thing keeping me from using Fedora - Yum is mindbogglingly slow.
Re: (Score:2)
Unfortunately, Ubuntu seems to have lost its way. Every new release seems to introduce a lot of breakage, which in my opinion, outright destroys ease of use.
Agreed. Ubuntu Live CDs won't run on my gaming computer. The nv driver green-screens (the popular veritcal green lines), and vesa drivers won't load. Vesa's worse than the nv drivers because they cause xorg to reload every half second, so I can't type anything on an alternate virtual console. At least Fedora supports vesa correctly.
gparted and ntfs-3g on live cd? (Score:3, Interesting)
Re: (Score:3, Informative)
Re: (Score:3, Insightful)
Re:gparted and ntfs-3g on live cd? (Score:4, Informative)
I don't know about gparted but I doubt ntfs-3g will ever be included by default because of IP restrictions. Fedora has always been very careful about anything with IP attached and doesn't include it in the repos. You have to get it from RPM-Fusion.
Actually, ntfs-3g was a ground-up design, and is part of Fedora, and included in most installs. If you have an existing Windows partition on NTFS, you don't need any special utilities or a third-party disc. You can simply resize the partition using the built-in functionality in the installer, and then install into the freed space. There's even an easy "Shrink existing system" option in the installer to make it clearer to those who aren't experts on partitioning mumbo-jumbo.
That aside, thanks for the understanding about legal encumbrances. We make it a point to treat all users as potential remixers and redistributors of our distribution, and want to ensure we're not passing any legal problems off to them.
Re: (Score:3, Funny)
Re: (Score:2)
Yes.
Re: (Score:2)
ID10Ts
Re: (Score:3, Informative)
Yes. http://fedoraproject.org/wiki/Statistics [fedoraproject.org] - we have seen over 2.4 million installations of Fedora 11 so far, a 20% increase on Fedora 10. Methodology is extensively discussed on the linked page.
Re: (Score:2, Interesting)
Re: (Score:2)
Re: (Score:2)
Because it fails to install on most generic boxes, in my experiences with it. I usually use Debian because it just works.
Re: (Score:3, Interesting)
Because it fails to install on most generic boxes,
That may be true for some values of "Generic", but this is less so than in the past.
Historically Fedora installs insecure, requiring that you run around closing ports and shutting down daemons that were set up by default.
Ubuntu and opensuse default to the opposite, which is all the home user really needs.
I can not say that 12 still carries on this absurd Red Hat tradition, because I have not yet given 12 a try.
Re: (Score:3, Interesting)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
2 - Did you try the text install option?
Re: (Score:2)
Doesn't always work. I've had this issue with RedHat Linux as well. Sometimes USB just doesn't work very well (RH4/RH5). Haven't run into any version of SuSE/SLES that has the problem, so it's not always the BIOS.
Admittedly, though, I haven't had it with recent versions, only older versions (e.g., RH 4.6 or something).
Re: (Score:2)
RHEL3 has issues with some chipsets here (causing USB mice to not work at all, or to work intermittently) at work; RHEL5 usually works fine on those same machines, but obviously I haven't taken a survey to find out for sure. I suppose it's possible that Fedora 12 has the same sort of issue with certain chipsets.
Re: (Score:2)
Re: (Score:2)
when you say 'it', what do you mean exactly? did you get f12 final already and try it? if you were testing a pre-release, there was a known bug up till very late which caused USB not to work on some systems, this is fixed in the final release.
Re: (Score:2)
thanks for the info. Well, that sucks :/ you _should_ be able to complete an install - even a graphical one - using only the keyboard (usual tab / space / enter stuff), though I'm not sure if you want to :). The bug I was thinking of is https://bugzilla.redhat.com/show_bug.cgi?id=524808 [redhat.com] , you could try the kernel parameter 'intel_iommu=off' or 'iommu=soft' . But I really doubt it's that issue if you're on final, it seemed pretty certain that it was fixed.
Multi-touch in Windows 7 (Score:3, Informative)
Multi-touch is not supported by windows yet.
Kindle goes multitouch on Windows 7 [betanews.com]
Dell SX2210T - multi-touch, Windows 7 ready, full HD monitor [gizmag.com]
Windows 7 could hasten touch-screen computers [usatoday.com]
Re: (Score:2)
Re: (Score:3, Informative)
yeah, RHEL 6 activity started branching a few months back.
Re: (Score:3, Insightful)
'lightness' is a function of the software you have installed, not the distribution you're running. A 'light' distribution might make it easier to achieve a 'light' package load out and, yes, there are a few dependency choices a 'light' distribution might make differently, but it's nothing really deal breaking. You could run Fedora - or another 'big' distribution, like Mandriva or Ubuntu - perfectly well on such a system, if you make sensible application choices. You might want to look at LXDE as a desktop,