Join us at the Oolite Anniversary Party -- London, 7th July 2024, 1pm
More details in this thread.

Help with installing 1.76 on Ubuntu

For discussion of ports to POSIX based systems, especially using GNUStep.

Moderators: winston, another_commander, Getafix

User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6311
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: Help with installing 1.76 on Ubuntu

Post by Diziet Sma »

jeffron wrote:
This is what im talking about. I don't like ubuntu. Don't understand it either. I've no use for a menu that offers me "Keep your Tomboy notes in synch." I'd much prefer to be offered a Mai tai. My goal is to figure out how to get rid of everything on this newly aquired old laptop and install just enough stuff to play oolite and do a little word processing. I just hope I can keep my save files, but if I can't I guess I can always manually restore the wealth the Commander has accrued through honest pains and deliberate slaying. What os's would you recommend for someone who is a do it yourselfer, hates when computers try to think for him, and is willing to keep learning the manual side of things, but is painfully, and I mean "I just figured out I can click and drag a file and move it, WHOOO HOOO" painfully, ignorant? I guess I should hit the internet up for some learning.
What make/model of "old laptop" do you have? How much RAM does it have? To some extent that may influence what would be the best choice of Operating System to install.

Without knowing just what your laptop is, I'd recommend going to Linux Mint 13, with the MATE desktop. It runs fine on this 9-year-old computer I'm using for playing Oolite, which only has an AMD Athlon XP 1100 CPU. (Admittedly I added more RAM and a 512MB graphics card)

Keeping your Oolite game-saves is easy. Just copy the entire "oolite-saves" folder to a USB stick, or burn them to a cd before installing Mint. I'd recommend you do the same with your AddOns folder as well, to save downloading a whole bunch of OXPs again, as well. Back up any other data/files/work you wish to save (like the Oolite installer, for instance) using the same method. After you've upgraded your laptop, it's easy to copy everything back.
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
jeffron
Above Average
Above Average
Posts: 25
Joined: Sat Oct 27, 2012 5:45 am
Location: Acton, Maine USA

Re: Help with installing 1.76 on Ubuntu

Post by jeffron »

Great. I'm going to try that one. My Memory is 486.8 MiB CPU U1400 1.20 ghz. Thanks. I intend to spend a little money on this thing too when i figure out what it'll take for upgrades.
Tell me again why I've got to drink three pints?
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6311
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: Help with installing 1.76 on Ubuntu

Post by Diziet Sma »

jeffron wrote:
My Memory is 486.8 MiB CPU U1400 1.20 ghz. Thanks. I intend to spend a little money on this thing too when i figure out what it'll take for upgrades.
Looking at that, when you upgrade, go for as much memory as it can handle.. that will give you the biggest performance boost for the $.
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
User avatar
CommRLock78
---- E L I T E ----
---- E L I T E ----
Posts: 1138
Joined: Sat Apr 07, 2012 7:35 pm
Location: US
Contact:

Re: Help with installing 1.76 on Ubuntu

Post by CommRLock78 »

jeffron wrote:
.... My goal is to figure out how to get rid of everything on this newly aquired old laptop and install just enough stuff to play oolite ....
If you go with Diziet Sma's advice and go with Mint 13 (that's what I use) you may need to add the xorg-edger repository to your sources.
Assuming you've installed Mint 13 (although these instructions will work for Ubuntu 11.10, just replacing "precise" with "oneiric").

- in a terminal type:

Code: Select all

$ gksudo pluma /etc/apt/sources.list
- next add these lines to the bottom of the file

Code: Select all

deb http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu precise main
deb-src http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu precise main
- save the file and exit the text editor, then update your package list and upgrade by typing in the terminal:

Code: Select all

$ sudo apt-get update && sudo apt-get upgrade
This will upgrade to the newest versions of xorg-edgers, which I had to do to my old laptop in order to run 3-d applications, including Oolite ;)
"I'll laser the mark all while munching a fistful of popcorn." - Markgräf von Ededleen, Marquess, Brutal Great One, Assassins' Guild Exterminator
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6311
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: Help with installing 1.76 on Ubuntu

Post by Diziet Sma »

CommRLock78 wrote:
- in a terminal type:

Code: Select all

$ gksudo pluma /etc/apt/sources.list
It should be noted that this line would only work on Mint. If you were trying this on Ubuntu 11.10 (which uses gedit instead of pluma for text editing), the command would be:

Code: Select all

$ sudo gedit /etc/apt/sources.list
:wink:
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
User avatar
cim
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 4072
Joined: Fri Nov 11, 2011 6:19 pm

Re: Help with installing 1.76 on Ubuntu

Post by cim »

Assuming the various Ubuntu variants have kept it from Debian, "sensible-editor" is an alias to some installed text editor, which one depending on what you have installed.
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6311
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: Help with installing 1.76 on Ubuntu

Post by Diziet Sma »

cim wrote:
Assuming the various Ubuntu variants have kept it from Debian, "sensible-editor" is an alias to some installed text editor, which one depending on what you have installed.
Well.. I just learned something new.. thanks!

When I tried that in a terminal, I got:

Code: Select all

diziet@diziet-sma:~$ sensible-editor

Select an editor.  To change later, run 'select-editor'.
  1. /bin/ed
  2. /bin/nano        <---- easiest
  3. /usr/bin/vim.tiny

Choose 1-3 [2]: 
Very cool.
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
User avatar
CommRLock78
---- E L I T E ----
---- E L I T E ----
Posts: 1138
Joined: Sat Apr 07, 2012 7:35 pm
Location: US
Contact:

Re: Help with installing 1.76 on Ubuntu

Post by CommRLock78 »

Diziet Sma wrote:
cim wrote:
Assuming the various Ubuntu variants have kept it from Debian, "sensible-editor" is an alias to some installed text editor, which one depending on what you have installed.
Well.. I just learned something new.. thanks!

When I tried that in a terminal, I got:

Code: Select all

diziet@diziet-sma:~$ sensible-editor

Select an editor.  To change later, run 'select-editor'.
  1. /bin/ed
  2. /bin/nano        <---- easiest
  3. /usr/bin/vim.tiny

Choose 1-3 [2]: 
Very cool.
Quite cool that is. I got:

Code: Select all

robert@Mint13-DX4860 ~ $ sensible-editor

Select an editor.  To change later, run 'select-editor'.
  1. /bin/ed
  2. /bin/nano        <---- easiest
  3. /usr/bin/emacs23
  4. /usr/bin/vim.gnome
  5. /usr/bin/vim.tiny
only, I can't change my choice once it has been made :( . I also did not see pluma on that list, which seems odd. Now the first time running this I chose emacs, but I actually prefer nano, if I can't have pluma...
Edit: Wow, I didn't see that at first To change later, run 'select-editor'.... geez :shock: :roll: . On the bright side my density allowed me a chance to learn a bit more about bash :mrgreen: .
Diziet Sma wrote:
It should be noted that this line would only work on Mint. If you were trying this on Ubuntu 11.10 (which uses gedit instead of pluma for text editing), the command would be:
Code:
$ sudo gedit /etc/apt/sources.list
:wink:
So right, I forgot to tell him to change that, too :oops: .
"I'll laser the mark all while munching a fistful of popcorn." - Markgräf von Ededleen, Marquess, Brutal Great One, Assassins' Guild Exterminator
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6311
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: Help with installing 1.76 on Ubuntu

Post by Diziet Sma »

CommRLock78 wrote:
I also did not see pluma on that list, which seems odd. Now the first time running this I chose emacs, but I actually prefer nano, if I can't have pluma...
That's because it's only for terminal-based editors. :wink:

Re emacs, you might get a kick out of an old joke.. "emacs, an editor that thinks it's an Operating System" :lol:
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
User avatar
CommRLock78
---- E L I T E ----
---- E L I T E ----
Posts: 1138
Joined: Sat Apr 07, 2012 7:35 pm
Location: US
Contact:

Re: Help with installing 1.76 on Ubuntu

Post by CommRLock78 »

Diziet Sma wrote:
CommRLock78 wrote:
I also did not see pluma on that list, which seems odd. Now the first time running this I chose emacs, but I actually prefer nano, if I can't have pluma...
That's because it's only for terminal-based editors. :wink:
Gotcha
Diziet Sma wrote:
Re emacs, you might get a kick out of an old joke.. "emacs, an editor that thinks it's an Operating System" :lol:
Haha - I have not heard that one. I'm pretty sure it was package that came along for the ride installing something else ;) .
"I'll laser the mark all while munching a fistful of popcorn." - Markgräf von Ededleen, Marquess, Brutal Great One, Assassins' Guild Exterminator
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6311
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: Help with installing 1.76 on Ubuntu

Post by Diziet Sma »

Emacs is pretty much the grand-daddy of all editors.. it grew into a huge, bloated, feature-overloaded monster.. you can even read your email on it.. hence the joke above.
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
User avatar
CommRLock78
---- E L I T E ----
---- E L I T E ----
Posts: 1138
Joined: Sat Apr 07, 2012 7:35 pm
Location: US
Contact:

Re: Help with installing 1.76 on Ubuntu

Post by CommRLock78 »

Diziet Sma wrote:
Emacs is pretty much the grand-daddy of all editors.. it grew into a huge, bloated, feature-overloaded monster.. you can even read your email on it.. hence the joke above.
I like nano a lot, but I've been using gksudo with pluma mostly lately, since I do like pluma a lot too (I like it infinitely better for writing Matlab scripts than it's default editor, and it has the syntax highlighting for Octave :D ). I noticed after resetting the default sensible-editor to nano that Ctrl+Q doesn't quit it - I had forgotten that you have to do Ctrl+X, but what I thought was so hysterical was the message at the bottom:

Code: Select all

[ XON ignored, mumble mumble ]
Emacs, btw, does seem to be a bit too bloated for my liking ;)
"I'll laser the mark all while munching a fistful of popcorn." - Markgräf von Ededleen, Marquess, Brutal Great One, Assassins' Guild Exterminator
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
Post Reply