Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 02-02-2008, 08:14 PM   #1 (permalink)
-----ATi-----
 
nvidia's Avatar
 
Join Date: May 2007
Location: Bangalore
Posts: 2,322
Red face Calling all Linux Experts: I've got a million questions...


Hi guys,
I really like to start using Linux.. But i'm a noob. Everytime i install linux i will have some problem or the other and ill just format the drive containing Linux. But this time i thought, i could start to learn something from this forum.
I'm using Ubuntu that was given in Digit December DVD.

Back to my topic -
First i need to install my graphics driver. It asked me to log in as root.. With great difficulty i logged in as root. When i double click on the file which has a .run extention, it opens a dialog box and there i chose "run in terminal"
I get an error there... It says - " ERROR: You appear to be running an X Server; Please exit X before installing. For further details, please see the section INSTALLING THE NVIDIA DRIVER in the README available on the Linux driver download page at www.nvidia.com"
Well.. What do i do?
__________________
http://twitter.com/akshayms
nvidia is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 02-02-2008, 08:18 PM   #2 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Re: Calling all Linux Experts: I've got a million questions...

Since you are running ubuntu, it has the restricted drivers manager,
if i remember correctly,
try installing you driver through it, instead of manually.

Regards,
ray
__________________
Do what you will; but not because you must. -- Zen Quote
ray|raven is offline  
Old 02-02-2008, 08:19 PM   #3 (permalink)
-----ATi-----
 
nvidia's Avatar
 
Join Date: May 2007
Location: Bangalore
Posts: 2,322
Default Re: Calling all Linux Experts: I've got a million questions...

Where can i find that "restricted drivers manager" thing?
__________________
http://twitter.com/akshayms
nvidia is offline  
Old 02-02-2008, 08:22 PM   #4 (permalink)
...
 
Join Date: Sep 2007
Posts: 3,795
Default Re: Calling all Linux Experts: I've got a million questions...

I too have decided to start using linux 2day.And i too get many probs when i install linux
I have Dled ubuntu7.10 64 bit alternate cd and ubuntu 8.04 alpha 4 64bit.which one should i install??
i hope nvidia8800 doesnt mind me questioning on his thread.
I asked here coz i didnt want to start a new thread
SunnyChahal is offline  
Old 02-02-2008, 08:22 PM   #5 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Re: Calling all Linux Experts: I've got a million questions...

System > Administration > Restricted Driver Manager

Regards,
ray
__________________
Do what you will; but not because you must. -- Zen Quote
ray|raven is offline  
Old 02-02-2008, 08:37 PM   #6 (permalink)
-----ATi-----
 
nvidia's Avatar
 
Join Date: May 2007
Location: Bangalore
Posts: 2,322
Default Re: Calling all Linux Experts: I've got a million questions...

^^No problem if you question here Sunny.. Even ill get to learn more

I tried that Restricted Drivers Manager thing. When i click on enable option, it says
Quote:
Enable the Driver?

NVIDIA accelerated graphics driver (latest cards)

This driver is required to fully utilise the 3D potential of NVIDIA graphics cards, as well as provide 2D acceleration of newer cards.

If you wish to enable desktop effects, this driver is required.

If this driver is not enabled, you will not be able to enable desktop effects and will not be able to run software that requires 3D acceleration, such as some games.
Cancel / Enable the driver
But when i click on Enable driver, it asks me to insert the cd -
Quote:
Please insert the disk labeled:
Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071017)
in drive /cdrom/
Which CD to insert??
__________________
http://twitter.com/akshayms

Last edited by nvidia; 02-02-2008 at 08:37 PM. Reason: Automerged Doublepost
nvidia is offline  
Old 02-02-2008, 08:39 PM   #7 (permalink)
...
 
Join Date: Sep 2007
Posts: 3,795
Default Re: Calling all Linux Experts: I've got a million questions...

the ubuntu cd u got with digit
SunnyChahal is offline  
Old 02-02-2008, 08:42 PM   #8 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Calling all Linux Experts: I've got a million questions...

@both of u guys-finish ur installation and use "vesa" driver for graphics to boot into Gnome.then configure internet and d/l using restricted driver manager the nvidia driver 169.09 -supporting the nvidia 8xxx series(expect more better driver later)

Dont give up so soon.. the xorg.conf u guys needs to use should be generated later by running below commands after installation and login into Gnome in vesa mode.

install latest nvidia-driver from restricted manager;then run in a terminal "telinit 1" to a root terminal.now run:
Code:
sudo dpkg-reconfigure xserver-xorg
select "nvidia" as driver and finish.
later in the same vtty,
edit using "nano" editor the "device" section of ur /etc/X11/xorg.conf as:
in a terminal "sudo nano -w /etc/X11/xorg.conf"
browse to below section and edit as below
Code:
Section "Device"
	Identifier	"nVidia Corporation"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Option          "AddARGBVisuals"        "True"
        Option          "AddARGBGLXVisuals"     "True"
        Option         "RenderAccel" "true"
        Option         "DisableGLXRootClipping" "true"
        Option          "NoLogo"        "True"
        Option          "UseEdidDpi"   "FALSE"
        Option          "DPI"   "96 x 96"
EndSection
add below lines in a new line after "section device":
Code:
Section "Extensions"
    Option "Composite" "Enable"
EndSection

save by pressing "CTRL+O" and exit as "CTRL+X".

press "ctrl+D" to exit the terminal,now it will boot into ur Gnome desktop.
see,if graphics are smooth.check Direct rendering by opening a terminal(in menu Applications>Accsrs>terminal)

Code:
glxinfo |grep direct
^check whether it shows "yes" or "NO"
If "Yes" ur Graphics is configured properly

Try this guys!dont leave this in a jiffy
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 02-02-2008, 08:44 PM   #9 (permalink)
-----ATi-----
 
nvidia's Avatar
 
Join Date: May 2007
Location: Bangalore
Posts: 2,322
Default Re: Calling all Linux Experts: I've got a million questions...

Quote:
Originally Posted by Sunny1211993 View Post
the ubuntu cd u got with digit
Tried that. Got this error -
Quote:
Another synaptic is running

There is another synaptic running in non-interactive mode. Please wait for it to finish first.
__________________
http://twitter.com/akshayms
nvidia is offline  
Old 02-02-2008, 08:44 PM   #10 (permalink)
Pee into the Wind...
 
shady_inc's Avatar
 
Join Date: May 2007
Location: Mumbai
Posts: 782
Default Re: Calling all Linux Experts: I've got a million questions...

Regarding the CD-ROM thing, Go to System>Administration>Software Sources.Enter your password.Under "Ubuntu Software" tab, uncheck the entry under "Installable From CD-ROM/DVD".
__________________
Life is as complicated as you say it is.
shady_inc is offline  
Old 02-02-2008, 08:52 PM   #11 (permalink)
...
 
Join Date: Sep 2007
Posts: 3,795
Default Re: Calling all Linux Experts: I've got a million questions...

@ praka thnx a lot
SunnyChahal is offline  
Old 02-02-2008, 09:01 PM   #12 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Calling all Linux Experts: I've got a million questions...

OK.I checked the gutsy nvidia version which is 100.14.19 which supports 8xxx series partially only.
you should get latest nvidia driver 169.09 for full support which unfortunately missing in default Ubuntu gutsy installation.for that,you have to wait for the new drivers to hit gutsy.although this driver is provided with hardy beta .
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 02-02-2008, 09:29 PM   #13 (permalink)
-----ATi-----
 
nvidia's Avatar
 
Join Date: May 2007
Location: Bangalore
Posts: 2,322
Default Re: Calling all Linux Experts: I've got a million questions...

@praka,
It said "NO" after i did all that
I dont understand the things like "boot into your gnome desktop"
__________________
http://twitter.com/akshayms
nvidia is offline  
Old 02-02-2008, 09:38 PM   #14 (permalink)
...
 
Join Date: Sep 2007
Posts: 3,795
Default Re: Calling all Linux Experts: I've got a million questions...

@praka-i have hardy alpha 4 also.Dled it 2day
shudi install it?? does it have the new look with the dock??
or where can i get the new look of hardy??
SunnyChahal is offline  
Old 02-02-2008, 09:40 PM   #15 (permalink)
-----ATi-----
 
nvidia's Avatar
 
Join Date: May 2007
Location: Bangalore
Posts: 2,322
Default Re: Calling all Linux Experts: I've got a million questions...

Can somebody atleast tell me how to make fonts look a little more beautiful in Linux?
__________________
http://twitter.com/akshayms
nvidia is offline  
Old 02-02-2008, 09:59 PM   #16 (permalink)
BSD init pwns System V
 
hellknight's Avatar
 
Join Date: Sep 2006
Location: atapi.sys as Stuxnet
Posts: 1,229
Default Re: Calling all Linux Experts: I've got a million questions...

Quote:
Back to my topic -
First i need to install my graphics driver. It asked me to log in as root.. With great difficulty i logged in as root. When i double click on the file which has a .run extention, it opens a dialog box and there i chose "run in terminal"
I get an error there... It says - " ERROR: You appear to be running an X Server; Please exit X before installing. For further details, please see the section INSTALLING THE NVIDIA DRIVER in the README available on the Linux driver download page at www.nvidia.com"
Well.. What do i do?
its simple,
1. firstly copy the drivers to your home folder
2. Then make sure you've kernel-source & GCC packages installed.
3. After that hit Ctrl+Alt+F1
3. Login as normal user and issue init 3
4. Then go to your home folder by cd /home/username
5. then type sh N(followed by tab, it'll complete the driver name)
6. Agree to everything , your drivers will be installed
7. Reboot by issuing sudo reboot command

The other way as explained by other forum members is easier than this which is restricted driver manager
__________________
My blog :- www.openenclave.wordpress.com
hellknight is offline  
Old 03-02-2008, 12:34 AM   #17 (permalink)
in search of myself
 
CadCrazy's Avatar
 
Join Date: Sep 2006
Location: Gurgaon
Posts: 1,720
Default Re: Calling all Linux Experts: I've got a million questions...

Visit here to see step by step procedure to install nvidia graphics driver provided by nvidia.
__________________
::::::::::::::::::::
Unban Praka123
::::::::::::::::::::
Vista is my Secretary | Mac is my Girlfriend | Linux is my Wife
"Ek Se Mera Kya Hoga" :lol:
CadCrazy is offline  
Old 03-02-2008, 10:44 AM   #18 (permalink)
...
 
Join Date: Sep 2007
Posts: 3,795
Default Re: Calling all Linux Experts: I've got a million questions...

^^
thnx cad.i also had some probs with hardy.
SunnyChahal is offline  
Old 03-02-2008, 03:58 PM   #19 (permalink)
-----ATi-----
 
nvidia's Avatar
 
Join Date: May 2007
Location: Bangalore
Posts: 2,322
Default Re: Calling all Linux Experts: I've got a million questions...

@cad crazy: I tried your method and everything went fine. I think the graphics driver is now installed
Thanks a loot..
How do i check if its working correctly?

Ive got another problem now...
How do i install the mp3 and other format codecs? I cant listen to music on Linux
But i can hear some system sounds...
__________________
http://twitter.com/akshayms

Last edited by nvidia; 03-02-2008 at 04:47 PM.
nvidia is offline  
Old 03-02-2008, 05:30 PM   #20 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Re: Calling all Linux Experts: I've got a million questions...

Try this in a terminal,
Quote:
glxinfo | grep direct
it will tell you if direct rendering is enabled.

You can use
Quote:
glxgears
to find the fps

If you got the latest ubuntu,
trying to play a file through totem/rhythmbox will download it AFAIK

Regards,
ray
__________________
Do what you will; but not because you must. -- Zen Quote
ray|raven is offline  
Old 03-02-2008, 06:52 PM   #21 (permalink)
-----ATi-----
 
nvidia's Avatar
 
Join Date: May 2007
Location: Bangalore
Posts: 2,322
Default Re: Calling all Linux Experts: I've got a million questions...

^^Hey thanks.. Graphics driver is configured... It said yes!
I did not get your point about the audio thing....
When i play a file a media player thing will open and display the following message -
Quote:
Search for suitable codec?
The required software to play this file is not installed. You need to install suitable codecs to play media files. Do you want to search for a codec that supports the selected file?
The search will also include software which is not officially supported.
Cancel / Search
When i click on Search, a new window will open which says
Quote:
Install Multimedia Codecs
under this window i can see two codecs.
When i click on any of the two, another window opens which says -
Quote:
Confirm installation of restricted software?
The use of this software may be restricted in some countries. You must verify that one of the following is true:

• These restrictions do not apply in your country of legal residence
• You have permission to use this software (for example, a patent license)
• You are using this software for research purposes only
Cancel / Confirm
When i click on Confirm it says
Quote:
The list of applications is not availabe

Click on 'Reload' to load it. To reload the list you need a working internet connection.
Cancel / Reload
When i press Reload, a window will open which says downloading and then it will disappear.
nothing happens.. What do i do?
__________________
http://twitter.com/akshayms
nvidia is offline  
Old 03-02-2008, 06:54 PM   #22 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Calling all Linux Experts: I've got a million questions...

^hehe!make sure u have internet connected in ur ubuntu box that app is trying to download from www those necessary plugins!
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 03-02-2008, 06:57 PM   #23 (permalink)
-----ATi-----
 
nvidia's Avatar
 
Join Date: May 2007
Location: Bangalore
Posts: 2,322
Default Re: Calling all Linux Experts: I've got a million questions...

^^How do i make sure "ubuntu box" is connected to the internet?
I'm browsing from Ubuntu itself so i guess its connected...
And Btw, is there any way to install it offline? Im on low bandwidth... Just 1 GB limit...
__________________
http://twitter.com/akshayms
nvidia is offline  
Old 03-02-2008, 07:07 PM   #24 (permalink)
in search of myself
 
CadCrazy's Avatar
 
Join Date: Sep 2006
Location: Gurgaon
Posts: 1,720
Default Re: Calling all Linux Experts: I've got a million questions...

I can send you cd with packages for offline installation if you want
__________________
::::::::::::::::::::
Unban Praka123
::::::::::::::::::::
Vista is my Secretary | Mac is my Girlfriend | Linux is my Wife
"Ek Se Mera Kya Hoga" :lol:
CadCrazy is offline  
Old 03-02-2008, 07:10 PM   #25 (permalink)
-----ATi-----
 
nvidia's Avatar
 
Join Date: May 2007
Location: Bangalore
Posts: 2,322
Default Re: Calling all Linux Experts: I've got a million questions...

^^Can you tell me the approximate size which these files will be?
And will they be able to play all the files? Has digit provided it in any of its DVDs?
__________________
http://twitter.com/akshayms
nvidia is offline  
Old 03-02-2008, 07:19 PM   #26 (permalink)
in search of myself
 
CadCrazy's Avatar
 
Join Date: Sep 2006
Location: Gurgaon
Posts: 1,720
Default Re: Calling all Linux Experts: I've got a million questions...

visit Offline Ubuntu Package Center
and download gstreamer package(around 5 MB) for enabling sound

For online method go here
__________________
::::::::::::::::::::
Unban Praka123
::::::::::::::::::::
Vista is my Secretary | Mac is my Girlfriend | Linux is my Wife
"Ek Se Mera Kya Hoga" :lol:
CadCrazy is offline  
Old 03-02-2008, 07:52 PM   #27 (permalink)
-----ATi-----
 
nvidia's Avatar
 
Join Date: May 2007
Location: Bangalore
Posts: 2,322
Default Re: Calling all Linux Experts: I've got a million questions...

^^I installed gstreamer from terminal as you have mentioned in your thread... But it couldnt play the file...
So i thought to reisntall it and typed sudo apt-get install gstreamer*
and then something was displayed in terminal. In the last line it was mentioned to remove gstreamer - type "sudo apt-get autoremove"
I thought if i could unistall and then reinstall the app then the problem would be solved and i used this command in terminal -
Code:
sudo apt-get autoremove gstreamer*

And it started to remove almost everything. I closed terminal when it was completed and now i cant see any media players, open offics and the worst thing is i cant use terminal. The icon is seen in Apps > Accessories > terminal.
But when i click on it, it says -
Quote:
Could not launch menu item
Failed to execute child process "gnome-terminal" (No such file or directory)
(ok)
What do i do??
Should i reinstall Ubuntu to get terminal and others back again??
__________________
http://twitter.com/akshayms
nvidia is offline  
Old 03-02-2008, 08:16 PM   #28 (permalink)
in search of myself
 
CadCrazy's Avatar
 
Join Date: Sep 2006
Location: Gurgaon
Posts: 1,720
Default Re: Calling all Linux Experts: I've got a million questions...

I think you messed up your ubuntu-desktop package

insert your gusty gibbon cd and press ctrl+alt+F1 to start command prompt and login. then type

sudo apt-cdrom add
sudo apt-get update
sudo apt-get install ubuntu-desktop
sudo /etc/init.d/gdm restart
__________________
::::::::::::::::::::
Unban Praka123
::::::::::::::::::::
Vista is my Secretary | Mac is my Girlfriend | Linux is my Wife
"Ek Se Mera Kya Hoga" :lol:
CadCrazy is offline  
Old 04-02-2008, 11:39 AM   #29 (permalink)
-----ATi-----
 
nvidia's Avatar
 
Join Date: May 2007
Location: Bangalore
Posts: 2,322
Default Re: Calling all Linux Experts: I've got a million questions...

Guys i have heard that there is something like Aero in Linux also... Is it true? How do i enable it??
__________________
http://twitter.com/akshayms
nvidia is offline  
Old 04-02-2008, 11:52 AM   #30 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: Calling all Linux Experts: I've got a million questions...

Quote:
Originally Posted by CadCrazy View Post
I can send you cd with packages for offline installation if you want
but he is in bangalore. I can be more useful. I can give it to you personally. Just tell me what you want.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Closed Thread

Bookmarks

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux questions Prathamesh_Mouse_Driver Open Source 12 15-01-2008 02:13 PM
calling all techies LINUX,MAC,WINDOWS ETC spironox Software Q&A 1 21-08-2007 07:03 PM
Calling all Experts in MS Excel navino87 Software Q&A 1 18-02-2007 04:37 PM
few questions about linux... romeo_8693 Open Source 19 07-10-2006 10:13 AM
LINUX or WINDOWS :The Million $ Question Maverick340 Open Source 21 10-09-2004 03:55 PM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 02:52 AM.


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

Search Engine Optimization by vBSEO 3.3.2