Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Installation & Upgrades
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Installation & Upgrades
For questions about upgrading and installation of your new Ubuntu OS.

 
Thread Tools Display Modes
Old February 7th, 2008   #1
Castaa
A Carafe of Ubuntu
 
Join Date: Oct 2004
Location: San Francisco
Beans: 86
Ubuntu 9.10 Karmic Koala
Something has broken my nvidia driver: my desktop resolution is broken

The most recent kernel patch (2.6.22-14 kernel) has caused my nvidia display driver to fail. I am able to run the nv driver but it appears to be lacking video acceleration and it will not correctly support my LCD's native resolution of 1920x1200. Everything was working fine before this kernel patch. My old kernel was the most up to date version that was offered by the Ubuntu repositories.

I did not recompile the nvidia driver. I'm using the same one that comes with the 7.10 install CD as far as I know.


Any recommendations to help me out of this bind? Thanks!!

-Jon

Last edited by Castaa; February 8th, 2008 at 03:39 AM..
Castaa is offline   Reply With Quote
Old February 7th, 2008   #2
Pumalite
Only Linux
 
Pumalite's Avatar
 
Join Date: Mar 2007
Location: Here & Now
Beans: 16,516
Ubuntu 9.04 Jaunty Jackalope
Send a message via Yahoo to Pumalite Send a message via Skype™ to Pumalite
Re: 2.6.22-14 kernel update has broken my nvidia driver

Every kernel upgrade requires you to reinstall your graphics driver. I'd download from Nvidia site and install the latest driver.
__________________

Dr. Fernando Duran Dollenz
Libertad 584
6824871
Pumalite is offline   Reply With Quote
Old February 7th, 2008   #3
Castaa
A Carafe of Ubuntu
 
Join Date: Oct 2004
Location: San Francisco
Beans: 86
Ubuntu 9.10 Karmic Koala
Re: 2.6.22-14 kernel update has broken my nvidia driver

Quote:
Originally Posted by Pumalite View Post
Every kernel upgrade requires you to reinstall your graphics driver. I'd download from Nvidia site and install the latest driver.
Hey thanks for the tip. I did download and install the newest Linux nvidia driver from the nvidia site. It required me to recompile the driver. I had it auto update by x server config file. All without error.

However when it reboots back up, the nvidia driver appears to fail and it default back to the VESA driver and the display config menu comes up in 800x600.

I tried manually configuring with

sudo dpkg-reconfigure xserver-xorg

but again no luck.
Castaa is offline   Reply With Quote
Old February 7th, 2008   #4
Pumalite
Only Linux
 
Pumalite's Avatar
 
Join Date: Mar 2007
Location: Here & Now
Beans: 16,516
Ubuntu 9.04 Jaunty Jackalope
Send a message via Yahoo to Pumalite Send a message via Skype™ to Pumalite
Re: 2.6.22-14 kernel update has broken my nvidia driver

Do it through a virtual Terminal:
Ctrl+Alt+F1
username
password
sudo /etc/init.d/gdm stop
sudo sh /path/to/driver/NVIDIA-Linux-xxx.run
password
Accept License
Let driver compile the module into your kernel
Let the driver reconfigure your xorg.conf file, then
startx
Or:
sudo /etc/init.d/gdm start
You should be able to reach your Desktop and do nothing more.
__________________

Dr. Fernando Duran Dollenz
Libertad 584
6824871
Pumalite is offline   Reply With Quote
Old February 8th, 2008   #5
Castaa
A Carafe of Ubuntu
 
Join Date: Oct 2004
Location: San Francisco
Beans: 86
Ubuntu 9.10 Karmic Koala
Re: 2.6.22-14 kernel update has broken my nvidia driver

Ok an update. I gave up and reinstalled using my original 7.10 install CD. Meaning I'm using the older kernel that comes with the 7.10 CD and not the 2.6.22-14 kernel.

Without applying any of the recommended patches and updates. I add the restricted nvidia driver via pop-up menu that Ubuntu gives me telling me there is a restricted nvidia driver available. Ubuntu then downloads restricted driver, installs it and I reboot. It comes back up with the same video resolution issues I mentioned above. This has to mean there is something different about the NEW nvidia-glx-new package that Ubuntu automatically download compared to the version I installed a couple of months ago when I first installed Ubuntu?

My hardware is completely unchanged. No BIOS updates, nothing, since my video resolution was working fine.Any know where I can find a list of all previous versions of nvidia-glx-new packages so I can use the an older one?


Sorry for the confusion.

Thanks for the help. I truly appreciate the help you have given me!

Last edited by Castaa; February 8th, 2008 at 03:36 AM..
Castaa is offline   Reply With Quote
Old February 8th, 2008   #6
Castaa
A Carafe of Ubuntu
 
Join Date: Oct 2004
Location: San Francisco
Beans: 86
Ubuntu 9.10 Karmic Koala
Re: 2.6.22-14 kernel update has broken my nvidia driver

http://us.archive.ubuntu.com/ubuntu/pool/restricted/l/

I'm so confused now. I found the actual package Ubuntu currently downloads for the restricted nvidia drivers. However the time stamp on this package is November 2nd 2007. This had to have been the package I download when I first installed Ubuntu on this same machine in mid-November 2007. I also tried installing the October 15th 2007 version but it has the exact same issues.

All I want is my 2D accelerated 1920x1200 desktop resolution back to the way it was! I for the life of me cannot figure out what has changed that has broken this so badly.
Castaa is offline   Reply With Quote
Old February 8th, 2008   #7
confused57
Ubuntu addict and loving it
 
Join Date: Dec 2005
Location: Eden, N.C.
Beans: 4,553
Ubuntu 8.04 Hardy Heron
Re: 2.6.22-14 kernel update has broken my nvidia driver

Quote:
Originally Posted by Castaa View Post
http://us.archive.ubuntu.com/ubuntu/pool/restricted/l/

I'm so confused now. I found the actual package Ubuntu currently downloads for the restricted nvidia drivers. However the time stamp on this package is November 2nd 2007. This had to have been the package I download when I first installed Ubuntu on this same machine in mid-November 2007. I also tried installing the October 15th 2007 version but it has the exact same issues.

All I want is my 2D accelerated 1920x1200 desktop resolution back to the way it was! I for the life of me cannot figure out what has changed that has broken this so badly.
Have you tried nvidia-settings in a terminal?:
Code:
nvidia-settings
confused57 is offline   Reply With Quote
Old February 8th, 2008   #8
Castaa
A Carafe of Ubuntu
 
Join Date: Oct 2004
Location: San Francisco
Beans: 86
Ubuntu 9.10 Karmic Koala
Re: 2.6.22-14 kernel update has broken my nvidia driver

Update:

I connected my Soyo Topaz S 24" LCD display to my VGA port on my nvidia card and booted up Ubuntu. Boom, automatically 1920x1200 desktop resolution with the restricted driver.

It looks like my issue was a bad plug and play detection of my display via the DVI port. Or the DVI port on my card is bad or the cable is wonky. I dunno why it just stopped working this week. The DVI connection I was using worked fine before.


Anyone else seen this issue?
Castaa is offline   Reply With Quote
Old February 8th, 2008   #9
it.henrik
Way Too Much Ubuntu
 
it.henrik's Avatar
 
Join Date: Nov 2005
Location: Uppsala, Sweden
Beans: 223
Hardy Heron (Ubuntu Development)
Re: 2.6.22-14 kernel update has broken my nvidia driver

Quote:
Originally Posted by Castaa View Post
Update:

I connected my Soyo Topaz S 24" LCD display to my VGA port on my nvidia card and booted up Ubuntu. Boom, automatically 1920x1200 desktop resolution with the restricted driver.

It looks like my issue was a bad plug and play detection of my display via the DVI port. Or the DVI port on my card is bad or the cable is wonky. I dunno why it just stopped working this week. The DVI connection I was using worked fine before.


Anyone else seen this issue?
I am seeing it aswell on my DELL Latitude C840 + Geforce 440 2GO

The driver is loaded but im getting an error in xorg.9.log about that screens was found but no usable configuration.

It seems like the "new" driver will only look for screens on CRT-0 and not DFP-0 (where my screen on my laptop is located"

What si going on here?

Any ideas hon how to fix this?
__________________
(\ /)
(O.o)
(> <)
it.henrik is offline   Reply With Quote
Old February 9th, 2008   #10
shug33
First Cup of Ubuntu
 
Join Date: Dec 2007
Beans: 9
Ubuntu 9.04 Jaunty Jackalope
Re: 2.6.22-14 kernel update has broken my nvidia driver

I have exactly the same issue since last night when I updated Ubuntu 7.10 kernel in my Asus S37S notebook, which has nVidia GeForce 8400m G. Display was working perfectly until that moment. Am presently trying to install new 169.09 pkg1 downloaded from nvidia; but from the above postings I suspect it will not cure the problem.

About 2 hours after writing the above, here is my situation:

1. Used Synaptic PM to remove old nvidia driver components.
2. Downloaded from www.nvidia.com the current driver: NVIDIA-Linux-x86-169.09-pkg12.run
3. Followed #4 above by Pumalite to install it and configure it.
4. Restarted the computer.

Now the display seems back to normal.

However, my wifi is not functioning, so will work on that!

Thanks!

Last edited by shug33; February 9th, 2008 at 04:24 PM.. Reason: learned more
shug33 is offline   Reply With Quote

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

Forum Jump


All times are GMT -4. The time now is 03:17 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry