LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-22-2005, 12:11 PM   #1
eantoranz
Senior Member
 
Registered: Apr 2003
Location: Costa Rica
Distribution: Kubuntu, Debian, Knoppix
Posts: 2,092
Blog Entries: 1

Rep: Reputation: 90
nvidia driver


What do I have to do to have the nvidia driver working on breezy?

I installed nvidia-glx, but it doesn'¡t work. I tried starting my 686 kernel and the 386 too, but it didn't work. I even tried installing the nvidia driver downloading it from the nvidia site and installing, but it semms the xorg that comes with breezy is static and doesn't support module loading.

So.... what do I have to try?

Right now I'm using teh nv driver, but when I change the driver to nvidia, it always sais there's no screen.
 
Old 10-22-2005, 06:35 PM   #2
jolly1701
Member
 
Registered: Nov 2003
Location: England, UK.
Distribution: SuSE 10
Posts: 126

Rep: Reputation: 15
after the install of the nvidia drivers did u open a terminal and write

sudo nvidia-glx-config enable

then restart X or the system ...
 
Old 10-22-2005, 10:57 PM   #3
eantoranz
Senior Member
 
Registered: Apr 2003
Location: Costa Rica
Distribution: Kubuntu, Debian, Knoppix
Posts: 2,092

Original Poster
Blog Entries: 1

Rep: Reputation: 90
It didn't work. No screens detected.
 
Old 10-23-2005, 02:27 AM   #4
jolly1701
Member
 
Registered: Nov 2003
Location: England, UK.
Distribution: SuSE 10
Posts: 126

Rep: Reputation: 15
try in a terminal

sudo dpkg-reconfigure -phigh xserver-xorg

then follow the on screen instructions ...
 
Old 10-23-2005, 11:20 AM   #5
eantoranz
Senior Member
 
Registered: Apr 2003
Location: Costa Rica
Distribution: Kubuntu, Debian, Knoppix
Posts: 2,092

Original Poster
Blog Entries: 1

Rep: Reputation: 90
Well.. that's been the closest I've been to make it. It even showed up the nvidia screen.

But it still failed.

It says:
Code:
Error: API mismatch: the NVIDIA kernel version is 1.0.7667, but this X module version is 1.0.7676. Please be sure that your kernel module and all NVIDIA driver files have the same driver version.
As a hint I can tell you that I tried building the NVIDIA driver downloading it from nvidia's site.... but maybe there are nvidia-glx package's stuff floating around (I removed nvidia-glx..... but maybe there are more). What do you think?
 
Old 10-23-2005, 02:11 PM   #6
thomyorke38
LQ Newbie
 
Registered: Oct 2004
Location: Edmonton AB
Distribution: Slackware 9.1
Posts: 7

Rep: Reputation: 0
type "sudo vi /etc/X11/xorg.conf"
go down to the video driver section and change 'Driver "nv"' to "Driver "nvidia"' and make sure that if there is a chipset section in there just to comment it out, that should get you up and rolling

 
Old 10-23-2005, 02:46 PM   #7
eantoranz
Senior Member
 
Registered: Apr 2003
Location: Costa Rica
Distribution: Kubuntu, Debian, Knoppix
Posts: 2,092

Original Poster
Blog Entries: 1

Rep: Reputation: 90
I did.... that's why you (I mean I) had that message in the X ouput.

I'm using nv right now.. that's why I'm in graphical mode.

Last edited by eantoranz; 10-23-2005 at 07:35 PM.
 
Old 10-24-2005, 04:42 PM   #8
thomyorke38
LQ Newbie
 
Registered: Oct 2004
Location: Edmonton AB
Distribution: Slackware 9.1
Posts: 7

Rep: Reputation: 0
Quote:
Originally posted by eantoranz
I did.... that's why you (I mean I) had that message in the X ouput.

I'm using nv right now.. that's why I'm in graphical mode.
i know i had the exact same problem, but make sure that you comment out the chipset line cause its not used by the nvidia-glx driver. If you've done that or are trying to use the generic driver from the nvidia site then i dont know, the only other thing i could suggest is to make sure you uninstall the generic nvidia's and reinstall the glx package in apt-get, and use that .conf edit i wrote instead of the configurator which appears to be essentially useless

come to think of it im pretty sure you fuxored the glx driver by installing and not properly removing the generic drivers, so try what i said

Last edited by thomyorke38; 10-24-2005 at 04:43 PM.
 
Old 10-24-2005, 09:44 PM   #9
eantoranz
Senior Member
 
Registered: Apr 2003
Location: Costa Rica
Distribution: Kubuntu, Debian, Knoppix
Posts: 2,092

Original Poster
Blog Entries: 1

Rep: Reputation: 90
Well.. it's taken me a while to solve it.

I had installed the "volatile" modules... and there's a nvidia driver there... that's the 7667. I removed those modules, installed the nvidia driver (from nvidia's site) and then it worked. Finally!

Last edited by eantoranz; 10-24-2005 at 09:58 PM.
 
Old 06-07-2006, 11:00 AM   #10
Daylighthater
LQ Newbie
 
Registered: May 2005
Location: Gent, Belgium
Distribution: Ubuntu, Debian
Posts: 13

Rep: Reputation: 0
Could you descripe those steps please!
If I install the new nvidia driver (version 1.0-8762) and immediatly restart x there is no problem.
However when I reboot my computer, I get this error message:
Code:
The NVIDIA module has the version 1.0-7174, but this X module has the version 1.0-8762. Please make sure that the kernel module and all NVIDIA driver components have the same version.
I have no clue of solving this problem.

regards,
Daylighthater
 
Old 06-07-2006, 11:04 AM   #11
eantoranz
Senior Member
 
Registered: Apr 2003
Location: Costa Rica
Distribution: Kubuntu, Debian, Knoppix
Posts: 2,092

Original Poster
Blog Entries: 1

Rep: Reputation: 90
Oh, man... that was some time ago... and I don't even have that same computer anymore... so I just can't help... sorry. By te way: I finally decied to install the nvidia driver that ubuntu provided last time so I didn't have to work around it. Mush less hazzle (but as I just said, I don't have that same computer anymore).
 
  


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
help editing xf86config for nvidia geforce mx440 after installing nvidia driver linguist Linux - Newbie 11 06-13-2006 06:31 AM
nvidia legacy driver and nvidia-glx questions darkleaf Linux - Software 6 06-27-2005 02:42 PM
Trouble with new nVidia driver installation...no nvidia logo and KDE no start up mdb Linux - Software 8 08-18-2004 09:45 AM
nvidia fx5600 loads vesa driver instead of nvidia driver saburo62 Linux - Hardware 3 05-04-2004 03:59 PM
kernel 2.6.3--bk8 and NVIDIA-Linux-x86-1.0-5336 video driver from Nvidia zdenkod Linux - Hardware 2 03-09-2004 05:38 AM

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

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