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 28-06-2007, 08:40 AM   #1 (permalink)
Alpha Geek
 
baccilus's Avatar
 
Join Date: Feb 2006
Location: Chandigarh
Posts: 948
Default Can't get display working in ubuntu: Help needed!


Hi.. I am running ubuntu 7.04 (32bit) on the following system;
Intel P4 2.66GHz, 1GB RAM, 945 Mobo, XFX nvidia 8500GT(And this is the problem i guess). Well since only the latest nvidia driver supported my card I downloaded the latest driver from their website and installed it. This i could do since the first time i ran it, it ran the vesa drivers i guess. Then i realised that every time i restarted ubuntu, I had to re-install the nvidia driver(With sh command). Then i gave the gdm start command and it worked fine. Now, since i upgraded the kernel version of ubuntu, this started working.

I just get the command prompt, so tell me these things
1. How to install the very latest nvidia driver through apt-get(even if it's a beta verson)? I tried

apt-get install nvidia-glx

didn't work
2. Just in case i am not able to accomplish the above goal, how can i force it to boot with vesa driver. Tell me the command and all.

Waiting for the reply. Thanks in advance.

PS: If you need the error report to help me in this, tell me the program to be used in command prompt to read the log file. Will gedit work?

somebody help please. Or atleast give me some suggestion of what i should be doing next.
__________________
Appreciate me now and avoid the rush!!
i5 2500K || 8GB DDRIII 1600 MHz RAM || Zotac GTX560Ti || Samsung 2233sw || Corsair GS600

Last edited by baccilus; 28-06-2007 at 08:53 AM. Reason: Automerged Doublepost
baccilus is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 28-06-2007, 08:56 AM   #2 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Re: Can't get display working in ubuntu: Help needed!

Try sudo apt-get install nvidia-glx-new or try the envy script.
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 28-06-2007, 09:39 AM   #3 (permalink)
Alpha Geek
 
baccilus's Avatar
 
Join Date: Feb 2006
Location: Chandigarh
Posts: 948
Default Re: Can't get display working in ubuntu: Help needed!

I can't get the display to work. I just have the command prompt. Can Envy still work? nvidia-glx-new didn't work.
__________________
Appreciate me now and avoid the rush!!
i5 2500K || 8GB DDRIII 1600 MHz RAM || Zotac GTX560Ti || Samsung 2233sw || Corsair GS600
baccilus is offline  
Old 28-06-2007, 11:17 AM   #4 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Re: Can't get display working in ubuntu: Help needed!

Yes, envy works in text mode too! Just install it and type envy -t on the command prompt.
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 28-06-2007, 03:16 PM   #5 (permalink)
Alpha Geek
 
baccilus's Avatar
 
Join Date: Feb 2006
Location: Chandigarh
Posts: 948
Default Re: Can't get display working in ubuntu: Help needed!

It's not there in the repositories. How can i add?
__________________
Appreciate me now and avoid the rush!!
i5 2500K || 8GB DDRIII 1600 MHz RAM || Zotac GTX560Ti || Samsung 2233sw || Corsair GS600
baccilus is offline  
Old 28-06-2007, 03:53 PM   #6 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: Can't get display working in ubuntu: Help needed!

Do a wget to get it via CLI

Code:
wget http://albertomilone.com/ubuntu/nvidia/scripts/envy_0.9.5-0ubuntu5_all.deb
Then do
Code:
sudo dpkg -i envy*.deb
in the same folder as Envy

Next, run, as Kalpik mentioned:

Code:
sudo envy -t
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 28-06-2007, 04:51 PM   #7 (permalink)
Alpha Geek
 
baccilus's Avatar
 
Join Date: Feb 2006
Location: Chandigarh
Posts: 948
Default Re: Can't get display working in ubuntu: Help needed!

getting error 404 on the wget command.
__________________
Appreciate me now and avoid the rush!!
i5 2500K || 8GB DDRIII 1600 MHz RAM || Zotac GTX560Ti || Samsung 2233sw || Corsair GS600
baccilus is offline  
Old 28-06-2007, 05:10 PM   #8 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: Can't get display working in ubuntu: Help needed!

Its working fine here! Try again maybe you'll get through. Or download it in Windows (Assuming you're posting through it, or any other OS) and copy the file into Linux.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 28-06-2007, 05:40 PM   #9 (permalink)
Alpha Geek
 
baccilus's Avatar
 
Join Date: Feb 2006
Location: Chandigarh
Posts: 948
Default Re: Can't get display working in ubuntu: Help needed!

Got the GUI working by editing the xorg.conf file and replacing nvidia with vesa. Then tried the second command and got this :

Unpacking envy (from envy_0.9.5-0ubuntu5_all.deb) ...
dpkg: dependency problems prevent configuration of envy:
envy depends on xserver-xorg-dev; however:
Package xserver-xorg-dev is not installed.
envy depends on module-assistant; however:
Package module-assistant is not installed.
envy depends on fakeroot; however:
Package fakeroot is not installed.
envy depends on dh-make; however:
Package dh-make is not installed.
envy depends on debhelper; however:
Package debhelper is not installed.
envy depends on dpatch; however:
Package dpatch is not installed.
dpkg: error processing envy (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
envy
saurabh@saurabh-desktop:~$ sudo apt-get install xserver-xorg-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
envy: Depends: module-assistant but it is not going to be installed
Depends: fakeroot but it is not going to be installed
Depends: dh-make but it is not going to be installed
Depends: debhelper but it is not going to be installed
Depends: dpatch but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).


When i try to install the dependency, it asks for further dependencies.
__________________
Appreciate me now and avoid the rush!!
i5 2500K || 8GB DDRIII 1600 MHz RAM || Zotac GTX560Ti || Samsung 2233sw || Corsair GS600
baccilus is offline  
Old 28-06-2007, 06:55 PM   #10 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: Can't get display working in ubuntu: Help needed!

^^ I suppose u have default ubuntu feisty(with gdebi installed) and internet working,also use vesa drivers to get a GNOME.inside gnome,browse with nautilus to the directory where envy script is downloaded.then right click on the envy.deb to select "open with gdebi"=this will auto-download and resolves dependencies and thus installs teh script.

btwn doesnt "nv" driver supports 2D gfx with NVIDIA cards?
__________________
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 28-06-2007, 08:19 PM   #11 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: Can't get display working in ubuntu: Help needed!

http://albertomilone.com/pmwiki/pmwi...tionsForUbuntu

Follow that top to bottom. It has a method to fill-up all the dependencies too.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 28-06-2007, 09:03 PM   #12 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Can't get display working in ubuntu: Help needed!

Now that you have GUI, why not just open synaptic and install nvidia-glx?
mehulved is offline  
Old 29-06-2007, 05:50 AM   #13 (permalink)
Alpha Geek
 
baccilus's Avatar
 
Join Date: Feb 2006
Location: Chandigarh
Posts: 948
Default Re: Can't get display working in ubuntu: Help needed!

Got the nv drivers to work. nvidia-glx won't work as this is too new a card. Thanks a lot every one especially Qwerty maniac.
__________________
Appreciate me now and avoid the rush!!
i5 2500K || 8GB DDRIII 1600 MHz RAM || Zotac GTX560Ti || Samsung 2233sw || Corsair GS600
baccilus is offline  
Old 29-06-2007, 08:31 AM   #14 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Can't get display working in ubuntu: Help needed!

That shouldn't really be happening, since nvidia uses unified driver structure.
Also, have a look at latest drivers that have been just released 100.14.09.
I guess they should support your card, if previous versions didn't.
mehulved is offline  
Old 29-06-2007, 09:08 AM   #15 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: Can't get display working in ubuntu: Help needed!

isnt it possible to use Debian nvidia repo for support(but its not novice friendly as it wants module be compiled in a different way using module-assistant).I am using Debian sid which got nvidia latest drivers too-but in Debian.hope it works for ubuntu too.refer : http://wiki.debian.org/NvidiaGraphicsDrivers
Code:
#debian unstable  repository
deb ftp://ftp.us.debian.org/debian/ unstable main contrib non-free
as of now the version in sid is Nvidia-100.14.09-1
__________________
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 29-06-2007, 08:56 PM   #16 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Can't get display working in ubuntu: Help needed!

baccilus. You should get hold of the latest driver. They have specifically added support for your card.
mehulved 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
video display garbled in ubuntu dapper sav_more Open Source 12 24-02-2007 12:02 AM
ubuntu 6.06 display problem!!!! sav_more Open Source 2 19-02-2007 08:04 PM
Help needed regarding display problems abhi_alpha_beta QnA (read only) 3 07-08-2006 06:43 PM
ubuntu linux - no display adit_sen Open Source 19 02-10-2005 02:21 PM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan

Advertisement




All times are GMT +5.5. The time now is 12:47 PM.


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

Search Engine Optimization by vBSEO 3.3.2