View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 27 posts ] 
Go to page Previous  1, 2

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Wed Sep 27, 2006 10:00 pm 
Offline
Joined: Thu Sep 21, 2006 11:37 pm
Posts: 21
Location: Lexington, MA
ARRRRRRRRRRRRRRRRRRRRRRRRR

I replaced the file but sitll get same error. the end of the XFree86.0.log reads

(WW) NVIDIA: No mathcing Device section for the instance (BusID: PCI:1:11:0) found


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 27, 2006 10:46 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
I thought your card was detected as PCI:1:11:1


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 28, 2006 7:19 pm 
Offline
Joined: Thu Sep 21, 2006 11:37 pm
Posts: 21
Location: Lexington, MA
Ugh. Maybe I should just try a fresh install and start over????


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 28, 2006 7:30 pm 
Offline
Joined: Thu Sep 21, 2006 11:37 pm
Posts: 21
Location: Lexington, MA
I just tried lspci -m and the last line is

01:0b.0 VGA compatible controller nVidia Corpoation NV34 [GeForce FX 5200] a1 00 0000 0000

The first graphics card i see is

00:01.0 VGA compatible controller Intel Corporation 82810E DC-133 CGC [Chip set Graphjics Controller] 03 00 Compaq Comuter Corporation b165


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 28, 2006 9:08 pm 
Offline
Joined: Sun Jun 12, 2005 10:55 pm
Posts: 3161
Location: Warwick, RI
Hi,

As tjc mentioned
Quote:
I thought your card was detected as PCI:1:11:1
because you had said:
Quote:
I changed
#BusID "PCI:1:0:0"
to BusID "PCI:01:0b.1"

Looks like you may have gotten carried away with the ones... No rounding errors allowed.
0b is = to 11 therefore should be something simular to
BusID "PCI:1:11:0"

Actually, if you are only feeding the computer monitor you should not neet the bus id. The driver needs to be "nvidia" however if that doesn't work you could try the generic "vesa" to get things started.

If you as root,
# killall gdm
# startx
what are the error messages? If it goes to a gray screen do ctl c or may have to do ctl alt backspace then there isn't a problem and you can do
# gdm

Mike


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 6:13 pm 
Offline
Joined: Thu Sep 21, 2006 11:37 pm
Posts: 21
Location: Lexington, MA
Ok tried the code you suggested and got this:

(WW) I810: No mathcing Device section for instance (BusID PCI:0:1:0) found

(EE) no devices detected

Fatal server error.
no screens found

XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining

when I check lspci -m | grep VGA I get

00:01.0 VGA compatible controller Intel Corporation 82810E DC-133 CGC [Chipset Graphics Controller] 03 00 Compaq Computer Corporation b165

01:0b.0 VGA compatible controller nVidia Corporation NV34 [GeForce FX 5200] a1 00 0000 0000


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 6:35 pm 
Offline
Joined: Sun Jun 12, 2005 10:55 pm
Posts: 3161
Location: Warwick, RI
Hi,

Quote:
(WW) I810: No mathcing Device section for instance (BusID PCI:0:1:0) found
For a start, that is not good... The system picked up your on board video instead of the nvidia card. Edit the the config file, find I810 and change it to "nvidia" and try again. Again, you should not need the bus id. Try it with a # in front of Bus ID.

As root,
# nano /etc/X11/XF86Config-4

search for
Driver "I810"
replace with
Driver "nvidia"

Mike


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 6:37 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Mike, he's got a PCI video card not an AGP one. With PCI you need the BusID.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 8:09 pm 
Offline
Joined: Sun Jun 12, 2005 10:55 pm
Posts: 3161
Location: Warwick, RI
Hi,

tjc, not to question your knowledge & wisdom, however the only time I need a Bus ID is when setting up for 350 tv out and then it don't care if agp / pci. I am guessing the frame buffer needs that information for the menus and desktop.

I may be incorrect, I think it might have happened one or twice in the past... :)

It doesn't cost or hurt if he tries it.

# The following line is auto-generated by KNOPPIX mkxf86config
# non pvr-350 R5 Cool 7
# Driver "savage" #e-machine
Driver "nvidia"
# Driver "vesa" #generic
VendorName "All"
BoardName "All"
# BusID "PCI:1:0:0"

Mike


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 8:47 pm 
Offline
Joined: Thu Sep 21, 2006 11:37 pm
Posts: 21
Location: Lexington, MA
WOOOOOOOOOOOOOOOOOHOOOOOOOOOOOOOO!!!!!

I tried what Mike said just to see and low and behold an nVidia logo came up and...I am now at a screen that says

"Here you will begin the configuration of mythtv"

I assume this means that it worked??? or am I going to have video problems later?


Top
 Profile  
 
 Post subject: Thanks
PostPosted: Fri Sep 29, 2006 8:59 pm 
Offline
Joined: Thu Sep 21, 2006 11:37 pm
Posts: 21
Location: Lexington, MA
Thanks to both or you tjc and Mike. I really appreciate the time you took working with me on this. Much appreciated. I have learned lots...thanks


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 29, 2006 10:00 pm 
Offline
Joined: Sun Jun 12, 2005 10:55 pm
Posts: 3161
Location: Warwick, RI
Hi,
Best wishes and enjoy!
Any other issues, start a new thread :)
Mike


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 27 posts ] 
Go to page Previous  1, 2



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu