Tried Fedora-10-Alpha-i686-Live.iso on 5 different PCs. It's got the expected teething problems but results were mostly good. I also ran it through qemu-kvm and it works almost flawlessly.
Code:
sudo qemu-kvm -m 512 -cdrom /mnt/data/ISOs/Fedora-10-Alpha-i686-Live.iso &
The first thing nearly everyone will notice is the graphical boot not working, you'll probably see something like this:
Pressing escape will give you the usual text boot, with a nice new blue colour scheme (Fedora is a very "blue themed" distro after all) EDIT oops, sorry, the blue text was just a quirk of the vesa mode I selected.
To see the proper graphical boot screen, press tab to change the boot options and add 'vga=ask' as a parameter, then select a suitable VESA mode, it looks like this
The login screen now looks like this, it has a mysteriously redundant Keyboard selector (there is nothing to select!)
And annoyingly, like F9, the system-config-keyboard applet is no longer in the Sytem->Admistration menu, so you have to launch it from a terminal. For UK keyboard users this will become a pain doing it every time you boot up the LiveCD. Changing the keyboard still generates an selinux message in setroubleshoot, as it did in F9 (and F8 iirc), but the change does get applied.
On the subject of selinux on the LiveCD, why is it there? If you start 'top' and press G 3, you'll see /usr/bin/sealert is one of the big memory hogs at initial login. Is it really needed in a lIve environment? Selinux also causes glxgears to fail to run even when direct rendering is enabled.
The content of the LiveCD hasn't changed much from F9. Gnumeric has been removed, and the Cheese webcam app has been added, which is neat for taking pics of yourself.
A rather handy thesaurus has been added to accompany the dictionary (although the dictionary still requires internet access to work, which is a little disappointing:
The LiveCD boots up fine (from a usb stick) on a Toshiba Equium A100 laptop, Asus Eeepc 701 and Dell Inspiron 1520. It fails to boot on an Asus A8V based desktop PC with ATI Radeon 800 Pro graphics. On the Toshiba,
everything works as expected, incl direct rendering compiz, audio and the internal wifi, which is pretty impressive for an alpha release. EDIT forgot the 5th PC, a VIA KT3 Ultra 2 based desktop with Radeon 9600 graphics - this boots ok, although a kernel error is displayed, but everything seems to work ok (incl direct rendering), this is the only machine that runs glxgears without selinux error, which is a bit weird. Unfortunately the usb interface is 1.1 so it's pretty damn slow!
Just a couple of gripes to finish with
1. Touchpad tapping doesn't work again (as in F9), and there's no default /etc/X11/xorg.conf to edit to enable it, so you have to create a default one either using system-config-display or just have a copy on the free space on the usb disk, then restart the xserver with ctrl-alt-backspace. I really think this must be "fixed" in the LIveCD at least.
2. No Gparted in System Tools, but there is a rather useless 'Disk Management' app which throws the same authorisation error it did in F9