On my laptop I had to comment out the part of the video card stanza in
XF86Config-4 that defines the BusID to get x to start.

I just stole this from the net somewhere, but comment out the busid like so
and you may have more luck.

Just an idea, but it worked for me on my inspiron 4000 with

Example:

Section "Device"
    Identifier  "Trident CyberBlade"
    Driver      "trident"
    VendorName  "Trident"
    BoardName   "Trident CyberBlade"
#  BusID       "PCI:1:00:0"                ##  <--- dont define busid
EndSection

Alex Martin
http://www.rettc.com


----- Original Message ----- 
From: "Andrew Barr" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 22, 2004 11:57 AM
Subject: I810 driver on Debian testing laptop


> Hello all--
>
> I have installed Debian testing on my Dell Inspiron 300m. It has an Intel
> 852 graphics chip that has used the i810 driver in other Linux distros. In
> Debian, I cannot start the X server. I get this error out of the XFree86
log
> (the whole thing is attached):
>
> (II) Primary Device is: PCI 00:02:0
> (--) Assigning device section with no busID to primary device
> (WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
> (EE) No devices detected.
>
> Fatal server error:
> no screens found
>
> Now, I know this has been discussed in various places before, but I cannot
> find a solution that works for me. I have battled this for a few hours
> straight now, I have searched on Google extensively, and I cannot find a
> solution.
>
> This is a dual-head graphics chip, the attached LCD is one head and the
VGA
> out port is the other. This has never been an issue in most other distros
> I've tried, and none of them have needed any special configuration. This,
> for example, is from my XF86Config when I installed Fedora Core 1:
>
> Section "Device"
> Identifier  "Videocard0"
> Driver      "i810"
> VendorName  "Videocard vendor"
> BoardName   "Intel 852"
> EndSection
>
> A similar Debian config has caused problems:
>
> Section "Device"
> Identifier "Intel Corporation 82852/855GM Integrated Graphics
> Device"
> Driver "i810"
> VendorName  "Intel Corp."
> BoardName   "Intel 852"
> EndSection
>
> I did find that the agpgart and i830 are not loading, but I suspect it was
> because the X server wasn't getting far enough to do so. I added them to
> /etc/modules nonetheless, and it had no effect. I am at my wits' end here:
I
> would appreciate any help anyone can offer!
>
> Andrew Barr
> [EMAIL PROTECTED]
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to