Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2003 00:30:32 +0900
From:      Jaeho Shin <netj@sparcs.kaist.ac.kr>
To:        freebsd-multimedia@freebsd.org
Subject:   TV input on ATi Radeon 9000 with xawtv
Message-ID:  <20030525153032.GA1220@sab.kaist.ac.kr>

next in thread | raw e-mail | index | archive | help
Hi all,

I'm trying to get my video input working for Radeon 9000, so I can play
GameCube on my monitor screen. For me, it's enough to just watch the
video input and doesn't matter whether I can capture it or not. I'm
using XFree86 4.3.0 under FreeBSD 5.1-BETA (made May 11 2003).

I've tried xawtv from the ports collection but never made it start at
all. Searching and reading lots of mailing list (or newsgroup) messages,
it looked like that using xawtv with XFree86 Xvideo extension (or module
maybe?) is the best solution for watching my video input under FreeBSD.


My output of xawtv looks like this:
 $ xawtv -v 2
 This is xawtv-3.88, running on FreeBSD/i386 (5.1-BETA)
 visual: id=3D0x23 class=3D4 (TrueColor), depth=3D24
 visual: id=3D0x24 class=3D4 (TrueColor), depth=3D24
 visual: id=3D0x25 class=3D4 (TrueColor), depth=3D24
 visual: id=3D0x26 class=3D4 (TrueColor), depth=3D24
 visual: id=3D0x27 class=3D4 (TrueColor), depth=3D24
 visual: id=3D0x28 class=3D4 (TrueColor), depth=3D24
 visual: id=3D0x29 class=3D4 (TrueColor), depth=3D24
 visual: id=3D0x2a class=3D4 (TrueColor), depth=3D24
 visual: id=3D0x2b class=3D5 (DirectColor), depth=3D24
 visual: id=3D0x2c class=3D5 (DirectColor), depth=3D24
 visual: id=3D0x2d class=3D5 (DirectColor), depth=3D24
 visual: id=3D0x2e class=3D5 (DirectColor), depth=3D24
 visual: id=3D0x2f class=3D5 (DirectColor), depth=3D24
 visual: id=3D0x30 class=3D5 (DirectColor), depth=3D24
 visual: id=3D0x31 class=3D5 (DirectColor), depth=3D24
 visual: id=3D0x32 class=3D5 (DirectColor), depth=3D24
 x11: color depth: 24 bits, 3 bytes - pixmap: 4 bytes
 x11: color masks: red=3D0x00ff0000 green=3D0x0000ff00 blue=3D0x000000ff
 x11: server byte order: little endian
 x11: client byte order: little endian
 check if the X-Server is local ... **** ok
 x11 socket: me=3D=08, server=3D)=01=03 ?-=08=08@`=08=08=08
 main: dga extention...
 main: xinerama extention...
 main: xvideo extention [video]...
 Xvideo: 1 adaptors available.
 Xvideo: ATI Radeon Video Overlay: input image, ports 69-69
 Xvideo: no usable video port found
 main: xvideo extention [image]...
   image format list for port 69
     0x32595559 (YUY2) packed [ok: 16 bit YUV 4:2:2 (packed, YUYV)]
     0x59565955 (UYVY) packed [ok: 16 bit YUV 4:2:2 (packed, UYVY)]
     0x32315659 (YV12) planar
     0x30323449 (I420) planar [ok: 12 bit YUV 4:2:0 (planar)]
 main: init main window...
 main: install signal handlers...
 main thread [pid=3D1000]
 main: open grabber device...
 x11: remote display (overlay disabled)
 vid-open: trying: bktr...=20
 bktr: open /dev/bktr0: No such file or directory
 vid-open: failed: bktr
 no video grabber device available


According to
http://gatos.sourceforge.net/livid-gatos/2001-October/msg00049.html,
One of the line of my xawtv output,
 Xvideo: ATI Radeon Video Overlay: input image, ports 69-69
must be "input video image" rather than just "input image".
Maybe this means video-in for Radeon 9000 isn't supported yet?
It was disappointing me to see that most of the solutions for viewing
video input under XFree86 were for and only for Linux. :(

However, Isn't there anyone who succeeded in viewing their video input
of ATi Radeon 9000 VIVO card or a similar one?

(Please Cc me when replying since I'm not in the list.)



Here's my XFree86 config and XFree86 log:

$ uname -a
FreeBSD nalgae.Mazic.org 5.1-BETA FreeBSD 5.1-BETA #4: Sun May 11 14:44:51 =
KST 2003     root@nalgae.Mazic.org:/usr/obj/usr/src/sys/NALGAE i386

$ cat /etc/X11/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:
#=20
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#=20
# 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.
#=20
# 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=20
# 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)
#=20
# 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).
#=20

    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=20
# 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.=20

#    Option "AllowNonLocalXvidtune"

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

#    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"

    Option  "AllowMouseOpenFail"
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"	"acpi"
    Option "XkbLayout"	"us"

EndSection


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

Section "InputDevice"

# Identifier and driver

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

# 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"    "50"

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

#    Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections=20
# 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"=20
#    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  "SyncMaster 950NF"

# 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   30-110

#    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 50-160

EndSection

Section "Monitor"
	#DisplaySize	  280   210	# mm
	Identifier   "LG 14Inch"
	VendorName   "LG"
	ModelName    "3aaa"
	HorizSync    31.5 - 31.5
	HorizSync    35.2 - 35.2
	HorizSync    35.5 - 35.5
	VertRefresh  50.0 - 90.0
	Option	    "DPMS"
EndSection

Section "Monitor"
	#DisplaySize	  300   230	# mm
	Identifier   "SyncMaster 155S"
	VendorName   "Samsung"
	ModelName    "SyncMaster"
	HorizSync    30.0 - 60.0
	VertRefresh  75.0
	Option	    "DPMS"
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 Radeon 9000"
    Driver      "radeon"
    BusID	"PCI:1:0:0"
    Option	"AGPMode" "4"
    Screen	0
EndSection

Section "Device"
    Identifier  "ATi Radeon 9000 Secondary"
    Driver      "radeon"
    BusID	"PCI:1:0:0"
    Option	"AGPMode" "4"
    Screen	1
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 Radeon 9000"
    Monitor     "LG 14Inch"
    #Monitor     "SyncMaster 950NF"
    #Monitor     "SyncMaster 155S"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        #Modes       "800x600"
        Modes       "1024x768"
        #Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen 2"
    Device      "ATi Radeon 9000 Secondary"
    Monitor     "LG 14Inch"
    #Monitor     "SyncMaster 950NF"
    #Monitor     "SyncMaster 155S"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        #Modes       "1280x1024"
        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"
    Identifier  "Default Layout"

    Screen "Screen 1"

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

Section "ServerLayout"
    Identifier  "DualHead Layout"

    Screen "Screen 1" 0 0
    Screen "Screen 2" RightOf "Screen 1"

    Option "Xinerama" "on"

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

# Section "DRI"
#    Mode 0666
# EndSection



$ cat /var/log/XFree86.0.log
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 5.0 i386 [ELF]=20
Build Date: 16 March 2003
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (=3D=3D) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(=3D=3D) Log file: "/var/log/XFree86.0.log", Time: Sun May 25 21:40:56 2003
(=3D=3D) Using config file: "/etc/X11/XF86Config"
(=3D=3D) ServerLayout "Default Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "LG 14Inch"
(**) |   |-->Device "ATi Radeon 9000"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "acpi"
(**) XKB: model: "acpi"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(=3D=3D) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/X11R6/lib/X11/fonts/TrueType/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/freefont/" does not exist.
	Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fo=
nts/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 "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(--) Using syscons driver with X support (version 2.0)
(++) using VT number 9

(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.2
	XFree86 Video Driver: 0.6
	XFree86 XInput driver : 0.4
	XFree86 Server Extension : 0.2
	XFree86 Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages =3D 0x03, oldVal1 =3D 0x00000000, mode1Res1 =3D 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 8086,2560 rev 03 class 06,00,00 hdr =
00
(II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 03 class 06,04,00 hdr =
01
(II) PCI: 00:1d:0: chip 8086,24c2 card 8086,5247 rev 02 class 0c,03,00 hdr =
80
(II) PCI: 00:1d:1: chip 8086,24c4 card 8086,5247 rev 02 class 0c,03,00 hdr =
00
(II) PCI: 00:1d:2: chip 8086,24c7 card 8086,5247 rev 02 class 0c,03,00 hdr =
00
(II) PCI: 00:1d:7: chip 8086,24cd card 8086,5247 rev 02 class 0c,03,20 hdr =
00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr =
01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr =
80
(II) PCI: 00:1f:1: chip 8086,24cb card 8086,5247 rev 02 class 01,01,8a hdr =
00
(II) PCI: 00:1f:3: chip 8086,24c3 card 8086,5247 rev 02 class 0c,05,00 hdr =
00
(II) PCI: 00:1f:5: chip 8086,24c5 card 8086,0103 rev 02 class 04,01,00 hdr =
00
(II) PCI: 01:00:0: chip 1002,4966 card 1002,0002 rev 01 class 03,00,00 hdr =
80
(II) PCI: 01:00:1: chip 1002,496e card 1002,0003 rev 01 class 03,80,00 hdr =
00
(II) PCI: 02:01:0: chip 1260,3873 card 1385,4105 rev 01 class 02,80,00 hdr =
00
(II) PCI: 02:08:0: chip 8086,1039 card 8086,3011 rev 82 class 02,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,2), 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: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xff800000 - 0xff8fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xe6900000 - 0xf69fffff (0x10100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleare=
d)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[1] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[2] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[3] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xff900000 - 0xff9fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xf6a00000 - 0xf6afffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon R250 If [Radeon 9000] rev 1, =
Mem @ 0xf0000000/26, 0xff8f0000/16, I/O @ 0xc800/8, BIOS @ 0xff8c0000/17
(--) PCI: (1:0:1) ATI Technologies Inc Radeon R250 [Radeon 9000] (Secondary=
) rev 1, Mem @ 0xec000000/26, 0xff8e0000/16
(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 0xf8000000 from 0xffffffff to 0xf7=
ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xff9ff000 - 0xff9fffff (0x1000) MX[B]E
	[1] -1	0	0xf6aff000 - 0xf6afffff (0x1000) MX[B]E
	[2] -1	0	0xffaff400 - 0xffaff7ff (0x400) MX[B]E
	[3] -1	0	0xffaff800 - 0xffafffff (0x800) MX[B]E
	[4] -1	0	0xffaffc00 - 0xffafffff (0x400) MX[B]E
	[5] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]EO
	[6] -1	0	0xff8e0000 - 0xff8effff (0x10000) MX[B](B)
	[7] -1	0	0xec000000 - 0xefffffff (0x4000000) MX[B](B)
	[8] -1	0	0xff8c0000 - 0xff8dffff (0x20000) MX[B](B)
	[9] -1	0	0xff8f0000 - 0xff8fffff (0x10000) MX[B](B)
	[10] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[11] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[12] -1	0	0x0000e080 - 0x0000e0ff (0x80) IX[B]E
	[13] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[14] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]E
	[15] -1	0	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[16] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]E
	[17] -1	0	0x0000e880 - 0x0000e8ff (0x80) IX[B]E
	[18] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]E
	[19] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B](B)
(II) PCI Memory resource overlap reduced 0xffaff800 from 0xffafffff to 0xff=
affbff
(II) PCI I/O resource overlap reduced 0x0000e000 from 0x0000e0ff to 0x0000e=
07f
(II) PCI I/O resource overlap reduced 0x0000e800 from 0x0000e8ff to 0x0000e=
87f
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xff9ff000 - 0xff9fffff (0x1000) MX[B]E
	[1] -1	0	0xf6aff000 - 0xf6afffff (0x1000) MX[B]E
	[2] -1	0	0xffaff400 - 0xffaff7ff (0x400) MX[B]E
	[3] -1	0	0xffaff800 - 0xffaffbff (0x400) MX[B]E
	[4] -1	0	0xffaffc00 - 0xffafffff (0x400) MX[B]E
	[5] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]EO
	[6] -1	0	0xff8e0000 - 0xff8effff (0x10000) MX[B](B)
	[7] -1	0	0xec000000 - 0xefffffff (0x4000000) MX[B](B)
	[8] -1	0	0xff8c0000 - 0xff8dffff (0x20000) MX[B](B)
	[9] -1	0	0xff8f0000 - 0xff8fffff (0x10000) MX[B](B)
	[10] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[11] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[12] -1	0	0x0000e080 - 0x0000e0ff (0x80) IX[B]E
	[13] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[14] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[B]E
	[15] -1	0	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[16] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]E
	[17] -1	0	0x0000e880 - 0x0000e8ff (0x80) IX[B]E
	[18] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]E
	[19] -1	0	0x0000c800 - 0x0000c8ff (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	0xff9ff000 - 0xff9fffff (0x1000) MX[B]E
	[6] -1	0	0xf6aff000 - 0xf6afffff (0x1000) MX[B]E
	[7] -1	0	0xffaff400 - 0xffaff7ff (0x400) MX[B]E
	[8] -1	0	0xffaff800 - 0xffaffbff (0x400) MX[B]E
	[9] -1	0	0xffaffc00 - 0xffafffff (0x400) MX[B]E
	[10] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]EO
	[11] -1	0	0xff8e0000 - 0xff8effff (0x10000) MX[B](B)
	[12] -1	0	0xec000000 - 0xefffffff (0x4000000) MX[B](B)
	[13] -1	0	0xff8c0000 - 0xff8dffff (0x20000) MX[B](B)
	[14] -1	0	0xff8f0000 - 0xff8fffff (0x10000) MX[B](B)
	[15] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[19] -1	0	0x0000e080 - 0x0000e0ff (0x80) IX[B]E
	[20] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[21] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[B]E
	[22] -1	0	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[23] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]E
	[24] -1	0	0x0000e880 - 0x0000e8ff (0x80) IX[B]E
	[25] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]E
	[26] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(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 /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "xtt"
(II) Loading /usr/X11R6/lib/modules/fonts/libxtt.a
(II) Module xtt: vendor=3D"X-TrueType Server Project"
	compiled for 4.3.0, module version =3D 1.3.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font xtt
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a
(II) Module drm: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 4.0.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 6.4.18
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.4
(II) ATI: ATI driver (version 6.4.18) 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), ATI Radeon VE/7000 QZ (AGP),
	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 FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QI (AGP),
	ATI Radeon 8500 QJ (AGP), ATI Radeon 8500 QK (AGP),
	ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP),
	ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
	ATI Radeon 8500 Qh (AGP), ATI Radeon 8500 Qi (AGP),
	ATI Radeon 8500 Qj (AGP), ATI Radeon 8500 Qk (AGP),
	ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
	ATI Radeon 7500 QW (AGP), ATI Radeon 7500 QX (AGP),
	ATI Radeon 9000 Id (AGP), ATI Radeon 9000 Ie (AGP),
	ATI Radeon 9000 If (AGP), ATI Radeon 9000 Ig (AGP),
	ATI Radeon Mobility M9 Ld (AGP), ATI Radeon Mobility M9 Le (AGP),
	ATI Radeon Mobility M9 Lf (AGP), ATI Radeon Mobility M9 Lg (AGP),
	ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP),
	ATI Radeon 9500 AF (AGP), ATI FireGL Z1/X1 AG (AGP),
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9700 NF (AGP), ATI FireGL X1 NG (AGP)
(II) Primary Device is: PCI 01:00:0
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset ATI Radeon 9000 If (AGP) found
(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	0xff9ff000 - 0xff9fffff (0x1000) MX[B]E
	[6] -1	0	0xf6aff000 - 0xf6afffff (0x1000) MX[B]E
	[7] -1	0	0xffaff400 - 0xffaff7ff (0x400) MX[B]E
	[8] -1	0	0xffaff800 - 0xffaffbff (0x400) MX[B]E
	[9] -1	0	0xffaffc00 - 0xffafffff (0x400) MX[B]E
	[10] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]EO
	[11] -1	0	0xff8e0000 - 0xff8effff (0x10000) MX[B](B)
	[12] -1	0	0xec000000 - 0xefffffff (0x4000000) MX[B](B)
	[13] -1	0	0xff8c0000 - 0xff8dffff (0x20000) MX[B](B)
	[14] -1	0	0xff8f0000 - 0xff8fffff (0x10000) MX[B](B)
	[15] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[19] -1	0	0x0000e080 - 0x0000e0ff (0x80) IX[B]E
	[20] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[21] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[B]E
	[22] -1	0	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[23] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]E
	[24] -1	0	0x0000e880 - 0x0000e8ff (0x80) IX[B]E
	[25] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]E
	[26] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(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	0xff9ff000 - 0xff9fffff (0x1000) MX[B]E
	[6] -1	0	0xf6aff000 - 0xf6afffff (0x1000) MX[B]E
	[7] -1	0	0xffaff400 - 0xffaff7ff (0x400) MX[B]E
	[8] -1	0	0xffaff800 - 0xffaffbff (0x400) MX[B]E
	[9] -1	0	0xffaffc00 - 0xffafffff (0x400) MX[B]E
	[10] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]EO
	[11] -1	0	0xff8e0000 - 0xff8effff (0x10000) MX[B](B)
	[12] -1	0	0xec000000 - 0xefffffff (0x4000000) MX[B](B)
	[13] -1	0	0xff8c0000 - 0xff8dffff (0x20000) MX[B](B)
	[14] -1	0	0xff8f0000 - 0xff8fffff (0x10000) MX[B](B)
	[15] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[22] -1	0	0x0000e080 - 0x0000e0ff (0x80) IX[B]E
	[23] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[24] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[B]E
	[25] -1	0	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[26] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]E
	[27] -1	0	0x0000e880 - 0x0000e8ff (0x80) IX[B]E
	[28] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]E
	[29] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B](B)
	[30] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[31] 0	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=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x=
0000
(II) RADEON(0): PCI bus 1 card 0 func 0
(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth =3D 24 bits stored in 4 bytes (32 bpp pixmaps)
(=3D=3D) RADEON(0): Default visual is TrueColor
(**) RADEON(0): Option "AGPMode" "4"
(=3D=3D) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): initializing int10
(=3D=3D) RADEON(0): Write-combining range (0xa0000,0x20000) was already cle=
ar
(=3D=3D) RADEON(0): Write-combining range (0xc0000,0x40000)
(WW) RADEON(0): Bad V_BIOS checksum
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(=3D=3D) RADEON(0): Write-combining range (0x0,0x1000) was already clear
(--) RADEON(0): Chipset: "ATI Radeon 9000 If (AGP)" (ChipID =3D 0x4966)
(--) RADEON(0): Linear framebuffer at 0xf0000000
(--) RADEON(0): MMIO registers at 0xff8f0000
(--) RADEON(0): BIOS at 0xff8c0000
(=3D=3D) RADEON(0): Write-combining range (0xff8f0000,0x80000) was already =
clear
(--) RADEON(0): VideoRAM: 65536 kByte (64-bit DDR SDRAM)
(=3D=3D) RADEON(0): Write-combining range (0xff8f0000,0x80000) was already =
clear
(II) RADEON(0): CloneDisplay option not set -- defaulting to auto-detect
(II) RADEON(0): Primary Display =3D=3D Type 1
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.2.0
	ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): PLL parameters: rf=3D2700 rd=3D12 min=3D20000 max=3D35000; =
xclk=3D27500
(=3D=3D) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head (DDCType: 3) ---------
(=3D=3D) RADEON(0): Write-combining range (0xff8f0000,0x80000) was already =
clear
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C EDID Info:
(II) RADEON(0): Manufacturer: GSM  Model: 3aaa  Serial#: 0
(II) RADEON(0): Year: 1996  Week: 0
(II) RADEON(0): EDID Version: 1.1
(II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) RADEON(0): Signal levels configurable
(II) RADEON(0): Sync:  Separate
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 28  vert.: 21
(II) RADEON(0): Gamma: 2.10
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): redX: 0.629 redY: 0.338   greenX: 0.272 greenY: 0.594
(II) RADEON(0): blueX: 0.142 blueY: 0.060   whiteX: 0.281 whiteY: 0.311
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 1024x768@87Hz (interlaced)
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): End of DDC Monitor info

(II) RADEON(0): LG 14Inch: Using hsync value of 31.50 kHz
(II) RADEON(0): LG 14Inch: Using hsync value of 35.20 kHz
(II) RADEON(0): LG 14Inch: Using hsync value of 35.50 kHz
(II) RADEON(0): LG 14Inch: Using vrefresh range of 50.00-90.00 Hz
(II) RADEON(0): Clock range:  20.00 to 350.00 MHz
(II) RADEON(0): Not using default mode "640x350" (hsync out of range)
(II) RADEON(0): Not using default mode "320x175" (bad mode clock/interlace/=
doublescan)
(II) RADEON(0): Not using default mode "640x400" (hsync out of range)
(II) RADEON(0): Not using default mode "320x200" (bad mode clock/interlace/=
doublescan)
(II) RADEON(0): Not using default mode "720x400" (hsync out of range)
(II) RADEON(0): Not using default mode "360x200" (bad mode clock/interlace/=
doublescan)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/=
doublescan)
(II) RADEON(0): Not using default mode "640x480" (hsync out of range)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/=
doublescan)
(II) RADEON(0): Not using default mode "640x480" (hsync out of range)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/=
doublescan)
(II) RADEON(0): Not using default mode "640x480" (hsync out of range)
(II) RADEON(0): Not using default mode "320x240" (bad mode clock/interlace/=
doublescan)
(II) RADEON(0): Not using default mode "400x300" (bad mode clock/interlace/=
doublescan)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "400x300" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "400x300" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "400x300" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "400x300" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "512x384" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "512x384" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "512x384" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "512x384" (hsync out of range)
(II) RADEON(0): Not using default mode "1152x864" (hsync out of range)
(II) RADEON(0): Not using default mode "576x432" (hsync out of range)
(II) RADEON(0): Not using default mode "1280x960" (hsync out of range)
(II) RADEON(0): Not using default mode "640x480" (hsync out of range)
(II) RADEON(0): Not using default mode "1280x960" (hsync out of range)
(II) RADEON(0): Not using default mode "640x480" (hsync out of range)
(II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "640x512" (hsync out of range)
(II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "640x512" (hsync out of range)
(II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "640x512" (hsync out of range)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "800x600" (hsync out of range)
(II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(0): Not using default mode "896x672" (hsync out of range)
(II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(0): Not using default mode "896x672" (hsync out of range)
(II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(0): Not using default mode "928x696" (hsync out of range)
(II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(0): Not using default mode "928x696" (hsync out of range)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (hsync out of range)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (hsync out of range)
(II) RADEON(0): Not using default mode "832x624" (hsync out of range)
(II) RADEON(0): Not using default mode "416x312" (hsync out of range)
(II) RADEON(0): Not using default mode "1152x768" (hsync out of range)
(II) RADEON(0): Not using default mode "576x384" (hsync out of range)
(II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
(II) RADEON(0): Not using default mode "700x525" (hsync out of range)
(II) RADEON(0): Not using default mode "1400x1050" (hsync out of range)
(II) RADEON(0): Not using default mode "700x525" (hsync out of range)
(II) RADEON(0): Not using default mode "1600x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "800x512" (hsync out of range)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "960x720" (hsync out of range)
(II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "2048x1536" (hsync out of range)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(II) RADEON(0): Not using default mode "2048x1536" (bad mode clock/interlac=
e/doublescan)
(II) RADEON(0): Not using default mode "1024x768" (hsync out of range)
(--) RADEON(0): Virtual size is 1024x768 (pitch 1024)
(**) RADEON(0): *Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.1 Hz (I)
(II) RADEON(0): Modeline "1024x768"   44.90  1024 1032 1208 1264  768 768 7=
76 817 interlace +hsync +vsync
(**) RADEON(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) RADEON(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 6=
25 +hsync +vsync
(**) RADEON(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 52=
5 -hsync -vsync
(**) RADEON(0):  Default mode "512x384": 22.4 MHz, 35.5 kHz, 87.1 Hz (D)
(II) RADEON(0): Modeline "512x384"   22.45  512 516 604 632  384 384 388 40=
9 interlace doublescan +hsync +vsync
(--) RADEON(0): Display dimensions: (280, 210) mm
(--) RADEON(0): DPI set to (92, 92)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(**) RADEON(0): Using AGP 4x mode
(II) RADEON(0): AGP Fast Write disabled by default
(II) RADEON(0): Depth moves disabled by default
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/X11R6/lib/modules/libshadowfb.a
(II) Module shadowfb: vendor=3D"The XFree86 Project"
	compiled for 4.3.0, module version =3D 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(II) RADEON(0): Page flipping disabled
(=3D=3D) RADEON(0): Write-combining range (0x0,0x1000) was already clear
(!!) RADEON(0): For information on using the multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xff8f0000 - 0xff8fffff (0x10000) MX[B]
	[1] 0	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[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	0xff9ff000 - 0xff9fffff (0x1000) MX[B]E
	[8] -1	0	0xf6aff000 - 0xf6afffff (0x1000) MX[B]E
	[9] -1	0	0xffaff400 - 0xffaff7ff (0x400) MX[B]E
	[10] -1	0	0xffaff800 - 0xffaffbff (0x400) MX[B]E
	[11] -1	0	0xffaffc00 - 0xffafffff (0x400) MX[B]E
	[12] -1	0	0xf8000000 - 0xf7ffffff (0x0) MX[B]EO
	[13] -1	0	0xff8e0000 - 0xff8effff (0x10000) MX[B](B)
	[14] -1	0	0xec000000 - 0xefffffff (0x4000000) MX[B](B)
	[15] -1	0	0xff8c0000 - 0xff8dffff (0x20000) MX[B](B)
	[16] -1	0	0xff8f0000 - 0xff8fffff (0x10000) MX[B](B)
	[17] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[18] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[19] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[20] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[21] 0	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]E
	[25] -1	0	0x0000e080 - 0x0000e0ff (0x80) IX[B]E
	[26] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]E
	[27] -1	0	0x0000e000 - 0x0000e07f (0x80) IX[B]E
	[28] -1	0	0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E
	[29] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]E
	[30] -1	0	0x0000e880 - 0x0000e8ff (0x80) IX[B]E
	[31] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]E
	[32] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B](B)
	[33] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[34] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(=3D=3D) RADEON(0): Write-combining range (0xff8f0000,0x80000) was already =
clear
(=3D=3D) RADEON(0): Write-combining range (0xf0000000,0x4000000)
(=3D=3D) RADEON(0): Write-combining range (0xa0000,0x10000) was already cle=
ar
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmGetBusid returned ''
(II) RADEON(0): [drm] loaded kernel module for "radeon" driver
(II) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:0:0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xc45e0000
(II) RADEON(0): [drm] mapped SAREA 0xc45e0000 to 0x282e2000
(II) RADEON(0): [drm] framebuffer handle =3D 0xf0000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): [agp] Mode 0x1f000207 [AGP 0x0000/0x0000; Card 0x1002/0x496=
6]
(II) RADEON(0): [agp] 8192 kB allocated with handle 0xc45d6740
(II) RADEON(0): [agp] ring handle =3D 0xf8000000
(II) RADEON(0): [agp] Ring mapped at 0x2c400000
(II) RADEON(0): [agp] ring read ptr handle =3D 0xf8101000
(II) RADEON(0): [agp] Ring read ptr mapped at 0x282df000
(II) RADEON(0): [agp] vertex/indirect buffers handle =3D 0xf8102000
(II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0x2c501000
(II) RADEON(0): [agp] AGP texture map handle =3D 0xf8302000
(II) RADEON(0): [agp] AGP Texture map mapped at 0x2c701000
(II) RADEON(0): [drm] register handle =3D 0xff8f0000
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): CP in BM mode
(II) RADEON(0): Using 8 MB AGP aperture
(II) RADEON(0): Using 1 MB for the ring buffer
(II) RADEON(0): Using 2 MB for vertex/indirect buffers
(II) RADEON(0): Using 5 MB for AGP textures
(II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
(II) RADEON(0): Reserved area from (0,768) to (1024,770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7421
(II) RADEON(0): Will use back buffer at offset 0xc00000
(II) RADEON(0): Will use depth buffer at offset 0xf00000
(II) RADEON(0): Will use 47104 kb for textures at offset 0x1200000
(II) RADEON(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
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(II) RADEON(0): Acceleration enabled
(=3D=3D) RADEON(0): Backing store disabled
(=3D=3D) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7417
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(II) RADEON(0): X context handle =3D 0x00000001
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [DRI] installation complete
(II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEON(0): [drm] dma control initialized, using IRQ 2
(II) RADEON(0): [drm] Initialized kernel agp heap manager, 5111808
(II) RADEON(0): Direct rendering enabled
(=3D=3D) 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: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(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
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
(II) Loading sub module "KSC5601"
(II) LoadModule: "KSC5601"
(II) Loading /usr/X11R6/lib/modules/codeconv/libKSC5601.a
(II) Module KSC5601: vendor=3D"X-TrueType Server Project"
	compiled for 4.3.0, module version =3D 1.3.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading sub module "ISO8859_1"
(II) LoadModule: "ISO8859_1"
(II) Loading /usr/X11R6/lib/modules/codeconv/libISO8859_1.a
(II) Module ISO8859_1: vendor=3D"X-TrueType Server Project"
	compiled for 4.3.0, module version =3D 1.3.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading sub module "KSC5601"
(II) LoadModule: "KSC5601"
(II) Reloading /usr/X11R6/lib/modules/codeconv/libKSC5601.a
(II) Loading sub module "ISO8859_1"
(II) LoadModule: "ISO8859_1"
(II) Reloading /usr/X11R6/lib/modules/codeconv/libISO8859_1.a
(II) Loading sub module "ISO8859_1"
(II) LoadModule: "ISO8859_1"
(II) Reloading /usr/X11R6/lib/modules/codeconv/libISO8859_1.a
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
SetGrabKeysState - disabled
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
SetGrabKeysState - enabled
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
GetModeLine - scrn: 0 clock: 44900
GetModeLine - hdsp: 1024 hbeg: 1032 hend: 1208 httl: 1264
              vdsp: 768 vbeg: 768 vend: 776 vttl: 817 flags: 21
SetGrabKeysState - disabled

--=20
netj | Jaeho Shin | ?????? ; http://netj.org/
System Programmers' Association for Researching Computer Systems
Division of Computer Science, Department of EECS, KAIST



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