[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#261251: xserver-xfree86: [ati/radeon+crusoe] Xclients are crashing at start



Package: xserver-xfree86
Version: 4.3.0.dfsg.1-6
Severity: important


Hi all,

I am hunting a very strange bug (probably hardware related). This bug
has been reported by several people in bug #234556 as a bug of the
xlibs package but I think I managed to push it down to the xserver
package now (at least I believe so).

This bug seems to appear only on architectures which contain a
processor Transmeta Crusoe and/or a graphic card ATI Radeon Mobility
(mine is a Radeon Mobility M6 LY). I should emphase the fact that we
don't know which one from the Crusoe or the Radeon is responsible of
this problem (in fact, I don't even know if it is hardware).

The problem is the following, from time to time at boot the laptop
enter in a specific mode where the bug occurs. Since this mode has
been reached the bug is fully reproducible, but I don't know yet what
are the conditions to enter in this mode. So the only way to reach the
bug is to reboot several time until you reach this mode.

The bug itself is that the Xserver does not accept any connection from
any Xclient. Each time a Xclient is trying to connect the Xserver we
get the following message (exemple using xlogo):

[fleury@hermes xlogo]$ ./xlogo
X Error of failed request:  BadLength (poly request too large or
internal Xlib length error)
  Major opcode of failed request:  18 (X_ChangeProperty)
  Serial number of failed request:  16
  Current serial number in output stream:  19

You can perfectly stop and start again the Xserver but only the
Xserver (using xinit will fail because of the attempt to start the
xconsole, but using only /usr/bin/X11/X or /usr/bin/X11/XFree86 will
work).

I started to debug from one Xclient (xlogo) compiled with debug option
and no optimization (it was misleading gdb) and the xlib compiled
also with debug and no optimization.

I appeared that the Xclient makes an attempt to connect to the Xserver
and send 9 messages to the Xserver. But when getting the 9th answer
from the Xserver, the size of the message (or the message itself, I
don't know) seems to be unexpected from the Xclient and makes it
terminate.

So, the bug is probably deeper in the Xserver (the behavior of the
Xclient seems to be as expected). This is here that things are
starting to be strange...

I compiled an Xserver with the debug options in order to follow what
was going on inside the Xserver. I reached the specific mode where the
bug was occurring and ran the Xserver with debug and... it worked. I
mean the Xclient connected normally to the Xserver with debug. Of
course, I checked that I was still into the specific mode by using a
non-debug Xserver and the problem was still here.

At first, I really though I did something wrong while the compilation,
so I took the Xserver package with debug options and it was the exact
same behavior (i.e. once in the specific mode the XFree86 was crashing
all the Xclients and the XFree86-debug was allowing the Xclients to
connect).

Then I tried to do the following:
- run XFree86 (no debug)
- run gdb on xlogo and stop just before send the 9th message
- run gdb on XFree86 (no debug) and attach to the first XFree86

My hope was to be able to disassemble the functions and follow what
was going on. The problem was that while attaching the process XFree86
was suddenly taking all the cpu time and nothing was happening (an
interesting point is that when not in this specific mode where the bug
is happening, this operation is possible).

So, now I'm stuck.

I really don't know how to go deeper in XFree86. My theory is that
there is a problem with the driver of the Radeon Mobility (maybe
combined with some specific feature of the motherboard for the Crusoe).

Does anybody have an idea ?

Regards
-- 
Emmanuel

-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xfree86
xserver-xfree86-dbg

/var/lib/xfree86/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx  1 root root 20 Aug 23  2003 /etc/X11/X ->
/usr/bin/X11/XFree86
-rwxr-xr-x  1 root root 1745388 Jul  7 17:07 /usr/bin/X11/XFree86

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86
xserver-xfree86-dbg

VGA-compatible devices on PCI bus:
0000:00:0c.0 VGA compatible controller: ATI Technologies Inc Radeon
Mobility M6 LY

/etc/X11/XF86Config-4 does not match checksum in
/var/lib/xfree86/XF86Config-4.md5sum.

XFree86 X server configuration file status:
-rw-r--r--  1 root root 15888 Jul 16 17:42 /etc/X11/XF86Config-4

Contents of /etc/X11/XF86Config-4:
#
# XFree86 4.x configuration for Sony PCG-C1MZX
# Version: 1.0
#
# Author: Emmanuel Fleury <fleury@cs.auc.dk>
#
# 28-aug-2003: First version based on the file of 
#              Felix Groebert <felix@groebert.org>
#


#
# 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 sections
# **********************************************************************

# 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

Load "extmod"

# This loads the font modules
    Load	"speedo"
    Load	"bitmap"
    Load	"type1"
    Load	"freetype"

# This loads miscellaneous modules
    Load	"glx"     # OpenGL X protocol Interface
    Load	"dri"     # Direct Rendering Interface module
    Load	"v4l"     # Video4Linux module
    Load	"record"  # ???????

EndSection

# **********************************************************************
# Files sections
# **********************************************************************

# 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/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"

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

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

EndSection

# **********************************************************************
# Server flags sections
# **********************************************************************

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 sections
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard"
    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 "RightAlt"    "Meta"
#    Option "LeftAlt"     "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 setting for a japanese keyboard
#       Protocol        "Xqueue"
#       AutoRepeat      500 5
#       Xleds           1 2 3
#       XkbKeycodes     "xfree86"
#       XkbTypes        "default"
#       XkbCompat       "default"
#       XkbSymbols      "us(pc101)"
#       XkbGeometry     "pc"
#       XkbRules        "xfree86"
#       XkbModel        "jp106"
#       XkbLayout       "jp"
#        Driver          "keyboard"
#        Option          "CoreKeyboard"
#        Option          "XkbRules"      "xfree86"
#        Option          "XkbModel"      "jp106"
#        Option          "XkbLayout"     "jp106"

# Untag the following to stick with /etc/console/boottime.kmap.gz
#    Option "XkbDisable"

    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc104"
    Option "XkbLayout"	"us"
    Option "XkbVariant"	""

EndSection

# **********************************************************************
# Core Pointer's InputDevice sections
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse"
    Driver	"mouse"

    Option	"Protocol"	"IMPS/2"
    Option	"Device"	"/dev/input/mice"
    Option	"ZAxis"		"4 5"

# 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
# **********************************************************************
 
# 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.

# Using an external USB mouse

Section "InputDevice" 
    Identifier	"USB Mouse"
    Driver	"mouse"

    Option      "Protocol"	"IMPS/2"
    Option      "Device"	"/dev/input/mice"
    Option	"ZAxisMapping"	"4 5"
    Option	"Buttons"	"5"
 EndSection

# **********************************************************************
# Monitor sections
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "LCD Display"

# 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.0 - 90.0

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

#    Option	"DPMS"
EndSection

# Configuration of the external VGA output
Section "Monitor"
    Identifier	"External VGA"
    VendorName	"Unkown"
    ModelName	"Unknown"

    HorizSync	30.0-90.0
    VertRefresh	50.0-100.0

    Option	"DPMS"
    Option	"CrtScreen" # Specify the VGA output
EndSection

# **********************************************************************
# Graphics device sections
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier	"Radeon Mobility 0"
    VendorName	"ATI"
    BoardName	"Radeon Mobility M6 LY"

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

# 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:12:0"
#    VideoRam	256
#    Clocks	25.2 28.3

    BusID	"PCI:0:12:0"
    Screen	0
EndSection

# Device for external projector

Section "Device"
    Identifier  "Radeon Mobility 1"
    VendorName  "ATI"
    BoardName   "Radeon Mobility M6 LY"
    Driver	"radeon"
    BusID	"PCI:0:12:0"
    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 0"
    Device      "Radeon Mobility 0"
    Monitor     "LCD Display"
    DefaultDepth 16

    Subsection "Display"
        Depth       16
        Modes       "1280x600"
    EndSubsection

    Subsection "Display"
        Depth       24
        Modes       "1280x600"
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "Radeon Mobility 1"
    Monitor     "External VGA"
    DefaultDepth 16

    Subsection "Display"
        Depth       16
        Modes       "1024x768"
    EndSubsection

    Subsection "Display"
        Depth       24
        Modes       "1024x768"
    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.

# This setting has three different layouts for a pair LCD/CRT monitors:
# Single screen (clone), dual monitor (separated), dual head (joint).
#
# To start each layout, simply issue the following commands:
# Single Screen ---> startx
# DualHead --------> startx -- -layout DualHead
#
# Original Author: Christiano Paris <paris@disp.uniroma.it>

# Default Server Layout

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Default 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 0"

# Each InputDevice line specifies an InputDevice section name and
# optionally some modes to specify the way the device is to be used.
# Those modes include "CorePointer", "CoreKeyboard" and 
# "SendCoreEvents".
#
# The more "AlwaysCore" allow you to use both pointer when both of
# the pointers are activated. And only CorePointer if not.

    InputDevice "Keyboard"      "CoreKeyboard"
    InputDevice "Mouse" 	"CorePointer"
    InputDevice	"USB Mouse"	"SendCoreEvents"

EndSection

# Dual Head Layout

Section "ServerLayout"
    Identifier  "DualHead"

    Screen      "Screen 0"
    Screen      "Screen 1" Above "Screen 0"

    InputDevice "Keyboard"      "CoreKeyboard"
    InputDevice "Mouse"         "CorePointer"
    InputDevice "USB Mouse"     "SendCoreEvents"
EndSection

# **********************************************************************
# Direct Rendering sections
# **********************************************************************

Section "DRI"
        Mode 0666
EndSection


XFree86 X server log files on system:
-rw-r--r--  1 root root 31998 Jul 16 22:54 /var/log/XFree86.4.log
-rw-r--r--  1 root root 34191 Jul 24 16:21 /var/log/XFree86.0.log

Contents of most recent XFree86 X server log file
/var/log/XFree86.0.log:

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org.  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-6 20040707142024
fabbione@fabbione.net)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.23 i686 [ELF] 
Build Date: 07 July 2004
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.7 (root@hermes) (gcc version 3.3.4 (Debian
1:3.3.4-3)) #2 Wed Jul 14 04:55:08 CEST 2004 
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Jul 24 16:13:15 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen 0" (0)
(**) |   |-->Monitor "LCD Display"
(**) |   |-->Device "Radeon Mobility 0"
(**) |-->Input Device "Keyboard"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(WW) Option "XkbVariant" requires an string value
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Mouse"
(**) |-->Input Device "USB Mouse"
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/75dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(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 linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 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="The XFree86 Project"
	compiled for 4.3.0.1, module version = 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 = 0x03, oldVal1 = 0x8000a00c, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1279,0395 card 104d,80ec rev 03 class 06,00,00
hdr 80
(II) PCI: 00:00:1: chip 1279,0396 card 104d,80ec rev 00 class 05,00,00
hdr 80
(II) PCI: 00:00:2: chip 1279,0397 card 104d,80ec rev 00 class 05,00,00
hdr 80
(II) PCI: 00:06:0: chip 10b9,5451 card 104d,80ec rev 02 class 04,01,00
hdr 00
(II) PCI: 00:07:0: chip 10b9,1533 card 104d,80ec rev 00 class 06,01,00
hdr 00
(II) PCI: 00:08:0: chip 10b9,5457 card 104d,80ec rev 00 class 07,03,00
hdr 00
(II) PCI: 00:09:0: chip 104c,8023 card 104d,80ec rev 00 class 0c,00,10
hdr 00
(II) PCI: 00:0a:0: chip 10cf,2011 card 104d,80ec rev 00 class 04,80,00
hdr 00
(II) PCI: 00:0b:0: chip 10ec,8139 card 104d,80ec rev 10 class 02,00,00
hdr 00
(II) PCI: 00:0c:0: chip 1002,4c59 card 104d,80ec rev 00 class 03,00,00
hdr 00
(II) PCI: 00:0f:0: chip 10b9,5237 card 104d,80ec rev 03 class 0c,03,10
hdr 00
(II) PCI: 00:10:0: chip 10b9,5229 card 104d,80ec rev c4 class 01,01,a0
hdr 00
(II) PCI: 00:11:0: chip 10b9,7101 card 104d,80ec rev 00 class 00,00,00
hdr 00
(II) PCI: 00:12:0: chip 1180,0475 card 4000,0000 rev 80 class 06,07,00
hdr 02
(II) PCI: 00:14:0: chip 10b9,5237 card 104d,80ec rev 03 class 0c,03,10
hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), 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-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is
set)
(II) PCI-to-CardBus bridge:
(II) Bus 1: bridge is at (0:18:0), (0,1,4), BCTRL: 0x0580 (VGA_EN is
cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x00004000 - 0x000040ff (0x100) IX[B]
	[1] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0x17000000 - 0x173fffff (0x400000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0x16c00000 - 0x16ffffff (0x400000) MX[B]
(--) PCI:*(0:12:0) ATI Technologies Inc Radeon Mobility M6 LY rev 0, Mem
@ 0xf0000000/27, 0xe8110000/16, I/O @ 0x2800/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 0xe8000000 from 0xe80fffff to
0xe7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0x000e0000 - 0x000e0fff (0x1000) MX[B]
	[1] -1	0	0xe8103000 - 0xe8103fff (0x1000) MX[B]
	[2] -1	0	0xe8102800 - 0xe81028ff (0x100) MX[B]
	[3] -1	0	0xe8104000 - 0xe8107fff (0x4000) MX[B]
	[4] -1	0	0xe8102000 - 0xe81027ff (0x800) MX[B]
	[5] -1	0	0xe8100000 - 0xe8100fff (0x1000) MX[B]
	[6] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[7] -1	0	0xe8110000 - 0xe811ffff (0x10000) MX[B](B)
	[8] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[9] -1	0	0x00001400 - 0x0000140f (0x10) IX[B]
	[10] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[11] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]
	[12] -1	0	0x00002800 - 0x000028ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
	[0] -1	0	0xe8200000 - 0xe82fffff (0x100000) MX[B]
	[1] -1	0	0xe8101000 - 0xe8101fff (0x1000) MX[B]
	[2] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[3] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0x000e0000 - 0x000e0fff (0x1000) MX[B]
	[1] -1	0	0xe8103000 - 0xe8103fff (0x1000) MX[B]
	[2] -1	0	0xe8102800 - 0xe81028ff (0x100) MX[B]
	[3] -1	0	0xe8104000 - 0xe8107fff (0x4000) MX[B]
	[4] -1	0	0xe8102000 - 0xe81027ff (0x800) MX[B]
	[5] -1	0	0xe8100000 - 0xe8100fff (0x1000) MX[B]
	[6] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[7] -1	0	0xe8110000 - 0xe811ffff (0x10000) MX[B](B)
	[8] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[9] -1	0	0x00001400 - 0x0000140f (0x10) IX[B]
	[10] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[11] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]
	[12] -1	0	0x00002800 - 0x000028ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0xe8200000 - 0xe82fffff (0x100000) MX[B]
	[1] -1	0	0xe8101000 - 0xe8101fff (0x1000) MX[B]
	[2] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[3] -1	0	0x00001c00 - 0x00001cff (0x100) IX[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 - 0x000dffff (0x20000) 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 - 0x000dffff (0x20000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x000e0000 - 0x000e0fff (0x1000) MX[B]
	[6] -1	0	0xe8103000 - 0xe8103fff (0x1000) MX[B]
	[7] -1	0	0xe8102800 - 0xe81028ff (0x100) MX[B]
	[8] -1	0	0xe8104000 - 0xe8107fff (0x4000) MX[B]
	[9] -1	0	0xe8102000 - 0xe81027ff (0x800) MX[B]
	[10] -1	0	0xe8100000 - 0xe8100fff (0x1000) MX[B]
	[11] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[12] -1	0	0xe8110000 - 0xe811ffff (0x10000) MX[B](B)
	[13] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1	0	0xe8200000 - 0xe82fffff (0x100000) MX[B]
	[15] -1	0	0xe8101000 - 0xe8101fff (0x1000) MX[B]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x00001400 - 0x0000140f (0x10) IX[B]
	[19] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[20] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]
	[21] -1	0	0x00002800 - 0x000028ff (0x100) IX[B](B)
	[22] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[23] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 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="The XFree86 Project"
	compiled for 4.3.0.1, module version = 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 XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No
symbols found
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 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: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 2.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 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
Skipping
"/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No
symbols found
Skipping
"/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No
symbols found
Skipping
"/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No
symbols found
Skipping
"/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No
symbols found
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 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="The XFree86 Project"
	compiled for 4.3.0.1, module version = 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/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 0.0.1
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.13.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 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="The XFree86 Project"
	compiled for 4.3.0.1, module version = 6.5.5
	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="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.4
(II) v4l driver for Video4Linux
(II) ATI: ATI driver (version 6.5.5) 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 (AGP?), ATI Rage 128 Pro GL PB (AGP?),
	ATI Rage 128 Pro GL PC (AGP?), ATI Rage 128 Pro GL PD (PCI),
	ATI Rage 128 Pro GL PE (AGP?), ATI Rage 128 Pro GL PF (AGP),
	ATI Rage 128 Pro VR PG (AGP?), ATI Rage 128 Pro VR PH (AGP?),
	ATI Rage 128 Pro VR PI (AGP?), ATI Rage 128 Pro VR PJ (AGP?),
	ATI Rage 128 Pro VR PK (AGP?), ATI Rage 128 Pro VR PL (AGP?),
	ATI Rage 128 Pro VR PM (AGP?), ATI Rage 128 Pro VR PN (AGP?),
	ATI Rage 128 Pro VR PO (AGP?), ATI Rage 128 Pro VR PP (PCI),
	ATI Rage 128 Pro VR PQ (AGP?), ATI Rage 128 Pro VR PR (PCI),
	ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
	ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
	ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (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 (AGP?),
	ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
	ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
	ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
	ATI Rage 128 4X SN (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 00:0c:0
(--) Chipset ATI Radeon Mobility M6 LY (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 - 0x000dffff (0x20000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x000e0000 - 0x000e0fff (0x1000) MX[B]
	[6] -1	0	0xe8103000 - 0xe8103fff (0x1000) MX[B]
	[7] -1	0	0xe8102800 - 0xe81028ff (0x100) MX[B]
	[8] -1	0	0xe8104000 - 0xe8107fff (0x4000) MX[B]
	[9] -1	0	0xe8102000 - 0xe81027ff (0x800) MX[B]
	[10] -1	0	0xe8100000 - 0xe8100fff (0x1000) MX[B]
	[11] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[12] -1	0	0xe8110000 - 0xe811ffff (0x10000) MX[B](B)
	[13] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1	0	0xe8200000 - 0xe82fffff (0x100000) MX[B]
	[15] -1	0	0xe8101000 - 0xe8101fff (0x1000) MX[B]
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x00001400 - 0x0000140f (0x10) IX[B]
	[19] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[20] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]
	[21] -1	0	0x00002800 - 0x000028ff (0x100) IX[B](B)
	[22] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[23] -1	0	0x00001c00 - 0x00001cff (0x100) IX[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 - 0x000dffff (0x20000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x000e0000 - 0x000e0fff (0x1000) MX[B]
	[6] -1	0	0xe8103000 - 0xe8103fff (0x1000) MX[B]
	[7] -1	0	0xe8102800 - 0xe81028ff (0x100) MX[B]
	[8] -1	0	0xe8104000 - 0xe8107fff (0x4000) MX[B]
	[9] -1	0	0xe8102000 - 0xe81027ff (0x800) MX[B]
	[10] -1	0	0xe8100000 - 0xe8100fff (0x1000) MX[B]
	[11] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[12] -1	0	0xe8110000 - 0xe811ffff (0x10000) MX[B](B)
	[13] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[14] -1	0	0xe8200000 - 0xe82fffff (0x100000) MX[B]
	[15] -1	0	0xe8101000 - 0xe8101fff (0x1000) MX[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	0x00001400 - 0x0000140f (0x10) IX[B]
	[22] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[23] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]
	[24] -1	0	0x00002800 - 0x000028ff (0x100) IX[B](B)
	[25] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[26] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[27] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[28] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0xe8110000
(WW) System lacks support for changing MTRRs
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is
0x0000
(II) RADEON(0): PCI bus 0 card 12 func 0
(**) RADEON(0): Depth 16, (--) framebuffer bpp 16
(II) RADEON(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(==) RADEON(0): RGB weight 565
(II) RADEON(0): Using 6 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon Mobility M6 LY (AGP)" (ChipID =
0x4c59)
(--) RADEON(0): Linear framebuffer at 0xf0000000
(--) RADEON(0): VideoRAM: 8192 kByte (32 bit DDR SDRAM)
(II) RADEON(0): PCI card detected
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 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="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): I2C bus "DDC" initialized.
(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 device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 2, Detected Type: 0
(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 device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 4, Detected Type: 0
(II) RADEON(0): Non-DDC laptop panel detected
(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 device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 3, Detected Type: 0
(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 device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 4, Detected Type: 0
(II) RADEON(0): Displays Detected: Monitor1--Type 2, Monitor2--Type 0

(II) RADEON(0): 
(II) RADEON(0): Primary Display == Type 2
(II) RADEON(0): Panel ID string: 1280x600                
(II) RADEON(0): Panel Size from BIOS: 1280x600
(II) RADEON(0): BIOS provided dividers will be used.
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
(II) RADEON(0): Valid mode using on-chip RMX: 1280x600
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(--) RADEON(0): Virtual size is 1280x600 (pitch 1280)
(**) RADEON(0): *Mode "1280x600": 65.0 MHz (scaled from 0.0 MHz), 38.5
kHz, 60.2 Hz
(II) RADEON(0): Modeline "1280x600"   65.00  1280 1432 1544 1688  600
604 610 640
(**) RADEON(0):  Default mode "640x350": 65.0 MHz (scaled from 0.0 MHz),
38.5 kHz, 60.2 Hz
(II) RADEON(0): Modeline "640x350"   65.00  640 1432 1544 1688  350 604
610 640
(**) RADEON(0):  Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz),
38.5 kHz, 60.2 Hz
(II) RADEON(0): Modeline "640x400"   65.00  640 1432 1544 1688  400 604
610 640
(**) RADEON(0):  Default mode "720x400": 65.0 MHz (scaled from 0.0 MHz),
38.5 kHz, 60.2 Hz
(II) RADEON(0): Modeline "720x400"   65.00  720 1432 1544 1688  400 604
610 640
(**) RADEON(0):  Default mode "640x480": 65.0 MHz (scaled from 0.0 MHz),
38.5 kHz, 60.2 Hz
(II) RADEON(0): Modeline "640x480"   65.00  640 1432 1544 1688  480 604
610 640
(**) RADEON(0):  Default mode "800x600": 65.0 MHz (scaled from 0.0 MHz),
38.5 kHz, 60.2 Hz
(II) RADEON(0): Modeline "800x600"   65.00  800 1432 1544 1688  600 604
610 640
(==) RADEON(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.3.0.1, module version = 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="The XFree86 Project"
	compiled for 4.3.0.1, module version = 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="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(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="The XFree86 Project"
	compiled for 4.3.0.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(II) RADEON(0): Page flipping disabled
(!!) RADEON(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	0xe8110000 - 0xe811ffff (0x10000) MX[B]
	[1] 0	0	0xf0000000 - 0xf7ffffff (0x8000000) 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 - 0x000dffff (0x20000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0x000e0000 - 0x000e0fff (0x1000) MX[B]
	[8] -1	0	0xe8103000 - 0xe8103fff (0x1000) MX[B]
	[9] -1	0	0xe8102800 - 0xe81028ff (0x100) MX[B]
	[10] -1	0	0xe8104000 - 0xe8107fff (0x4000) MX[B]
	[11] -1	0	0xe8102000 - 0xe81027ff (0x800) MX[B]
	[12] -1	0	0xe8100000 - 0xe8100fff (0x1000) MX[B]
	[13] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[14] -1	0	0xe8110000 - 0xe811ffff (0x10000) MX[B](B)
	[15] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[16] -1	0	0xe8200000 - 0xe82fffff (0x100000) MX[B]
	[17] -1	0	0xe8101000 - 0xe8101fff (0x1000) MX[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	0x00002800 - 0x000028ff (0x100) IX[B]
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1	0	0x00001400 - 0x0000140f (0x10) IX[B]
	[25] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[26] -1	0	0x00001800 - 0x000018ff (0x100) IX[B]
	[27] -1	0	0x00002800 - 0x000028ff (0x100) IX[B](B)
	[28] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[29] -1	0	0x00001c00 - 0x00001cff (0x100) IX[B]
	[30] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[31] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmGetBusid returned ''
(II) RADEON(0): [drm] created "radeon" driver at busid "PCI:0:12:0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xd708f000
(II) RADEON(0): [drm] mapped SAREA 0xd708f000 to 0x40a68000
(II) RADEON(0): [drm] framebuffer handle = 0xf0000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): [pci] 8192 kB allocated with handle 0xd712a000
(II) RADEON(0): [pci] ring handle = 0xd712a000
(II) RADEON(0): [pci] Ring mapped at 0x40a6a000
(II) RADEON(0): [pci] Ring contents 0x00000000
(II) RADEON(0): [pci] ring read ptr handle = 0xd722b000
(II) RADEON(0): [pci] Ring read ptr mapped at 0x40b6b000
(II) RADEON(0): [pci] Ring read ptr contents 0x00000000
(II) RADEON(0): [pci] vertex/indirect buffers handle = 0xd722c000
(II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x40b6c000
(II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
(II) RADEON(0): [pci] GART texture map handle = 0xd742c000
(II) RADEON(0): [pci] GART Texture map mapped at 0x40d6c000
(II) RADEON(0): [drm] register handle = 0xe8110000
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): CP in BM mode
(II) RADEON(0): Using 8 MB GART 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 GART textures
(II) RADEON(0): Memory manager initialized to (0,0) (1280,3276)
(II) RADEON(0): Reserved area from (0,600) to (1280,602)
(II) RADEON(0): Largest offscreen area available: 1280 x 2674
(II) RADEON(0): Will use back buffer at offset 0x2fd000
(II) RADEON(0): Will use depth buffer at offset 0x474000
(II) RADEON(0): Will use 2112 kb for textures at offset 0x5f0000
(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
	Dashed Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		18 256x256 slots
		6 512x512 slots
(II) RADEON(0): Acceleration enabled
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 602)
(II) RADEON(0): Largest offscreen area available: 1280 x 2667
(II) RADEON(0): X context handle = 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 9
(II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
(II) RADEON(0): Direct rendering enabled
(==) 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
(II) Keyboard "Keyboard" handled by legacy driver
(**) Option "Protocol" "IMPS/2"
(**) Mouse: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Mouse: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse: Buttons: 3
(**) Option "Protocol" "IMPS/2"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "SendCoreEvents"
(**) USB Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(**) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Mouse" (type: MOUSE)
(II) Mouse: ps2EnableDataReporting: succeeded
(II) USB Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Error loading keymap /usr/X11R6/lib/X11/xkb/compiled/server-0.xkm
GetModeLine - scrn: 0 clock: 65000
GetModeLine - hdsp: 1280 hbeg: 1432 hend: 1544 httl: 1688
              vdsp: 600 vbeg: 604 vend: 610 vttl: 640 flags: -2147483648
(II) 3rd Button detected: disabling emulate3Button
(II) 3rd Button detected: disabling emulate3Button


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=C, LC_CTYPE=C

Versions of packages xserver-xfree86 depends on:
ii  debconf [debconf-2.0]     1.4.29         Debian configuration
management sy
ii  libc6                     2.3.2.ds1-13   GNU C Library: Shared
libraries an
ii  xserver-common            4.3.0.dfsg.1-6 files and utilities common
to all 
ii  zlib1g                    1:1.2.1.1-5    compression library -
runtime

-- debconf information:
  xserver-xfree86/config/device/identifier: Generic Video Card
  xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm)
* xserver-xfree86/config/device/use_fbdev: false
* xserver-xfree86/config/monitor/selection-method: Advanced
  xserver-xfree86/config/doublequote_in_string_error:
* shared/default-x-server: xserver-xfree86-dbg
  xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true
  xserver-xfree86/config/device/bus_id:
* xserver-xfree86/config/inputdevice/keyboard/layout: us
* xserver-xfree86/config/monitor/horiz-sync: 30-90
  xserver-xfree86/config/monitor/identifier: Generic Monitor
  shared/no_known_x-server:
  xserver-xfree86/autodetect_mouse: true
  xserver-xfree86/config/device/video_ram:
  xserver-xfree86/config/monitor/mode-list: 1280x960 @ 60Hz
* xserver-xfree86/config/monitor/lcd: true
  xserver-xfree86/config/inputdevice/keyboard/internal:
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
  xserver-xfree86/multiple_possible_x-drivers:
* xserver-xfree86/config/inputdevice/keyboard/model: pc104
  xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/config/device/driver: ati
* xserver-xfree86/config/monitor/vert-refresh: 50-100
* xserver-xfree86/config/display/default_depth: 16
  xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
* xserver-xfree86/config/display/modes: 1024x768, 800x600, 640x480
  xserver-xfree86/config/device/bus_id_error:
  xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod,
freetype, glx, int10, record, speedo, type1, vbe
  xserver-xfree86/config/inputdevice/keyboard/options:
  xserver-xfree86/config/nonnumeric_string_error:
* xserver-xfree86/config/inputdevice/mouse/protocol: PS/2
  shared/multiple_possible_x-servers:
  xserver-xfree86/config/null_string_error:
  xserver-xfree86/config/monitor/range_input_error:
* xserver-xfree86/autodetect_video_card: true
  xserver-xfree86/config/inputdevice/keyboard/variant:
* xserver-xfree86/config/inputdevice/mouse/port: /dev/psaux
  xserver-xfree86/config/write_files_section: true
  xserver-xfree86/autodetect_monitor: true





Reply to: