LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   How do I find out what pci bus my video card is on for linux mint 7? (https://www.linuxquestions.org/questions/linux-hardware-18/how-do-i-find-out-what-pci-bus-my-video-card-is-on-for-linux-mint-7-a-791997/)

Codey 02-27-2010 01:19 PM

How do I find out what pci bus my video card is on for linux mint 7?
 
I'm configuring my pci nvidia 8400 gs card, and I was told to go to my hardware manager to find out what bus my card is on. Well, there isn't anything called a hardware manager that I could find. So what should I do to find out where my card is? I'm running my integrated at the moment (IT SUCKS lol)

MS3FGX 02-27-2010 01:49 PM

What are you trying to do? Figure out if it is PCI or AGP?

John VV 02-27-2010 01:56 PM

have you looked at the command for this?
Code:

lspci
and with 2 cards ( a built in and second 3d card) you need to set up xorg.conf for this

there are a bunch of tutorials on this -- use Google .

Codey 02-27-2010 02:08 PM

Quote:

Originally Posted by MS3FGX (Post 3879231)
What are you trying to do? Figure out if it is PCI or AGP?

It's a pci video card :)

John VV 02-27-2010 02:49 PM

your answer is in the command "lspci"
it is 1 or 2
with a built in chip AND a card ti would be #2
Code:

lspci | grep VGA
mine is "01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
"
#1 ( 01:00.0 )
#2 02:00.0

every tutorial that i have seen talks about this

Codey 02-27-2010 02:54 PM

Ok, I have everything figured out EXCEPT this- I can't figure out how to configure my xserver-xorg stuff. I don't get an option to do anything for my video card, only my keyboard. I posted a separate thread for this issue... http://www.linuxquestions.org/questi...2/#post3879268
Thanks to everyone that helped!

John VV 02-27-2010 03:02 PM

every tutorial that i have seen on " two cards"
Code:

  Identifier    "Videocard0"
is for 1 card- first card
  Identifier    "Videocard1"
is for 2 cards - second card

this is discussed

Codey 02-27-2010 05:05 PM

Quote:

Originally Posted by John VV (Post 3879301)
every tutorial that i have seen on " two cards"
Code:

  Identifier    "Videocard0"
is for 1 card- first card
  Identifier    "Videocard1"
is for 2 cards - second card

this is discussed

So what would I do with this? I have /etc/X11/xorg.conf up, but there's nothing for my video card there. Here's what is being shown...
Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "ServerFlags"
Option "DontZap" "False"
EndSection

Codey 02-27-2010 06:20 PM

Yay.... I installed linuk mint 8, and now I can't find my xorg.conf file. Any ideas?

John VV 02-27-2010 08:42 PM

have you even looked for a how to?
or googled "xorg.conf"
http://www.google.com/search?hl=en&c...-m2g1&aql=&oq=

http://www.linux.com/archive/feed/118108
http://www.freebsd.org/doc/handbook/x-config.html
http://fedoraproject.org/wiki/How_to_create_xorg.conf
http://www.ghacks.net/2009/02/04/get...ding-xorgconf/

http://www.tuxradar.com/content/modi...er-performance

and there are 100,000,000 more after this.

Codey 02-27-2010 10:48 PM

No need for passive agressive (or trollish) attitudes. I DID google it, but the context that I need this explained to me in is not given to me in any search results. Not only that, but some of the info does NOT make sense to me, a person just dipping his feet into the world of linux. I've become familiar with windows and its command prompt and its way of installing drivers. This problem is very abstract to me due to its nature.




Ah, gota love what one of the sites you suggested said... "It's easy to understand users' caution. Not only does xorg.conf contain a lot that can go wrong, but it is only fitfully documented in man and Web pages."
This sums up why I use this message board for this issue.

Codey 02-28-2010 12:55 AM

Hmmmm, not to mention that the purpose of this site is to HELP people like me. But more than likely I will no longer be able to find help here. I'll take the hint. No need to google it.

EricTRA 02-28-2010 01:01 AM

Hello,

Maybe silly question but did you install the nvidia kernel drivers? Can you post the output of lspci here?

Kind regards,

Eric

thorkelljarl 02-28-2010 10:23 AM

Don't go away mad...

If you run the command "Xorg -configure", the command should generate an xorg.conf file that you can edit. See man Xorg.

It seems that Mint8 has no xorg.conf file.

For the above information, I googled. Although I may be better at winnowing the results of a search than you are, you would draw less impatient ire were you to report what you tied and what results you received.

http://www.linuxquestions.org/linux/...Ask_a_Question

My suggestion, posted on your other thread, about using a non-Ubuntu live-cd to see if you could then force the use of your 8400GS card was envisioned as a way to produce an example of an xorg.conf file with a content you could use to get the 8400GS properly configured.

Codey 02-28-2010 11:43 AM

What non-Ubuntu live CD would you suggest? I'm not too familiar with open source OS's other than ubuntu. I've heard of solaris and reactOS, should I try one of those?


All times are GMT -5. The time now is 08:33 PM.