Date: Mon, 29 Apr 2002 09:43:11 -0500 From: Larry Rosenman <ler@lerctr.org> To: freebsd-stable@freebsd.org Subject: New Laptop: i810: HELP Message-ID: <20020429144310.GA10697@lerlaptop.iadfw.net>
next in thread | raw e-mail | index | archive | help
--EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I bought myself a new laptop yesterday, and am having issues getting XFree86 4.2.0 to initialize. The issue appears to be the /dev/agpgart device says it's not configured, although the Laptop has the I830M chips, and I loaded agp.ko in /boot/loader.conf Can anyone help? Attached will be: 1) Kernel Config 2) dmesg 3) XFree log. -- Larry Rosenman, Sr. Network Engineer, Internet America, Inc. E-Mail: ler@airmail.net Phone: +1 214-861-2571, Fax: 214-861-2663 US Mail: 350 N. St. Paul, Suite 3000, Dallas, TX 75201 --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=LERLAPTOP # # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.38 2002/01/25 17:41:40 murray Exp $ machine i386 cpu I686_CPU ident LERLAPTOP maxusers 0 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev options PNPBIOS options PERFMON # CPU_ENABLE_SSE enables SSE/MMX2 instructions support. options CPU_ENABLE_SSE device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) ########################################vvvv was 0x20 device apm0 at nexus? flags 0x00 # Advanced Power Management # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device device vpo # Requires scbus and da # PCI Ethernet NICs. device miibus # MII bus support device rl # RealTek 8129/8139 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attachment needed # and resources will always be dynamically assigned by the pccard code. device wi # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support #pseudo-device sl 1 # Kernel SLIP #pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) #pseudo-device gif # IPv6 and IPv4 tunneling #pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device uscanner # Scanners device urio # Diamond Rio MP3 Player # USB Ethernet, requires mii device aue # ADMtek USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet #####LER device pcm # sound? device smbus device iicbus device iicbb device intpm device ichsmb device smb device iic device ic device pca pseudo-device speaker device agp --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=dmesg Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.5-STABLE #10: Mon Apr 29 07:28:14 CDT 2002 ler@lerlaptop:/usr/obj/usr/src/sys/LERLAPTOP Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (1129.58-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE> real memory = 259522560 (253440K bytes) avail memory = 248717312 (242888K bytes) Preloaded elf kernel "kernel" at 0xc039d000. Preloaded elf module "agp.ko" at 0xc039d09c. Preloaded elf module "accf_data.ko" at 0xc039d138. Preloaded elf module "accf_http.ko" at 0xc039d1dc. Pentium Pro MTRR support enabled Using $PIR table, 9 entries at 0xc00fdf30 apm0: <APM BIOS> on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: <math processor> on motherboard npx0: INT 16 interface pcib0: <Host to PCI bridge> on motherboard pci0: <PCI bus> on pcib0 pci0: <Intel model 3577 VGA-compatible display device> at 2.0 irq 11 pci0: <unknown card> (vendor=0x8086, dev=0x3577) at 2.1 uhci0: <Intel 82801CA/CAM (ICH3) USB controller USB-A> port 0x18c0-0x18df irq 11 at device 29.0 on pci0 usb0: <Intel 82801CA/CAM (ICH3) USB controller USB-A> on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: <Intel 82801CA/CAM (ICH3) USB controller USB-B> port 0x18e0-0x18ff irq 11 at device 29.1 on pci0 usb1: <Intel 82801CA/CAM (ICH3) USB controller USB-B> on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered pcib1: <PCI to PCI bridge (vendor=8086 device=2448)> at device 30.0 on pci0 pci1: <PCI bus> on pcib1 pcic0: <YENTA PCI-CARDBUS Bridge> irq 11 at device 10.0 on pci1 pcic0: PCI Memory allocated: 0x44000000 pccard0: <PC Card bus (classic)> on pcic0 pcic1: <YENTA PCI-CARDBUS Bridge> irq 11 at device 10.1 on pci1 pcic1: PCI Memory allocated: 0x44001000 pccard1: <PC Card bus (classic)> on pcic1 rl0: <RealTek 8139 10/100BaseTX> port 0x2000-0x20ff mem 0xe0200800-0xe02008ff irq 11 at device 13.0 on pci1 rl0: Ethernet address: 00:e0:00:7e:d0:45 miibus0: <MII bus> on rl0 rlphy0: <RealTek internal media interface> on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci1: <unknown card> (vendor=0x10cf, dev=0x2010) at 14.0 irq 11 isab0: <PCI to ISA bridge (vendor=8086 device=248c)> at device 31.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel ICH3 ATA100 controller> port 0x1c20-0x1c2f,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 mem 0xe0100000-0xe01003ff at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ichsmb0: <SMBus controller> port 0x1c00-0x1c1f irq 11 at device 31.3 on pci0 pcm0: <Intel 82801CA (ICH3)> port 0x1880-0x18bf,0x1000-0x10ff irq 11 at device 31.5 on pci0 pci0: <unknown card> (vendor=0x8086, dev=0x2486) at 31.6 irq 11 orm0: <Option ROM> at iomem 0xc0000-0xcc7ff on isa0 fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode plip0: <PLIP network interface> on ppbus0 lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 pca0: <AT-style speaker sound> at port 0x61 on isa0 unknown: <PNP0303> can't assign resources unknown: <PNP0000> can't assign resources unknown: <PNP0f13> can't assign resources unknown: <PNP0700> can't assign resources unknown: <PNP0501> can't assign resources unknown: <PNP0400> can't assign resources ata1-slave: ATAPI identify retries exceeded pccard: card inserted, slot 1 pccard: card removed, slot 1 pccard: card inserted, slot 1 ad0: 19077MB <TOSHIBA MK2018GAP> [38760/16/63] at ata0-master UDMA100 acd0: DVD-ROM <HITACHI DVD-ROM GD-S250> at ata1-master PIO4 Mounting root from ufs:/dev/ad0s2a wi0 at port 0x240-0x27f irq 11 flags 0x10000 slot 1 on pccard1 wi0: 802.11 address: 00:06:25:01:da:49 wi0: using RF:PRISM2.5 MAC:ISL3873 wi0: Intersil Firmware: Primary 1.00.04, Station 1.00.03 --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="XFree86.0.log" XFree86 Version 4.2.0 / X Window System (protocol Version 11, revision 0, vendor release 6600) Release Date: 18 January 2002 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: FreeBSD 4.5 i386 [ELF] Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/XFree86.0.log", Time: Mon Apr 29 09:19:35 2002 (==) Using config file: "/etc/X11/XF86Config" (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "My Monitor" (**) | |-->Device "Intel 810-1" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xfree86" (**) XKB: rules: "xfree86" (**) Option "XkbModel" "pc104" (**) XKB: model: "pc104" (**) Option "XkbLayout" "us" (**) XKB: layout: "us" (==) Keyboard: CustomKeycode disabled (WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/local/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/local/"). (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (==) ModulePath set to "/usr/X11R6/lib/modules" (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (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 freebsd (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.2.0, 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.2.0, 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 10cf,113b rev 04 class 06,00,00 hdr 00 (II) PCI: 00:02:0: chip 8086,3577 card 10cf,113c rev 04 class 03,00,00 hdr 80 (II) PCI: 00:02:1: chip 8086,3577 card 10cf,113c rev 00 class 03,80,00 hdr 80 (II) PCI: 00:1d:0: chip 8086,2482 card 10cf,113d rev 02 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,2484 card 10cf,113d rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 42 class 06,04,00 hdr 01 (II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 02 class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,248a card 10cf,113d rev 02 class 01,01,8a hdr 00 (II) PCI: 00:1f:3: chip 8086,2483 card 10cf,113d rev 02 class 0c,05,00 hdr 00 (II) PCI: 00:1f:5: chip 8086,2485 card 10cf,112f rev 02 class 04,01,00 hdr 00 (II) PCI: 00:1f:6: chip 8086,2486 card 10cf,10d1 rev 02 class 07,03,00 hdr 00 (II) PCI: 01:0a:0: chip 104c,ac55 card 0000,0000 rev 01 class 06,07,00 hdr 82 (II) PCI: 01:0a:1: chip 104c,ac55 card 0000,0000 rev 01 class 06,07,00 hdr 82 (II) PCI: 01:0d:0: chip 10ec,8139 card 10cf,111c rev 10 class 02,00,00 hdr 00 (II) PCI: 01:0e:0: chip 10cf,2010 card 10cf,112b rev 01 class 0c,00,10 hdr 00 (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.2.0, 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 1: bridge is at (0:30:0), (0,1,3), BCTRL: 0x04 (VGA_EN is cleared) (II) Bus 1 I/O range: [0] -1 0x00002000 - 0x000020ff (0x100) IX[B] [1] -1 0x00002400 - 0x000024ff (0x100) IX[B] [2] -1 0x00002800 - 0x000028ff (0x100) IX[B] [3] -1 0x00002c00 - 0x00002cff (0x100) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0xe0200000 - 0xe02fffff (0x100000) MX[B] (II) Bus 1 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 4, Mem @ 0xe8000000/27, 0xe0000000/19 (--) PCI: (0:2:1) Intel i830M rev 0, Mem @ 0xf0000000/27, 0xe0080000/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 0xe0200000 - 0xe03fffff (0x200000) MX[B]E [1] -1 0xe0200800 - 0xe0200fff (0x800) MX[B]E [2] -1 0xe0100000 - 0xe01fffff (0x100000) MX[B]E [3] -1 0xe0080000 - 0xe00fffff (0x80000) MX[B](B) [4] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [5] -1 0xe0000000 - 0xe007ffff (0x80000) MX[B](B) [6] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B](B) [7] -1 0x00002000 - 0x000020ff (0x100) IX[B]E [8] -1 0x00001800 - 0x000018ff (0x100) IX[B]E [9] -1 0x00001400 - 0x000014ff (0x100) IX[B]E [10] -1 0x00001880 - 0x000018ff (0x80) IX[B]E [11] -1 0x00001000 - 0x000010ff (0x100) IX[B]E [12] -1 0x00001c00 - 0x00001cff (0x100) IX[B]E [13] -1 0x00001c20 - 0x00001c3f (0x20) IX[B]E [14] -1 0x00000374 - 0x00000377 (0x4) IX[B]E [15] -1 0x00000170 - 0x0000017f (0x10) IX[B]E [16] -1 0x000003f4 - 0x000003f7 (0x4) IX[B]E [17] -1 0x000001f0 - 0x000001ff (0x10) IX[B]E [18] -1 0x000018e0 - 0x000018ff (0x20) IX[B]E [19] -1 0x000018c0 - 0x000018ff (0x40) IX[B]E (II) PCI Memory resource overlap reduced 0xe0200000 from 0xe03fffff to 0xe02007ff (II) PCI I/O resource overlap reduced 0x00001800 from 0x000018ff to 0x0000187f (II) PCI I/O resource overlap reduced 0x00001880 from 0x000018ff to 0x000018bf (II) PCI I/O resource overlap reduced 0x00001c00 from 0x00001cff to 0x00001c1f (II) PCI I/O resource overlap reduced 0x000018c0 from 0x000018ff to 0x000018df (II) Active PCI resource ranges after removing overlaps: [0] -1 0xe0200000 - 0xe02007ff (0x800) MX[B]E [1] -1 0xe0200800 - 0xe0200fff (0x800) MX[B]E [2] -1 0xe0100000 - 0xe01fffff (0x100000) MX[B]E [3] -1 0xe0080000 - 0xe00fffff (0x80000) MX[B](B) [4] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [5] -1 0xe0000000 - 0xe007ffff (0x80000) MX[B](B) [6] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B](B) [7] -1 0x00002000 - 0x000020ff (0x100) IX[B]E [8] -1 0x00001800 - 0x0000187f (0x80) IX[B]E [9] -1 0x00001400 - 0x000014ff (0x100) IX[B]E [10] -1 0x00001880 - 0x000018bf (0x40) IX[B]E [11] -1 0x00001000 - 0x000010ff (0x100) IX[B]E [12] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]E [13] -1 0x00001c20 - 0x00001c3f (0x20) IX[B]E [14] -1 0x00000374 - 0x00000377 (0x4) IX[B]E [15] -1 0x00000170 - 0x0000017f (0x10) IX[B]E [16] -1 0x000003f4 - 0x000003f7 (0x4) IX[B]E [17] -1 0x000001f0 - 0x000001ff (0x10) IX[B]E [18] -1 0x000018e0 - 0x000018ff (0x20) IX[B]E [19] -1 0x000018c0 - 0x000018df (0x20) IX[B]E (II) OS-reported resource ranges after removing overlaps with PCI: [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) All system 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 0xe0200000 - 0xe02007ff (0x800) MX[B]E [6] -1 0xe0200800 - 0xe0200fff (0x800) MX[B]E [7] -1 0xe0100000 - 0xe01fffff (0x100000) MX[B]E [8] -1 0xe0080000 - 0xe00fffff (0x80000) MX[B](B) [9] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [10] -1 0xe0000000 - 0xe007ffff (0x80000) MX[B](B) [11] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B](B) [12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0x00002000 - 0x000020ff (0x100) IX[B]E [15] -1 0x00001800 - 0x0000187f (0x80) IX[B]E [16] -1 0x00001400 - 0x000014ff (0x100) IX[B]E [17] -1 0x00001880 - 0x000018bf (0x40) IX[B]E [18] -1 0x00001000 - 0x000010ff (0x100) IX[B]E [19] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]E [20] -1 0x00001c20 - 0x00001c3f (0x20) IX[B]E [21] -1 0x00000374 - 0x00000377 (0x4) IX[B]E [22] -1 0x00000170 - 0x0000017f (0x10) IX[B]E [23] -1 0x000003f4 - 0x000003f7 (0x4) IX[B]E [24] -1 0x000001f0 - 0x000001ff (0x10) IX[B]E [25] -1 0x000018e0 - 0x000018ff (0x20) IX[B]E [26] -1 0x000018c0 - 0x000018df (0x20) IX[B]E (II) LoadModule: "dbe" (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.2.0, 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.2.0, 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 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: "type1" (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.1 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font Type1 (II) Loading font CID (II) LoadModule: "freetype" (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a (II) Module freetype: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.1.10 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.3 (II) Loading font FreeType (II) LoadModule: "i810" (II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o (II) Module i810: vendor="The XFree86 Project" compiled for 4.2.0, 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.2.0, 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 (--) Assigning device section with no busID to primary device (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 - 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 0xe0200000 - 0xe02007ff (0x800) MX[B]E [6] -1 0xe0200800 - 0xe0200fff (0x800) MX[B]E [7] -1 0xe0100000 - 0xe01fffff (0x100000) MX[B]E [8] -1 0xe0080000 - 0xe00fffff (0x80000) MX[B](B) [9] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [10] -1 0xe0000000 - 0xe007ffff (0x80000) MX[B](B) [11] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B](B) [12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0x00002000 - 0x000020ff (0x100) IX[B]E [15] -1 0x00001800 - 0x0000187f (0x80) IX[B]E [16] -1 0x00001400 - 0x000014ff (0x100) IX[B]E [17] -1 0x00001880 - 0x000018bf (0x40) IX[B]E [18] -1 0x00001000 - 0x000010ff (0x100) IX[B]E [19] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]E [20] -1 0x00001c20 - 0x00001c3f (0x20) IX[B]E [21] -1 0x00000374 - 0x00000377 (0x4) IX[B]E [22] -1 0x00000170 - 0x0000017f (0x10) IX[B]E [23] -1 0x000003f4 - 0x000003f7 (0x4) IX[B]E [24] -1 0x000001f0 - 0x000001ff (0x10) IX[B]E [25] -1 0x000018e0 - 0x000018ff (0x20) IX[B]E [26] -1 0x000018c0 - 0x000018df (0x20) IX[B]E (II) resource ranges after probing: [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 0xe0200000 - 0xe02007ff (0x800) MX[B]E [6] -1 0xe0200800 - 0xe0200fff (0x800) MX[B]E [7] -1 0xe0100000 - 0xe01fffff (0x100000) MX[B]E [8] -1 0xe0080000 - 0xe00fffff (0x80000) MX[B](B) [9] -1 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B) [10] -1 0xe0000000 - 0xe007ffff (0x80000) MX[B](B) [11] -1 0xe8000000 - 0xefffffff (0x8000000) MX[B](B) [12] 0 0x000a0000 - 0x000affff (0x10000) MS[B] [13] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [14] 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [15] -1 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0x00002000 - 0x000020ff (0x100) IX[B]E [18] -1 0x00001800 - 0x0000187f (0x80) IX[B]E [19] -1 0x00001400 - 0x000014ff (0x100) IX[B]E [20] -1 0x00001880 - 0x000018bf (0x40) IX[B]E [21] -1 0x00001000 - 0x000010ff (0x100) IX[B]E [22] -1 0x00001c00 - 0x00001c1f (0x20) IX[B]E [23] -1 0x00001c20 - 0x00001c3f (0x20) IX[B]E [24] -1 0x00000374 - 0x00000377 (0x4) IX[B]E [25] -1 0x00000170 - 0x0000017f (0x10) IX[B]E [26] -1 0x000003f4 - 0x000003f7 (0x4) IX[B]E [27] -1 0x000001f0 - 0x000001ff (0x10) IX[B]E [28] -1 0x000018e0 - 0x000018ff (0x20) IX[B]E [29] -1 0x000018c0 - 0x000018df (0x20) IX[B]E [30] 0 0x000003b0 - 0x000003bb (0xc) IS[B] [31] 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.2.0, 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/libint10.a (II) Module int10: vendor="The XFree86 Project" compiled for 4.2.0, module version = 1.0.0 ABI class: XFree86 Video Driver, version 0.5 (**) I810(0): Depth 24, (--) framebuffer bpp 32 (==) I810(0): RGB weight 888 (==) I810(0): Default visual is TrueColor (==) I810(0): Write-combining range (0xa0000,0x20000) was already clear (==) I810(0): Write-combining range (0xf0000,0x10000) (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 0xE8000000 (--) I810(0): IO registers at addr 0xE0000000 (II) I810(0): detected 8192K stolen memory. (EE) GARTInit: Unable to open /dev/agpgart (Device not configured) (WW) I810(0): /dev/agpgart is either not available, or no memory is available for allocation. Using stolen memory only. (==) I810(0): Will alloc AGP framebuffer: 8192 kByte (==) I810(0): Using gamma correction (1.0, 1.0, 1.0) c000:01a2: 62 ILLEGAL X86 OPCODE! (II) I810(0): Failed to detect active display devices (EE) I810(0): Couldn't detect display devices. (II) UnloadModule: "i810" (II) UnloadModule: "int10" (II) Unloading /usr/X11R6/lib/modules/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 xfree86@xfree86.org. --EeQfGwPcQSOJBaQU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020429144310.GA10697>