We’d like to remind Forumites to please avoid political debate on the Forum.
This is to keep it a safe and useful space for MoneySaving discussions. Threads that are – or become – political in nature may be removed in line with the Forum’s rules. Thank you for your understanding.
📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!
The Forum now has a brand new text editor, adding a bunch of handy features to use when creating posts. Read more in our how-to guide
Ubuntu 7.10 (Gutsy) Out Now
wolfman
Posts: 3,225 Forumite
in Techie Stuff
It's here at last.
http://www.ubuntu.com/getubuntu/download
I've been running the beta's and RC. It's not hugely different from Feisty, but does have quite a few "under the hood" changes.
Improvement for me are:
- Better handling of monitor/graphics. Before if my pc didn't work at the resolution I'd just get a black screen. They've put something in to capture this and it reverts to a low res setting.
- Auto logging in for Keyrings!!! Great for wireless setups, no more hacks needed, and it'll work if your account is set to autologin.
- Fast user switching, not something I'll use but handy for my parents.
- Tracker, desktop search tool, very good too. Just like Google desktop.
- Restructing of some menu's, more logical etc...
- Freeze (possibly kernel freeze) (which seemed quite common in previous versions) has gone (for my pc's doesn't mean it'll apply to everyone though).
- Additional software in the repo's. Namely Filezilla (at last), Deluge (for torrents), ComputerTemp, and other updates (Pidgin now instead of Gaim).
- All the latest typicall updates Gnome, Linux kernel etc...
http://www.ubuntu.com/getubuntu/download
I've been running the beta's and RC. It's not hugely different from Feisty, but does have quite a few "under the hood" changes.
Improvement for me are:
- Better handling of monitor/graphics. Before if my pc didn't work at the resolution I'd just get a black screen. They've put something in to capture this and it reverts to a low res setting.
- Auto logging in for Keyrings!!! Great for wireless setups, no more hacks needed, and it'll work if your account is set to autologin.
- Fast user switching, not something I'll use but handy for my parents.
- Tracker, desktop search tool, very good too. Just like Google desktop.
- Restructing of some menu's, more logical etc...
- Freeze (possibly kernel freeze) (which seemed quite common in previous versions) has gone (for my pc's doesn't mean it'll apply to everyone though).
- Additional software in the repo's. Namely Filezilla (at last), Deluge (for torrents), ComputerTemp, and other updates (Pidgin now instead of Gaim).
- All the latest typicall updates Gnome, Linux kernel etc...
"Boonowa tweepi, ha, ha."
0
Comments
-
I think the really big step forward which may convince a lot of Xp users to change is that Gutsy has integrated ntfs-3g so it can now write to NTFS instead of just being able to read it, making file sharing between the two OS's a lot easier. That and the shiny gnome 2.20
-
I think the really big step forward which may convince a lot of Xp users to change is that Gutsy has integrated ntfs-3g so it can now write to NTFS instead of just being able to read it, making file sharing between the two OS's a lot easier. That and the shiny gnome 2.2
Now that's handy! Does that mean you can have Gutsy installed on an NTFS partition or does still need to be installed elsewhere?Faith is believing what you know ain't so...0 -
Can you update it over fiesty without having to rebuild everything? (DVD playback etc.) I am a Linux Newb and am runing Mint Celena (Fiesty variant) wouldnt mind updating my core linux.The truth may be out there, but the lies are inside your head. Terry Pratchett
http.thisisnotalink.cöm0 -
For those willing to give it a try:
http://itmanagement.earthweb.com/article.php/3674761
Its orientated to windows users so its nice and easy to understand. I'm sure there are better guides out there but at least this one is straight forward.
Thought just occured to me - has anyone tried using VMWare to run windows and then through it made .NET applications (dunno why I didn't think of that before), anyone have experience with it?Faith is believing what you know ain't so...0 -
adouglasmhor wrote: »Can you update it over fiesty without having to rebuild everything? (DVD playback etc.) I am a Linux Newb and am runing Mint Celena (Fiesty variant) wouldnt mind updating my core linux.
Typically if you're upgrading (I think this only works if you have the version previous to the new one), open up a Terminal window a type:gksu "update-manager -c"
The -c will check for distribution updates.
Rebuild everything? Do you mean as in compile? With the default repo's (and one added) it's easy to setup all the codecs, dvd playback and win32 codecs.sudo apt-get install -y gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-ffmpeg gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-bad-multiverse;
I don't have the details with me, but I use the medubuntu (sp?) repo to get the non-free codecs as listed below (namely dvd playback).sudo apt-get install libdvdcss2 w32codecs
"Boonowa tweepi, ha, ha."0 -
Now that's handy! Does that mean you can have Gutsy installed on an NTFS partition or does still need to be installed elsewhere?
No, you'll still need to use EXT3 or an equivalent to install Ubuntu.
I'd also recommend not writing to NTFS, it works, but there are still doubts as to how stable it is.
You're much better off converting completely to EXT3, and using EXT2 IFS to read/write to an EXT3 partition in XP/Vista in my opinion. That's the way I've had things setup for a couple of years.
I'd recommend a setup such as:
Partition 1 - Windows
Partition 2 - Ubuntu (ie /)
Partition 3 - SWAP
Partition 4 - /Home (mount as /home for Ubuntu when installing) (and use as a storage drive in Windows)"Boonowa tweepi, ha, ha."0 -
Anybody know if it's any better with netgear hardware?"She is quite the oddball. Did you notice how she didn't even get excited when she saw this original ZX-81?"
Moss0 -
What netgear hardware specifically?
Usually worth goggling. I know the WG311T (I think that's what it is called) wireless card works straight out of the box, even better than windows. If you're talking USB stuff, then it's typically a bit tricky to get working still."Boonowa tweepi, ha, ha."0 -
What netgear hardware specifically?
Usually worth goggling. I know the WG511T (I think that's what it is called) wireless card works straight out of the box, even better than windows. If you're talking USB stuff, then it's typically a bit tricky to get working still.
I gave away my old "sandbox" pc anyway. The wifi adapter I've still got for that (WG111 v1), it was such a pain to get it working and then it froze whenever I tried connecting to t'internet. So just curious whether they'd included the ndiswrapper etc in the install. Haven't goggled my main pc's card which is a WN311B."She is quite the oddball. Did you notice how she didn't even get excited when she saw this original ZX-81?"
Moss0 -
I'm on the old'un at the moment and have just looked at, system/update manager.Typically if you're upgrading (I think this only works if you have the version previous to the new one), open up a Terminal window a type:
Code:
gksu "update-manager -c"
The -c will check for distribution updates.
Here the page tells me I'm up to date, BUT there is also a wide box telling me,
"New distribution release '7.10' is available" further over to the right is a button marked 'Upgrade'
I'm going to try this rather than the terminal option.
See you on the other side! :eek:Move along, nothing to see.0
This discussion has been closed.
Confirm your email address to Create Threads and Reply
Categories
- All Categories
- 354.2K Banking & Borrowing
- 254.4K Reduce Debt & Boost Income
- 455.3K Spending & Discounts
- 247.2K Work, Benefits & Business
- 603.8K Mortgages, Homes & Bills
- 178.4K Life & Family
- 261.3K Travel & Transport
- 1.5M Hobbies & Leisure
- 16.1K Discuss & Feedback
- 37.7K Read-Only Boards
