Results 1 to 10 of 47
I have been using ubuntu and gentoo for a while, but lately I have been annoyed with autoconfig in ubuntu, and its bloat. Also, gentoo hasnt been the most stable ...
- 04-13-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 23
New distro time, please help me decide!
I have been using ubuntu and gentoo for a while, but lately I have been annoyed with autoconfig in ubuntu, and its bloat. Also, gentoo hasnt been the most stable thing ever, and installing kde 4 is really hacky.
I tried out debian, but like ubuntu, it releases new packages every few months, and just minor updates in between.
What do you think is my best bet for bleeding edge packages and configuration, without bloat?
- 04-13-2009 #2
Mepis AntiX8 seems to fit. Updating it is very flexible.
Look for yourself.Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 04-13-2009 #3
Fedora is synonymous to bleeding edge. I'm not talking just about latest packages, the Fedora community is pushing innovation to unknown frontiers! Plymouth, Delta RPMs, PackageKit, RPM 4.6 to name a few, they are all developed by them and followed by every single distribution!!!
And since I'm Greek, I just love the new Parthenon-style wallpaper!
- 04-13-2009 #4
Arch Linux. Rolling release, and you build the system you want from a solid base, so no bloat. (Or if there is bloat, it's because you installed it.) The latest stable releases are quickly in the repos. (Heck, KDE 4.2 was in the repos before the official release announcement.) And if you're annoyed with autoconfig, Arch doesn't do that. Most system configuration happens in one file, called rc.conf. Daemons, modules, and most network configuration all happen there. Arch Compared To Other Distros - ArchWiki
The Arch Way - ArchWiki
- 04-13-2009 #5
I second Arch ... look at kdemod - I'm using kdemod3 (not making the jump to kde4 at the moment). You can choose kde3 or kde4 (but not both on the same system).
- 04-13-2009 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Welcome to the forums... you sound like you might be a prime candidate for Arch!
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 04-13-2009 #7Just Joined!
- Join Date
- Apr 2009
- Posts
- 23
Wow, I hadn't heard much about arch before, I'm downloading it now though ^.^
Arch sounds like exactly what I'm looking for! Stable package manager, new packages, and the configuration of gentoo!
- 04-13-2009 #8
Arch is best. I even bought a shirt that tells me so. And pacman is, IMHO, the best package manager out there.
- 04-14-2009 #9Just Joined!
- Join Date
- Apr 2009
- Posts
- 23
I dont quite understand aur, is there any way to use packages from there with pacman?
I tried using an aur frontend for my fglrx drivers... didnt work too well... I cant modprobe it. Also, I got x to start once (and it froze upon doing so) and now, it just says its creating some directories, and doesnt start.
- 04-14-2009 #10
The easiest way to use AUR is to download yaourt. Add this to /etc/pacman.conf
(Change i686 to x86_64 is you're using the 64 bit version.)Code:[archlinuxfr] Server = http://repo.archlinux.fr/i686
Then do
yaourt uses all the same options as pacman, but will search AUR if a package isn't located in core, extra, or community. Yaourt - ArchWikiCode:pacman -Sy yaourt
So you can now install the ATI drivers as soEDIT: I should note yaourt will throw a warning if you use it as root. They suggest setting yourself up with sudo priveleges and using it that way.Code:su - yaourt -S dkms-fglrx


Reply With Quote