Linux - Hardware This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-24-2006, 02:43 PM
|
#1
|
|
LQ Newbie
Registered: Jan 2004
Posts: 13
Rep:
|
Intel 82865G xorg help!
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:
lspci:
00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL Integrated Graphics Controller (rev 04)
00:02.1 Display controller: Intel Corporation 82915G Integrated Graphics Controller (rev 04)
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.
xorg.conf file:
Section "Device"
Identifier "Card0"
Driver "i810"
VendorName "Intel Corporation"
BoardName "82915G/GV/910GL Express Chipset Family Graphics Controller"
BusID "PCI:0:2:1"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
EndSection
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.
|
|
|
|
10-25-2006, 08:18 AM
|
#2
|
|
Member
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware and Porteus
Posts: 645
Rep:
|
may be you should modprobe some more modules?
before running X up?
|
|
|
|
10-25-2006, 08:51 AM
|
#3
|
|
LQ Newbie
Registered: Jan 2004
Posts: 13
Original Poster
Rep:
|
Can you be a bit more specific? I have the modules running for the graphics card. What else would I need?
|
|
|
|
10-25-2006, 12:49 PM
|
#4
|
|
Member
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware and Porteus
Posts: 645
Rep:
|
Quote:
|
Originally Posted by smacarth
lspci:
00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL Integrated Graphics Controller (rev 04)
00:02.1 Display controller: Intel Corporation 82915G Integrated Graphics Controller (rev 04)
|
the device 00:02.0 has a slave : 00:2.1
the slave is a sort of HW extension (dual head? TVout? ???)
Quote:
Section "Device"
Identifier "Card0"
Driver "i810"
VendorName "Intel Corporation"
BoardName "82915G/GV/910GL Express Chipset Family Graphics Controller"
BusID "PCI:0:2:1"
BusID "PCI:0:2:0"
EndSection
|
I would try to delete one or the other BusID and try it...
Last edited by SCerovec; 10-25-2006 at 12:55 PM.
|
|
|
|
10-25-2006, 03:26 PM
|
#5
|
|
LQ Newbie
Registered: Jan 2004
Posts: 13
Original Poster
Rep:
|
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?
|
|
|
|
10-25-2006, 03:38 PM
|
#6
|
|
Guru
Registered: Oct 2005
Location: Willoughby, Ohio
Distribution: linuxdebian
Posts: 7,231
Rep: 
|
just delete that line from the config file...
|
|
|
|
10-25-2006, 03:53 PM
|
#7
|
|
LQ Newbie
Registered: Jan 2004
Posts: 13
Original Poster
Rep:
|
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.
|
|
|
|
10-26-2006, 08:21 AM
|
#8
|
|
Member
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware and Porteus
Posts: 645
Rep:
|
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 
|
|
|
|
12-02-2006, 03:19 AM
|
#9
|
|
LQ Newbie
Registered: Apr 2005
Posts: 16
Rep:
|
I got the same problem, and just solved it thanks to
http://therowes.net/~greg/
Solution: add vm86 support into your kernel
Last edited by dlesaffre; 12-02-2006 at 03:23 AM.
|
|
|
|
12-02-2006, 03:22 AM
|
#10
|
|
LQ Newbie
Registered: Apr 2005
Posts: 16
Rep:
|
Quote:
|
Originally Posted by smacarth
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.
|
these warnings are nothing to worry about :
http://wiki.x.org/wiki/FAQWarningMessages
|
|
|
|
12-04-2006, 01:55 PM
|
#11
|
|
LQ Newbie
Registered: Jan 2004
Posts: 13
Original Poster
Rep:
|
It worked perfectly!! Thanks!
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:42 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|