Linux Mint, anyone?

Started by
34 comments, last by tmccolgan88 10 years, 10 months ago

Doesn't run well at all within parallels. Probably driver related.

Advertisement

Do the goats have to be virgins?

Actually I got it to work. It was trying to go through my headphones (which were plugged directly into my PC and not through my speakers), so I just had to unplug them. Simple, silly mistake. tongue.png

Virgin goats and easy to setup Linux (that breaks due to user error and software error). I'm intrigued!

Beginner in Game Development?  Read here. And read here.

 

Mint was ridiculously easy to setup. I've already got a decent amount of software installed, too, including MonoDevelop (but I can't get MonoGame to work quite right, looks like they need to update it) and jMonkeyEngine 3 (again, not working correctly, and I have no idea why because everything is installed!), and it's just more FUN to use than Windows ever was for me.

I also installed Docky, which is a great little app, but it seems to crash every so often so I'm going to find something else. Either way, I'm super happy with Mint. It's definitely becoming my main OS, with Windows being where I do all of my game development (and playing) in, while Mint will be my general use/tinkering OS. Super, super happy with. :)

My website! yodamanjer.com
My development blog!

Follow me on Twitter! [twitter]jwg1991[/twitter]

Did you get a haircut? You look different.

Ah, yes I did, but then I accidentally became a sir. Linux does that to all males, we all know that's a fact. tongue.png

I also got Steam to install seamlessly, and was able to download and play Rochard, which is quickly becoming my new favorite platformer!

Proof!

screenshot-from-2013-06-06-194936.png?w=

Works without any problems whatsoever. smile.png

EDIT: Haha, got MonoGame to work! I ran
 sudo apt-get install monodevelop-monogame
and it worked better than the tutorials for setting up MonoGame on its own site! Yay for Google searches yielding better results!

Now I can essentially make XNA games on Linux. This excites me so much, I'm about to have a celebratory hard cider!

My website! yodamanjer.com
My development blog!

Follow me on Twitter! [twitter]jwg1991[/twitter]

one-does-not.jpg

I would now concur (if in fact you are referring to development with MonoGame). It appears that MonoGame does not have its own content pipeline manager, and requires you to still use the original XNA to create things like spritefonts and effect files, then use another (windows-only) program to convert them to the appropriate format, then you have to load it into MonoGame and hope it works and if it doesn't, "ffffffuuuuuuuuuuuuu" is about your only response!

Unity3D all the way for development! I did some tests with some games and they work beautifully on Linux Mint!

My website! yodamanjer.com
My development blog!

Follow me on Twitter! [twitter]jwg1991[/twitter]

MonoGame has an in-work content pipeline. I think its in the GitHub repo, but i havent really used it yet. Additionally, if you are cloning MonoGame from the GitHub repo, you need to initialize and update the submodules (downloads the dependancies into subrepos) via "git submodule init" and "git submodule update" respectively. Finally, i believe it relies on libsdl mixer v1.2, so you'll need to install that as well (easiest through synaptic "sudo apt-get install synaptic" and then grab it through synaptic).

Also, for the adventuresome, there is ArchLinux. I honestly would not recommend this for linux newbies as the installation is a trial in and of itself. However, it is always has the latest-greatest stuff available. Want MonoDevelop 4.1, but dont want to compile it yourself, use pacman to grab it for ya! Arch is pretty slick and i use it on my lappy... well, not Arch per-se but a more friendly Arch variant called Manjaro (http://manjaro.org). Istallation is fast and easy and it supports Xfce, OpenBox, Cinnamon, Gnome, KDE, and others i think. So if you're curious in trying a rolling release linux, Manjaro is very user friendly. It also supports Optimus hybrid graphics cards out of the box via Bumblebee, so that makes me very happy smile.png

Also, for the adventuresome, there is ArchLinux. I honestly would not recommend this for linux newbies as the installation is a trial in and of itself.

I can personally attest that :D ArchLinux installation isn't just an installation, it's a rite of passage.

Failed miserably to install it with EFI on my eee 1201PN (I haven't seen the "Fast boot" option in the bios since I deleted Windows 7 from it). Then had a more successful try with a normal BIOS + GPT install. Pacman works nicely enough, and ArchLinux wiki is awesome.

"I AM ZE EMPRAH OPENGL 3.3 THE CORE, I DEMAND FROM THEE ZE SHADERZ AND MATRIXEZ"

My journals: dustArtemis ECS framework and Making a Terrain Generator

I've heard of ArchLinux. Even the geekiest person I know (who works as a librarian/IT specialist at a university) says that he never got ArchLinux to work, and much preferred the ease of Ubuntu or Debian. After looking into ArchLinux, I can say I'll likely never attempt it. :P

My website! yodamanjer.com
My development blog!

Follow me on Twitter! [twitter]jwg1991[/twitter]

This topic is closed to new replies.

Advertisement