public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] X doesn' start -- please help
@ 2006-11-02 14:13 Stefán István
  2006-11-02 14:14 ` Alan McKinnon
  0 siblings, 1 reply; 3+ messages in thread
From: Stefán István @ 2006-11-02 14:13 UTC (permalink / raw
  To: gentoo levlist

Hello!

I've installed a Gentoo onto a laptop which has an intel graphics chip:
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 02)

X doesn't want to start, here is the errors in the log:
(EE) I810(0): unknown type(0xffffffff)=0xff
(EE) I810(0): VBE initialization failed.

The config file:
Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "CacheLines"                # <i>
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "XvMCSurfaces"              # <i>
        #Option     "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BoardName   "82852/855GM Integrated Graphics Device"
        BusID       "PCI:0:2:0"
EndSection

On the same laptop another distro (UHU Linux - hungarian debian based distro) 
works well.


Thanks for the help in advance,
Istvan
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] X doesn' start -- please help
  2006-11-02 14:13 [gentoo-user] X doesn' start -- please help Stefán István
@ 2006-11-02 14:14 ` Alan McKinnon
  2006-11-02 14:56   ` Stefán István
  0 siblings, 1 reply; 3+ messages in thread
From: Alan McKinnon @ 2006-11-02 14:14 UTC (permalink / raw
  To: gentoo-user

On Thursday 02 November 2006 16:13, Stefán István wrote:
> I've installed a Gentoo onto a laptop which has an intel graphics
> chip: 00:02.0 VGA compatible controller: Intel Corporation
> 82852/855GM Integrated Graphics Device (rev 02)
>
> X doesn't want to start, here is the errors in the log:
> (EE) I810(0): unknown type(0xffffffff)=0xff
> (EE) I810(0): VBE initialization failed.

Did you include the i810 driver in the INPUT_DEVICES section 
of /etc/make.conf before you built x11-xorg?

alan

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] X doesn' start -- please help
  2006-11-02 14:14 ` Alan McKinnon
@ 2006-11-02 14:56   ` Stefán István
  0 siblings, 0 replies; 3+ messages in thread
From: Stefán István @ 2006-11-02 14:56 UTC (permalink / raw
  To: gentoo-user

csütörtök 02 november 2006 15.14 dátummal Alan McKinnon ezt írta:
> On Thursday 02 November 2006 16:13, Stefán István wrote:
> > I've installed a Gentoo onto a laptop which has an intel graphics
> > chip: 00:02.0 VGA compatible controller: Intel Corporation
> > 82852/855GM Integrated Graphics Device (rev 02)
> >
> > X doesn't want to start, here is the errors in the log:
> > (EE) I810(0): unknown type(0xffffffff)=0xff
> > (EE) I810(0): VBE initialization failed.
> 
> Did you include the i810 driver in the INPUT_DEVICES section 
> of /etc/make.conf before you built x11-xorg?

Yes, I did, and it is loaded according to the log:
(II) LoadModule: "i810"
(II) Loading /usr/lib/xorg/modules/drivers/i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.6.5
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 1.0

(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
        i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915),
        915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ
(II) Primary Device is: PCI 00:02:0
(--) Chipset 852GM/855GM found

(==) I810(0): Depth 16, (==) framebuffer bpp 16
(==) I810(0): RGB weight 565
(==) I810(0): Default visual is TrueColor

(==) I810(0): Depth 16, (==) framebuffer bpp 16
(==) I810(0): RGB weight 565
(==) I810(0): Default visual is TrueColor
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) I810(0): initializing int10
(II) I810(0): Primary V_BIOS segment is: 0xc000
(EE) I810(0): unknown type(0xffffffff)=0xff
(II) I810(0): EAX=0x00004f00, EBX=0x00000000, ECX=0x00000000, EDX=0x00000000
(II) I810(0): ESP=0x00000ffa, EBP=0x00000000, ESI=0x00000000, EDI=0x00002000
(II) I810(0): CS=0xc000, SS=0x0100, DS=0x0040, ES=0x0000, FS=0x0000, GS=0x0000
(II) I810(0): EIP=0x00000014, EFLAGS=0x00003200
(II) I810(0): code at 0x000c0014:
 e9 c9 1d e9 40 00 90 0b 30 30 49 42 4d 20 56 47
 41 20 43 6f 6d 70 61 74 69 62 6c 65 20 42 49 4f
(II) stack at 0x00001ffa:
 00 06 00 00 00 32
(II) I810(0): VESA BIOS not detected
(EE) I810(0): VBE initialization failed.
(II) UnloadModule: "i810"

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-11-02 15:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-02 14:13 [gentoo-user] X doesn' start -- please help Stefán István
2006-11-02 14:14 ` Alan McKinnon
2006-11-02 14:56   ` Stefán István

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox