Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2006 23:11:53 -0400
From:      Parv <parv@pair.com>
To:        f-q <freebsd-questions@freebsd.org>
Subject:   FreeBSD 6.1-PRERELEASE & XFree86 4.5 or Xorg 6.8 - Unusable keyboard
Message-ID:  <20060408031153.GA14981@holestein.holy.cow>

next in thread | raw e-mail | index | archive | help

--EVF5PPMfhYS0aIcm
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

I am having problem using keyboard under XFree86 4.5.0 (same thing
in Xorg 6.8.x), running FreeBSD 6.1-PRERELEASE on Dell Inspiron
5000e laptop, ATI Rage 128 Mobility M3 card.  (With FreeBSD 4.11 &
XFree86 4.3, i did not have any problem with the keyboard in X.)

Mouse works just dandy.  Quiting from a window manager (being run in
the foreground) exits from X normally.  If i explicitly kill X
server, machine locks, and am logged out of already running ssh
session.

Problem with the keyboard is as soon as i press [Enter] (there are a
few more keys) in xterm, X dies, bringing me to the console on which
"startx" was issued.  Also, Ctrl-Alt-BS does not kill the server;
while typing in the xterm window, no characters are echoed.  Changed
shells w/o leading to any progress.

After quitting X -- either by pressing [Enter], via window manager
menu, or explicitly killing X -- undecipherable characters appear on
the console.

I have removed my .Xdefaults, .Xresources, .xsession, any special
shell prompt.  In /etc/X11/{xorg.conf,XF86Config}, tried without
dri, GLcore, and with "NoAccel" options to no success.  Usable
keyboard was still missing when i tried my XF86Config from XFree86
4.3 days, or those generated by xf86config or xorg equivalent.

diff verified that /boot/device.hints is same as
/sys/i386/conf/GENERIC.hints.  Current boot message, kernel
configuration, XF86Config, and XFree86 log are attached.  These are
also available from ...

  http://www103.pair.com/parv/etc/problem-dell-i5ke/2006-04-27/


Could anybody suggest anything that i have not tried yet? (Oh, i
have just built XFree86 4.3 from source on my other laptop that i am
going to install via NFS on Dell.)


  - Parv

-- 


--EVF5PPMfhYS0aIcm
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=kernel-config


machine		i386
cpu		I586_CPU
cpu		I686_CPU
ident		Dell-I5Ke

makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
options		KDB
options		DDB
options		INVARIANTS
options		INVARIANT_SUPPORT
options		WITNESS
options		WITNESS_KDB
#options		WITNESS_SKIPSPIN

#options 	SCHED_ULE		# ULE scheduler
options 	SCHED_4BSD		# 4BSD scheduler
#options 	PREEMPTION		# Enable kernel thread preemption
options 	INET			# InterNETworking
#options 	INET6			# IPv6 communications protocols
options 	FFS			# Berkeley Fast Filesystem
options 	SOFTUPDATES		# Enable FFS soft updates support
options 	UFS_ACL			# Support for access control lists
options 	UFS_DIRHASH		# Improve performance on big directories
options 	MD_ROOT			# MD is a potential root device
options 	NFSCLIENT		# Network Filesystem Client
options 	NFSSERVER		# Network Filesystem Server
options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
options 	MSDOSFS			# MSDOS Filesystem
options 	CD9660			# ISO 9660 Filesystem
options 	PROCFS			# Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		# Pseudo-filesystem framework
options 	GEOM_GPT		# GUID Partition Tables.
options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
options 	KTRACE			# ktrace(1) support
options 	SYSVSHM			# SYSV-style shared memory
options 	SYSVMSG			# SYSV-style message queues
options 	SYSVSEM			# SYSV-style semaphores
options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~128k to driver.
options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~215k to driver.
options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.

device		apic			# I/O APIC

# Bus support.
device		eisa
device		pci

# Floppy drives
device		fdc

# ATA and ATAPI devices
device		ata
device		atadisk		# ATA disk drives
#device		ataraid		# ATA RAID 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 for SCSI)
device		ch		# SCSI media changers
device		da		# Direct Access (disks)
device		sa		# Sequential Access (tape etc)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI access)
device		ses		# SCSI Environmental Services (and SAF-TE)

device		atapicam

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc		# AT keyboard controller
device		atkbd		# AT keyboard
device		psm		# PS/2 mouse

device		vga		# VGA video card driver

device		splash		# Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device		sc

# Enable this for the pcvt (VT220 compatible) console driver
#device		vt
#options 	XSERVER		# support for X server on a vt console
options 	FAT_CURSOR	# start with block cursor

device		agp		# support several AGP chipsets

# Power management support (see NOTES for more options)
#device		apm
# Add suspend/resume support for the i8254.
device		pmtimer

# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
device		cbb		# cardbus (yenta) bridge
device		pccard		# PC Card (16-bit) bus
device		cardbus		# CardBus (32-bit) bus

# Serial (COM) ports
device		sio		# 8250, 16[45]50 based serial ports

# Parallel port
device		ppc
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

# If you've got a "dumb" serial or parallel PCI card that is
# supported by the puc(4) glue driver, uncomment the following
# line to enable it (connects to the sio and/or ppc drivers):
#device		puc

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device		miibus		# MII bus support
device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)

# ISA Ethernet NICs.  pccard NICs included.
# 'device ed' requires 'device miibus'
device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards

# Pseudo devices.
device		loop		# Network loopback
device		random		# Entropy device
device		ether		# Ethernet support
#device		sl		# Kernel SLIP
#device		ppp		# Kernel PPP
device		tun		# Packet tunnel.
device		pty		# Pseudo-ttys (telnet etc)
device		md		# Memory "disks"
#device		gif		# IPv6 and IPv4 tunneling
#device		faith		# IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device		bpf		# Berkeley packet filter

# USB support
#device		uhci		# UHCI PCI->USB interface
#device		ohci		# OHCI PCI->USB interface
#device		ehci		# EHCI PCI->USB interface (USB 2.0)
#device		usb		# USB Bus (required)
#device		udbp		# USB Double Bulk Pipe devices
#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		ural		# Ralink Technology RT2500USB wireless NICs
#device		urio		# Diamond Rio 500 MP3 player
#device		uscanner	# Scanners

# FireWire support
#device		firewire	# FireWire bus code
#device		sbp		# SCSI over FireWire (Requires scbus and da)
#device		fwe		# Ethernet over FireWire (non-standard!)

#device		smbus
#device		smb
#device		intpm

#device		drm

options		IPFILTER
options		IPFILTER_LOG
options		IPFILTER_DEFAULT_BLOCK

options		TCP_DROP_SYNFIN

options		COMPAT_LINUX
options		LINPROCFS

options		POWERFAIL_NMI

options		MAXCONS=8
options		VGA_WIDTH90
options		SC_ALT_MOUSE_IMAGE
options		SC_HISTORY_SIZE=1000
options		SC_TWOBUTTON_MOUSE
options		SC_PIXEL_MODE
options		SC_KERNEL_CONS_ATTR=(FG_YELLOW|BG_RED)
options		SC_KERNEL_CONS_REV_ATTR=(FG_GREEN|BG_BLACK)
options		SC_NORM_ATTR=(FG_LIGHTGREY|BG_BLACK)
options		SC_NORM_REV_ATTR=(FG_CYAN|BG_BLACK)


--EVF5PPMfhYS0aIcm
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=dmesg

Copyright (c) 1992-2006 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 6.1-PRERELEASE #5: Mon Apr  3 23:39:40 EDT 2006
    root@moo.holy.cow:/work/obj/misc/src-6/sys/Dell-I5Ke
WARNING: WITNESS option enabled, expect reduced performance.
Preloaded elf kernel "/boot/kernel/kernel" at 0xc08a2000.
Preloaded elf module "/boot/kernel/vesa.ko" at 0xc08a2160.
Preloaded elf module "/boot/kernel/snd_maestro.ko" at 0xc08a220c.
Preloaded elf module "/boot/kernel/sound.ko" at 0xc08a22bc.
Preloaded elf module "/boot/kernel/speaker.ko" at 0xc08a2368.
Calibrating clock(s) ... i8254 clock: 1193167 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 696974177 Hz
CPU: Intel Pentium III (696.97-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x686  Stepping = 6
  Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
real memory  = 402587648 (383 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000c25000 - 0x00000000178f7fff, 382545920 bytes (93395 pages)
avail memory = 384454656 (366 MB)
bios32: Found BIOS32 Service Directory header at 0xc00f7210
bios32: Entry = 0xfd890 (c00fd890)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xfd890+0x11e
pnpbios: Found PnP BIOS data at 0xc00f7240
pnpbios: Entry = f0000:a600  Rev = 1.0
pnpbios: Event flag at 4b4
Other BIOS signatures found:
random: <entropy source, Software, Yarrow>
nfslock: pseudo-device
mem: <memory>
Pentium Pro MTRR support enabled
io: <I/O>
null: <null device, zero device>
VESA: information block
56 45 53 41 00 02 00 01 00 01 01 00 00 00 22 00 
00 01 80 00 00 01 0e 01 00 01 24 01 00 01 29 01 
00 01 82 01 0d 01 0e 01 0f 01 20 01 92 01 93 01 
94 01 95 01 96 01 a2 01 a3 01 a4 01 a5 01 a6 01 
VESA: 60 mode(s) found
VESA: v2.0, 8192k memory, flags:0x1, mode table:0xc0867822 (1000022)
VESA: ATI MOBILE M3
VESA: ATI Technologies Inc. M3   01.00
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
cpu0 on motherboard
pci_open(1):	mode 1 addr port (0x0cf8) is 0x80003904
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=71908086)
pcibios: BIOS version 2.10
Found $PIR table, 7 entries at 0xc00fdf50
PCI-Only Interrupts: none
Location  Bus Device Pin  Link  IRQs
embedded    0    7    D   0x63  5
embedded    0    4    A   0x60  11
embedded    0    4    B   0x61  11
embedded    0    8    A   0x63  5
embedded    0   16    A   0x63  5
embedded    0   16    B   0x61  11
embedded    0   13    A   0x61  11
embedded    0   13    B   0x63  5
embedded    0    1    A   0x60  11
embedded    1    0    A   0x60  11
pcib0: <Intel 82443BX (440 BX) host to PCI bridge> pcibus 0 on motherboard
pir0: <PCI Interrupt Routing Table: 7 Entries> on motherboard
$PIR: Links after initial probe:
Link  IRQ  Rtd  Ref  IRQs
0x63  255   N     4  5
0x60  255   N     3  11
0x61  255   N     3  11
$PIR: Found matching pin for 0.7.INTD at func 2: 5
$PIR: Found matching pin for 0.4.INTA at func 0: 255
$PIR: Found matching pin for 0.4.INTA at func 1: 255
$PIR: Found matching pin for 0.8.INTA at func 0: 5
$PIR: Found matching pin for 0.16.INTA at func 0: 5
$PIR: Found matching pin for 1.0.INTA at func 0: 11
$PIR: Links after initial IRQ discovery:
Link  IRQ  Rtd  Ref  IRQs
0x63    5   N     4  5
0x60   11   N     3  11
0x61   11   N     3  11
$PIR: IRQs used by BIOS: 5 11
$PIR: Interrupt Weights:
[    0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15 ]
[    0   0   0   0   0   4   0   0   0   0   0   6   0   0   0   0 ]
pci0: <PCI bus> on pcib0
pci0: physical bus=0
found->	vendor=0x8086, dev=0x7190, revid=0x03
	bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x2210, cachelnsz=0 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[10]: type 3, range 32, base e0000000, size 26, enabled
found->	vendor=0x8086, dev=0x7191, revid=0x03
	bus=0, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x001f, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x80 (3840 ns), mingnt=0x8c (35000 ns), maxlat=0x00 (0 ns)
found->	vendor=0x104c, dev=0xac1c, revid=0x01
	bus=0, slot=4, func=0
	class=06-07-00, hdrtype=0x02, mfdev=1
	cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0xc0 (48000 ns), maxlat=0x03 (750 ns)
	intpin=a, irq=255
	powerspec 1  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 00000000, size 12, enabled
found->	vendor=0x104c, dev=0xac1c, revid=0x01
	bus=0, slot=4, func=1
	class=06-07-00, hdrtype=0x02, mfdev=1
	cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0xc0 (48000 ns), maxlat=0x03 (750 ns)
	intpin=a, irq=255
	powerspec 1  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 00000000, size 12, enabled
found->	vendor=0x8086, dev=0x7110, revid=0x02
	bus=0, slot=7, func=0
	class=06-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x000f, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x7111, revid=0x01
	bus=0, slot=7, func=1
	class=01-01-80, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[20]: type 4, range 32, base 00001050, size  4, enabled
found->	vendor=0x8086, dev=0x7112, revid=0x01
	bus=0, slot=7, func=2
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=5
	map[20]: type 4, range 32, base 00001060, size  5, enabled
$PIR: 0:7 INTD routed to irq 5
found->	vendor=0x8086, dev=0x7113, revid=0x03
	bus=0, slot=7, func=3
	class=06-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[90]: type 4, range 32, base 00001040, size  4, enabled
found->	vendor=0x125d, dev=0x1978, revid=0x10
	bus=0, slot=8, func=0
	class=04-01-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0001, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x02 (500 ns), maxlat=0x18 (6000 ns)
	intpin=a, irq=5
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 4, range 32, base 00001400, size  8, enabled
$PIR: 0:8 INTA routed to irq 5
found->	vendor=0x11c1, dev=0x0448, revid=0x01
	bus=0, slot=16, func=0
	class=07-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0003, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0xfc (63000 ns), maxlat=0x0e (3500 ns)
	intpin=a, irq=5
	powerspec 2  supports D0 D2 D3  current D0
	map[10]: type 1, range 32, base f4000000, size  8, enabled
	map[14]: type 4, range 32, base 00001080, size  3, enabled
	map[18]: type 4, range 32, base 00001800, size  8, enabled
$PIR: 0:16 INTA routed to irq 5
agp0: <Intel 82443BX (440 BX) host to PCI bridge> mem 0xe0000000-0xe3ffffff at device 0.0 on pci0
agp0: Reserved 0x4000000 bytes for rid 0x10 type 3 at 0xe0000000
agp0: allocating GATT for aperture of size 64M
pcib1: <PCIBIOS PCI-PCI bridge> at device 1.0 on pci0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0x2000-0x2fff
pcib1:   memory decode     0xf4100000-0xf41fffff
pcib1:   prefetched decode 0xf8000000-0xfbffffff
pci1: <PCI bus> on pcib1
pci1: physical bus=1
found->	vendor=0x1002, dev=0x4c46, revid=0x02
	bus=1, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0287, statreg=0x02b0, cachelnsz=8 (dwords)
	lattimer=0x42 (1980 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 3, range 32, base f8000000, size 26, enabled
pcib1: (null) requested memory range 0xf8000000-0xfbffffff: good
	map[14]: type 4, range 32, base 00002000, size  8, enabled
pcib1: (null) requested I/O range 0x2000-0x20ff: in range
	map[18]: type 1, range 32, base f4100000, size 14, enabled
pcib1: (null) requested memory range 0xf4100000-0xf4103fff: good
$PIR: 1:0 INTA routed to irq 11
pci1: <display, VGA> at device 0.0 (no driver attached)
cbb0: <TI1225 PCI-CardBus Bridge> at device 4.0 on pci0
cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0x80000000
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
$PIR: 0:4 INTA routed to irq 11
cbb0: [MPSAFE]
cbb0: PCI Configuration space:
  0x00: 0xac1c104c 0x02100007 0x06070001 0x00822000 
  0x10: 0x80000000 0x020000a0 0x20030200 0xfffff000 
  0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 
  0x30: 0x00000000 0xfffffffc 0x00000000 0x0740010b 
  0x40: 0x00cc1028 0x00000001 0x00000000 0x00000000 
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x80: 0x20449060 0x00000000 0x00000000 0x01021c72 
  0x90: 0x606682c0 0x00000000 0x00000000 0x00000000 
  0xa0: 0x7e210001 0x00800000 0x00000000 0x0000001f 
  0xb0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 
cbb1: <TI1225 PCI-CardBus Bridge> at device 4.1 on pci0
cbb1: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0x80001000
cardbus1: <CardBus bus> on cbb1
pccard1: <16-bit PCCard bus> on cbb1
$PIR: 0:4 INTA routed to irq 11
cbb1: [MPSAFE]
cbb1: PCI Configuration space:
  0x00: 0xac1c104c 0x02100007 0x06070001 0x00822000 
  0x10: 0x80001000 0x020000a0 0x20050400 0xfffff000 
  0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 
  0x30: 0x00000000 0xfffffffc 0x00000000 0x0740010b 
  0x40: 0x00cc1028 0x00000001 0x00000000 0x00000000 
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x80: 0x2044b060 0x00000000 0x00000000 0x01021c72 
  0x90: 0x606682c0 0x00000000 0x00000000 0x00000000 
  0xa0: 0x7e210001 0x00800000 0x00000001 0x0000001f 
  0xb0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 
PCI-ISA bridge with incorrect subclass 0x80
PCI-ISA bridge with incorrect subclass 0x80
isab0: <PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 UDMA33 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1050-0x105f at device 7.1 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x1050
ata0: <ATA channel 0> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0
atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6
ata0: reset tp1 mask=03 ostat0=50 ostat1=00
ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata0: stat1=0x00 err=0x01 lsb=0x00 msb=0x00
ata0: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER>
ata0: [MPSAFE]
ata1: <ATA channel 1> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170
atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376
ata1: reset tp1 mask=03 ostat0=50 ostat1=00
ata1: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb
ata1: stat1=0x00 err=0x00 lsb=0x14 msb=0xeb
ata1: reset tp2 stat0=00 stat1=00 devices=0x4<ATAPI_MASTER>
ata1: [MPSAFE]
pci0: <serial bus, USB> at device 7.2 (no driver attached)
pci0: <bridge> at device 7.3 (no driver attached)
pcm0: <ESS Technology Maestro-2E> port 0x1400-0x14ff irq 5 at device 8.0 on pci0
setmap (fff3000, c000), nseg=1, error=0
pcm0: Maestro status/record buffer: 0xfff3000
pcm0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x1400
pcm0: [MPSAFE]
pcm0: <SigmaTel STAC9721/23 AC97 Codec (id = 0x83847609)>
pcm0: Codec features 18 bit DAC, 18 bit ADC, 5 bit master volume, SigmaTel 3D Enhancement
pcm0: Primary codec extended features AMAP
pcm0: ac97 codec dac ready count: 0
pci0:8:0: Transition from D0 to D2
setmap (ffef000, 4000), nseg=1, error=0
setmap (ffeb000, 4000), nseg=1, error=0
setmap (ffe7000, 4000), nseg=1, error=0
setmap (ffe3000, 4000), nseg=1, error=0
Total of 1 bases are assigned.
ch.0: phys 0xffef000, wpwa 0x6000
ch.1: phys 0xffeb000, wpwa 0x4000
ch.2: phys 0xffe7000, wpwa 0x2000
ch.3: phys 0xffe3000, wpwa 0x0
pci0: <simple comms> at device 16.0 (no driver attached)
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
pnp_identify: Trying Read_Port at 203
pnp_identify: Trying Read_Port at 243
pnp_identify: Trying Read_Port at 283
pnp_identify: Trying Read_Port at 2c3
pnp_identify: Trying Read_Port at 303
pnp_identify: Trying Read_Port at 343
pnp_identify: Trying Read_Port at 383
pnp_identify: Trying Read_Port at 3c3
PNP Identify complete
pnpbios: 15 devices, largest 170 bytes
PNP0c02: adding io range 0x80-0x80, size=0x1, align=0x1
PNP0c02: adding fixed memory32 range 0xfff80000-0xffffffff, size=0x80000
pnpbios: handle 0 device ID PNP0c02 (020cd041)
PNP0c01: adding fixed memory32 range 0-0x9ffff, size=0xa0000
PNP0c01: adding fixed memory32 range 0xe4000-0xfffff, size=0x1c000
PNP0c01: adding fixed memory32 range 0x100000-0x17ffffff, size=0x17f00000
pnpbios: handle 1 device ID PNP0c01 (010cd041)
PNP0200: adding io range 0-0xf, size=0x10, align=0x1
PNP0200: adding io range 0x81-0x8f, size=0xf, align=0x1
PNP0200: adding io range 0xc0-0xdf, size=0x20, align=0x1
PNP0200: adding dma mask 0x10
pnpbios: handle 2 device ID PNP0200 (0002d041)
PNP0100: adding io range 0x40-0x43, size=0x4, align=0x1
PNP0100: adding irq mask 0x1
pnpbios: handle 4 device ID PNP0100 (0001d041)
PNP0b00: adding io range 0x70-0x71, size=0x2, align=0x1
PNP0b00: adding irq mask 0x100
pnpbios: handle 5 device ID PNP0b00 (000bd041)
PNP0303: adding io range 0x60-0x60, size=0x1, align=0x1
PNP0303: adding io range 0x64-0x64, size=0x1, align=0x1
PNP0303: adding irq mask 0x2
pnpbios: handle 6 device ID PNP0303 (0303d041)
PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0x1
PNP0c04: adding irq mask 0x2000
pnpbios: handle 7 device ID PNP0c04 (040cd041)
PNP0800: adding io range 0x61-0x61, size=0x1, align=0x1
pnpbios: handle 8 device ID PNP0800 (0008d041)
PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0x1
pnpbios: handle 9 device ID PNP0a03 (030ad041)
PNP0c02: adding io range 0x4d0-0x4d1, size=0x2, align=0x1
PNP0c02: adding io range 0x1000-0x103f, size=0x40, align=0x1
PNP0c02: adding io range 0x1040-0x104f, size=0x10, align=0x1
PNP0c02: adding io range 0x10-0x18, size=0x9, align=0x1
PNP0c02: adding io range 0x1f-0x1f, size=0x1, align=0x1
PNP0c02: adding io range 0x24-0x25, size=0x2, align=0x1
PNP0c02: adding io range 0x28-0x29, size=0x2, align=0x1
PNP0c02: adding io range 0x2c-0x2d, size=0x2, align=0x1
PNP0c02: adding io range 0x30-0x31, size=0x2, align=0x1
PNP0c02: adding io range 0x34-0x35, size=0x2, align=0x1
PNP0c02: adding io range 0x38-0x39, size=0x2, align=0x1
PNP0c02: adding io range 0x3c-0x3d, size=0x2, align=0x1
PNP0c02: adding io range 0x50-0x52, size=0x3, align=0x1
PNP0c02: adding io range 0x72-0x77, size=0x6, align=0x1
PNP0c02: adding io range 0x90-0x9f, size=0x10, align=0x1
PNP0c02: adding io range 0xa4-0xa5, size=0x2, align=0x1
PNP0c02: adding io range 0xa8-0xa9, size=0x2, align=0x1
PNP0c02: adding io range 0xac-0xad, size=0x2, align=0x1
PNP0c02: adding io range 0xb0-0xbd, size=0xe, align=0x1
pnpbios: handle 10 device ID PNP0c02 (020cd041)
pnpbios: handle 12 device ID PNP0c02 (020cd041)
PNP0c02: adding fixed memory32 range 0xcf000-0xcffff, size=0x1000
pnpbios: handle 13 device ID PNP0c02 (020cd041)
pnpbios: handle 17 device ID PNP0f13 (130fd041)
PNP0700: adding io range 0x3f0-0x3f5, size=0x6, align=0x1
PNP0700: adding io range 0x3f7-0x3f7, size=0x1, align=0x1
PNP0700: adding irq mask 0x40
PNP0700: adding dma mask 0x4
pnpbios: handle 20 device ID PNP0700 (0007d041)
sc: sc0 already exists; skipping it
vga: vga0 already exists; skipping it
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
pmtimer0 on isa0
orm0: <ISA Option ROM> at iomem 0xc0000-0xcefff on isa0
adv0: not probed (disabled)
aha0: not probed (disabled)
aic0: not probed (disabled)
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0047
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
atkbd0: [GIANT-LOCKED]
psm0: current command byte:0047
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons
psm0: config:00000000, flags:00000008, packet size:3
psm0: syncmask:c0, syncbits:00
bt0: not probed (disabled)
cs0: not probed (disabled)
ed0: not probed (disabled)
fdc0: ic_type 90 part_id 80
fdc0: <Enhanced floppy controller> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: ic_type 90 part_id 80
fdc0: [MPSAFE]
fdc0: [FAST]
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
fe0: not probed (disabled)
ie0: not probed (disabled)
lnc0: not probed (disabled)
ppc0: parallel port not found.
ppc0: <Parallel port> failed to probe at irq 7 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <8 virtual consoles, flags=0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: irq maps: 0x1 0x1 0x1 0x1
sio0: probe failed test(s): 0 1 2 4 6 7 9
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: irq maps: 0x1 0x1 0x1 0x1
sio1: probe failed test(s): 0 1 2 4 6 7 9
sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
sio2: not probed (disabled)
sio3: not probed (disabled)
sn0: not probed (disabled)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
unknown: <PNP0c02> can't assign resources (memory)
unknown: <PNP0c02> on isa0
unknown: <PNP0303> can't assign resources (port)
unknown: <PNP0303> at port 0x60 on isa0
speaker0: <PC speaker> at port 0x61 on isa0
unknown: <PNP0c02> can't assign resources (port)
unknown: <PNP0c02> at port 0x4d0-0x4d1,0x1000-0x103f,0x1040-0x104f on isa0
psmcpnp0: irq resource info is missing; assuming irq 12
psmcpnp0: <PS/2 mouse port> at irq 12 on isa0
unknown: <PNP0700> can't assign resources (port)
unknown: <PNP0700> at port 0x3f0-0x3f5 on isa0
Device configuration finished.
procfs registered
linprocfs registered
Timecounter "TSC" frequency 696974177 Hz quality 800
Timecounters tick every 1.000 msec
Linux ELF exec handler installed
IP Filter: v4.1.8 initialized.  Default = block all, Logging = enabled
lo0: bpf attached
pccard1: CIS version PCCARD 2.0 or 2.1
pccard1: CIS info: Linksys, EtherFast 10&100 + 56K PC Card (PCMLM56)
pccard1: Manufacturer code 0x143, product 0xc0ab
pccard1: function 0: multi-function, ccr addr ffe0 mask 67
pccard1: function 0, config table entry 3: I/O card; irq mask 9e38; iomask a, iospace 2f8-2ff 300-31f; rdybsy_active io8 io16 irqshare irqpulse irqlevel powerdown audio
pccard1: function 0, config table entry 5: I/O card; irq mask 9e38; iomask a, iospace 3e8-3ef 300-31f; rdybsy_active io8 io16 irqshare irqpulse irqlevel powerdown audio
pccard1: function 0, config table entry 7: I/O card; irq mask 9e38; iomask a, iospace 2e8-2ef 300-31f; rdybsy_active io8 io16 irqshare irqpulse irqlevel powerdown audio
pccard1: function 0, config table entry 9: I/O card; irq mask 9e38; iomask a, iospace 2f8-2ff 320-33f; rdybsy_active io8 io16 irqshare irqpulse irqlevel powerdown audio
pccard1: function 0, config table entry 11: I/O card; irq mask 9e38; iomask a, iospace 3e8-3ef 320-33f; rdybsy_active io8 io16 irqshare irqpulse irqlevel powerdown audio
pccard1: function 0, config table entry 13: I/O card; irq mask 9e38; iomask a, iospace 2e8-2ef 320-33f; rdybsy_active io8 io16 irqshare irqpulse irqlevel powerdown audio
pccard1: function 0, config table entry 15: I/O card; irq mask 9e38; iomask a, iospace 2f8-2ff 340-35f; rdybsy_active io8 io16 irqshare irqpulse irqlevel powerdown audio
pccard1: function 0, config table entry 17: I/O card; irq mask 9e38; iomask a, iospace 3e8-3ef 340-35f; rdybsy_active io8 io16 irqshare irqpulse irqlevel powerdown audio
pccard1: function 0, config table entry 19: I/O card; irq mask 9e38; iomask a, iospace 2e8-2ef 340-35f; rdybsy_active io8 io16 irqshare irqpulse irqlevel powerdown audio
pccard1: function 0, config table entry 21: I/O card; irq mask 9e38; iomask a, iospace 2f8-2ff 220-23f; rdybsy_active io8 io16 irqshare irqpulse irqlevel powerdown audio
pccard1: function 0, config table entry 23: I/O card; irq mask 9e38; iomask a, iospace 3e8-3ef 220-23f; rdybsy_active io8 io16 irqshare irqpulse irqlevel powerdown audio
pccard1: function 0, config table entry 25: I/O card; irq mask 9e38; iomask a, iospace 2e8-2ef 220-23f; rdybsy_active io8 io16 irqshare irqpulse irqlevel powerdown audio
pccard1: function 0, config table entry 27: I/O card; irq mask 9e38; iomask a, iospace 2f8-2ff 240-24f; rdybsy_active io8 io16 irqshare irqpulse irqlevel powerdown audio
ed1: <Linksys EtherFast 10&100 + 56K PC Card (PCMLM56)> at port 0x2f8-0x2ff,0x300-0x31f irq 11 function 0 config 3 on pccard1
ed1: Trying DL100xx probing
ed1: CIR is 5
ed1: [MPSAFE]
ed1: bpf attached
ed1: Ethernet address: 00:e0:98:8f:09:60
ed1: type DL10022 (16 bit) 
miibus0: <MII bus> on ed1
acphy0: <AC101 10/100 media interface> on miibus0
acphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
ed1: Need to write this code: modem rid is 0
ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire
atapicam: atapicam0 already exists; skipping it
ad0: setting PIO4 on PIIX4 chip
ad0: setting UDMA33 on PIIX4 chip
ad0: 57231MB <FUJITSU MHT2060AH 006C> at ata0-master UDMA33
ad0: 117210240 sectors [124032C/15H/63S] 16 sectors/interrupt 1 depth queue
ata1-master: pio=PIO4 wdma=WDMA2 udma=UNSUPPORTED cable=40 wire
acd0: setting PIO4 on PIIX4 chip
acd0: <SONY CD-RW CRX700E/1.4h> CDRW drive at ata1 as master
acd0: read 4134KB/s (4134KB/s) write 1377KB/s (1377KB/s), 8192KB buffer, PIO4
acd0: Reads: CDR, CDRW, CDDA stream, packet
acd0: Writes: CDR, CDRW, test write
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
GEOM: new disk ad0
Trying to mount root from ufs:/dev/ad0s2a
start_init: trying /sbin/init
pass0 at ata1 bus 0 target 0 lun 0
pass0: <SONY CD-RW  CRX700E 1.4h> Removable CD-ROM SCSI-0 device 
pass0: Serial Number [
pass0: 16.000MB/s transfers
GEOM: new disk cd0
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error
cd0 at ata1 bus 0 target 0 lun 0
cd0: <SONY CD-RW  CRX700E 1.4h> Removable CD-ROM SCSI-0 device 
cd0: Serial Number [
cd0: 16.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error

--EVF5PPMfhYS0aIcm
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=XF86Config

# File generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **********************************************************************

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
#    Load       "glx"
# This loads the DRI module
#    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath	"/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client. 

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings. 

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"Keyboard"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option	"Xleds"      "1 2 3"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"

# These are the default XKB settings for XFree86
#    Option "XkbRules"    "xfree86"
#    Option "XkbModel"    "pc101"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc104"
    Option "XkbLayout"	"us"
    Option "XkbOptions"	"ctrl:nocaps,caps:shift"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/sysmouse"

# Mouse-speed setting for PS/2 mouse.

#    Option "Resolution"	"256"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"	"Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"	"9600"
#    Option "SampleRate"	"150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

    Option "Emulate3Buttons"
    Option "Emulate3Timeout"    "100"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections 
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice" 
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "Hitachi"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   20-200

#    HorizSync	30-64         # multisync
#    HorizSync	31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync	15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 40-150

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset	"generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver     "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"

#    VideoRam	256

#    Clocks	25.2 28.3

EndSection

# Device configured by xf86config:

Section "Device"
    Identifier  "** ATI Rage 128 based (generic)       [r128]"
    Driver      "r128"
    #VideoRam    8192
    # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "** ATI Rage 128 based (generic)       [r128]"
    Monitor     "Hitachi"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
#    Mode 0666
# EndSection


--EVF5PPMfhYS0aIcm
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="XFree86.0.log"


XFree86 Version 4.5.0
Release Date: 16 March 2005
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 6.1 i386 [ELF] 
Current Operating System: FreeBSD moo.holy.cow 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #5: Mon Apr  3 23:39:40 EDT 2006     root@moo.holy.cow:/work/obj/misc/src-6/sys/Dell-I5Ke i386
Build Date: 3 April 2006
Changelog Date: 17 March 2005
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
Command line: X :0 -nolisten tcp
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (EE) error, (WW) warning,
	(II) informational, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Fri Apr  7 21:17:36 2006
(==) Using config file: "/etc/X11/XF86Config".
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.3
	XFree86 Video Driver: 0.8
	XFree86 XInput driver : 0.5
	XFree86 Server Extension : 0.3
	XFree86 Font Renderer : 0.5
(II) Loader running on freebsd
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(**) Option "XkbOptions" "ctrl:nocaps,caps:shift"
(**) XKB: options: "ctrl:nocaps,caps:shift"
(==) Keyboard: CustomKeycode disabled.
(==) ServerLayout "Simple Layout"
(==) |-->Screen "Screen 1" (0) (0, 0)
(**) |  |-->Device "** ATI Rage 128 based (generic)       [r128]"
(**) |  |-->Monitor "Hitachi" (0)
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(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/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/misc/local/lib/modules"
(II) Checking for unused ServerFlags options:
(II) LoadModule: "pcidata"
(II) Loading /misc/local/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.8
(II) LoadModule: "bitmap"
(II) Loading /misc/local/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.5
(II) Loading font Bitmap
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 1

(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,7190 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 104c,ac1c card fffc,ffff rev 01 class 06,07,00 hdr 82
(II) PCI: 00:04:1: chip 104c,ac1c card fffc,ffff rev 01 class 06,07,00 hdr 82
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,80,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 03 class 06,80,00 hdr 00
(II) PCI: 00:08:0: chip 125d,1978 card 1028,00cc rev 10 class 04,01,00 hdr 00
(II) PCI: 00:10:0: chip 11c1,0448 card 1668,2000 rev 01 class 07,80,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4c46 card 1028,00cc rev 02 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x008c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[1] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[2] -1	0	0x00002800 - 0x000028ff (0x100) IX[B]
	[3] -1	0	0x00002c00 - 0x00002cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xf4100000 - 0xf41fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (0:4:0), (0,2,3), BCTRL: 0x0740 (VGA_EN is cleared)
(II) PCI-to-CardBus bridge:
(II) Bus 4: bridge is at (0:4:1), (0,4,5), BCTRL: 0x0740 (VGA_EN is cleared)
(--) PCI:*(1:0:0) ATI Technologies Inc Rage Mobility M3 AGP 2x rev 2, Mem @ 0xf8000000/26, 0xf4100000/14, I/O @ 0x2000/8
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xffffffff to 0xdfffffff
(II) PCI Memory resource overlap reduced 0xf4000000 from 0xf7ffffff to 0xf40fffff
(II) Active PCI resource ranges:
	[0] -1	0	0xf4000000 - 0xf40fffff (0x100000) MX[B]E
	[1] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]EO
	[2] -1	0	0xf4100000 - 0xf4103fff (0x4000) MX[B](B)
	[3] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[4] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]E
	[5] -1	0	0x00001080 - 0x000010ff (0x80) IX[B]E
	[6] -1	0	0x00001400 - 0x000014ff (0x100) IX[B]E
	[7] -1	0	0x00001060 - 0x0000107f (0x20) IX[B]E
	[8] -1	0	0x00001050 - 0x0000105f (0x10) IX[B]E
	[9] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf4000000 - 0xf40fffff (0x100000) MX[B]E
	[1] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]EO
	[2] -1	0	0xf4100000 - 0xf4103fff (0x4000) MX[B](B)
	[3] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[4] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]E
	[5] -1	0	0x00001080 - 0x000010ff (0x80) IX[B]E
	[6] -1	0	0x00001400 - 0x000014ff (0x100) IX[B]E
	[7] -1	0	0x00001060 - 0x0000107f (0x20) IX[B]E
	[8] -1	0	0x00001050 - 0x0000105f (0x10) IX[B]E
	[9] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf4000000 - 0xf40fffff (0x100000) MX[B]E
	[6] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]EO
	[7] -1	0	0xf4100000 - 0xf4103fff (0x4000) MX[B](B)
	[8] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[9] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[10] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[11] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]E
	[12] -1	0	0x00001080 - 0x000010ff (0x80) IX[B]E
	[13] -1	0	0x00001400 - 0x000014ff (0x100) IX[B]E
	[14] -1	0	0x00001060 - 0x0000107f (0x20) IX[B]E
	[15] -1	0	0x00001050 - 0x0000105f (0x10) IX[B]E
	[16] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /misc/local/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /misc/local/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.3
(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) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /misc/local/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 1.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.5
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "speedo"
(II) Loading /misc/local/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.5
(II) Loading font Speedo
(II) LoadModule: "freetype"
(II) Loading /misc/local/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project & the After X-TT Project"
	compiled for 4.5.0, module version = 2.1.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "r128"
(II) Loading /misc/local/lib/modules/drivers/r128_drv.o
(II) Module r128: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 4.0.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.8
(II) LoadModule: "ati"
(II) Loading /misc/local/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 6.5.12
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.8
(II) LoadModule: "mouse"
(II) Loading /misc/local/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.5
(II) ATI: ATI driver (version 6.5.12) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
	ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
	ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
	ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
	ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
	ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
	ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
	ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
	ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
	ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
	ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
	ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
	ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
	ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
	ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
	ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
	ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
	ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
	ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
	ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
	ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
	ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
	ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
	ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
	ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330/340/350 (A4) 4137,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
	ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP),
	ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon 9200PRO 5960 (AGP), ATI Radeon 9200 5961 (AGP),
	ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
	ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
	ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
	ATI FireGL RV360 AV (AGP), ATI Radeon Mobility 9600 (M10) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2 (M11) NV (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),
	ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
	ATI Radeon 9800XT NJ (AGP)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset ATI Rage 128 Mobility M3 LF (AGP) found
(II) Loading sub module "r128"
(II) LoadModule: "r128"
(II) Reloading /misc/local/lib/modules/drivers/r128_drv.o
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf4000000 - 0xf40fffff (0x100000) MX[B]E
	[6] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]EO
	[7] -1	0	0xf4100000 - 0xf4103fff (0x4000) MX[B](B)
	[8] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[9] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[10] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[11] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]E
	[12] -1	0	0x00001080 - 0x000010ff (0x80) IX[B]E
	[13] -1	0	0x00001400 - 0x000014ff (0x100) IX[B]E
	[14] -1	0	0x00001060 - 0x0000107f (0x20) IX[B]E
	[15] -1	0	0x00001050 - 0x0000105f (0x10) IX[B]E
	[16] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf4000000 - 0xf40fffff (0x100000) MX[B]E
	[6] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]EO
	[7] -1	0	0xf4100000 - 0xf4103fff (0x4000) MX[B](B)
	[8] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[9] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[10] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[11] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[14] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]E
	[15] -1	0	0x00001080 - 0x000010ff (0x80) IX[B]E
	[16] -1	0	0x00001400 - 0x000014ff (0x100) IX[B]E
	[17] -1	0	0x00001060 - 0x0000107f (0x20) IX[B]E
	[18] -1	0	0x00001050 - 0x0000105f (0x10) IX[B]E
	[19] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
	[20] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[21] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /misc/local/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.8
(II) R128(0): PCI bus 1 card 0 func 0
(**) R128(0): Depth 16, (--) framebuffer bpp 16
(II) R128(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)
(==) R128(0): Default visual is TrueColor
(==) R128(0): RGB weight 565
(II) R128(0): Using 6 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /misc/local/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.8
(II) R128(0): initializing int10
(==) R128(0): Write-combining range (0xa0000,0x20000) was already clear
(==) R128(0): Write-combining range (0xc0000,0x40000) was already clear
(II) R128(0): Primary V_BIOS segment is: 0xc000
(==) R128(0): Write-combining range (0x0,0x1000) was already clear
(--) R128(0): Chipset: "ATI Rage 128 Mobility M3 LF (AGP)" (ChipID = 0x4c46)
(--) R128(0): Linear framebuffer at 0xf8000000
(--) R128(0): MMIO registers at 0xf4100000
(==) R128(0): Write-combining range (0xf4100000,0x4000) was already clear
(--) R128(0): VideoRAM: 8192 kByte (128-bit SDR SGRAM 1:1)
(**) R128(0): Using flat panel for display
(II) R128(0): Panel size: 1024x768
(II) R128(0): Panel ID: Hitachi TX38D87VC1CAA   
(II) R128(0): Panel Type: Color, Single, TFT
(II) R128(0): Panel Interface: LVDS
(II) R128(0): PLL parameters: rf=2700 rd=60 min=12500 max=25000; xclk=10500
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /misc/local/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.8
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /misc/local/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.8
(II) R128(0): VESA BIOS detected
(II) R128(0): VESA VBE Version 2.0
(II) R128(0): VESA VBE Total Mem: 8192 kB
(II) R128(0): VESA VBE OEM: ATI MOBILE M3
(II) R128(0): VESA VBE OEM Software Rev: 1.0
(II) R128(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) R128(0): VESA VBE OEM Product: M3  
(II) R128(0): VESA VBE OEM Product Rev: 01.00
(II) R128(0): VESA VBE Capabilities: 0x00000001
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /misc/local/lib/modules/libddc.a
(II) R128(0): VESA VBE DDC supported
(II) R128(0): VESA VBE DDC Level none
(II) R128(0): VESA VBE DDC transfer in appr. 2 sec.
(II) R128(0): VESA VBE DDC read failed
(==) R128(0): Using gamma correction (1.0, 1.0, 1.0)
(II) R128(0): Hitachi: Using hsync range of 20.00-200.00 kHz
(II) R128(0): Hitachi: Using vrefresh range of 40.00-150.00 Hz
(II) R128(0): Clock range:  12.50 to 250.00 MHz
(II) R128(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "720x400" (no mode of this name)
(II) R128(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1152x864" (no mode of this name)
(II) R128(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1280x960" (no mode of this name)
(II) R128(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1280x960" (no mode of this name)
(II) R128(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1280x1024" (no mode of this name)
(II) R128(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1280x1024" (no mode of this name)
(II) R128(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1280x1024" (no mode of this name)
(II) R128(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1600x1200" (no mode of this name)
(II) R128(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1600x1200" (no mode of this name)
(II) R128(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1600x1200" (no mode of this name)
(II) R128(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1600x1200" (no mode of this name)
(II) R128(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1600x1200" (no mode of this name)
(II) R128(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1792x1344" (no mode of this name)
(II) R128(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1856x1392" (no mode of this name)
(II) R128(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1920x1440" (no mode of this name)
(II) R128(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "832x624" (no mode of this name)
(II) R128(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1152x768" (no mode of this name)
(II) R128(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1152x864" (no mode of this name)
(II) R128(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1400x1050" (no mode of this name)
(II) R128(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1400x1050" (no mode of this name)
(II) R128(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1600x1024" (no mode of this name)
(II) R128(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) R128(0): Not using mode "1280x1024" (no mode of this name)
(II) R128(0): Modifying mode according to VBIOS: 1024x768 [pclk 94.5 MHz] for FP to: 1024x768 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 800x600 [pclk 56.3 MHz] for FP to: 800x600 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 640x480 [pclk 36.0 MHz] for FP to: 640x480 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 1024x768 [pclk 78.8 MHz] for FP to: 1024x768 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 1024x768 [pclk 75.0 MHz] for FP to: 1024x768 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 1024x768 [pclk 65.0 MHz] for FP to: 1024x768 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 800x600 [pclk 49.5 MHz] for FP to: 800x600 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 800x600 [pclk 50.0 MHz] for FP to: 800x600 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 800x600 [pclk 40.0 MHz] for FP to: 800x600 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 800x600 [pclk 36.0 MHz] for FP to: 800x600 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 640x480 [pclk 31.5 MHz] for FP to: 640x480 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 640x480 [pclk 31.5 MHz] for FP to: 640x480 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 640x480 [pclk 25.2 MHz] for FP to: 640x480 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 640x400 [pclk 31.5 MHz] for FP to: 640x400 [pclk 65.0 MHz]
(II) R128(0): Modifying mode according to VBIOS: 640x350 [pclk 31.5 MHz] for FP to: 640x350 [pclk 65.0 MHz]
(--) R128(0): Virtual size is 1024x768 (pitch 1024)
(**) R128(0): *Default mode "1024x768": 65.0 MHz (scaled from 94.5 MHz), 68.7 kHz, 85.0 Hz
(II) R128(0): Modeline "1024x768"   65.00  1024 1048 1065 1344  768 770 776 806 +hsync +vsync
(**) R128(0): *Default mode "800x600": 65.0 MHz (scaled from 56.3 MHz), 53.7 kHz, 85.1 Hz
(II) R128(0): Modeline "800x600"   65.00  800 824 841 1120  600 602 608 638 +hsync +vsync
(**) R128(0): *Default mode "640x480": 65.0 MHz (scaled from 36.0 MHz), 43.3 kHz, 85.0 Hz
(II) R128(0): Modeline "640x480"   65.00  640 664 681 960  480 482 488 518 -hsync -vsync
(**) R128(0):  Default mode "1024x768": 65.0 MHz (scaled from 78.8 MHz), 60.1 kHz, 75.1 Hz
(II) R128(0): Modeline "1024x768"   65.00  1024 1048 1065 1344  768 770 776 806 +hsync +vsync
(**) R128(0):  Default mode "1024x768": 65.0 MHz (scaled from 75.0 MHz), 56.5 kHz, 70.1 Hz
(II) R128(0): Modeline "1024x768"   65.00  1024 1048 1065 1344  768 770 776 806 -hsync -vsync
(**) R128(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) R128(0): Modeline "1024x768"   65.00  1024 1048 1065 1344  768 770 776 806 -hsync -vsync
(**) R128(0):  Default mode "800x600": 65.0 MHz (scaled from 49.5 MHz), 46.9 kHz, 75.0 Hz
(II) R128(0): Modeline "800x600"   65.00  800 824 841 1120  600 602 608 638 +hsync +vsync
(**) R128(0):  Default mode "800x600": 65.0 MHz (scaled from 50.0 MHz), 48.1 kHz, 72.2 Hz
(II) R128(0): Modeline "800x600"   65.00  800 824 841 1120  600 602 608 638 +hsync +vsync
(**) R128(0):  Default mode "800x600": 65.0 MHz (scaled from 40.0 MHz), 37.9 kHz, 60.3 Hz
(II) R128(0): Modeline "800x600"   65.00  800 824 841 1120  600 602 608 638 +hsync +vsync
(**) R128(0):  Default mode "800x600": 65.0 MHz (scaled from 36.0 MHz), 35.2 kHz, 56.2 Hz
(II) R128(0): Modeline "800x600"   65.00  800 824 841 1120  600 602 608 638 +hsync +vsync
(**) R128(0):  Default mode "640x480": 65.0 MHz (scaled from 31.5 MHz), 37.5 kHz, 75.0 Hz
(II) R128(0): Modeline "640x480"   65.00  640 664 681 960  480 482 488 518 -hsync -vsync
(**) R128(0):  Default mode "640x480": 65.0 MHz (scaled from 31.5 MHz), 37.9 kHz, 72.8 Hz
(II) R128(0): Modeline "640x480"   65.00  640 664 681 960  480 482 488 518 -hsync -vsync
(**) R128(0):  Default mode "640x480": 65.0 MHz (scaled from 25.2 MHz), 31.5 kHz, 60.0 Hz
(II) R128(0): Modeline "640x480"   65.00  640 664 681 960  480 482 488 518 -hsync -vsync
(**) R128(0):  Default mode "640x400": 65.0 MHz (scaled from 31.5 MHz), 37.9 kHz, 85.1 Hz
(II) R128(0): Modeline "640x400"   65.00  640 664 681 960  400 402 408 438 -hsync +vsync
(**) R128(0):  Default mode "640x350": 65.0 MHz (scaled from 31.5 MHz), 37.9 kHz, 85.1 Hz
(II) R128(0): Modeline "640x350"   65.00  640 664 681 960  350 352 358 388 +hsync -vsync
(==) R128(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /misc/local/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /misc/local/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.8
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /misc/local/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.8
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /misc/local/lib/modules/libshadowfb.a
(II) Module shadowfb: vendor="The XFree86 Project"
	compiled for 4.5.0, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.3
(II) R128(0): Page flipping disabled
(==) R128(0): Write-combining range (0x0,0x1000) was already clear
(!!) R128(0): For information on using the multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xf4100000 - 0xf4103fff (0x4000) MS[B]
	[1] 0	0	0xf8000000 - 0xfbffffff (0x4000000) MS[B]
	[2] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xf4000000 - 0xf40fffff (0x100000) MX[B]E
	[8] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]EO
	[9] -1	0	0xf4100000 - 0xf4103fff (0x4000) MX[B](B)
	[10] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[11] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[12] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[13] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[14] 0	0	0x00002000 - 0x000020ff (0x100) IS[B]
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]E
	[18] -1	0	0x00001080 - 0x000010ff (0x80) IX[B]E
	[19] -1	0	0x00001400 - 0x000014ff (0x100) IX[B]E
	[20] -1	0	0x00001060 - 0x0000107f (0x20) IX[B]E
	[21] -1	0	0x00001050 - 0x0000105f (0x10) IX[B]E
	[22] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
	[23] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[24] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) R128(0): Write-combining range (0xf4100000,0x4000) was already clear
(==) R128(0): Write-combining range (0xf8000000,0x800000)
(==) R128(0): Write-combining range (0xa0000,0x10000) was already clear
(II) R128(0): Memory manager initialized to (0,0) (1024,4096)
(II) R128(0): Reserved area from (0,768) to (1024,770)
(II) R128(0): Largest offscreen area available: 1024 x 3326
(II) R128(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Dashed Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		18 256x256 slots
		6 512x512 slots
(II) R128(0): Acceleration enabled
(==) R128(0): Backing store disabled
(==) R128(0): Silken mouse enabled
(II) R128(0): Using hardware cursor (scanline 1540)
(II) R128(0): Largest offscreen area available: 1024 x 3324
(==) R128(0): DPMS disabled
(II) R128(0): Direct rendering disabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "Auto"
(**) Mouse1: Device: "/dev/sysmouse"
(**) Mouse1: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(**) Option "Emulate3Buttons"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse1: SetupAuto: protocol is SysMouse
(==) R128(0): Write-combining range (0xa0000,0x10000) was already clear

--EVF5PPMfhYS0aIcm--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060408031153.GA14981>