Emuforums.com

Go Back   Emuforums.com > General Discussion > Software Discussion
Home Register Downloads FAQ Members List Calendar Arcade Mark Forums Read

WON'T YOU JOIN US?
You are not a registered member and
are viewing this site as a guest.
Registration is simple and FREE.
Join this CrowdGather community today.
Registration offers the following perks:

» Less advertising throughout
» Post and participate in discussions
» Network with other forum members
» Free private messaging

join

Reply
 
Thread Tools Display Modes
Old August 25th, 2006, 08:59   #1
F-3582
Back to regular business
 
F-3582's Avatar
 
Join Date: Mar 2002
Location: in Sachsen
Posts: 3,258
Some questions about Ubuntu

Hi, I just decided to try something new on my PC: Ubuntu Linux. Basically it's a great distribution for total beginners like myself, but there are some things that bother me:

1.) I tried to compile/install the ntfs-3g (pretty beta) driver that would enable me to write on my "leftover" partitions from Windows days (where I'm storing some precious data). However, when configuring the package according to the readme it complains that it couldn't find any suitable C compiler, although the GCC is present on my system. WTF?!?

2.) Which desktop environment would you suggest? Gnome or KDE? Is KDE hardware-accelerated? Gnome seems not. Is it possible to write KDE over Gnome, somehow, or would it mean to install the Kubuntu distribution instead?

3.) When looking at my device tab, it seems as if my gfx card (mobility Radeon 9700) had been recognized as PCI, only. The xorg.conf lets me change it, but I don't know what to do with the bus-id-values "PCI:1:0:0". Any clue? Or should I search the ATI site for linux drivers?

4.) Is it possible to migrate settings for Firefox and Thunderbird from Windows to Linux? I tried moving the profile folders, but it didn't work.


Thanks in advance for helping a clueless Linux newb.
__________________
In a world without walls and fences - who needs Windows and Gates?

F-3582 is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old August 25th, 2006, 11:45   #2
lord_muad_dib
The FORCE is my ally
 
lord_muad_dib's Avatar
 
Join Date: Jul 2003
Location: italy
Posts: 177
1) what command do you use to compile the source?
2) desktop environments aren't accelerated on their own. it's the Xwindow system that must be accelerated instead. the default one isn't accelerated.. check infos about Xgl
3) type in a terminal: glxinfo | grep rendering
if it says direct rendering yes, you're ready
if not... use apt to install drivers... it should configure everything on itself
4) i dunno, never tried
__________________
CPU: AMD Athlon 64 4000+(939 SanDiego CORE)@2,6Ghrz
MoBo: ABIT Fatal1ty AN8 SLi RAM: Corsair 2GB DDR Dual Channel
GPU: Geforce 68000 Ultra PCIEX: 16X >> Monitors: LG Flatron F700B 17''CRT <> Hyundai ImageQuest L17T
SPU: ABIT internal AudioMAX 7.1 + EAX >> Audio Out: My HiFi
HDDs SATA: MAXTOR 200GB x2 HDDs IDE: MAXTOR 80GB
DVDRW: Pioneer 108
Connection: ADSL Router Hamlet HDSL 740 @4Mbs/256Kbs
OSes: WinXP Pro@SP2 <> GNU/Linux Gentoo <> APPLE Darwin 8.4 <> DOS 6.22
lord_muad_dib is offline   Reply With Quote
Old August 25th, 2006, 12:45   #3
Master Chief
Quad Core FTW!!!
 
Master Chief's Avatar
 
Join Date: Aug 2004
Location: USA
Posts: 778
When I was considering putting Ubuntu on another PC I have, I read alot of this guide:

http://ubuntuguide.org/wiki/Dapper

Don't know if you've looked at it already...
__________________
Intel Core 2 Quad Q6600 @ 2.8ghz
Abit IP35 Pro
Corsair XMS2 4gig & Crucial Ballistix 4gig @ DDR2-667
Sapphire ATI Radeon HD 5770
HT OMEGA Striker 7.1
Maxtor 200 GB SATA HD
Western Digital Caviar Black 500 GB SATA HD
Antec TruePower Trio 650w
Master Chief is offline   Reply With Quote
Old August 25th, 2006, 13:53   #4
F-3582
Back to regular business
 
F-3582's Avatar
 
Join Date: Mar 2002
Location: in Sachsen
Posts: 3,258
Quote:
Originally Posted by lord_muad_dib View Post
1) what command do you use to compile the source?
The readme told me to run the "configure" executable (included in the package) first. Upon running, it told me that it couldn't find a suitable compiler.
Quote:
Originally Posted by lord_muad_dib View Post
2) desktop environments aren't accelerated on their own. it's the Xwindow system that must be accelerated instead. the default one isn't accelerated.. check infos about Xgl
Alright, thanks. A friend already told me about that. I'll definitely look at it.
Quote:
Originally Posted by lord_muad_dib View Post
3) type in a terminal: glxinfo | grep rendering
if it says direct rendering yes, you're ready
Could you please specify this a little more? I can't enter that phrase. I downloaded the drivers from the ATI site and it now seems to do something. The ATI Control Panel displays stuff and the fgl_glxgears, too... Let's see if I can get XGL to work.

Thanks a bunch.
__________________
In a world without walls and fences - who needs Windows and Gates?

F-3582 is offline   Reply With Quote
Old August 25th, 2006, 14:30   #5
darth sephiroth
.!. (^.^) .!.
 
darth sephiroth's Avatar
 
Join Date: Jan 2006
Location: You're looking at it right now.
Posts: 2,017
Quote:
Originally Posted by F-3582 View Post
Hi, I just decided to try something new on my PC: Ubuntu Linux. Basically it's a great distribution for total beginners like myself, but there are some things that bother me:

1.) I tried to compile/install the ntfs-3g (pretty beta) driver that would enable me to write on my "leftover" partitions from Windows days (where I'm storing some precious data). However, when configuring the package according to the readme it complains that it couldn't find any suitable C compiler, although the GCC is present on my system. WTF?!?
I wouldn't recommend it. Reading what's there and copying it over to your ext3 (i hope) partition(s) and editing them from there is recommended as NTFS write support is unstable to this date.
But make sure you've compiled it correctly.
Quote:
2.) Which desktop environment would you suggest? Gnome or KDE? Is KDE hardware-accelerated? Gnome seems not. Is it possible to write KDE over Gnome, somehow, or would it mean to install the Kubuntu distribution instead?
easy:
sudo apt-get install kde
now, log out and boot straight into the KDE

KDE is definately not any more HW accelerated than GNOME... if it was my laptop would get fried just from logging it
Quote:
3.) When looking at my device tab, it seems as if my gfx card (mobility Radeon 9700) had been recognized as PCI, only. The xorg.conf lets me change it, but I don't know what to do with the bus-id-values "PCI:1:0:0". Any clue? Or should I search the ATI site for linux drivers?
go ask at the ubuntu.org forums. You often get response within the minute.
Quote:
4.) Is it possible to migrate settings for Firefox and Thunderbird from Windows to Linux? I tried moving the profile folders, but it didn't work.
Perhaps someone has written a program/script that converts the coding but the ubuntu firefox uses a different coding and therefore transerring profiles is impossible.

Quote:
Thanks in advance for helping a clueless Linux newb.
no problem.
__________________

"Going too far is going almost all the way around the world, then turn around to go back" - me
"He's not going too far, he's going around the world" - me
"They're looking for a factbook in the fiction section of the library." - me
"I find spam useless and fatally contradictive to its own existence." - me
darth sephiroth is offline   Reply With Quote
Old August 25th, 2006, 15:06   #6
Proto
Knowledge is the solution
 
Proto's Avatar
 
Join Date: Dec 2002
Location: Pittsburgh, US. Previously in Mexico City
Posts: 7,160
Quote:
1.) I tried to compile/install the ntfs-3g (pretty beta) driver that would enable me to write on my "leftover" partitions from Windows days (where I'm storing some precious data). However, when configuring the package according to the readme it complains that it couldn't find any suitable C compiler, although the GCC is present on my system. WTF?!?
Everything you might ever need for building a package yourself is in the build-essential package. Just do a "apt-get install build-essential", or search in synaptic for it

Quote:
2.) Which desktop environment would you suggest? Gnome or KDE? Is KDE hardware-accelerated? Gnome seems not. Is it possible to write KDE over Gnome, somehow, or would it mean to install the Kubuntu distribution instead?

3.) When looking at my device tab, it seems as if my gfx card (mobility Radeon 9700) had been recognized as PCI, only. The xorg.conf lets me change it, but I don't know what to do with the bus-id-values "PCI:1:0:0". Any clue? Or should I search the ATI site for linux drivers?
Although you can install kde the way sephirot instructed you, it is no more hardware accelerated than gnome. You have to install the drivers that your cards needs, but if its fairly new, just google for easyubuntu, install it and ask it to install the ATI drivers. after rebooting, run the command

glxinfo | grep direct

If it says yes, then your graphic card is correctly installed

edit: as lord had already told you

Quote:
4.) Is it possible to migrate settings for Firefox and Thunderbird from Windows to Linux? I tried moving the profile folders, but it didn't work.
Well, the easiest way is to copy your whole account folder and edit the profiles.ini file telling that your recently copied folder is the default.
Proto is offline   Reply With Quote
Old August 25th, 2006, 15:52   #7
Project Epsilon
Is it a dream...
 
Project Epsilon's Avatar
 
Join Date: Jun 2004
Location: By The Orange Light...
Posts: 616
hrm.. i was getting the same 1 problem as you. never got it to work, but i'm reformatting my xp/linux pc right now so i'll have to see.

as for desktop environment, i use xfce/xubuntu... and strip it down with apps like bum and replace the gdm with xdm. i just couldn't put up with the insane bloat of gnome and kde... but out of the two, i'd choose kde...

i have sorta a love/hate relationship with linux... but its slowly creeping more to the love side as i use xubuntu more and more... i'm one that just hates to go into the terminal and type out commands... good think theres synaptic... just have to remember to enable the extra repositorites...
__________________
Project Epsilon is offline   Reply With Quote
Old August 25th, 2006, 16:07   #8
Nezzar
NSBQ nut
 
Nezzar's Avatar
 
Join Date: Aug 2001
Location: .de
Posts: 1,208
As for the window manager thing: I prefer Gnome. Don't really know why, though. Probably, because it was the desktop environment I started with. But KDE has one killer app: Amarok. Only for this thing I installed the KDE-Libs and QT, which I tried avoid before (both take quite a while to compile).

Concerning ntfs-problem: You might want to try captive-ntfs. However, there are some problems that arise when using it. You need to have a Windows XP license to be allowed to use it, since it uses parts of windows (the ntfs.sys, iirc). Also, I'm not sure if it's in ubuntu package management thing because of the aforementioned reason.
__________________
Bred for its skills in magic
Nezzar is offline   Reply With Quote
Old August 28th, 2006, 15:59   #9
darth sephiroth
.!. (^.^) .!.
 
darth sephiroth's Avatar
 
Join Date: Jan 2006
Location: You're looking at it right now.
Posts: 2,017
Yeah Amarok beats everything within the world of media players
__________________

"Going too far is going almost all the way around the world, then turn around to go back" - me
"He's not going too far, he's going around the world" - me
"They're looking for a factbook in the fiction section of the library." - me
"I find spam useless and fatally contradictive to its own existence." - me
darth sephiroth is offline   Reply With Quote
Old August 30th, 2006, 13:14   #10
F-3582
Back to regular business
 
F-3582's Avatar
 
Join Date: Mar 2002
Location: in Sachsen
Posts: 3,258
Thanks for your response, everyone. There were many really helpful suggestions. I finally got XGL+Compiz+CGWD running (and I can post some cool screenshots, if you want). A nice little tool called Automatix helped me a lot, too, because it installed a crapload of codecs and stuff which makes it even possible to view Realmedia and Quicktime videos in Swiftfox (Firefox - faster).

Now I can really start USING my computer.

In general I'm totally impressed by the easy usage of Ubuntu. It got a bunch of features Windows users have been aching for for years, now (and don't forget the eye-candy ). I can recommend it to everyone.
__________________
In a world without walls and fences - who needs Windows and Gates?

F-3582 is offline   Reply With Quote
Old August 30th, 2006, 13:27   #11
sims
Banned
 
sims's Avatar
 
Join Date: Sep 2004
Location: United States
Posts: 576
Quote:
Originally Posted by F-3582 View Post
Now I can really start USING my computer.

Haha you're planning to do some hardcore websurfing or customizing your kernel now? Because when I installed Fedora Core5 that's about the only thing I did with it.

To be honest, Linux is not an OS for media/entertainment users. Can it do these things? Yes, but not as well as other especially Mac/Windows in this area.

What is there to do with Linux that you can't in windows? Nothing from what I've seen. The stablility is about the same in my opinion. I could make windows run rock stable if I was using a guest account. Which is what linux does anyway. Besides, there are hardly anything to gain from exploiting Linux users.
sims is offline   Reply With Quote
Old August 30th, 2006, 15:29   #12
Proto
Knowledge is the solution
 
Proto's Avatar
 
Join Date: Dec 2002
Location: Pittsburgh, US. Previously in Mexico City
Posts: 7,160
Quote:
To be honest, Linux is not an OS for media/entertainment users.
As it has been said earlier, Amarok p0wnz everything else in the media player world, and that includes foobar. But yes, entertainment is one of the areas where it lacks the most, but it's getting there with more and more developers choosing OpenGL as their graphic development platfrom of choice.

Quote:
What is there to do with Linux that you can't in windows? Nothing from what I've seen.
For the common user, it goy Xgl/Compiz. Windows XP got nothing that can even remotely approach it without being a massive hog in memory, and with Vista it will cost so much that it is not even remotely practical. Also, for the games that Linux can run, it has been seen that Linux's better resource managing has a direct impact on a better execution of these games.

For the developers on the other hand the advantages are endless, and they start with the console. Up to XP, Window's console was nothing but a joke, and for those who know the console is an incredibly powerful tool. True, vista will have one itself, but we have yet to see how useful it will be. Things like the man, the OS and kernel source are incredibly useful for low level programmers. The list goes on

it is true, for many years Linux had been focused at the hardcore user. But things are finally starting to change
Proto is offline   Reply With Quote
Old August 30th, 2006, 18:43   #13
Coolsvilleman
Emulation to the max!
 
Coolsvilleman's Avatar
 
Join Date: Jan 2004
Location: Canada
Posts: 2,560
Quote:
Originally Posted by F-3582 View Post
Hi, I just decided to try something new on my PC: Ubuntu Linux. Basically it's a great distribution for total beginners like myself, but there are some things that bother me:

1.) I tried to compile/install the ntfs-3g (pretty beta) driver that would enable me to write on my "leftover" partitions from Windows days (where I'm storing some precious data). However, when configuring the package according to the readme it complains that it couldn't find any suitable C compiler, although the GCC is present on my system. WTF?!?

2.) Which desktop environment would you suggest? Gnome or KDE? Is KDE hardware-accelerated? Gnome seems not. Is it possible to write KDE over Gnome, somehow, or would it mean to install the Kubuntu distribution instead?

3.) When looking at my device tab, it seems as if my gfx card (mobility Radeon 9700) had been recognized as PCI, only. The xorg.conf lets me change it, but I don't know what to do with the bus-id-values "PCI:1:0:0". Any clue? Or should I search the ATI site for linux drivers?

4.) Is it possible to migrate settings for Firefox and Thunderbird from Windows to Linux? I tried moving the profile folders, but it didn't work.


Thanks in advance for helping a clueless Linux newb.
First off I would highly suggest backing up all your important data to another harddrive or DVD/CD. Then I would suggest removing all partitions and letting ubuntu create its own partitions. Also you've tried the LiveCD portion of ubuntu right?
__________________
Q6600 Core 2 Quad || Soundblaster X-Fi Extreme HD || e-VGA 8800GTX || 4096mb 4-4-4-12-2T Dual-Channel RAM || MSI P6N Diamond || 2x 320GB Hardrive || 5.1 Speakers || Remote control || 8x USB 2.0 || DVD/CD ±RW Drive || 1x IEEE1394

www.coolsvilleman.homedns.org Normally down. E-mail me for a DVD @ coolsvilleman@gmail.com
Coolsvilleman is offline   Reply With Quote
Old August 30th, 2006, 19:22   #14
F-3582
Back to regular business
 
F-3582's Avatar
 
Join Date: Mar 2002
Location: in Sachsen
Posts: 3,258
Quote:
Originally Posted by sims View Post
What is there to do with Linux that you can't in windows? Nothing from what I've seen.
...this. Once you have seen that on your own Vista/Aero-uncapable PC...

Another thing is the incredibly powerful and easy-to-use software installation. Either copy a program into a folder of your choice or download it live from the numerous repositories. And if a program isn't supported by your distribution, you can compile its source in three minutes.

Furthermore, the setup process is awesome. Ubuntu comes on a Live CD giving you a good first impression of your OS AND FULL ADMINISTRATION CAPABILITIES (perfect for repairing messed-up Ubuntu installations ). The installation itself takes about half an hour and afterwards you have a fully configured Operating System and all your hardware recognized and working.

Linux supports almost every Audio/Video format in the world. The codecs are again easily downloaded via repositories.

And last, but not least, Linux is completely capable of running some of your most precious Windows apps via WINE.

Quote:
Originally Posted by Proto View Post
For the developers on the other hand the advantages are endless, and they start with the console. Up to XP, Window's console was nothing but a joke, and for those who know the console is an incredibly powerful tool. True, vista will have one itself, but we have yet to see how useful it will be. Things like the man, the OS and kernel source are incredibly useful for low level programmers. The list goes on
I second that. In the beginning I really hated Linux, because it seemed to be soo impractical for non-hardcore users. Especially when trying to mount a partition and actually using the data that's on it. But once you get the hang of using the console and all its capabilities in administrative control, you'll start loving it (Ch0wn ).

Quote:
Originally Posted by Coolsvilleman View Post
First off I would highly suggest backing up all your important data to another harddrive or DVD/CD. Then I would suggest removing all partitions and letting ubuntu create its own partitions. Also you've tried the LiveCD portion of ubuntu right?
Thanks for those hints. I already converted my entire HD to ext3. My NTFS problem is no more.
__________________
In a world without walls and fences - who needs Windows and Gates?

F-3582 is offline   Reply With Quote
Old August 30th, 2006, 19:35   #15
Shin_Gouki
Registered User
 
Shin_Gouki's Avatar
 
Join Date: Jan 2003
Location: Europe / Germany
Posts: 902
check this:
http://www.lifehacker.com/software/t...aks-195437.php

<< und da du deutscher bist >>
http://ubuntuguide.org/wiki/Ubuntu_dapper_de
http://www.ubuntuusers.de/
have fun with ubuntu!
i wait till 6.10 , the new "upstart" will just rule
wbr Shin Gouki
Shin_Gouki is offline   Reply With Quote
Old August 30th, 2006, 19:45   #16
F-3582
Back to regular business
 
F-3582's Avatar
 
Join Date: Mar 2002
Location: in Sachsen
Posts: 3,258


Thanks for that stuff. I used Easyubuntu and Automatix (the english one - version 6 or something) to get most of my programs.

I heard about upstart, but what exactly is it?
__________________
In a world without walls and fences - who needs Windows and Gates?

F-3582 is offline   Reply With Quote
Old August 31st, 2006, 17:54   #17
Shin_Gouki
Registered User
 
Shin_Gouki's Avatar
 
Join Date: Jan 2003
Location: Europe / Germany
Posts: 902
since i suck at explainations:
http://www.netsplit.com/blog/work/ca...l/upstart.html

but i can try-> to put it a bit more practically(my view-opinion):
upstart is the new start system of ubuntu, the nice thing is:
- later it (dont know if with 6.10 or 7.10 ) it will offer u nearly( completly?) hardware abstraction
example:
u install ubuntu on a USB-Stick or USB-HD on ur PC.. u install all config all ur system is ready
u go to ur friend, plug ur USB-HD into his PC and "it will JUST work"!!
with 6.10 there might be X issues but they are workin on this as well, its just amazing
wbr Shin Gouki
Shin_Gouki is offline   Reply With Quote
Old August 31st, 2006, 23:45   #18
F-3582
Back to regular business
 
F-3582's Avatar
 
Join Date: Mar 2002
Location: in Sachsen
Posts: 3,258
I'm still hoping for a truly hw-accelerated X similar to Mac. And better WLAN support.
__________________
In a world without walls and fences - who needs Windows and Gates?

F-3582 is offline   Reply With Quote
Old September 1st, 2006, 14:52   #19
Shin_Gouki
Registered User
 
Shin_Gouki's Avatar
 
Join Date: Jan 2003
Location: Europe / Germany
Posts: 902
yes i did some research on wlan.. will be better in 6.10 but i don't know if it will be perfect
about hw accelerated X, its coming for sure i think AIGLX i think is the one there to watch out.
But beside those its dman nice to see that mono will be included by default!
wbr Shin Gouki
Shin_Gouki is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +1. The time now is 21:17.

© 2006 - 2012 Emu Forums | About Emu Forums | Advertisers | Investors | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.