Bug 2179 - [ATI/radeon] driver appears to ignore ModeLine
Summary: [ATI/radeon] driver appears to ignore ModeLine
Status: RESOLVED INVALID
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: 6.8.1
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-30 22:44 UTC by Stephen E. Halpin
Modified: 2006-12-28 09:55 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Stephen E. Halpin 2004-12-30 22:44:22 UTC
I'm running SuSE 9.2 with the 6.8.1 Xserver.  The video card is a Radeon 64MB
DDR VIVO (also identified as a Radeon QD or 7200) and a Sony GDM-W900 16:10
monitor.  Previous versions of SuSE and FreeBSD have had no trouble at 1920x1200
with 74-76Hz refresh rates with this exact hardware configuration.  The mode
chosen for 1920x1200 by the new server makes the Sony very unhappy, so I tried
lower resolutions, and found I still couldn't get anything that would display
well on my monitor.

To scale back the problem, I used xf86config to create a new configuration file
and use the 1600x1024 resolution.  It almost works, but the timing is such that
the Sony displays the image as a very narrow one in the center of the monitor,
and using the monitor controls to make it appear wider result in an image that
is still no where near as wide as the monitor.

Next, I ran xvidtune to adjust the screen parameters until I found a set that
the Sony appeared to like, and which (obviously) the Radeon card and X server
could produce.  I took the parameters and placed them in a ModeLine, and while I
see no errors at the console or in the Xorg.0.log file (I see no acknowledgement
of it ever parsing the line, but type it in wrong and the parser will bark, so
it's reading the right file...) I can't seem to get the X server to use the new
configuration.  I've tried other variations including "UseModes" with a separate
"Modes" section with no luck.  Scanning http://www.x.org and Googling didn't
turn up any solutions, but I did find one other person (Lou Hong) writing to
mailing.freebsd.ports with the same problem on a Radeon 7000 on December 25.  He
claims that 6.7.0 can read the ModeLine and 6.8.1 cannot.  I don't have an
earlier version of the xorg server to verify this.

A severity of "major" was selected as I can't display what I need to, and having
to run xvidtune and change the parameters every login to get the refresh up to
72Hz from 60Hz is more work than it should be.


The XF86Config (xorg.conf points to this by softlink) is as follows:

---------------------------------------------------------------------------
# File generated by xorgconfig.

#
# Copyright 2004 The X.Org Foundation
#
# 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 X.Org Foundation 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 X.Org Foundation 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 X.Org Foundation.
#

# **********************************************************************
# Refer to the xorg.conf(5x) man page for details about the format of 
# this file.
# **********************************************************************

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

# This loads the DBE extension module.

    Load        "dbe"   # Double buffer extension

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

# This loads the 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)
# 
# 

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

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

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

EndSection

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

Section "ServerFlags"

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

#    Option "NoTrapSignals"

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

#    Option "DontVTSwitch"

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

#    Option "DontZap"

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

#    Option "Dont Zoom"

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

#    Option "DisableVidModeExtension"

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

#    Option "AllowNonLocalXvidtune"

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

#    Option "DisableModInDev"

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

#    Option "AllowNonLocalModInDev"

EndSection

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

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

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "kbd"

# 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 Xorg
#    Option "XkbRules"    "xorg"
#    Option "XkbModel"    "pc101"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"   "xorg"
    Option "XkbModel"   "microsoft"
    Option "XkbLayout"  "us"

EndSection


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

Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/mouse"

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

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

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "My Monitor"

# 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   31.5-96

#    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

    ModeLine "1600x1024"   159.84   1600 1608 1752 2012   1024 1043 1046 1101

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 xorgconfig:

Section "Device"
    Identifier  "** ATI Radeon (generic)               [radeon]"
    Driver      "radeon"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
EndSection


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

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

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

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

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

Section "ServerLayout"

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

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

    Screen "Screen 1"

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

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

EndSection

# Section "DRI"
#    Mode 0666
# EndSection

----------------------------------------------------------------------------

Here is the Xorg.0.log file:

----------------------------------------------------------------------------

X Window System Version 6.8.1
Release Date: 17 September 2004
X Protocol Version 11, Revision 0, Release 6.8.1
Build Operating System: SuSE Linux [ELF] SuSE
Current Operating System: Linux linux 2.6.8-24-smp #1 SMP Wed Oct 6 09:16:23 UTC
 2004 i686
Build Date: 04 October 2004
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 31 01:05:23 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "My Monitor"
(**) |   |-->Device "** ATI Radeon (generic)               [radeon]"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Ty
pe1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/li
b/X11/fonts/local/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org 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="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2531 card 15d9,2980 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2532 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 8086,2533 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 04 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 15d9,2980 rev 04 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 15d9,2980 rev 04 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 15d9,2980 rev 04 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 15d9,2980 rev 04 class 0c,03,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2445 card 15d9,2980 rev 04 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5144 card 1002,001a rev 00 class 03,00,00 hdr 00
(II) PCI: 02:1f:0: chip 8086,1360 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 03:00:0: chip 8086,1161 card 8086,1161 rev 01 class 08,00,20 hdr 80
(II) PCI: 03:04:0: chip 9005,00cf card 9005,2980 rev 01 class 01,00,00 hdr 80
(II) PCI: 03:04:1: chip 9005,00cf card 9005,2980 rev 01 class 01,00,00 hdr 80
(II) PCI: 04:04:0: chip 8086,1229 card 8086,100c rev 08 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,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [1] -1  0       0x0000a400 - 0x0000a4ff (0x100) IX[B]
        [2] -1  0       0x0000a800 - 0x0000a8ff (0x100) IX[B]
        [3] -1  0       0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xf4000000 - 0xf5ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xe8000000 - 0xefffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:2:0), (0,2,3), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1  0       0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [1] -1  0       0x0000b400 - 0x0000b4ff (0x100) IX[B]
        [2] -1  0       0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [3] -1  0       0x0000bc00 - 0x0000bcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:30:0), (0,4,4), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 4 I/O range:
        [0] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [1] -1  0       0x0000c400 - 0x0000c4ff (0x100) IX[B]
        [2] -1  0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [3] -1  0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
        [0] -1  0       0xf8000000 - 0xf9ffffff (0x2000000) 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)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (2:31:0), (2,3,3), BCTRL: 0x8006 (VGA_EN is cleared)
(II) Bus 3 I/O range:
        [0] -1  0       0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [1] -1  0       0x0000b400 - 0x0000b4ff (0x100) IX[B]
        [2] -1  0       0x0000b800 - 0x0000b8ff (0x100) IX[B]
        [3] -1  0       0x0000bc00 - 0x0000bcff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
        [0] -1  0       0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon R100 QD [Radeon 7200] rev 0, Mem @
 0xe8000000/27, 0xf5000000/19, I/O @ 0xa000/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 0xf0000000 from 0xf3ffffff to 0xeffffff
f
(II) Active PCI resource ranges:
        [0] -1  0       0xf9000000 - 0xf90fffff (0x100000) MX[B]
        [1] -1  0       0xf9100000 - 0xf9100fff (0x1000) MX[B]
        [2] -1  0       0xf7002000 - 0xf7002fff (0x1000) MX[B]
        [3] -1  0       0xf7000000 - 0xf7000fff (0x1000) MX[B]
        [4] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [5] -1  0       0xf5000000 - 0xf507ffff (0x80000) MX[B](B)
        [6] -1  0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [7] -1  0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [8] -1  0       0x0000e000 - 0x0000e03f (0x40) IX[B]
        [9] -1  0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [10] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [11] -1 0       0x00000500 - 0x0000050f (0x10) IX[B]
        [12] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
        [13] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [14] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
        [0] -1  0       0xf7001000 - 0xf7001fff (0x1000) MX[B]
        [1] -1  0       0x0000b400 - 0x0000b4ff (0x100) IX[B]
        [2] -1  0       0x0000b000 - 0x0000b0ff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xf9000000 - 0xf90fffff (0x100000) MX[B]
        [1] -1  0       0xf9100000 - 0xf9100fff (0x1000) MX[B]
        [2] -1  0       0xf7002000 - 0xf7002fff (0x1000) MX[B]
        [3] -1  0       0xf7000000 - 0xf7000fff (0x1000) MX[B]
        [4] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [5] -1  0       0xf5000000 - 0xf507ffff (0x80000) MX[B](B)
        [6] -1  0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [7] -1  0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [8] -1  0       0x0000e000 - 0x0000e03f (0x40) IX[B]
        [9] -1  0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [10] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [11] -1 0       0x00000500 - 0x0000050f (0x10) IX[B]
        [12] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
        [13] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [14] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0       0xf7001000 - 0xf7001fff (0x1000) MX[B]
        [1] -1  0       0x0000b400 - 0x0000b4ff (0x100) IX[B]
        [2] -1  0       0x0000b000 - 0x0000b0ff (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 - 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       0xf9000000 - 0xf90fffff (0x100000) MX[B]
        [6] -1  0       0xf9100000 - 0xf9100fff (0x1000) MX[B]
        [7] -1  0       0xf7002000 - 0xf7002fff (0x1000) MX[B]
        [8] -1  0       0xf7000000 - 0xf7000fff (0x1000) MX[B]
        [9] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [10] -1 0       0xf5000000 - 0xf507ffff (0x80000) MX[B](B)
        [11] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [12] -1 0       0xf7001000 - 0xf7001fff (0x1000) MX[B]
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [16] -1 0       0x0000e000 - 0x0000e03f (0x40) IX[B]
        [17] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [18] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [19] -1 0       0x00000500 - 0x0000050f (0x10) IX[B]
        [20] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
        [21] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [22] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
        [23] -1 0       0x0000b400 - 0x0000b4ff (0x100) IX[B]
        [24] -1 0       0x0000b000 - 0x0000b0ff (0x100) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org 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="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org 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 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="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.8.1, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 4.0.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 6.5.6
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) ATI: ATI driver (version 6.5.6) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
        ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
        ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
        ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
        ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
        ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
        ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
        ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
        ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
        ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
        ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
        ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
        ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
        ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
        ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
        ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
        ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
        ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
        ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
        ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
        ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
        ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
        ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
        ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
        ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
        ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
        ATI Radeon Mobility M7 LW (AGP),
        ATI Mobility FireGL 7800 M7 LX (AGP),
        ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
        ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
        ATI Radeon IGP330/340/350 (A4) 4137,
        ATI Radeon IGP330M/340M/350M (U2) 4337,
        ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
        ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
        ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
        ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
        ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
        ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
        ATI Radeon Mobility 9000 (M9) Lf (AGP),
        ATI Radeon Mobility 9000 (M9) Lg (AGP),
        ATI Radeon 9100 IGP (A5) 5834,
        ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
        ATI Radeon Mobility 9200 IGP 7835, 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/9700 (M10/M11) 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 T2e (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), ATI Radeon X600 (RV380) 3E50 (PCIE),
        ATI FireGL V3200 (RV380) 3E54 (PCIE),
        ATI Radeon Mobility X600 (M24) 3150 (PCIE),
        ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
        ATI Radeon X600 (RV370) 5B62 (PCIE),
        ATI FireGL V3100 (RV370) 5B64 (PCIE),
        ATI FireGL D1100 (RV370) 5B65 (PCIE),
        ATI Radeon Mobility M300 (M22) 5460 (PCIE),
        ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R420) JH (AGP),
        ATI Radeon X800PRO (R420) JI (AGP),
        ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
        ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
        ATI Radeon Mobility 9800 (M18) JN (AGP),
        ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 (R423) UH (PCIE),
        ATI Radeon X800PRO (R423) UI (PCIE),
        ATI Radeon X800LE (R423) UJ (PCIE),
        ATI Radeon X800SE (R423) UK (PCIE),
        ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),
        ATI FireGL V7100 (R423) UT (PCIE),
        ATI Radeon X800XT (R423) 5D57 (PCIE)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset ATI Radeon QD (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       0xf9000000 - 0xf90fffff (0x100000) MX[B]
        [6] -1  0       0xf9100000 - 0xf9100fff (0x1000) MX[B]
        [7] -1  0       0xf7002000 - 0xf7002fff (0x1000) MX[B]
        [8] -1  0       0xf7000000 - 0xf7000fff (0x1000) MX[B]
        [9] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [10] -1 0       0xf5000000 - 0xf507ffff (0x80000) MX[B](B)
        [11] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [12] -1 0       0xf7001000 - 0xf7001fff (0x1000) MX[B]
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [16] -1 0       0x0000e000 - 0x0000e03f (0x40) IX[B]
        [17] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [18] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [19] -1 0       0x00000500 - 0x0000050f (0x10) IX[B]
        [20] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
        [21] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [22] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
        [23] -1 0       0x0000b400 - 0x0000b4ff (0x100) IX[B]
        [24] -1 0       0x0000b000 - 0x0000b0ff (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 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xf9000000 - 0xf90fffff (0x100000) MX[B]
        [6] -1  0       0xf9100000 - 0xf9100fff (0x1000) MX[B]
        [7] -1  0       0xf7002000 - 0xf7002fff (0x1000) MX[B]
        [8] -1  0       0xf7000000 - 0xf7000fff (0x1000) MX[B]
        [9] -1  0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [10] -1 0       0xf5000000 - 0xf507ffff (0x80000) MX[B](B)
        [11] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [12] -1 0       0xf7001000 - 0xf7001fff (0x1000) MX[B]
        [13] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [14] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [15] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [19] -1 0       0x0000e000 - 0x0000e03f (0x40) IX[B]
        [20] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [21] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [22] -1 0       0x00000500 - 0x0000050f (0x10) IX[B]
        [23] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
        [24] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [25] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
        [26] -1 0       0x0000b400 - 0x0000b4ff (0x100) IX[B]
        [27] -1 0       0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [28] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [29] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0xf5000000
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) RADEON(0): PCI bus 1 card 0 func 0
(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(==) 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/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon QD (AGP)" (ChipID = 0x5144)
(--) RADEON(0): Linear framebuffer at 0xe8000000
(--) RADEON(0): VideoRAM: 65536 kByte (128 bit DDR SDRAM)
(II) RADEON(0): AGP card detected
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): Legacy BIOS detected
(WW) RADEON(0): No Connector Info Table found!
(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): DDC Type: 3, Detected Type: 1
(II) RADEON(0): Monitor1 EDID data ---------------------------
(II) RADEON(0): Manufacturer: SNY  Model: e0  Serial#: 2102189
(II) RADEON(0): Year: 1998  Week: 46
(II) RADEON(0): EDID Version: 1.1
(II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.714/0.286 V
(II) RADEON(0): Sync:  Separate  Composite  SyncOnGreen
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 48  vert.: 31
(II) RADEON(0): Gamma: 3.01
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 0.595
(II) RADEON(0): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 720x400@88Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@67Hz
(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): 832x624@75Hz
(II) RADEON(0): 1024x768@87Hz (interlaced)
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1600  vsize 1200  refresh: 75  vid: 20393
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 159.8 MHz   Image Size:  474 x 266 mm
(II) RADEON(0): h_active: 1920  h_sync: 1952  h_sync_end 2096 h_blank_end 2368
h_border: 0
(II) RADEON(0): v_active: 1080  v_sync: 1083  v_sync_end 1086 v_blanking: 1125
v_border: 0
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 216.0 MHz   Image Size:  474 x 266 mm
(II) RADEON(0): h_active: 1920  h_sync: 1968  h_sync_end 2184 h_blank_end 2560
h_border: 0
(II) RADEON(0): v_active: 1080  v_sync: 1083  v_sync_end 1086 v_blanking: 1172
v_border: 0
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 170.4 MHz   Image Size:  474 x 296 mm
(II) RADEON(0): h_active: 1600  h_sync: 1632  h_sync_end 1792 h_blank_end 2096
h_border: 0
(II) RADEON(0): v_active: 1024  v_sync: 1027  v_sync_end 1030 v_blanking: 1070
v_border: 0
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 245.5 MHz   Image Size:  474 x 296 mm
(II) RADEON(0): h_active: 1920  h_sync: 1984  h_sync_end 2240 h_blank_end 2584
h_border: 0
(II) RADEON(0): v_active: 1200  v_sync: 1203  v_sync_end 1206 v_blanking: 1250
v_border: 0
(II) RADEON(0): End of Monitor1 EDID data --------------------
(II) RADEON(0): PLL parameters: rf=2700 rd=60 min=12000 max=35000; xclk=18300
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Panel size found from DDC: 1920x1080
(II) RADEON(0): Valid Mode from Detailed timing table: 1920x1080
(II) RADEON(0): Valid Mode from Detailed timing table: 1920x1080
(II) RADEON(0): Valid Mode from Detailed timing table: 1600x1024
(II) RADEON(0): Valid Mode from Detailed timing table: 1920x1200
(II) RADEON(0): Total of 4 mode(s) found.
(II) RADEON(0): Total number of valid DDC mode(s) found: 4
(II) RADEON(0): Valid mode using on-chip RMX: 1600x1024
(II) RADEON(0): Valid mode using on-chip RMX: 1280x1024
(II) RADEON(0): Valid mode using on-chip RMX: 1024x768
(II) RADEON(0): Valid mode using on-chip RMX: 800x600
(II) RADEON(0): Valid mode using on-chip RMX: 640x480
(II) RADEON(0): Total number of valid FP mode(s) found: 5
(--) RADEON(0): Virtual size is 1600x1024 (pitch 1600)
(**) RADEON(0): *Mode "1600x1024": 159.8 MHz (scaled from 0.0 MHz), 67.5 kHz,
60.0 Hz
(II) RADEON(0): Modeline "1600x1024"  159.84  1600 1952 2096 2368  1024 1083
1086 1125
(**) RADEON(0): *Mode "1280x1024": 159.8 MHz (scaled from 0.0 MHz), 67.5 kHz,
60.0 Hz
(II) RADEON(0): Modeline "1280x1024"  159.84  1280 1952 2096 2368  1024 1083
1086 1125
(**) RADEON(0): *Mode "1024x768": 159.8 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768"  159.84  1024 1952 2096 2368  768 1083 1086 1125
(**) RADEON(0): *Mode "800x600": 159.8 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x600"  159.84  800 1952 2096 2368  600 1083 1086 1125
(**) RADEON(0): *Mode "640x480": 159.8 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"  159.84  640 1952 2096 2368  480 1083 1086 1125
(**) RADEON(0):  Default mode "320x175": 159.8 MHz (scaled from 0.0 MHz), 67.5
kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x175"  159.84  320 1952 2096 2368  175 1083 1086 1125
(**) RADEON(0):  Default mode "320x200": 159.8 MHz (scaled from 0.0 MHz), 67.5
kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x200"  159.84  320 1952 2096 2368  200 1083 1086 1125
(**) RADEON(0):  Default mode "360x200": 159.8 MHz (scaled from 0.0 MHz), 67.5
kHz, 60.0 Hz
(II) RADEON(0): Modeline "360x200"  159.84  360 1952 2096 2368  200 1083 1086 1125
(**) RADEON(0):  Default mode "320x240": 159.8 MHz (scaled from 0.0 MHz), 67.5
kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x240"  159.84  320 1952 2096 2368  240 1083 1086 1125
(**) RADEON(0):  Default mode "400x300": 159.8 MHz (scaled from 0.0 MHz), 67.5
kHz, 60.0 Hz
(II) RADEON(0): Modeline "400x300"  159.84  400 1952 2096 2368  300 1083 1086 1125
(**) RADEON(0):  Default mode "512x384": 159.8 MHz (scaled from 0.0 MHz), 67.5
kHz, 60.0 Hz
(II) RADEON(0): Modeline "512x384"  159.84  512 1952 2096 2368  384 1083 1086 1125
(**) RADEON(0):  Default mode "576x432": 159.8 MHz (scaled from 0.0 MHz), 67.5
kHz, 60.0 Hz
(II) RADEON(0): Modeline "576x432"  159.84  576 1952 2096 2368  432 1083 1086 1125
(**) RADEON(0):  Default mode "640x512": 159.8 MHz (scaled from 0.0 MHz), 67.5
kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x512"  159.84  640 1952 2096 2368  512 1083 1086 1125
(**) RADEON(0):  Default mode "896x672": 159.8 MHz (scaled from 0.0 MHz), 67.5
kHz, 60.0 Hz
(II) RADEON(0): Modeline "896x672"  159.84  896 1952 2096 2368  672 1083 1086 1125
(**) RADEON(0):  Default mode "928x696": 159.8 MHz (scaled from 0.0 MHz), 67.5
kHz, 60.0 Hz
(II) RADEON(0): Modeline "928x696"  159.84  928 1952 2096 2368  696 1083 1086 1125
(**) RADEON(0):  Default mode "960x720": 159.8 MHz (scaled from 0.0 MHz), 67.5
kHz, 60.0 Hz
(II) RADEON(0): Modeline "960x720"  159.84  960 1952 2096 2368  720 1083 1086 1125
(**) RADEON(0):  Default mode "416x312": 159.8 MHz (scaled from 0.0 MHz), 67.5
kHz, 60.0 Hz
(II) RADEON(0): Modeline "416x312"  159.84  416 1952 2096 2368  312 1083 1086 1125
(**) RADEON(0):  Default mode "576x384": 159.8 MHz (scaled from 0.0 MHz), 67.5
kHz, 60.0 Hz
(II) RADEON(0): Modeline "576x384"  159.84  576 1952 2096 2368  384 1083 1086 1125
(**) RADEON(0):  Default mode "700x525": 159.8 MHz (scaled from 0.0 MHz), 67.5
kHz, 60.0 Hz
(II) RADEON(0): Modeline "700x525"  159.84  700 1952 2096 2368  525 1083 1086 1125
(--) RADEON(0): Display dimensions: (480, 310) mm
(--) RADEON(0): DPI set to (84, 83)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        ABI class: X.Org 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="X.Org Foundation"
        compiled for 6.8.1, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.7
(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="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        ABI class: X.Org 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.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xf5000000 - 0xf507ffff (0x80000) MX[B]
        [1] 0   0       0xe8000000 - 0xefffffff (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 - 0x000effff (0x30000) MX[B]
        [6] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0       0xf9000000 - 0xf90fffff (0x100000) MX[B]
        [8] -1  0       0xf9100000 - 0xf9100fff (0x1000) MX[B]
        [9] -1  0       0xf7002000 - 0xf7002fff (0x1000) MX[B]
        [10] -1 0       0xf7000000 - 0xf7000fff (0x1000) MX[B]
        [11] -1 0       0xf0000000 - 0xefffffff (0x0) MX[B]O
        [12] -1 0       0xf5000000 - 0xf507ffff (0x80000) MX[B](B)
        [13] -1 0       0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
        [14] -1 0       0xf7001000 - 0xf7001fff (0x1000) MX[B]
        [15] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
        [16] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
        [17] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
        [18] 0  0       0x0000a000 - 0x0000a0ff (0x100) IX[B]
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x0000c000 - 0x0000c03f (0x40) IX[B]
        [22] -1 0       0x0000e000 - 0x0000e03f (0x40) IX[B]
        [23] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
        [24] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [25] -1 0       0x00000500 - 0x0000050f (0x10) IX[B]
        [26] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
        [27] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [28] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[B](B)
        [29] -1 0       0x0000b400 - 0x0000b4ff (0x100) IX[B]
        [30] -1 0       0x0000b000 - 0x0000b0ff (0x100) IX[B]
        [31] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [32] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) RADEON(0): Write-combining range (0xe8000000,0x4000000)
(II) RADEON(0): Dynamic Clock Scaling Disabled
(II) RADEON(0): Memory manager initialized to (0,0) (1600,8191)
(II) RADEON(0): Reserved area from (0,1024) to (1600,1026)
(II) RADEON(0): Largest offscreen area available: 1600 x 7165
(II) RADEON(0): Render acceleration enabled
(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
                32 256x256 slots
                16 512x512 slots
(II) RADEON(0): Acceleration enabled
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 1026)
(II) RADEON(0): Largest offscreen area available: 1600 x 7162
(II) RADEON(0): Direct rendering disabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "Protocol" "PS/2"
(**) Mouse1: Device: "/dev/mouse"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "microsoft"
(**) Keyboard1: XkbModel: "microsoft"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/local/, removing from
list!
SetClientVersion: 0 8
GetModeLine - scrn: 0 clock: 159840
GetModeLine - hdsp: 1600 hbeg: 1952 hend: 2096 httl: 2368
              vdsp: 1024 vbeg: 1083 vend: 1086 vttl: 1125 flags: -2147483648
GetModeLine - scrn: 0 clock: 159840
GetModeLine - hdsp: 1600 hbeg: 1952 hend: 2096 httl: 2368
              vdsp: 1024 vbeg: 1083 vend: 1086 vttl: 1125 flags: -2147483648
SetClientVersion: 0 8
SetGrabKeysState - disabled
SetGrabKeysState - enabled
Comment 1 T. Hood 2005-09-26 07:14:09 UTC
>  ModeLine "1600x1024"   159.84   1600 1608 1752 2012   1024 1043 1046 1101

> (**) RADEON(0): *Mode "1600x1024": 159.8 MHz (scaled from 0.0 MHz), 67.5 kHz,
60.0 Hz
> (II) RADEON(0): Modeline "1600x1024"  159.84  1600 1952 2096 2368  1024 1083
1086 1125

Try giving your custom 1600 x 1024 modeline a different name.
Comment 2 Eric Hagedorn 2005-11-03 09:16:51 UTC
I'm having a similar problem with the ATI provided fglrx drivers on an ATI X700.
 I have added the following Modeline to my xorg.conf file:
ModeLine "2048x2048" 357.18 2048 2090 2410 2816 2048 2051 2054 2114 -hsync -vsync

Xorg 6.8.1 starts successfully, but the Xorg.0.log doesn't precisely match the
Modeline:
(II) fglrx(0): Total of 34 modes found for primary display.
(--) fglrx(0): Virtual size is 2048x2048 (pitch 2048)
(**) fglrx(0): *Mode "2048x2048": 357.2 MHz (scaled from 0.0 MHz), 126.8 kHz,
59.0 Hz
(II) fglrx(0): Modeline "2048x2048"  357.18  2048 2090 2410 2816  2048 2051 2054
2114 +csync

The output on the screen tells me that the Modeline is not being taken
correctly.  (The Modeline is known to be correct; we use it on this monitor with
many different video cards.)  I have not tried this on Xorg's radeon driver yet. 
Comment 3 Erik Andren 2006-04-02 18:58:58 UTC
Whats the status of this bug using a current version of xorg / radeon?
Comment 4 Erik Andren 2006-04-27 07:14:26 UTC
Closing this bug due to the lack of activity. If the problem still persists,
please reopen.
Comment 5 Laurent Birtz 2006-12-28 09:42:27 UTC
I am still getting this bug with X Protocol Version 11, Revision 0, Release 7.1.1.
The X server ignores 'Modes "1280x1024"' in SubSection "Display" and also
ignores the modeline I specified in the "Monitor" section. I can obtain the
desired resolution when X is started with the KDE control panel.
Comment 6 Laurent Birtz 2006-12-28 09:55:43 UTC
My apologies, it was a configuration error on my side (PEBKAC).


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.