Linux

Discussion in 'Unrelated Discussion' started by thebigpill, January 11, 2013.

  1. thebigpill

    thebigpill Well-Known Member

    Messages:
    733
    Likes Received:
    85
    I'm considering to make Linux my primary OS again, since I'm getting sick of windows and Steam runs on Linux now. Right now, I've got a windows 7-really outdated Ubuntu dual boot, but I've been hearing people say Ubuntu got ruined apparently, so I'm looking for a new distro. Preferably one that's optimized and not too hard to get into (been two years since I really used Linux, so I'm a bit rusty).

    Any of you dudes use Linux with Steam, or know a good distro?
  2. acdimalev

    acdimalev New Member

    Messages:
    2
    Likes Received:
    0
    Hey man. If you want to install Steam without some funkery at this point, you don't really have any options. They're supporting Ubuntu exclusively (at this point). I'm a Debian guy, have been for over a decade, and I've got Steam set up (woot!) but not in a way that I'm entirely happy with.

    I think Ubuntu's still got an option to mimic the old desktop feel. You might Google around for "ubuntu classic desktop".
  3. hotcakes

    hotcakes New Member

    Messages:
    177
    Likes Received:
    0
    I really liked the Slax distro.
  4. sylvesterink

    sylvesterink Active Member

    Messages:
    907
    Likes Received:
    41
    As long as you do a derivative of Ubuntu, you should be fine. Linux Mint tends to be the most popular choice at the moment. It uses the Ubuntu repositories (which is where you install Linux software). Really, any distribution that supports .deb packages should be fine, as long as it has the required dependencies.

    If you want to play it safe, go for Xubuntu, which is based on Ubuntu, but uses the XFCE desktop environment. (The main complaint about Ubuntu is the switch from the Gnome 2 desktop environment to the Unity environment. Gnome 3 isn't exactly loved either.) It's a bit lighter on the fancy visuals, but it's rock solid and quite fast in comparison to other DEs. Kubuntu is another option that uses KDE, but it isn't exactly the best implementation of KDE at the moment. OpenSuse tends to do a better job.

    Of course on Linux, you can get any software to run on any distro, it just requires repackaging for that distro's packaging standard. Within a week of being released, Steam for Linux was available in .rpm form for Fedora/Red Hat, as a tar.gz for Slackware, and if I recall correctly, some folks even got it running on Gentoo. Of course, all that means you have to do some research on your own, but hey, Linux is about learning too. :D
  5. acdimalev

    acdimalev New Member

    Messages:
    2
    Likes Received:
    0
    Even back before it was OpenSuSE, SuSE's had an awesome run on their KDE desktop.

    This... isn't quite true. It requires tinkering that goes well beyond a distro's packaging standard. Here's a link with some useful information and references for getting Steam working on Debian, included just to give you an example of some of the foolery I'm talking about.

    http://aspensmonster.com/2012/12/07/ste ... ng-wheezy/

    This could be a good thing to do with a distribution that you want to learn more about. Do be prepared to re-install at some point (maybe keep your home directory on another partition). We're all learning here, and early attempts to repackage software for different distros tends to come with some "oh, oops" moments.
  6. thebigpill

    thebigpill Well-Known Member

    Messages:
    733
    Likes Received:
    85
    I've already chosen Ubuntu. Easy to setup, easy to maintain, ergo little effort :lol:
  7. sylvesterink

    sylvesterink Active Member

    Messages:
    907
    Likes Received:
    41
    I was oversimplifying somewhat, but yes, that is correct. I have only had experience with installing it on Slackware, which isn't that difficult. (Make sure you have multilib, install dependencies, install 32-bit compatible libraries, unpack .deb and move/rename a couple items, disable pulseaudio support in Steam.) Since Slackware tends to be more involved than many distros, most of the other ones, especially the Debian derivatives, tend to be a lot more straightforward when it comes to setting up.

    In any case, I'm glad you got it working, thebigpill.
  8. kkiwwikk

    kkiwwikk New Member

    Messages:
    10
    Likes Received:
    0
    If you don't like default Ubuntu DE, you can just install whatever you prefer and switch to it at login. If you really want to try and clean up the system tho, then it would require something like :
    Code:
    $ apt-get remove ubuntu-desktop && /etc/init.d/lightdm restart
    Or you can just install from the server ISO (ubuntu minimal install), which will give you the equivalent of a Debian testing/sid install with the Ubuntu repository.
  9. thebigpill

    thebigpill Well-Known Member

    Messages:
    733
    Likes Received:
    85
    I just did

    Code:
    sudo apt-get install gnome-session-fallback
    and selected it on login.
  10. kkiwwikk

    kkiwwikk New Member

    Messages:
    10
    Likes Received:
    0
    Did it pull all of the gnome-shell dependencies?
  11. tatsujb

    tatsujb Post Master General

    Messages:
    12,902
    Likes Received:
    5,385

Share This Page