LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-09-2007, 12:11 PM   #1
hubabuba
Member
 
Registered: Jan 2002
Location: UK
Distribution: Slack 14.1
Posts: 193

Rep: Reputation: 30
GeForce Go 6150 and latest NVDIVIA drivers - X will not start


Hi,

I have a laptop with GeForce Go 6150 card. I downloaded and installed nvidia driver from the nvidia website and the script also edited the xorg.conf for me.

When i try and start the X using "startx" command, the NVIDIA logo comes up on the screen and then the system goes back into linux displaying the following message:

Quote:
(WW) NVIDIA: No matching Device section for instance (BusID PCI:0:10:3) found

(II) Module already built-in
Xorg.0.log shows no error or warning messages apart from the same:

Quote:
(WW) NVIDIA: No matching Device section for instance (BusID PCI:0:10:3) found
Could not find anything that solves the problem on Google.

Any suggestions?
 
Old 12-09-2007, 01:07 PM   #2
KrahnacK
Member
 
Registered: Nov 2007
Location: /dev/volcano
Posts: 70

Rep: Reputation: 15
Hi,
could you show your xorg.conf ?
 
Old 12-09-2007, 03:10 PM   #3
hubabuba
Member
 
Registered: Jan 2002
Location: UK
Distribution: Slack 14.1
Posts: 193

Original Poster
Rep: Reputation: 30
I don't know how I can show the xorg.conf because I only have command line access, unless I just type the whole thing out, but that'll take ages.

Is there a way to post the file here, using the command line in linux with the Internat access?

Or is it just specific section of the xorg.conf you want to see?
 
Old 12-09-2007, 04:25 PM   #4
KrahnacK
Member
 
Registered: Nov 2007
Location: /dev/volcano
Posts: 70

Rep: Reputation: 15
ok, may be you want to use a text browser like links2, for example and use it to post your xorg.conf on an online storage site, like box.net or megaupload, rapidshare, etc...

or even if you have a webserver running on your box, then you'd just have to post the url of your config file.

for now i'd like to see the Device section, but i may ask you the Screen or Monitor section, depending on how it looks
 
Old 12-10-2007, 03:17 AM   #5
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,350

Rep: Reputation: 75
Alternatively go back to your old xorg.conf to get X started.
 
Old 12-10-2007, 02:14 PM   #6
hubabuba
Member
 
Registered: Jan 2002
Location: UK
Distribution: Slack 14.1
Posts: 193

Original Poster
Rep: Reputation: 30
I registered at box.net, but using Links or Lynx, I struggle to actually upload anything. It does not seem to do much when I try and press the uploda button.

So, I have typed out the "Device" section:

Code:
Section "Device"

...some text...

#   BusID    "PCI:0:10:0"
#   VideoRam 256
#   Clocks   25.2 28.3
   Identifier     "Standard VGA"
   Driver         "nvidia"
   VendorName     "unknown"
   BoardName      "Unknown"
EndSection

Section "Device"
   
   #VideoRam   262144
   # Insert Clocks lines here if appropriate
   Identifier     "GeForce 6150 Go"
   Driver         "nvidia"
EndSection
I do not have an old xorg.conf. It is a new install.

Let me know if you want to see other sections.
 
Old 12-10-2007, 02:50 PM   #7
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
So, wait, you have two "Device" sections ? If so, please delete one of them.

If that doesn't work, try this:
1) run 'xorgsetup' as root, follow the instructions
2) next, edit 'xorg.conf' and change the
Code:
Driver         "nv"
to
Code:
Driver         "nvidia"
3) save changes, login as regular user, run 'startx'

Last edited by H_TeXMeX_H; 12-10-2007 at 02:51 PM.
 
Old 12-10-2007, 04:22 PM   #8
KrahnacK
Member
 
Registered: Nov 2007
Location: /dev/volcano
Posts: 70

Rep: Reputation: 15
you can have two device sections, but there is only one that is actually used at a time.
the one that is used is specified in the Screen section (you should have only one of this type)

try to put the value "GeForce 6150 Go" in the Device field of the Screen section, just to see if it works...


for having two device sections, you must have been trying at least two different tools that have edited your xorg.conf (the nvidia installer is one of them), each one should make a backup before making any change but may be they don't (the default backup file is located in /etc/X11/xorg.conf.old)

what H_TeXMeX_H is saying is that you can use the open "nv" driver to have X working, instead of the proprietary one. It's a good idea. It will work, indeed (at least it should). You won't have 3D acceleration, but at least you'll have xorg working. Note that the name of the "xorgsetup" command depends on your distro, on some it looks like "xorgconfig" or "xconfig"


to fix your problem with using nvidia proprietary driver, i'll need to see your screen section and any other one that reference the "BusID PCI:0:10:3" thing
 
Old 12-11-2007, 02:14 PM   #9
hubabuba
Member
 
Registered: Jan 2002
Location: UK
Distribution: Slack 14.1
Posts: 193

Original Poster
Rep: Reputation: 30
I have tried commenting out each device section in turn, but it didn't help.

I will run xorgconfig, but meanwhile, here is my "Screen" section:

Code:
Section "Screen"
    Identifier     "Screen 1"
    Device         "GeForce 6150 Go"
    Monitor        "My Monitor"
    DefaultDepth    24 
    SubSection     "Display"
        Viewport    0 0  
        Depth       8
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0  
        Depth       16
        Modes      "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0  
        Depth       24
        Modes      "1280x800" "1024x768" "800x600" 
    EndSubSection
EndSection
 
Old 12-11-2007, 03:17 PM   #10
KrahnacK
Member
 
Registered: Nov 2007
Location: /dev/volcano
Posts: 70

Rep: Reputation: 15
okay, seems like you're not the only one to have such a problem : http://www.google.com/search?q=NVIDI...+for+instance+


let's take a look at the output of
Code:
lspci
, to make sure the actual device Xorg tries to associate with your "GeForce 6150 Go" Device section is correct :
the line beginning with 00:0a.3 in lspci (PCI:0:10:3 in decimal) should point to your nvidia card, if not, it would be interesting to know which device corresponds to this ID...

past this step, i think it would be usefull to re-install the nvidia drivers, always from the script on the nvidia's site, and looking carefully if there's an error or warning message occuring at some time

to configure Xorg automatically (which may be the best way), a command that's distro-independant (xorg-config equivalent) is nvidia-xconfig, but i recommend you re-run the nvidia install script


otherwise, if you want to do it by hand, make a backup of your current xorg.conf, and let's go this way :
remove all device sections, plus the viewport lines in your screen section, and try adding a section like this
Code:
Section "Device"
        Identifier      "GeForce 6150 Go"
        Driver          "nvidia"
        BusID           "PCI:0:10:3"
EndSection
if this doesn't work, then there truly is a problem with your driver, so either change it to "nv", or re-install it
 
Old 12-12-2007, 12:01 PM   #11
hubabuba
Member
 
Registered: Jan 2002
Location: UK
Distribution: Slack 14.1
Posts: 193

Original Poster
Rep: Reputation: 30
00:0a.3 Co-processor: nVidia Corporation MCP51 PMU (rev a3)

So, this seems to be incorrect because the actual BusID i need is the following:

00:05.0 VGA compatible controller: nVidia Corporation C51 [Geforce 6150 Go]

Am I right?
 
Old 12-13-2007, 05:36 PM   #12
C-Sniper
Member
 
Registered: Dec 2006
Distribution: Slackware
Posts: 507

Rep: Reputation: 33
you could always try xorgsetup, thats what i use and ive never had a problem with it
 
Old 12-14-2007, 11:47 AM   #13
KrahnacK
Member
 
Registered: Nov 2007
Location: /dev/volcano
Posts: 70

Rep: Reputation: 15
it seems you're right hubabuba, so you can try with the following device section :
Code:
Section "Device"
        Identifier      "GeForce 6150 Go"
        Driver          "nvidia"
        BusID           "PCI:0:05:0"
EndSection
you'll also need to make sure that section's identifier is referenced by your screen section, and it should work
 
  


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
Problem whit geforce go 6150 and linux.... mchiareli Linux - Laptop and Netbook 5 04-05-2008 07:58 AM
Nvidia GeForce Go 6100 / 6150 lazylogic Linux - Hardware 5 11-21-2007 05:36 AM
nVidia GeForce 6150 LE, Ubuntu, and X.org crash Ankher Linux - Hardware 8 06-09-2007 12:03 AM
GeForce Go 6150 giving me black screen maZe85 Linux - Hardware 1 03-07-2007 03:52 PM
GeForce 6150 OpenGL problem LoransP Linux - Hardware 1 09-20-2006 03:54 AM

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

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