Hi Manuel!

Your problem is that DDC is failing, so it can't figure out what modes your
monitor / lcd is capable of. You'll have to hardcode the modelines in your
XF86Config. Here is some which I have made especially for testing the 830M
driver. Put them in your Monitor section and in your screen section use the
corresponding modeline names, e.g.

        Subsection "Display"
                Depth 24
                Modes "1024x768@75Hz"
                ViewPort 0 0
                Virtual 1024 768
        EndSubSection

------------< snip <------< snip <------< snip <------------
Modeline "640x350@85Hz" 31.50  640 672 736 832  350 382 385 445 +hsync -vsync
Modeline "640x400@85Hz" 31.50  640 672 736 832  400 401 404 445 -hsync +vsync
Modeline "720x400@85Hz" 35.50  720 756 828 936  400 401 404 446 -hsync +vsync
Modeline "640x480@60Hz" 25.20  640 656 752 800  480 490 492 525 -hsync -vsync
Modeline "640x480@73Hz" 31.50  640 664 704 832  480 489 491 520 -hsync -vsync
Modeline "640x480@75Hz" 31.50  640 656 720 840  480 481 484 500 -hsync -vsync
Modeline "640x480@85Hz" 36.00  640 696 752 832  480 481 484 509 -hsync -vsync
Modeline "800x600@56Hz" 36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
Modeline "800x600@60Hz" 40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
Modeline "800x600@72Hz" 50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
Modeline "800x600@75Hz" 49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
Modeline "800x600@85Hz" 56.30  800 832 896 1048  600 601 604 631 +hsync +vsync
Modeline "1024x768@60Hz" 65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
Modeline "1024x768@70Hz" 75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
Modeline "1024x768@75Hz" 78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
Modeline "1024x768@85Hz" 94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
Modeline "1152x864@75Hz" 108.00  1152 1216 1344 1600  864 865 868 900  +hsync +vsync
Modeline "1280x960@60Hz" 108.00  1280 1376 1488 1800  960 961 964 1000  +hsync +vsync
Modeline "1280x960@85Hz" 148.50  1280 1344 1504 1728  960 961 964 1011  +hsync +vsync
Modeline "1280x1024@60Hz" 108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync 
+vsync
Modeline "1280x1024@75Hz" 135.00  1280 1296 1440 1688  1024 1025 1028 1066  +hsync 
+vsync
Modeline "1280x1024@85Hz" 157.50  1280 1344 1504 1728  1024 1025 1028 1072  +hsync 
+vsync
Modeline "1600x1200@60Hz" 162.00  1600 1664 1856 2160  1200 1201 1204 1250  +hsync 
+vsync
Modeline "1600x1200@65Hz" 175.50  1600 1664 1856 2160  1200 1201 1204 1250  +hsync 
+vsync
Modeline "1600x1200@70Hz" 189.00  1600 1664 1856 2160  1200 1201 1204 1250  +hsync 
+vsync
Modeline "1600x1200@75Hz" 202.50  1600 1664 1856 2160  1200 1201 1204 1250  +hsync 
+vsync
Modeline "1600x1200@85Hz" 229.50  1600 1664 1856 2160  1200 1201 1204 1250  +hsync 
+vsync
------------< snip <------< snip <------< snip <------------

> I am having some problems with the new i830M support in CVS.
> More precisely, I have checked out and compiled the tree
> tagged `xf-4_1_99_2'.  I did this on a i830M-based Dell
> Laptop (a Latitude C400) that runs the latest Linux kernel
> (namely, 2.4.16).  I have compiled the kernel with AGP GART
> support and I have copied the i830.o DRM kernel module into
> the right place in `/lib/modules/2.4.16/'.
> 
> X works fine in 8bpp up to 1024x768 and in 16bpp in 640x480.
> When I use the latter, DRI also initialises without any
> problems.  So, it seems as if I got most of the installation
> right.  However, the problem is that witn 16bpp I can't go
> beyond 640x480 and 24bpp doesn't work at all (despite this
> being advertised in the i810 readme and being within the
> capability of the hardware).
> 
> When I attempt to run higher resolutions in 16bpp, I get the
> following error message:
> 
> (EE) I810(0): No matching modes found in configuration file.
> (EE) I810(0): Only the following modes are supported by the BIOS in this bpp:
> (EE) I810(0): 640x480
> (EE) I810(0): Please choose one of these modes.
> 
> I suspect that this may be related to either the warning
> 
> (WW) I810(0): Bad V_BIOS checksum
> 
> and/or the fact that the system doesn't seem to support DDC;
> in fact, just before the fatal error, I get
> 
> (II) I810(0): VESA VBE DDC supported
> (II) I810(0): VESA VBE DDC Level none
> (II) I810(0): VESA VBE DDC transfer in appr. 0 sec.
> (II) I810(0): VESA VBE DDC read failed
> (==) I810(0): DPI set to (75, 75)
> 
> I have made sure that the driver allocated enough RAM for
> AGP, namely 32MB.  I have also played with modelines and
> with an explicit `DacSpeed' option.  All to no avail.
> 
> I have had a quick look at the source and it seems that it
> is the routine `I830VESAGetModeInfo()' in `i830_driver.c',
> which is responsible for obtaining the information.
> Somehow it seems to come up with less modes than the machine
> really supports.
> 
> I have read somewhere on Intel's web pages that the i830m
> allocates 2MB, 4MB, or 8MB of basic video memory dependent
> on the BIOS settings of the machine.  Unfortunately, the
> Dell C400 doesn't seem to have such a setting in the BIOS
> setup.  So, maybe the value is low by default and has to be
> set by the OS?
> 
> Any ideas how I can fix this?  (The full X startup log is
> appended.)
> 
> Cheers,
> Manuel
> 
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>   Manuel M. T. Chakravarty                               [EMAIL PROTECTED]
>   School of Computer Science & Engineering
>   University of New South Wales, Sydney     http://www.cse.unsw.edu.au/~chak/
> 
> -=-
> 
> This is a pre-release version of XFree86, and is not supported in any
> way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
> to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
> please check the latest version in the XFree86 CVS repository
> (http://www.XFree86.Org/cvs)
> 
> XFree86 Version 4.1.99.2 / X Window System
> (protocol Version 11, revision 0, vendor release 6510)
> Release Date: 12 December 2001
>       If the server is older than 6-12 months, or if your card is
>       newer than the above date, look for a newer version before
>       reporting problems.  (See http://www.XFree86.Org/)
> Build Operating System: Linux 2.4.7-10 i686 [ELF] 
> Module Loader present
> (==) Log file: "/var/log/XFree86.0.log", Time: Sun Dec 16 21:45:59 2001
> (==) Using config file: "/etc/X11/XF86Config-4"
> Markers: (--) probed, (**) from config file, (==) default setting,
>          (++) from command line, (!!) notice, (II) informational,
>          (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) ServerLayout "Anaconda Configured"
> (**) |-->Screen "Screen0" (0)
> (**) |   |-->Monitor "Monitor0"
> (**) |   |-->Device "i830M"
> (**) |-->Input Device "Mouse0"
> (**) |-->Input Device "Keyboard0"
> (**) Option "XkbRules" "xfree86"
> (**) XKB: rules: "xfree86"
> (**) Option "XkbModel" "pc101"
> (**) XKB: model: "pc101"
> (**) Option "XkbLayout" "us"
> (**) XKB: layout: "us"
> (**) Option "XkbOptions" "ctrl:nocaps"
> (**) XKB: options: "ctrl:nocaps"
> (==) Keyboard: CustomKeycode disabled
> (**) FontPath set to "unix/:7100"
> (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
> (==) ModulePath set to "/usr/X11R6/lib/modules"
> (--) using VT number 7
> 
> (II) Open APM successful
> (II) Module ABI versions:
>       XFree86 ANSI C Emulation: 0.1
>       XFree86 Video Driver: 0.5
>       XFree86 XInput driver : 0.3
>       XFree86 Server Extension : 0.1
>       XFree86 Font Renderer : 0.3
> (II) Loader running on linux
> (II) LoadModule: "bitmap"
> (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
> (II) Module bitmap: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 1.0.0
>       Module class: XFree86 Font Renderer
>       ABI class: XFree86 Font Renderer, version 0.3
> (II) Loading font Bitmap
> (II) LoadModule: "pcidata"
> (II) Loading /usr/X11R6/lib/modules/libpcidata.a
> (II) Module pcidata: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 0.1.0
>       ABI class: XFree86 Video Driver, version 0.5
> (II) PCI: Probing config type using method 1
> (II) PCI: Config type is 1
> (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
> (II) PCI: PCI scan (all values are in hex)
> (II) PCI: 00:00:0: chip 8086,3575 card 0000,0000 rev 03 class 06,00,00 hdr 00
> (II) PCI: 00:02:0: chip 8086,3577 card 1028,00c8 rev 03 class 03,00,00 hdr 80
> (II) PCI: 00:02:1: chip 8086,3577 card 1028,00c8 rev 00 class 03,80,00 hdr 80
> (II) PCI: 00:1d:0: chip 8086,2482 card 8086,4541 rev 01 class 0c,03,00 hdr 00
> (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 41 class 06,04,00 hdr 01
> (II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 01 class 06,01,00 hdr 80
> (II) PCI: 00:1f:1: chip 8086,248a card 8086,4541 rev 01 class 01,01,8a hdr 00
> (II) PCI: 00:1f:5: chip 8086,2485 card 1013,5959 rev 01 class 04,01,00 hdr 00
> (II) PCI: 00:1f:6: chip 8086,2486 card 134d,4c21 rev 01 class 07,03,00 hdr 00
> (II) PCI: 02:00:0: chip 10b7,9200 card 1028,00c8 rev 78 class 02,00,00 hdr 00
> (II) PCI: 02:01:0: chip 104c,ac50 card e000,0000 rev 02 class 06,07,00 hdr 02
> (II) PCI: 02:03:0: chip 104c,ac50 card e800,0000 rev 01 class 06,07,00 hdr 02
> (II) PCI: End of PCI scan
> (II) LoadModule: "scanpci"
> (II) Loading /usr/X11R6/lib/modules/libscanpci.a
> (II) Module scanpci: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 0.1.0
>       ABI class: XFree86 Video Driver, version 0.5
> (II) UnloadModule: "scanpci"
> (II) Unloading /usr/X11R6/lib/modules/libscanpci.a
> (II) Host-to-PCI bridge:
> (II) PCI-to-ISA bridge:
> (II) PCI-to-PCI bridge:
> (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
> (II) Bus 0 I/O range:
>       [0] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
> (II) Bus 0 non-prefetchable memory range:
>       [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
> (II) Bus 0 prefetchable memory range:
>       [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
> (II) Bus 2: bridge is at (0:30:0), (0,2,16), BCTRL: 0x06 (VGA_EN is cleared)
> (II) Bus 2 I/O range:
>       [0] -1  0x0000e000 - 0x0000e0ff (0x100) IX[B]
>       [1] -1  0x0000e400 - 0x0000e4ff (0x100) IX[B]
>       [2] -1  0x0000e800 - 0x0000e8ff (0x100) IX[B]
>       [3] -1  0x0000ec00 - 0x0000ecff (0x100) IX[B]
>       [4] -1  0x0000f000 - 0x0000f0ff (0x100) IX[B]
>       [5] -1  0x0000f400 - 0x0000f4ff (0x100) IX[B]
>       [6] -1  0x0000f800 - 0x0000f8ff (0x100) IX[B]
>       [7] -1  0x0000fc00 - 0x0000fcff (0x100) IX[B]
> (II) Bus 2 non-prefetchable memory range:
>       [0] -1  0xf6000000 - 0xfdffffff (0x8000000) MX[B]
> (II) Bus 2 prefetchable memory range:
> (II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
> (II) Bus -1 I/O range:
> (II) Bus -1 non-prefetchable memory range:
> (II) Bus -1 prefetchable memory range:
> (--) PCI:*(0:2:0) Intel i830M rev 3, Mem @ 0xe0000000/27, 0xf4f80000/19
> (--) PCI: (0:2:1) Intel i830M rev 0, Mem @ 0xd8000000/27, 0xf4f00000/19
> (II) Addressable bus resource ranges are
>       [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
>       [1] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
> (II) OS-reported resource ranges:
>       [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>       [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>       [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
>       [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
>       [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
>       [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
>       [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
> (II) Active PCI resource ranges:
>       [0] -1  0xfafffc00 - 0xfafffc7f (0x80) MX[B]
>       [1] -1  0x20000000 - 0x200003ff (0x400) MX[B]
>       [2] -1  0xf4f00000 - 0xf4f7ffff (0x80000) MX[B](B)
>       [3] -1  0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
>       [4] -1  0xf4f80000 - 0xf4ffffff (0x80000) MX[B](B)
>       [5] -1  0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
>       [6] -1  0x0000ec80 - 0x0000ecff (0x80) IX[B]
>       [7] -1  0x0000dc00 - 0x0000dc7f (0x80) IX[B]
>       [8] -1  0x0000d400 - 0x0000d4ff (0x100) IX[B]
>       [9] -1  0x0000dc80 - 0x0000dcbf (0x40) IX[B]
>       [10] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
>       [11] -1 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
>       [12] -1 0x00000374 - 0x00000374 (0x1) IX[B]
>       [13] -1 0x00000170 - 0x00000177 (0x8) IX[B]
>       [14] -1 0x000003f4 - 0x000003f4 (0x1) IX[B]
>       [15] -1 0x000001f0 - 0x000001f7 (0x8) IX[B]
>       [16] -1 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
> (II) Active PCI resource ranges after removing overlaps:
>       [0] -1  0xfafffc00 - 0xfafffc7f (0x80) MX[B]
>       [1] -1  0x20000000 - 0x200003ff (0x400) MX[B]
>       [2] -1  0xf4f00000 - 0xf4f7ffff (0x80000) MX[B](B)
>       [3] -1  0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
>       [4] -1  0xf4f80000 - 0xf4ffffff (0x80000) MX[B](B)
>       [5] -1  0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
>       [6] -1  0x0000ec80 - 0x0000ecff (0x80) IX[B]
>       [7] -1  0x0000dc00 - 0x0000dc7f (0x80) IX[B]
>       [8] -1  0x0000d400 - 0x0000d4ff (0x100) IX[B]
>       [9] -1  0x0000dc80 - 0x0000dcbf (0x40) IX[B]
>       [10] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
>       [11] -1 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
>       [12] -1 0x00000374 - 0x00000374 (0x1) IX[B]
>       [13] -1 0x00000170 - 0x00000177 (0x8) IX[B]
>       [14] -1 0x000003f4 - 0x000003f4 (0x1) IX[B]
>       [15] -1 0x000001f0 - 0x000001f7 (0x8) IX[B]
>       [16] -1 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
> (II) OS-reported resource ranges after removing overlaps with PCI:
>       [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>       [1] -1  0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
>       [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
>       [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
>       [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
>       [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
>       [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
> (II) All system resource ranges:
>       [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>       [1] -1  0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
>       [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
>       [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
>       [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
>       [5] -1  0xfafffc00 - 0xfafffc7f (0x80) MX[B]
>       [6] -1  0x20000000 - 0x200003ff (0x400) MX[B]
>       [7] -1  0xf4f00000 - 0xf4f7ffff (0x80000) MX[B](B)
>       [8] -1  0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
>       [9] -1  0xf4f80000 - 0xf4ffffff (0x80000) MX[B](B)
>       [10] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
>       [11] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
>       [12] -1 0x00000000 - 0x000000ff (0x100) IX[B]
>       [13] -1 0x0000ec80 - 0x0000ecff (0x80) IX[B]
>       [14] -1 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
>       [15] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]
>       [16] -1 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
>       [17] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
>       [18] -1 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
>       [19] -1 0x00000374 - 0x00000374 (0x1) IX[B]
>       [20] -1 0x00000170 - 0x00000177 (0x8) IX[B]
>       [21] -1 0x000003f4 - 0x000003f4 (0x1) IX[B]
>       [22] -1 0x000001f0 - 0x000001f7 (0x8) IX[B]
>       [23] -1 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
> (II) LoadModule: "GLcore"
> (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
> (II) Module GLcore: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 1.0.0
>       ABI class: XFree86 Server Extension, version 0.1
> (II) LoadModule: "dbe"
> (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
> (II) Module dbe: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 1.0.0
>       Module class: XFree86 Server Extension
>       ABI class: XFree86 Server Extension, version 0.1
> (II) Loading extension DOUBLE-BUFFER
> (II) LoadModule: "extmod"
> (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
> (II) Module extmod: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 1.0.0
>       Module class: XFree86 Server Extension
>       ABI class: XFree86 Server Extension, version 0.1
> (II) Loading extension SHAPE
> (II) Loading extension MIT-SUNDRY-NONSTANDARD
> (II) Loading extension BIG-REQUESTS
> (II) Loading extension SYNC
> (II) Loading extension MIT-SCREEN-SAVER
> (II) Loading extension XC-MISC
> (II) Loading extension XFree86-VidModeExtension
> (II) Loading extension XFree86-Misc
> (II) Loading extension XFree86-DGA
> (II) Loading extension DPMS
> (II) Loading extension FontCache
> (II) Loading extension TOG-CUP
> (II) Loading extension Extended-Visual-Information
> (II) Loading extension XVideo
> (II) Loading extension XVideo-MotionCompensation
> (II) LoadModule: "fbdevhw"
> (II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
> (II) Module fbdevhw: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 0.0.2
>       ABI class: XFree86 Video Driver, version 0.5
> (II) LoadModule: "dri"
> (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
> (II) Module dri: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 1.0.0
>       ABI class: XFree86 Server Extension, version 0.1
> (II) Loading sub module "drm"
> (II) LoadModule: "drm"
> (II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
> (II) Module drm: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 1.0.0
>       ABI class: XFree86 Server Extension, version 0.1
> (II) Loading extension XFree86-DRI
> (II) LoadModule: "glx"
> (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
> (II) Module glx: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 1.0.0
>       ABI class: XFree86 Server Extension, version 0.1
> (II) Loading sub module "GLcore"
> (II) LoadModule: "GLcore"
> (II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
> (II) Loading extension GLX
> (II) LoadModule: "record"
> (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
> (II) Module record: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 1.13.0
>       Module class: XFree86 Server Extension
>       ABI class: XFree86 Server Extension, version 0.1
> (II) Loading extension RECORD
> (II) LoadModule: "i810"
> (II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
> (II) Module i810: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 1.1.0
>       Module class: XFree86 Video Driver
>       ABI class: XFree86 Video Driver, version 0.5
> (II) LoadModule: "mouse"
> (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
> (II) Module mouse: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 1.0.0
>       Module class: XFree86 XInput Driver
>       ABI class: XFree86 XInput driver, version 0.3
> (II) I810: Driver for Intel i810 chipset: i810, i810-dc100, i810e, i815,
>       i830M
> (II) Primary Device is: PCI 00:02:0
> (WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
> (--) Chipset i830M found
> (II) resource ranges after xf86ClaimFixedResources() call:
>       [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>       [1] -1  0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
>       [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
>       [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
>       [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
>       [5] -1  0xfafffc00 - 0xfafffc7f (0x80) MX[B]
>       [6] -1  0x20000000 - 0x200003ff (0x400) MX[B]
>       [7] -1  0xf4f00000 - 0xf4f7ffff (0x80000) MX[B](B)
>       [8] -1  0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
>       [9] -1  0xf4f80000 - 0xf4ffffff (0x80000) MX[B](B)
>       [10] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
>       [11] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
>       [12] -1 0x00000000 - 0x000000ff (0x100) IX[B]
>       [13] -1 0x0000ec80 - 0x0000ecff (0x80) IX[B]
>       [14] -1 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
>       [15] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]
>       [16] -1 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
>       [17] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
>       [18] -1 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
>       [19] -1 0x00000374 - 0x00000374 (0x1) IX[B]
>       [20] -1 0x00000170 - 0x00000177 (0x8) IX[B]
>       [21] -1 0x000003f4 - 0x000003f4 (0x1) IX[B]
>       [22] -1 0x000001f0 - 0x000001f7 (0x8) IX[B]
>       [23] -1 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
> (II) resource ranges after probing:
>       [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>       [1] -1  0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
>       [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
>       [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
>       [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
>       [5] -1  0xfafffc00 - 0xfafffc7f (0x80) MX[B]
>       [6] -1  0x20000000 - 0x200003ff (0x400) MX[B]
>       [7] -1  0xf4f00000 - 0xf4f7ffff (0x80000) MX[B](B)
>       [8] -1  0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
>       [9] -1  0xf4f80000 - 0xf4ffffff (0x80000) MX[B](B)
>       [10] -1 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
>       [11] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
>       [12] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
>       [13] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
>       [14] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
>       [15] -1 0x00000000 - 0x000000ff (0x100) IX[B]
>       [16] -1 0x0000ec80 - 0x0000ecff (0x80) IX[B]
>       [17] -1 0x0000dc00 - 0x0000dc7f (0x80) IX[B]
>       [18] -1 0x0000d400 - 0x0000d4ff (0x100) IX[B]
>       [19] -1 0x0000dc80 - 0x0000dcbf (0x40) IX[B]
>       [20] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
>       [21] -1 0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
>       [22] -1 0x00000374 - 0x00000374 (0x1) IX[B]
>       [23] -1 0x00000170 - 0x00000177 (0x8) IX[B]
>       [24] -1 0x000003f4 - 0x000003f4 (0x1) IX[B]
>       [25] -1 0x000001f0 - 0x000001f7 (0x8) IX[B]
>       [26] -1 0x0000bf80 - 0x0000bf9f (0x20) IX[B]
>       [27] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
>       [28] 0  0x000003c0 - 0x000003df (0x20) IS[B]
> (II) Setting vga for screen 0.
> (II) Loading sub module "vgahw"
> (II) LoadModule: "vgahw"
> (II) Loading /usr/X11R6/lib/modules/libvgahw.a
> (II) Module vgahw: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 0.1.0
>       ABI class: XFree86 Video Driver, version 0.5
> (II) Loading sub module "int10"
> (II) LoadModule: "int10"
> (II) Loading /usr/X11R6/lib/modules/linux/libint10.a
> (II) Module int10: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 1.0.0
>       ABI class: XFree86 Video Driver, version 0.5
> (**) 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
> (WW) I810(0): Bad V_BIOS checksum
> (II) I810(0): Primary V_BIOS segment is: 0xc000
> (--) I810(0): Chipset: "i830"
> (--) I810(0): Linear framebuffer at 0xE0000000
> (--) I810(0): IO registers at addr 0xF4F80000
> (II) I810(0): detected 1024K stolen memory.
> (II) I810(0): I810CheckAvailableMemory: 448508k available
> (==) I810(0): Will alloc AGP framebuffer: 32768 kByte
> (==) I810(0): Using gamma correction (1.0, 1.0, 1.0)
> (II) I810(0): Currently active displays on Pipe A:
> (II) I810(0):     LFP (Local Flat Panel) child device
> (II) Loading sub module "vbe"
> (II) LoadModule: "vbe"
> (II) Loading /usr/X11R6/lib/modules/libvbe.a
> (II) Module vbe: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 1.0.0
>       ABI class: XFree86 Video Driver, version 0.5
> (II) VESA BIOS detected
> (II) VESA VBE Version 3.0
> (II) VESA VBE Total Mem: 832 kB
> (II) VESA VBE OEM: Almador Graphics Chip Accelerated VGA BIOS
> (II) VESA VBE OEM Software Rev: 1.0
> (II) VESA VBE OEM Vendor: Intel Corporation
> (II) VESA VBE OEM Product: Almador Graphics Controller
> (II) VESA VBE OEM Product Rev: Hardware Version 0.0
> (II) Loading sub module "ddc"
> (II) LoadModule: "ddc"
> (II) Loading /usr/X11R6/lib/modules/libddc.a
> (II) Module ddc: vendor="The XFree86 Project"
>       compiled for 4.1.99.2, module version = 1.0.0
>       ABI class: XFree86 Video Driver, version 0.5
> (II) I810(0): VESA VBE DDC supported
> (II) I810(0): VESA VBE DDC Level none
> (II) I810(0): VESA VBE DDC transfer in appr. 0 sec.
> (II) I810(0): VESA VBE DDC read failed
> (==) I810(0): DPI set to (75, 75)
> (EE) I810(0): No matching modes found in configuration file.
> (EE) I810(0): Only the following modes are supported by the BIOS in this bpp:
> (EE) I810(0): 640x480
> (EE) I810(0): Please choose one of these modes.
> (II) UnloadModule: "i810"
> (II) UnloadModule: "ddc"
> (II) Unloading /usr/X11R6/lib/modules/libddc.a
> (II) UnloadModule: "vbe"
> (II) Unloading /usr/X11R6/lib/modules/libvbe.a
> (II) UnloadModule: "int10"
> (II) UnloadModule: "int10"
> (II) Unloading /usr/X11R6/lib/modules/linux/libint10.a
> (II) UnloadModule: "vgahw"
> (II) Unloading /usr/X11R6/lib/modules/libvgahw.a
> (EE) Screen(s) found, but none have a usable configuration.
> 
> Fatal server error:
> no screens found
> 
> 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]
> 
> _______________________________________________
> Xpert mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xpert

-- 

Regards
 Abraham

For the next hour, WE will control all that you see and hear.

__________________________________________________________
 Abraham vd Merwe - 2d3D, Inc.

 Device Driver Development, Outsourcing, Embedded Systems

  Cell: +27 82 565 4451         Snailmail:
   Tel: +27 21 761 7549            Block C, Antree Park
   Fax: +27 21 761 7648            Doncaster Road
 Email: [EMAIL PROTECTED]         Kenilworth, 7700
  Http: http://www.2d3d.com        South Africa

Attachment: msg02558/pgp00000.pgp
Description: PGP signature

Reply via email to