LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 10-16-2007, 04:44 PM   #1
pipa
LQ Newbie
 
Registered: Oct 2007
Posts: 8

Rep: Reputation: 0
NVidia Card problem


I think I messed up my video driver.
I tried to install the NVidia driver from the NVidia website. I downloaded the driver and tried to install it in console mode (no X server). After doing
Code:
sh NVIDIA_..........
The system warned me that I should run it a "init 3", but I still ran it in "init 1". The installation compiled a "kernel" and notified that it has installed the driver.

After that when i logged in, ubuntu warned me that i am running ubuntu in"low graphic mode". I went ahead and saw my screen resolution to be 800X600. There is only one other option for screen resolution, that is 640X400.

I tried looking up on the internet for fixing this problem.

1. ENVY: it doesn't work as it says that it not good for my operating system (i have 7.10 gusty)
2. Adding horizontal and vertical sync to the xorg.conf file, it doesn't work either.
3. Trying to replace xorg.conf with xorg.conf.backup, it doesn't work either
4. "disabling driver" from the system->administration->restricted devices, it works and gives me plenty of screen resolution options. The ony problem is, the problem reverts back as soon as I enable the driver again.

I am ready to give further info if required.

Can you guys please help me out?

Thanks.
 
Old 10-16-2007, 05:14 PM   #2
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
You ask for trouble, if not now later, if you don't install the Nvidia driver from the Ubuntu repositories. At this point, I'd use Synaptic and install an nvidia-glx package -- probably nvidia-glx-new.
 
Old 10-16-2007, 05:47 PM   #3
pipa
LQ Newbie
 
Registered: Oct 2007
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by fragos View Post
You ask for trouble, if not now later, if you don't install the Nvidia driver from the Ubuntu repositories. At this point, I'd use Synaptic and install an nvidia-glx package -- probably nvidia-glx-new.
Thanks for ur reply
When I type in
Code:
sudo apt-get install  nvidia-glx-new
I get the following message:
Code:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
nvidia-glx-new is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Any thoughts?
 
Old 10-16-2007, 07:54 PM   #4
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Envy.. its a bad idea no matter what distribution you use. Lord knows what you've wonked up with that one.

Since when you disable the driver, it seems to work....

What I would do, is Load up Synaptic(System/Admin/Synaptic), and do a search for "nvidia". Remove nvidia-glx-new, nvidia-kernel-common, nvidia-kernel-source (assuming they're all installed). I would also uninstall Envy while at this step.

I would then restart. Probably not necessary, but I would. Once restarted, go to System/Admin/restricted Drivers manager, and choose to enable the nvidia driver, and let restricted driver manager, install nvidia-glx, nvidia-kernel, etc.

Once thats all done, you'll be signaled to restart. Restart, and when the system boots, open a terminal and run "sudo nvidia-settings"

IGF
 
Old 10-17-2007, 01:30 PM   #5
pipa
LQ Newbie
 
Registered: Oct 2007
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by IndyGunFreak View Post
Envy.. its a bad idea no matter what distribution you use. Lord knows what you've wonked up with that one.

Since when you disable the driver, it seems to work....

What I would do, is Load up Synaptic(System/Admin/Synaptic), and do a search for "nvidia". Remove nvidia-glx-new, nvidia-kernel-common, nvidia-kernel-source (assuming they're all installed). I would also uninstall Envy while at this step.

I would then restart. Probably not necessary, but I would. Once restarted, go to System/Admin/restricted Drivers manager, and choose to enable the nvidia driver, and let restricted driver manager, install nvidia-glx, nvidia-kernel, etc.

Once thats all done, you'll be signaled to restart. Restart, and when the system boots, open a terminal and run "sudo nvidia-settings"

IGF

I tried your suggestion, but it doesn't work.
I did the uninstallation and re-installation of nVidia, but I got into the same problem. Also "sudo nvidia-settings" doesn't work on my machine.

Any thoughts?
 
Old 10-17-2007, 06:51 PM   #6
Thane
Member
 
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223

Rep: Reputation: Disabled
Why won't update solve your grief...

When I made a fresh install of 7.10 (while keeping 7.04 in another partition to fall back on if needed for the next little while), I was surpised to find, that 7.10 found my nVidia needs and offered the restricted driver right after I had installed the 7.10 operating system. Really slick. I accepted it and my system is working flawlessly nVidia-wise to date. Also didn't have to mess about to get compiz installed either! Haven't had to do the google route thing to experiment to get my video working at all.
 
Old 10-17-2007, 08:12 PM   #7
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Gutsy does seem to Detect both Nvidia and ATI better.

IGF
 
Old 10-17-2007, 08:35 PM   #8
pipa
LQ Newbie
 
Registered: Oct 2007
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Thane View Post
When I made a fresh install of 7.10 (while keeping 7.04 in another partition to fall back on if needed for the next little while), I was surpised to find, that 7.10 found my nVidia needs and offered the restricted driver right after I had installed the 7.10 operating system. Really slick. I accepted it and my system is working flawlessly nVidia-wise to date. Also didn't have to mess about to get compiz installed either! Haven't had to do the google route thing to experiment to get my video working at all.
Thats true. I dont know why I tried to experiment with the nVidia driver from their website. I messed up my system. Is it possible to revert back to the original?

Please please help me.
 
Old 10-17-2007, 08:46 PM   #9
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
I'd create a data partition and save WP files and other created data. Then I'd do a clean install without formating the data partition you created. Give Ubuntu the opportunity to do for you what it can and stay away from non-ubuntu repositories with perhaps the exception of medibuntu. Use Synaptic to search for and install new software.
 
Old 10-18-2007, 03:34 AM   #10
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Quote:
Originally Posted by fragos View Post
I'd create a data partition and save WP files and other created data. Then I'd do a clean install without formating the data partition you created. Give Ubuntu the opportunity to do for you what it can and stay away from non-ubuntu repositories with perhaps the exception of medibuntu. Use Synaptic to search for and install new software.
From the sounds of it, this is gonna be your best option. If you dont have a lot of stuff to save or a lot of time/effort invested in Ubuntu, you really don't even need to make the data partition.

What Nvidia card was this again?

IGF
 
Old 10-18-2007, 10:52 AM   #11
pipa
LQ Newbie
 
Registered: Oct 2007
Posts: 8

Original Poster
Rep: Reputation: 0
It is nVidia 6200 GE Force.
 
Old 10-18-2007, 07:49 PM   #12
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
So do we chalk this up as a thread about Envy users who are envious of those who haven't used their "tool"..

IGF
 
Old 10-18-2007, 08:45 PM   #13
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
Quote:
Originally Posted by IndyGunFreak View Post
So do we chalk this up as a thread about Envy users who are envious of those who haven't used their "tool"..

IGF
Right you are. For some reason people have difficulty grasping that open source is a lot like people. Some good and some not. Follow the same rules you do in life stick with the good people. With any distribution you can easily identify those packages that can be safely defined as good. Those are the packages within the distributions repositories. We tell our kids to avoid strangers. We should do the same with packages not in the distribution repositories. This guidance is even more important when dealing with drivers like those from Nvidia or ATI.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Tv Out problem on NVidia card stonerz Linux - Hardware 3 09-27-2006 02:07 PM
card 1 = nvidia( with nvidia module), card 2 = ati (pci) darkhatter Linux - Hardware 3 05-22-2006 04:06 PM
Nvidia card driver problem... M O L8ingN2dust Linux - Hardware 7 12-04-2005 02:33 AM
Nvidia Display card problem Mikesoft Linux - Hardware 2 07-01-2005 09:09 PM
Problem with Xserver and nvidia card Senchou Linux - Newbie 2 04-09-2005 11:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 05:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration