LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-18-2008, 12:42 PM   #1
HyperTrey
Member
 
Registered: Sep 2006
Posts: 127

Rep: Reputation: 15
Question Ubuntu and Nvidia?


I have a PC that is dual booted with SuSe 11 and Ubuntu 8 with an Nvidia card and Dual Monitors. The SuSe 11 works just fine, however the Ubuntu, I can't seem to get working. I have tried everything I could find in the forums here and Ubuntu.

I got it to work for a little and was even able to use both monitors and set the setting in the Nvidia configuration program. Now, however, I can't even use that. Whether I enable the Nvidia graphics card through the hardware manager or not, the Nvidia Configuration program now says now card used and the res is about 500 X 400 or something like that.

Any Ideas how to fix this?
 
Old 08-19-2008, 12:27 AM   #2
cybernet4
LQ Newbie
 
Registered: Mar 2008
Posts: 5

Rep: Reputation: 0
Smile

Code:
sudo dpkg-reconfigure -phigh xserver-xorg
when "he" will ask you for driver choose mesa

this command will help you reconfigure the video board

i think will choose the best settings for you video board

there are many users on this board and they know better then me




Have FuN
 
Old 08-26-2008, 07:13 AM   #3
HyperTrey
Member
 
Registered: Sep 2006
Posts: 127

Original Poster
Rep: Reputation: 15
this did not work
 
Old 08-26-2008, 07:36 AM   #4
bitpicker
Member
 
Registered: Jul 2003
Location: Germany
Distribution: Xubuntu, Ubuntu
Posts: 416
Blog Entries: 14

Rep: Reputation: 35
Have you tried simply replacing the xorg.conf Ubuntu generated with the one Suse provides? Don't delete the Ubuntu one, though, rename it and copy the one from Suse into that directory, then boot Ubuntu. If it fails you can always switch back. In any case you should compare both files side by side and see whether you can find important differences which may give you a hint.

Robin
 
Old 08-26-2008, 07:49 AM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by cybernet4 View Post
Code:
sudo dpkg-reconfigure -phigh xserver-xorg
when "he" will ask you for driver choose mesa
I have no idea what this is about---what is the "mesa" driver?

If you meant "vesa", that is not a solution.
 
Old 08-26-2008, 07:51 AM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Are you using the nvidia proprietary driver on both systems?
 
Old 08-26-2008, 10:12 AM   #7
HyperTrey
Member
 
Registered: Sep 2006
Posts: 127

Original Poster
Rep: Reputation: 15
I used the http://en.opensuse.org/NVIDIA for Suse and for the Ubuntu I tried to use the prebuilt Nvidia drivers and the ubuntu I am tried the drivers located on the nvidia site, it worked for a day then restarted the machine and now I can't get them back.
 
Old 08-26-2008, 10:38 AM   #8
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
On my system, lsmod shows an nvidia kernel module, but I don't immediately see what causes it to get loaded. Do "lsmod|grep nvidia" to see what you have.

PS: there is also an nvidia driver (in /usr/lib/xorg/modules/drivers/) I would assume that installing the nvidia package installs the driver ANd the kernel module.

Last edited by pixellany; 08-26-2008 at 10:49 AM.
 
Old 08-26-2008, 10:48 AM   #9
HyperTrey
Member
 
Registered: Sep 2006
Posts: 127

Original Poster
Rep: Reputation: 15
shows that nvidia drivers are there but the nvidia xserver settings show no drivers.
 
Old 08-26-2008, 10:52 AM   #10
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by HyperTrey View Post
shows that nvidia drivers are there but the nvidia xserver settings show no drivers.
do you mean xorg.conf? It should have an entry similar to this:
Code:
Section "Device"
    Identifier  "My Video Card"
    Driver      "nvidia"
EndSection
This typically has to be changed manually after installing the nvidia driver.
 
Old 08-26-2008, 11:27 AM   #11
HyperTrey
Member
 
Registered: Sep 2006
Posts: 127

Original Poster
Rep: Reputation: 15
been changed to look like yours and tried to rerun the Nvidia Xserver configuration gui and it still says no drivers being used.
 
Old 08-26-2008, 11:42 AM   #12
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Forget the Nvidia config tool for now.

Do you have these files?
/usr/lib/xorg/modules/drivers/nvidia_drv.so
/lib/modules/`uname -r`/kernel/drivers/video/nvidia.ko **

You said earlier that lsmod showed the kernel module. If all this is in place, then things should be working. When you start up X-Windows, what exactly happens? (Note that after adding nvidia to xorg.conf, you would have to re-start X (ctrl-alt-backspace) for it to take effect.

** Note that uname -r is in backtics, not single quotes

Last edited by pixellany; 08-26-2008 at 11:43 AM.
 
Old 08-26-2008, 11:53 AM   #13
HyperTrey
Member
 
Registered: Sep 2006
Posts: 127

Original Poster
Rep: Reputation: 15
hrmmmm first one is not there so I can imagine the 2nd one is not either yet the lsmon shows it is there
 
Old 08-26-2008, 12:54 PM   #14
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
For the second file, look in the path I stated to see if it is there---hard to see how lsmod would be able to show it if it's not present..... As for the xorg driver, it sounds like you need to start over and install the nvidia package. (Is it available in the Ubuntu package manager?---If not, I have had good luck with the official Nvidia installer (at their web site.)
 
  


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
Ubuntu 7.10 And Nvidia Chronothread Linux - Newbie 1 12-01-2007 04:54 AM
ubuntu nvidia problem jonny_b4e Ubuntu 1 05-04-2007 09:17 AM
ubuntu + nvidia varun_saa Ubuntu 6 06-06-2006 06:51 AM
nvidia issues with ubuntu. greythorne Ubuntu 5 07-20-2005 07:32 PM
NVIDIA and Ubuntu webwolf70 Linux - Distributions 4 03-09-2005 09:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:31 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