FacebookTwitter
Hatrack River Forum   
my profile login | search | faq | forum home

  next oldest topic   next newest topic
» Hatrack River Forum » Active Forums » Books, Films, Food and Culture » The Great Blayne-dini Returns to Ubuntuland

   
Author Topic: The Great Blayne-dini Returns to Ubuntuland
Blayne Bradley
unregistered


 - posted            Edit/Delete Post 
Alrighty I had a Ubuntu partition since my last format and I haven't touched it.

So things I would like to do:

-Update from hardy Heron to Jaunty.
-What do I need to Install everything I need to compile C++, Java, and C# code.
-And anything useful for web design? Like a virtual server or something?

Oh, probably need emacs.

[ August 03, 2009, 10:37 AM: Message edited by: Blayne Bradley ]

IP: Logged | Report this post to a Moderator
ricree101
Member
Member # 7749

 - posted      Profile for ricree101   Email ricree101         Edit/Delete Post 
quote:
Originally posted by Blayne Bradley:
Alrighty I had a Ubuntu partition since my last format and I haven't touched it.

So things I would like to do:

-Update from hardy Heron to Jaunty.
-What do I need to Install everything I need to compile C++, Java, and C# code.
-And anything useful for web design? Like a virtual server or something?

Oh, probably need emacs.

If you haven't done much with the partition, it might be easiest to just install jaunty over the partition.

If you really want to upgrade, there's an argument you have to pass to the update manager from the command line in order to upgrade from an LTS to a normal release. I don't remember off the top of my head, but google should know.

quote:

-What do I need to Install everything I need to compile C++, Java, and C# code.

GCC + make (or whatever build tool you prefer) should be sufficient for C++. Then just install any extra libraries you need (boost, etc) from synaptic or apt-get.

No idea about java, but likewise just look for the packages in the repository. I imagine a search should turn up which ones.

C#, look for the mono packages.

quote:
And anything useful for web design? Like a virtual server or something?
Getting apache up and running isn't that terrible in Ubuntu. Also, they have most popular web frameworks in the repository (I'm particularly taken with django at the moment).

quote:
Oh, probably need emacs.
Type this into the command line:
"sudo apt-get install vim"

*flame war ftw [Big Grin]

Posts: 2437 | Registered: Apr 2005  |  IP: Logged | Report this post to a Moderator
Blayne Bradley
unregistered


 - posted            Edit/Delete Post 
DIE!!!!! Death to Vim! Nothing in it makes sense!
IP: Logged | Report this post to a Moderator
TomDavidson
Member
Member # 124

 - posted      Profile for TomDavidson   Email TomDavidson         Edit/Delete Post 
And that doesn't appeal to you? I understand it adheres religiously to the D&D ruleset. [Wink]
Posts: 37449 | Registered: May 1999  |  IP: Logged | Report this post to a Moderator
Blayne Bradley
unregistered


 - posted            Edit/Delete Post 
Seems I stepped on a landmine.

I was using 8.04 and then used EnvyNG to enable dual monitors, then I upgraded to 8.10 and my display nolonger worked correctly. Essentially for some reason my display was pushed from my main monitor to my second one and my main only displayed the "void" that remained so it remains black, while my second screen for some reason only displays roughly 1/4 of the desktop the top left to be exact.

Removing EnvyNG hasn't changed the problem. I had to boot in low graphics mode to try to get any kind of temporary fix, currently upgrading again to 9.04 to see if it changes anything.

Grr.

On the bright side I can finally play mp3's.

IP: Logged | Report this post to a Moderator
FlyingCow
Member
Member # 2150

 - posted      Profile for FlyingCow   Email FlyingCow         Edit/Delete Post 
I keep wanting to read the subject line of this as "The Great Blayne-dini".

Carry on. [Big Grin]

Posts: 3960 | Registered: Jul 2001  |  IP: Logged | Report this post to a Moderator
Blayne Bradley
unregistered


 - posted            Edit/Delete Post 
Okay so i rebooted my computer and Ubuntu's ability to display the desktop crashed and wouldn't let me get a gui, so BLEEP this, I'm redownloading the ISO for Ubuntu Jaunty and reinstalling.
IP: Logged | Report this post to a Moderator
King of Men
Member
Member # 6684

 - posted      Profile for King of Men   Email King of Men         Edit/Delete Post 
GUIs are for wimps.
Posts: 10645 | Registered: Jul 2004  |  IP: Logged | Report this post to a Moderator
Blayne Bradley
unregistered


 - posted            Edit/Delete Post 
I'm unsure how I would do picture editing/drawing using the bash prompt.
IP: Logged | Report this post to a Moderator
King of Men
Member
Member # 6684

 - posted      Profile for King of Men   Email King of Men         Edit/Delete Post 
Right, that's because you're a wimp. [Big Grin]
Posts: 10645 | Registered: Jul 2004  |  IP: Logged | Report this post to a Moderator
Blayne Bradley
unregistered


 - posted            Edit/Delete Post 
ASCII art doesn't count as art!
IP: Logged | Report this post to a Moderator
King of Men
Member
Member # 6684

 - posted      Profile for King of Men   Email King of Men         Edit/Delete Post 
Who said anything about ASCII? Real Programmers edit the RGB values by hand, visualising the picture all the while.

Edit: In hex.

Posts: 10645 | Registered: Jul 2004  |  IP: Logged | Report this post to a Moderator
Blayne Bradley
unregistered


 - posted            Edit/Delete Post 
And of course NOTHING IN THE OFFICIAL FRIGGIND DOCUMENTATION WORKS! I'm pissed off and disgusted. I install the ATI propieritry drivers, I'm supposed to run 2 commands.

sudo dpkg-reconfigure -phigh linux-restricted-modules-`uname -r`
sudo insmod /lib/modules/`uname -r`/volatile/fglrx.ko

And viola Doesn't work, can't find the fglrx file, it doesn't exist. And no one in forums or irc knows a clue about it.

This sucks.

IP: Logged | Report this post to a Moderator
ricree101
Member
Member # 7749

 - posted      Profile for ricree101   Email ricree101         Edit/Delete Post 
Do they not show up on the normal hardware devices app on the system menu?
Posts: 2437 | Registered: Apr 2005  |  IP: Logged | Report this post to a Moderator
Blayne Bradley
unregistered


 - posted            Edit/Delete Post 
That doesn't work, everytime I reboot after I do that I have to do a fresh install because my desktop/gui doesn't start and I'm stuck with the command line.
IP: Logged | Report this post to a Moderator
King of Men
Member
Member # 6684

 - posted      Profile for King of Men   Email King of Men         Edit/Delete Post 
It should be possible to start the gui from the command line. But really, I think you're just the sort of guy who'll have to stick with Windows; you don't have the patience for man files.
Posts: 10645 | Registered: Jul 2004  |  IP: Logged | Report this post to a Moderator
ricree101
Member
Member # 7749

 - posted      Profile for ricree101   Email ricree101         Edit/Delete Post 
You're sure your graphics card is supported? I know that ATI has had some issues in the past, though I was under the impression that their more recent cards were a lot better.

quote:
Originally posted by King of Men:
It should be possible to start the gui from the command line. But really, I think you're just the sort of guy who'll have to stick with Windows; you don't have the patience for man files.

If it isn't starting up automatically, my guess is that something is misconfigured or otherwise broken somewhere. Trying to start the GUI from the command line might provide some useful feedback on what's wrong, but it isn't all that likely to work.
Posts: 2437 | Registered: Apr 2005  |  IP: Logged | Report this post to a Moderator
Blayne Bradley
unregistered


 - posted            Edit/Delete Post 
There's a certain saying about those who aren't constructive should not speak.

Now it would be possible to start from the command line if it worked but it doesn't and if you looked into my problem you'ld notice LOTS of people have similar problems and of them restarted Gnome and nothing happens!

> was directed at KoM, you ninja'ed a post before I hit submit.

Anyways I had to manually download the Latest ATI drivers and manually compile and install them, I did fglrxinfo and seems to be giving me the correct feedback so i think I have finally fixed the problem aside from a random popup saying my various .deb files did not install correctly but since nothing exploded yet and hasn't reappeared despite rebooting I will ignore it until it appears again as i can't reconstruct the message.

IP: Logged | Report this post to a Moderator
Blayne Bradley
unregistered


 - posted            Edit/Delete Post 
Reinstalled the drivers (again) to be on the safe side, this time no popups, though there's still a tiny bit of "noise" at the top of my second screen that goes across and is about 1-2 mm tall.

Gonna nab WINE now.

IP: Logged | Report this post to a Moderator
Blayne Bradley
unregistered


 - posted            Edit/Delete Post 
EVE flickers uncontrollably and the ships dont render inside the station, searching for a fix.
IP: Logged | Report this post to a Moderator
Blayne Bradley
unregistered


 - posted            Edit/Delete Post 
But ya, what is a full list of packages I should get?

gcc

anything for opengl and sdl programming?

IP: Logged | Report this post to a Moderator
Mucus
Member
Member # 9735

 - posted      Profile for Mucus           Edit/Delete Post 
:q!
Posts: 7593 | Registered: Sep 2006  |  IP: Logged | Report this post to a Moderator
   

   Close Topic   Feature Topic   Move Topic   Delete Topic next oldest topic   next newest topic
 - Printer-friendly view of this topic
Hop To:


Contact Us | Hatrack River Home Page

Copyright © 2008 Hatrack River Enterprises Inc. All rights reserved.
Reproduction in whole or in part without permission is prohibited.


Powered by Infopop Corporation
UBB.classic™ 6.7.2