Find the answer to your Linux question:
Page 1 of 5 1 2 3 4 5 LastLast
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 ...
  1. #1
    Just 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?

  2. #2
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,942
    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

  3. #3
    Linux Enthusiast L4Linux's Avatar
    Join Date
    Sep 2008
    Location
    Greece
    Posts
    584
    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!

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    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

  5. #5
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    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).

  6. #6
    oz
    oz is offline
    forum.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.

  7. #7
    Just 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!

  8. #8
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Arch is best. I even bought a shirt that tells me so. And pacman is, IMHO, the best package manager out there.

  9. #9
    Just 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.

  10. #10
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    The easiest way to use AUR is to download yaourt. Add this to /etc/pacman.conf
    Code:
    [archlinuxfr]
    Server = http://repo.archlinux.fr/i686
    (Change i686 to x86_64 is you're using the 64 bit version.)

    Then do
    Code:
    pacman -Sy yaourt
    yaourt uses all the same options as pacman, but will search AUR if a package isn't located in core, extra, or community. Yaourt - ArchWiki

    So you can now install the ATI drivers as so
    Code:
    su -
    yaourt -S dkms-fglrx
    EDIT: 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.

Page 1 of 5 1 2 3 4 5 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...