On Fri, Oct 25, 2002 at 11:36:08AM -0400, Dave Whittaker wrote:
>I've downloaded the latest version from CVS and am trying to get i830 support 
>up and running.  Everything will compile and install ok, including the new 
>kernel driver, but when I startx I get this at the end of the log:
>
>-----------------------------------------------------------------------
>Using mode functions from the vbe module
>(**) 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/X11R6/lib/modules/linux/libint10.a
>(II) I810(0): initializing int10
>(WW) I810(0): Bad V_BIOS checksum
>(II) I810(0): Primary V_BIOS segment is: 0xc000
>(II) I810(0): VESA BIOS detected
>(II) I810(0): VESA VBE Version 3.0
>(II) I810(0): VESA VBE Total Mem: 8000 kB
>(II) I810(0): VESA VBE OEM: Almador Graphics Chip Accelerated VGA BIOS
>(II) I810(0): VESA VBE OEM Software Rev: 1.0
>(II) I810(0): VESA VBE OEM Vendor: Intel Corporation
>(II) I810(0): VESA VBE OEM Product: Almador Graphics Controller
>(II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
>(--) I810(0): Chipset: "i830"
>(--) I810(0): Linear framebuffer at 0xE0000000
>(--) I810(0): IO registers at addr 0xF4F80000
>(II) I810(0): detected 892K stolen memory.
>(WW) I810(0): Detected stolen memory (832KB) doesn't match what the BIOS 
>reports (8000KB)
>(II) I810(0): I830CheckAvailableMemory: 206844k available
>(--) I810(0): Pre-allocated VideoRAM: 892 kByte
>(**) I810(0): VideoRAM: 32768 kByte
>(==) I810(0): video overlay key set to 0x83e
>(--) I810(0): Maximum frambuffer space: 32684 kByte
>(==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
>
>   *** If unresolved symbols were reported above, they might not
>   *** be the reason for the server aborting.
>
>Fatal server error:
>Caught signal 4.  Server aborting
>
>
>When reporting a problem related to a server crash, please send
>the full server output, not just the last messages.
>This can be found in the log file "/var/log/XFree86.0.log".
>Please report problems to [EMAIL PROTECTED]
>---------------------------------------------------------------------
>
>My machine is a Dell C400 laptop with bios revision A06, and I am running 
>RedHat 7.3.
>
>Can anybody tell me what's going on here and how I can fix it?

I can't tell from that log fragment.  Signal 4 usually means that an
unresolved function was called.  Can you build a static version of the
X server, and try with that?

I830DetectDisplayDevice() is called right after the function that printed
the gamma message, so I guess that's where it's crashing.  I don't see
any obvious place that this might be happening.

David
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to