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

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Multimedia & Video
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.

Multimedia & Video
Have multimedia question? ATI, Nvidia, Sound cards. Just ask here.

 
Thread Tools Display Modes
Old October 26th, 2006   #1
DigitalDuality
Gee! These Aren't Roasted!
 
DigitalDuality's Avatar
 
Join Date: Jan 2006
Beans: 182
Ubuntu Karmic Koala (testing)
Nvidia/xorg problems due to edgy upgrade

ok i upgraded to edgy.

and now.. i have no x. nothing at all just all command line. i have a 5500. my xorg.conf looks right, the drivers are installed properly it seems.

everytime i go to startx i get the follow:

using config file /etc/X11/xorg.conf
failed to load module nvidia (module does not exist, 0)
No drivers available.

any idea of what to do and how to do it?

Last edited by DigitalDuality; October 26th, 2006 at 04:34 PM..
DigitalDuality is offline   Reply With Quote
Old October 26th, 2006   #2
Artificial Intelligence
Deus ex machina
 
Artificial Intelligence's Avatar
 
Join Date: Oct 2004
Location: Denmark - Scandinavia
Beans: 11,364
Kubuntu 9.10 Karmic Koala
Re: Nvidia/xorg problems due to edgy upgrade

Try with:
Code:
sudo aptitude install nvidia-kernel-common
Artificial Intelligence is offline   Reply With Quote
Old October 26th, 2006   #3
DigitalDuality
Gee! These Aren't Roasted!
 
DigitalDuality's Avatar
 
Join Date: Jan 2006
Beans: 182
Ubuntu Karmic Koala (testing)
Re: Nvidia/xorg problems due to edgy upgrade

no avail there. sorry. the error message with starting x is the same.
DigitalDuality is offline   Reply With Quote
Old October 26th, 2006   #4
Artificial Intelligence
Deus ex machina
 
Artificial Intelligence's Avatar
 
Join Date: Oct 2004
Location: Denmark - Scandinavia
Beans: 11,364
Kubuntu 9.10 Karmic Koala
Re: Nvidia/xorg problems due to edgy upgrade

You have nvidia card then I presume.
What about trying Nvidia binary driver instead? Or is it a no-no?
Artificial Intelligence is offline   Reply With Quote
Old October 26th, 2006   #5
tseliot
Python Enthusiast
 
tseliot's Avatar
 
Join Date: May 2005
Location: Lecce, Italy
Beans: 6,287
Send a message via AIM to tseliot
Re: Nvidia/xorg problems due to edgy upgrade

and you can also try this:
Code:
sudo aptitude install linux-generic nvidia-glx
and restart your computer (so as to be sure to boot in the right kernel)
tseliot is offline   Reply With Quote
Old October 26th, 2006   #6
DigitalDuality
Gee! These Aren't Roasted!
 
DigitalDuality's Avatar
 
Join Date: Jan 2006
Beans: 182
Ubuntu Karmic Koala (testing)
Re: Nvidia/xorg problems due to edgy upgrade

linux generic is already up to it's latest version. glx is as well.

i'm not really concerned about whether the driver is binary or not, i'm just concerned about getting this puppy working.

edit: now when i startx i'm getting

NVIDIA: No match device section for instance BUS ID PCI:1:10:0 found
No devices detected

2nd edit: after dpkg-reconfigure xserver-xorg i'm getting this error:

NVIDIA: No match device section for instance BUS ID PCI:1:10:0 found
No devices detected

Fatal server error:
no screens found

Last edited by DigitalDuality; October 26th, 2006 at 05:40 PM..
DigitalDuality is offline   Reply With Quote
Old October 28th, 2006   #7
Kazuhiro
First Cup of Ubuntu
 
Join Date: May 2005
Beans: 5
Re: Nvidia/xorg problems due to edgy upgrade

make sure xorg-server is installed.
Kazuhiro is offline   Reply With Quote
Old October 28th, 2006   #8
Philodox
First Cup of Ubuntu
 
Join Date: Mar 2005
Beans: 3
Re: Nvidia/xorg problems due to edgy upgrade

Try commenting out the bus id in the device section of your xorg.conf. When I upgraded to the edgy beta I noticed that those lines were missing.
Philodox is offline   Reply With Quote
Old October 28th, 2006   #9
weiersc
Spilled the Beans
 
weiersc's Avatar
 
Join Date: Apr 2006
Location: Somerset-West, South Afri
Beans: 13
Ubuntu 7.04 Feisty Fawn
Send a message via Skype™ to weiersc
Re: Nvidia/xorg problems due to edgy upgrade

I had the same problem last night after upgrading from dapper to edgy.

I basically did the following:

1. sudo apt-get install nvidia-glx nvidia-kernel-common

This indicated that everything was fine and properly installed.

Then I said

sudo nvidia-glx-config enable

That solved my problem. I restarted Gnome with
sudo /etc/init.d/gdm restart

and everything is running fine now.

(I basically followed the instructions given at the unofficial ubuntu guide for edgy eft --> I've been told that should the above not enable the new driver, you can enable it manually by opening the X config file:

sudo gedit /etc/X11/xorg.conf

and replacing "nv" with "nvidia"
weiersc is offline   Reply With Quote
Old October 28th, 2006   #10
rouben
5 Cups of Ubuntu
 
Join Date: Mar 2006
Beans: 22
Re: Nvidia/xorg problems due to edgy upgrade

Quote:
Originally Posted by weiersc View Post
I had the same problem last night after upgrading from dapper to edgy.

I basically did the following:

1. sudo apt-get install nvidia-glx nvidia-kernel-common

This indicated that everything was fine and properly installed.

Then I said

sudo nvidia-glx-config enable

That solved my problem. I restarted Gnome with
sudo /etc/init.d/gdm restart

and everything is running fine now.

(I basically followed the instructions given at the unofficial ubuntu guide for edgy eft --> I've been told that should the above not enable the new driver, you can enable it manually by opening the X config file:

sudo gedit /etc/X11/xorg.conf

and replacing "nv" with "nvidia"
This makes a lot of sense: it's not enough to just have the driver packages installed. Both nVidia and ATI drivers install GL libraries that conflict with their MESA counterparts. That's what happened to me when I tried to move away from the downloadable "generic" ATI drivers to Ubuntu's packages (the big advantage there is that I don't have to rebuild my binary drivers every time I upgrade my kernel).

Top cut a long story short, I ended up forcibly copying the necessary library files over, but eventually figured out the proper way to do it. Don't remember it now, but it was something similar to the above.

In any case, I hope you get your problems resolved.
rouben 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 04:47 AM.


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