Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi All- newb question here:
Running Gentoo on a 2.6.17 kernel and trying to get xorg to work. I understand this sounds like a software issue but my question revolves around my integrated video card:
My question is, why does my card take up two BusID's?? When trying to config xorg, I can only list one BusID or the other. As soon as xorg sees the second BusID, it forgets about the first one and errors out.
X -config error message:
(++) Using config file: "xorg.conf.new"
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(EE) I810(0): unknown type(0xffffffff)=0xff
(EE) I810(0): VBE initialization failed.
(EE) Screen(s) found, but none have a usable configuration.
That's a great suggestion... From what I've read, this card is capable of multiple monitor outs - one for CRT and LCD (weird). I don't need the CRT functionality, but I don't know how to disable that BusID. Do you know how to do that?
I figured that... I mean, how do I disable that busID from the OS? If I just remove it from the config, I get the error:
"(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found"
-OR-
"(WW) I810: No matching Device section for instance (BusID PCI:0:2:0) found"
depending on which line I remove from the config file.
I think X meand that he has no hooks (no device-nodes in /dev/) to connect to...
Lookup /usr/src/linux*/Documentation aboyt intel's 810 family of chipsets...
find the right kernel modules and load them...
look at /usr/doc/ for intel810 too
I figured that... I mean, how do I disable that busID from the OS? If I just remove it from the config, I get the error:
"(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found"
-OR-
"(WW) I810: No matching Device section for instance (BusID PCI:0:2:0) found"
depending on which line I remove from the config file.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.