http://odin.prohosting.com/wedge01/g....html#1_whyuse
našel jsem na zahraničních fórech nějaké podrobnější návody tak se to pokusim udělat podle nich.

tak ja uz fakt nevim

Kód:
emerge ati-drivers
OK
Kód:
opengl-update ati
OK

Vesker nastaveni jadra je podle navodu

Kód:
glxinfo
Kód:
name of display: :0.0
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_ATI_pixel_format_float,
    GLX_ATI_render_texture
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_multisample
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
    GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_lod_bias
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  1 0 None
0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  1 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  1 0 None
0x28 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  1 0 None
0x29 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
0x2a 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
/etc/X11/xorg.conf
Kód:
# 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/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
#    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
#    FontPath   "/usr/share/fonts/Speedo/"
#    FontPath   "/usr/share/fonts/TrueType/"
#    FontPath   "/usr/share/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
# &#40;where n is 1 through 12&#41;.  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
# &#40;mouse and keyboard&#41; settings.

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings &#40;currently only xset&#41;.

#    Option "AllowNonLocalModInDev"

EndSection

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

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

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "kbd"

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

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled &#40;eg, with xset&#40;1&#41;&#41;
#    Option     "Xleds"      "1 2 3"

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

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

# These are the default XKB settings for Xorg
#    Option "XkbRules"    "xorg"
#    Option "XkbModel"    "pc105"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "cz"

EndSection


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

Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "ImPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Device"      "/dev/psaux"

# 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 &#40;default is 50ms&#41;

#    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&#58; THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   31.5 - 64.3

#    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&#58; THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 50-160

EndSection


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

# Any number of graphics device sections may be present

# Standard VGA Device&#58;

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&#58;0&#58;10&#58;0"

#    VideoRam   256

#    Clocks     25.2 28.3

EndSection

# Device configured by xorgconfig&#58;

Section "Device"
    Identifier  "ATI Graphics adapter"
    Driver      "fglrx"
    Option      "no_accel" "no"
    Option      "no_dri"   "no"
    Option      "VideoOverlay" "on"
    Option      "Capabilities" "0x00000000"
    Option      "OpenGLOverlay" "off"
    BusID       "PCI&#58;1&#58;0&#58;0"
        # unsupported card
    #VideoRam    131072
    # 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 Graphics adapter"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1152x864" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1152x864" "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
/var/log/Xorg.O.log
[code:1:70b5248f7c]
X Window System Version 6.8.2
Release Date&#58; 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System&#58; Linux 2.6.8-gentoo-r4 i686 &#91;ELF&#93;
Current Operating System&#58; Linux OzzyTux 2.6.11-gentoo-r3 #3 SMP Tue May 17 21&#58;13&#58;20 GMT 2005 i686
Build Date&#58; 12 March 2005
Before reporting problems, check http&#58;//wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers&#58; &#40;--&#41; probed, &#40;**&#41; from config file, &#40;==&#41; default setting,
&#40;++&#41; from command line, &#40;!!&#41; notice, &#40;II&#41; informational,
&#40;WW&#41; warning, &#40;EE&#41; error, &#40;NI&#41; not implemented, &#40;??&#41; unknown.
&#40;==&#41; Log file&#58; "/var/log/Xorg.0.log", Time&#58; Tue May 17 22&#58;04&#58;16 2005
&#40;==&#41; Using config file&#58; "/etc/X11/xorg.conf"
&#40;==&#41; ServerLayout "Simple Layout"
&#40;**&#41; |-->Screen "Screen 1" &#40;0&#41;
&#40;**&#41; | |-->Monitor "My Monitor"
&#40;**&#41; | |-->Device "ATI Graphics adapter"
&#40;**&#41; |-->Input Device "Mouse1"
&#40;**&#41; |-->Input Device "Keyboard1"
&#40;**&#41; FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/local/"
&#40;**&#41; RgbPath set to "/usr/X11R6/lib/X11/rgb"
&#40;==&#41; ModulePath set to "/usr/lib/modules"
&#40;WW&#41; Open APM failed &#40;/dev/apm_bios&#41; &#40;No such file or directory&#41;
&#40;II&#41; Module ABI versions&#58;
X.Org ANSI C Emulation&#58; 0.2
X.Org Video Driver&#58; 0.7
X.Org XInput driver &#58; 0.4
X.Org Server Extension &#58; 0.2
X.Org Font Renderer &#58; 0.4
&#40;II&#41; Loader running on linux
&#40;II&#41; LoadModule&#58; "bitmap"
&#40;II&#41; Loading /usr/lib/modules/fonts/libbitmap.a
&#40;II&#41; Module bitmap&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class&#58; X.Org Font Renderer
ABI class&#58; X.Org Font Renderer, version 0.4
&#40;II&#41; Loading font Bitmap
&#40;II&#41; LoadModule&#58; "pcidata"
&#40;II&#41; Loading /usr/lib/modules/libpcidata.a
&#40;II&#41; Module pcidata&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class&#58; X.Org Video Driver, version 0.7
Using vt 7
&#40;--&#41; using VT number 7

&#40;II&#41; PCI&#58; PCI scan &#40;all values are in hex&#41;
&#40;II&#41; PCI&#58; 00&#58;00&#58;0&#58; chip 1106,3189 card 1106,0000 rev 80 class 06,00,00 hdr 00
&#40;II&#41; PCI&#58; 00&#58;01&#58;0&#58; chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
&#40;II&#41; PCI&#58; 00&#58;09&#58;0&#58; chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
&#40;II&#41; PCI&#58; 00&#58;10&#58;0&#58; chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
&#40;II&#41; PCI&#58; 00&#58;10&#58;1&#58; chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
&#40;II&#41; PCI&#58; 00&#58;10&#58;2&#58; chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
&#40;II&#41; PCI&#58; 00&#58;10&#58;3&#58; chip 1106,3104 card 1106,3104 rev 82 class 0c,03,20 hdr 00
&#40;II&#41; PCI&#58; 00&#58;11&#58;0&#58; chip 1106,3177 card 1106,0000 rev 00 class 06,01,00 hdr 80
&#40;II&#41; PCI&#58; 00&#58;11&#58;1&#58; chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
&#40;II&#41; PCI&#58; 00&#58;11&#58;5&#58; chip 1106,3059 card 4005,4720 rev 50 class 04,01,00 hdr 00
&#40;II&#41; PCI&#58; 01&#58;00&#58;0&#58; chip 1002,4152 card 174b,7c19 rev 00 class 03,00,00 hdr 80
&#40;II&#41; PCI&#58; 01&#58;00&#58;1&#58; chip 1002,4172 card 174b,7c18 rev 00 class 03,80,00 hdr 00
&#40;II&#41; PCI&#58; End of PCI scan
&#40;II&#41; Host-to-PCI bridge&#58;
&#40;II&#41; Bus 0&#58; bridge is at &#40;0&#58;0&#58;0&#41;, &#40;0,0,1&#41;, BCTRL&#58; 0x0008 &#40;VGA_EN is set&#41;
&#40;II&#41; Bus 0 I/O range&#58;
&#91;0&#93; -1 0 0x00000000 - 0x0000ffff &#40;0x10000&#41; IX&#91;B&#93;
&#40;II&#41; Bus 0 non-prefetchable memory range&#58;
&#91;0&#93; -1 0 0x00000000 - 0xffffffff &#40;0x0&#41; MX&#91;B&#93;
&#40;II&#41; Bus 0 prefetchable memory range&#58;
&#91;0&#93; -1 0 0x00000000 - 0xffffffff &#40;0x0&#41; MX&#91;B&#93;
&#40;II&#41; PCI-to-PCI bridge&#58;
&#40;II&#41; Bus 1&#58; bridge is at &#40;0&#58;1&#58;0&#41;, &#40;0,1,1&#41;, BCTRL&#58; 0x000c &#40;VGA_EN is set&#41;
&#40;II&#41; Bus 1 I/O range&#58;
&#91;0&#93; -1 0 0x0000c000 - 0x0000c0ff &#40;0x100&#41; IX&#91;B&#93;
&#91;1&#93; -1 0 0x0000c400 - 0x0000c4ff &#40;0x100&#41; IX&#91;B&#93;
&#91;2&#93; -1 0 0x0000c800 - 0x0000c8ff &#40;0x100&#41; IX&#91;B&#93;
&#91;3&#93; -1 0 0x0000cc00 - 0x0000ccff &#40;0x100&#41; IX&#91;B&#93;
&#40;II&#41; Bus 1 non-prefetchable memory range&#58;
&#91;0&#93; -1 0 0xdfe00000 - 0xdfefffff &#40;0x100000&#41; MX&#91;B&#93;
&#40;II&#41; Bus 1 prefetchable memory range&#58;
&#91;0&#93; -1 0 0xbfd00000 - 0xdfcfffff &#40;0x20000000&#41; MX&#91;B&#93;
&#40;II&#41; PCI-to-ISA bridge&#58;
&#40;II&#41; Bus -1&#58; bridge is at &#40;0&#58;17&#58;0&#41;, &#40;0,-1,-1&#41;, BCTRL&#58; 0x0008 &#40;VGA_EN is set&#41;
&#40;--&#41; PCI&#58;*&#40;1&#58;0&#58;0&#41; ATI Technologies Inc RV350 AR &#91;Radeon 9600&#93; rev 0, Mem @ 0xd0000000/27, 0xdfef0000/16, I/O @ 0xc800/8, BIOS @ 0xdfec0000/17
&#40;--&#41; PCI&#58; &#40;1&#58;0&#58;1&#41; ATI Technologies Inc RV350 AR &#91;Radeon 9600&#93; &#40;Secondary&#41; rev 0, Mem @ 0xc8000000/27, 0xdfee0000/16
&#40;II&#41; Addressable bus resource ranges are
&#91;0&#93; -1 0 0x00000000 - 0xffffffff &#40;0x0&#41; MX&#91;B&#93;
&#91;1&#93; -1 0 0x00000000 - 0x0000ffff &#40;0x10000&#41; IX&#91;B&#93;
&#40;II&#41; OS-reported resource ranges&#58;
&#91;0&#93; -1 0 0xffe00000 - 0xffffffff &#40;0x200000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;1&#93; -1 0 0x00100000 - 0x3fffffff &#40;0x3ff00000&#41; MX&#91;B&#93;E&#40;B&#41;
&#91;2&#93; -1 0 0x000f0000 - 0x000fffff &#40;0x10000&#41; MX&#91;B&#93;
&#91;3&#93; -1 0 0x000c0000 - 0x000effff &#40;0x30000&#41; MX&#91;B&#93;
&#91;4&#93; -1 0 0x00000000 - 0x0009ffff &#40;0xa0000&#41; MX&#91;B&#93;
&#91;5&#93; -1 0 0x0000ffff - 0x0000ffff &#40;0x1&#41; IX&#91;B&#93;
&#91;6&#93; -1 0 0x00000000 - 0x000000ff &#40;0x100&#41; IX&#91;B&#93;
&#40;II&#41; PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
&#40;II&#41; Active PCI resource ranges&#58;
&#91;0&#93; -1 0 0xdffffe00 - 0xdffffeff &#40;0x100&#41; MX&#91;B&#93;
&#91;1&#93; -1 0 0xdfffff00 - 0xdfffffff &#40;0x100&#41; MX&#91;B&#93;
&#91;2&#93; -1 0 0xe0000000 - 0xdfffffff &#40;0x0&#41; MX&#91;B&#93;O
&#91;3&#93; -1 0 0xdfee0000 - 0xdfeeffff &#40;0x10000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;4&#93; -1 0 0xc8000000 - 0xcfffffff &#40;0x8000000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;5&#93; -1 0 0xdfec0000 - 0xdfedffff &#40;0x20000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;6&#93; -1 0 0xdfef0000 - 0xdfefffff &#40;0x10000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;7&#93; -1 0 0xd0000000 - 0xd7ffffff &#40;0x8000000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;8&#93; -1 0 0x0000dc00 - 0x0000dcff &#40;0x100&#41; IX&#91;B&#93;
&#91;9&#93; -1 0 0x0000fc00 - 0x0000fc0f &#40;0x10&#41; IX&#91;B&#93;
&#91;10&#93; -1 0 0x0000e800 - 0x0000e81f &#40;0x20&#41; IX&#91;B&#93;
&#91;11&#93; -1 0 0x0000e400 - 0x0000e41f &#40;0x20&#41; IX&#91;B&#93;
&#91;12&#93; -1 0 0x0000e000 - 0x0000e01f &#40;0x20&#41; IX&#91;B&#93;
&#91;13&#93; -1 0 0x0000ec00 - 0x0000ecff &#40;0x100&#41; IX&#91;B&#93;
&#91;14&#93; -1 0 0x0000c800 - 0x0000c8ff &#40;0x100&#41; IX&#91;B&#93;&#40;B&#41;
&#40;II&#41; Active PCI resource ranges after removing overlaps&#58;
&#91;0&#93; -1 0 0xdffffe00 - 0xdffffeff &#40;0x100&#41; MX&#91;B&#93;
&#91;1&#93; -1 0 0xdfffff00 - 0xdfffffff &#40;0x100&#41; MX&#91;B&#93;
&#91;2&#93; -1 0 0xe0000000 - 0xdfffffff &#40;0x0&#41; MX&#91;B&#93;O
&#91;3&#93; -1 0 0xdfee0000 - 0xdfeeffff &#40;0x10000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;4&#93; -1 0 0xc8000000 - 0xcfffffff &#40;0x8000000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;5&#93; -1 0 0xdfec0000 - 0xdfedffff &#40;0x20000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;6&#93; -1 0 0xdfef0000 - 0xdfefffff &#40;0x10000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;7&#93; -1 0 0xd0000000 - 0xd7ffffff &#40;0x8000000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;8&#93; -1 0 0x0000dc00 - 0x0000dcff &#40;0x100&#41; IX&#91;B&#93;
&#91;9&#93; -1 0 0x0000fc00 - 0x0000fc0f &#40;0x10&#41; IX&#91;B&#93;
&#91;10&#93; -1 0 0x0000e800 - 0x0000e81f &#40;0x20&#41; IX&#91;B&#93;
&#91;11&#93; -1 0 0x0000e400 - 0x0000e41f &#40;0x20&#41; IX&#91;B&#93;
&#91;12&#93; -1 0 0x0000e000 - 0x0000e01f &#40;0x20&#41; IX&#91;B&#93;
&#91;13&#93; -1 0 0x0000ec00 - 0x0000ecff &#40;0x100&#41; IX&#91;B&#93;
&#91;14&#93; -1 0 0x0000c800 - 0x0000c8ff &#40;0x100&#41; IX&#91;B&#93;&#40;B&#41;
&#40;II&#41; OS-reported resource ranges after removing overlaps with PCI&#58;
&#91;0&#93; -1 0 0xffe00000 - 0xffffffff &#40;0x200000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;1&#93; -1 0 0x00100000 - 0x3fffffff &#40;0x3ff00000&#41; MX&#91;B&#93;E&#40;B&#41;
&#91;2&#93; -1 0 0x000f0000 - 0x000fffff &#40;0x10000&#41; MX&#91;B&#93;
&#91;3&#93; -1 0 0x000c0000 - 0x000effff &#40;0x30000&#41; MX&#91;B&#93;
&#91;4&#93; -1 0 0x00000000 - 0x0009ffff &#40;0xa0000&#41; MX&#91;B&#93;
&#91;5&#93; -1 0 0x0000ffff - 0x0000ffff &#40;0x1&#41; IX&#91;B&#93;
&#91;6&#93; -1 0 0x00000000 - 0x000000ff &#40;0x100&#41; IX&#91;B&#93;
&#40;II&#41; All system resource ranges&#58;
&#91;0&#93; -1 0 0xffe00000 - 0xffffffff &#40;0x200000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;1&#93; -1 0 0x00100000 - 0x3fffffff &#40;0x3ff00000&#41; MX&#91;B&#93;E&#40;B&#41;
&#91;2&#93; -1 0 0x000f0000 - 0x000fffff &#40;0x10000&#41; MX&#91;B&#93;
&#91;3&#93; -1 0 0x000c0000 - 0x000effff &#40;0x30000&#41; MX&#91;B&#93;
&#91;4&#93; -1 0 0x00000000 - 0x0009ffff &#40;0xa0000&#41; MX&#91;B&#93;
&#91;5&#93; -1 0 0xdffffe00 - 0xdffffeff &#40;0x100&#41; MX&#91;B&#93;
&#91;6&#93; -1 0 0xdfffff00 - 0xdfffffff &#40;0x100&#41; MX&#91;B&#93;
&#91;7&#93; -1 0 0xe0000000 - 0xdfffffff &#40;0x0&#41; MX&#91;B&#93;O
&#91;8&#93; -1 0 0xdfee0000 - 0xdfeeffff &#40;0x10000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;9&#93; -1 0 0xc8000000 - 0xcfffffff &#40;0x8000000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;10&#93; -1 0 0xdfec0000 - 0xdfedffff &#40;0x20000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;11&#93; -1 0 0xdfef0000 - 0xdfefffff &#40;0x10000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;12&#93; -1 0 0xd0000000 - 0xd7ffffff &#40;0x8000000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;13&#93; -1 0 0x0000ffff - 0x0000ffff &#40;0x1&#41; IX&#91;B&#93;
&#91;14&#93; -1 0 0x00000000 - 0x000000ff &#40;0x100&#41; IX&#91;B&#93;
&#91;15&#93; -1 0 0x0000dc00 - 0x0000dcff &#40;0x100&#41; IX&#91;B&#93;
&#91;16&#93; -1 0 0x0000fc00 - 0x0000fc0f &#40;0x10&#41; IX&#91;B&#93;
&#91;17&#93; -1 0 0x0000e800 - 0x0000e81f &#40;0x20&#41; IX&#91;B&#93;
&#91;18&#93; -1 0 0x0000e400 - 0x0000e41f &#40;0x20&#41; IX&#91;B&#93;
&#91;19&#93; -1 0 0x0000e000 - 0x0000e01f &#40;0x20&#41; IX&#91;B&#93;
&#91;20&#93; -1 0 0x0000ec00 - 0x0000ecff &#40;0x100&#41; IX&#91;B&#93;
&#91;21&#93; -1 0 0x0000c800 - 0x0000c8ff &#40;0x100&#41; IX&#91;B&#93;&#40;B&#41;
&#40;II&#41; LoadModule&#58; "dbe"
&#40;II&#41; Loading /usr/lib/modules/extensions/libdbe.a
&#40;II&#41; Module dbe&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class&#58; X.Org Server Extension
ABI class&#58; X.Org Server Extension, version 0.2
&#40;II&#41; Loading extension DOUBLE-BUFFER
&#40;II&#41; LoadModule&#58; "extmod"
&#40;II&#41; Loading /usr/lib/modules/extensions/libextmod.a
&#40;II&#41; Module extmod&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class&#58; X.Org Server Extension
ABI class&#58; X.Org Server Extension, version 0.2
&#40;II&#41; Loading extension SHAPE
&#40;II&#41; Loading extension MIT-SUNDRY-NONSTANDARD
&#40;II&#41; Loading extension BIG-REQUESTS
&#40;II&#41; Loading extension SYNC
&#40;II&#41; Loading extension MIT-SCREEN-SAVER
&#40;II&#41; Loading extension XC-MISC
&#40;II&#41; Loading extension XFree86-VidModeExtension
&#40;II&#41; Loading extension XFree86-Misc
&#40;II&#41; Loading extension DPMS
&#40;II&#41; Loading extension TOG-CUP
&#40;II&#41; Loading extension Extended-Visual-Information
&#40;II&#41; Loading extension XVideo
&#40;II&#41; Loading extension XVideo-MotionCompensation
&#40;II&#41; Loading extension X-Resource
&#40;II&#41; LoadModule&#58; "type1"
&#40;II&#41; Loading /usr/lib/modules/fonts/libtype1.a
&#40;II&#41; Module type1&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.2
Module class&#58; X.Org Font Renderer
ABI class&#58; X.Org Font Renderer, version 0.4
&#40;II&#41; Loading font Type1
&#40;II&#41; Loading font CID
&#40;II&#41; LoadModule&#58; "freetype"
&#40;II&#41; Loading /usr/lib/modules/fonts/libfreetype.so
&#40;II&#41; Module freetype&#58; vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.8.2, module version = 2.1.0
Module class&#58; X.Org Font Renderer
ABI class&#58; X.Org Font Renderer, version 0.4
&#40;II&#41; Loading font FreeType
&#40;II&#41; LoadModule&#58; "glx"
&#40;II&#41; Loading /usr/lib/modules/extensions/libglx.a
&#40;II&#41; Module glx&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class&#58; X.Org Server Extension, version 0.2
&#40;II&#41; Loading sub module "GLcore"
&#40;II&#41; LoadModule&#58; "GLcore"
&#40;II&#41; Loading /usr/lib/modules/extensions/libGLcore.a
&#40;II&#41; Module GLcore&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class&#58; X.Org Server Extension, version 0.2
&#40;II&#41; Loading extension GLX
&#40;II&#41; LoadModule&#58; "dri"
&#40;II&#41; Loading /usr/lib/modules/extensions/libdri.a
&#40;II&#41; Module dri&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class&#58; X.Org Server Extension, version 0.2
&#40;II&#41; Loading sub module "drm"
&#40;II&#41; LoadModule&#58; "drm"
&#40;II&#41; Loading /usr/lib/modules/linux/libdrm.a
&#40;II&#41; Module drm&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class&#58; X.Org Server Extension, version 0.2
&#40;II&#41; Loading extension XFree86-DRI
&#40;II&#41; LoadModule&#58; "fglrx"
&#40;II&#41; Loading /usr/lib/modules/drivers/fglrx_drv.o
&#40;II&#41; Module fglrx&#58; vendor="FireGL - ATI Technologies Inc."
compiled for 4.3.99.902, module version = 8.8.25
Module class&#58; X.Org Video Driver
ABI class&#58; X.Org Video Driver, version 0.7
&#40;II&#41; LoadModule&#58; "mouse"
&#40;II&#41; Loading /usr/lib/modules/input/mouse_drv.o
&#40;II&#41; Module mouse&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class&#58; X.Org XInput Driver
ABI class&#58; X.Org XInput driver, version 0.4
&#40;II&#41; LoadModule&#58; "kbd"
&#40;II&#41; Loading /usr/lib/modules/input/kbd_drv.o
&#40;II&#41; Module kbd&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class&#58; X.Org XInput Driver
ABI class&#58; X.Org XInput driver, version 0.4
&#40;II&#41; ATI Radeon/FireGL&#58; The following chipsets are supported&#58;
FireGL - &#40;RV250 4964&#41;, FireGL - &#40;RV250 4965&#41;,
RADEON 9000/9000 PRO &#40;RV250 4966&#41;, RADEON 9000 LE &#40;RV250 4967&#41;,
MOBILITY FireGL 9000 &#40;M9 4C64&#41;, MOBILITY FireGL - &#40;M9 4C65&#41;,
MOBILITY RADEON 9000 &#40;M9 4C66&#41;, RADEON 9000 PRO &#409 4C67&#41;,
RADEON 9250 &#40;RV280 5960&#41;, RADEON 9200 &#40;RV280 5961&#41;,
RADEON 9200 SE &#40;RV280 5964&#41;, MOBILITY RADEON 9200 &#40;M9+ 5C61&#41;,
MOBILITY RADEON 9200 &#40;M9+ 5C63&#41;, FireGL 8800 &#40;R200 5148&#41;,
RADEON 8500 &#40;R200 514C&#41;, RADEON 9100 &#40;R200 514D&#41;,
RADEON - &#40;R200 5154&#41;, RADEON - &#40;R200 5155&#41;,
RADEON 8500 AIW &#40;R200 4242&#41;, RADEON 9600 &#40;RV350 4150&#41;,
RADEON 9600 SE &#40;RV350 4151&#41;, RADEON 9600 PRO &#40;RV360 4152&#41;,
MOBILITY RADEON 9600/9700 &#40;M10/M11 4E50&#41;, RADEON 9500 &#40;R300 4144&#41;,
RADEON - &#40;R300 4145&#41;, RADEON 9600 TX &#40;R300 4146&#41;,
FireGL Z1 &#40;R300 4147&#41;, RADEON 9700 PRO &#40;R300 4E44&#41;,
RADEON 9500 PRO/9700 &#40;R300 4E45&#41;, RADEON 9600 TX &#40;R300 4E46&#41;,
FireGL X1 &#40;R300 4E47&#41;, RADEON 9800 SE &#40;R350 4148&#41;,
FireGL - &#40;R350 414B&#41;, RADEON 9550 &#40;RV350 4153&#41;,
FireGL T2 &#40;RV350 4154&#41;, FireGL - &#40;RV350 4155&#41;, FireGL - &#40;RV350 4156&#41;,
FireGL - &#40;RV350 4157&#41;, RADEON 9800 PRO &#40;R350 4E48&#41;,
RADEON 9800 &#40;R350 4E49&#41;, RADEON 9800 XT &#40;R360 4E4A&#41;,
FireGL X2-256/X2-256t &#40;R350 4E4B&#41;,
MOBILITY FireGL T2/T2e &#40;M10/M11 4E54&#41;, RADEON X300 &#40;RV370 5B60&#41;,
RADEON - &#40;RV370 5B61&#41;, RADEON X600 &#40;RV380 5B62&#41;,
RADEON - &#40;RV370 5B63&#41;, FireGL V3100 &#40;RV370 5B64&#41;,
FireGL - &#40;RV370 5B66&#41;, FireGL - &#40;RV370 5B67&#41;,
MOBILITY RADEON X300 &#40;M22 5460&#41;, MOBILITY RADEON - &#40;M22 5461&#41;,
MOBILITY RADEON - &#40;M22 5462&#41;, MOBILITY RADEON - &#40;M22 5463&#41;,
MOBILITY FireGL V3100 &#40;M22 5464&#41;, MOBILITY FireGL - &#40;M22 5465&#41;,
MOBILITY FireGL - &#40;M22 5466&#41;, MOBILITY FireGL - &#40;M22 5467&#41;,
RADEON X600 &#40;RV380 3E50&#41;, RADEON - &#40;RV380 3E51&#41;,
RADEON - &#40;RV380 3E52&#41;, RADEON - &#40;RV380 3E53&#41;,
FireGL V3200 &#40;RV380 3E54&#41;, FireGL - &#40;RV380 3E55&#41;,
FireGL - &#40;RV380 3E56&#41;, FireGL - &#40;RV380 3E57&#41;,
MOBILITY RADEON X600 &#40;M24 3150&#41;, MOBILITY RADEON - &#40;M24 3151&#41;,
MOBILITY RADEON X300 &#40;M22 3152&#41;, MOBILITY RADEON - &#40;M24 3153&#41;,
MOBILITY FireGL V3200* &#40;M24 3154&#41;, MOBILITY FireGL -* &#40;M24 3155&#41;,
MOBILITY FireGL -* &#40;M24 3156&#41;, MOBILITY FireGL -* &#40;M24 3157&#41;,
RADEON X800 &#40;R420 4A48&#41;, RADEON X800 PRO &#40;R420 4A49&#41;,
RADEON X800 SE &#40;R420 4A4A&#41;, RADEON X800 XT &#40;R420 4A4B&#41;,
RADEON X800 &#40;R420 4A4C&#41;, FireGL X3-256 &#40;R420 4A4D&#41;,
MOBILITY RADEON 9800 &#40;M18 4A4E&#41;,
RADEON X800 XT Platinum Edition &#40;R420 4A50&#41;, RADEON X800 &#40;R423 5548&#41;,
RADEON X800 PRO &#40;R423 5549&#41;,
RADEON X800 XT Platinum Edition &#40;R423 554A&#41;,
RADEON X800 SE &#40;R423 554B&#41;, RADEON X800 XT &#40;R423 5D57&#41;,
FireGL V7100 &#40;R423 5550&#41;, FireGL V5100 &#40;R423 5551&#41;,
FireGL -* &#40;R423 5552&#41;, MOBILITY RADEON X800 XT &#40;M28 5D48&#41;,
MOBILITY FireGL V5100* &#40;M28 5D49&#41;, RADEON X700 XT &#40;RV410 5E4A&#41;,
RADEON X700 PRO &#40;RV410 5E4B&#41;, RADEON X700 SE &#40;RV410 5E4C&#41;,
RADEON X700 &#40;RV410 5E4D&#41;, RADEON X700 &#40;RV410 5E4F&#41;,
RADEON - &#40;RV410 5E52&#41;, RADEON - &#40;RV410 5E53&#41;, RADEON - &#40;RV410 5E55&#41;,
RADEON 9100 IGP &#40;RS300 5834&#41;,
RADEON 9000 PRO/9100 PRO IGP &#40;RS350 7834&#41;,
MOBILITY RADEON 9000/9100 IGP &#40;RS300M 5835&#41;
&#40;II&#41; Primary Device is&#58; PCI 01&#58;00&#58;0
&#40;WW&#41; fglrx&#58; No matching Device section for instance &#40;BusID PCI&#58;1&#58;0&#58;1&#41; found
&#40;--&#41; Chipset RADEON 9600 PRO &#40;RV360 4152&#41; found
&#40;II&#41; resource ranges after xf86ClaimFixedResources&#40;&#41; call&#58;
&#91;0&#93; -1 0 0xffe00000 - 0xffffffff &#40;0x200000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;1&#93; -1 0 0x00100000 - 0x3fffffff &#40;0x3ff00000&#41; MX&#91;B&#93;E&#40;B&#41;
&#91;2&#93; -1 0 0x000f0000 - 0x000fffff &#40;0x10000&#41; MX&#91;B&#93;
&#91;3&#93; -1 0 0x000c0000 - 0x000effff &#40;0x30000&#41; MX&#91;B&#93;
&#91;4&#93; -1 0 0x00000000 - 0x0009ffff &#40;0xa0000&#41; MX&#91;B&#93;
&#91;5&#93; -1 0 0xdffffe00 - 0xdffffeff &#40;0x100&#41; MX&#91;B&#93;
&#91;6&#93; -1 0 0xdfffff00 - 0xdfffffff &#40;0x100&#41; MX&#91;B&#93;
&#91;7&#93; -1 0 0xe0000000 - 0xdfffffff &#40;0x0&#41; MX&#91;B&#93;O
&#91;8&#93; -1 0 0xdfee0000 - 0xdfeeffff &#40;0x10000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;9&#93; -1 0 0xc8000000 - 0xcfffffff &#40;0x8000000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;10&#93; -1 0 0xdfec0000 - 0xdfedffff &#40;0x20000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;11&#93; -1 0 0xdfef0000 - 0xdfefffff &#40;0x10000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;12&#93; -1 0 0xd0000000 - 0xd7ffffff &#40;0x8000000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;13&#93; -1 0 0x0000ffff - 0x0000ffff &#40;0x1&#41; IX&#91;B&#93;
&#91;14&#93; -1 0 0x00000000 - 0x000000ff &#40;0x100&#41; IX&#91;B&#93;
&#91;15&#93; -1 0 0x0000dc00 - 0x0000dcff &#40;0x100&#41; IX&#91;B&#93;
&#91;16&#93; -1 0 0x0000fc00 - 0x0000fc0f &#40;0x10&#41; IX&#91;B&#93;
&#91;17&#93; -1 0 0x0000e800 - 0x0000e81f &#40;0x20&#41; IX&#91;B&#93;
&#91;18&#93; -1 0 0x0000e400 - 0x0000e41f &#40;0x20&#41; IX&#91;B&#93;
&#91;19&#93; -1 0 0x0000e000 - 0x0000e01f &#40;0x20&#41; IX&#91;B&#93;
&#91;20&#93; -1 0 0x0000ec00 - 0x0000ecff &#40;0x100&#41; IX&#91;B&#93;
&#91;21&#93; -1 0 0x0000c800 - 0x0000c8ff &#40;0x100&#41; IX&#91;B&#93;&#40;B&#41;
&#40;II&#41; fglrx&#40;0&#41;&#58; pEnt->device->identifier=0x81f8390
&#40;II&#41; resource ranges after probing&#58;
&#91;0&#93; -1 0 0xffe00000 - 0xffffffff &#40;0x200000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;1&#93; -1 0 0x00100000 - 0x3fffffff &#40;0x3ff00000&#41; MX&#91;B&#93;E&#40;B&#41;
&#91;2&#93; -1 0 0x000f0000 - 0x000fffff &#40;0x10000&#41; MX&#91;B&#93;
&#91;3&#93; -1 0 0x000c0000 - 0x000effff &#40;0x30000&#41; MX&#91;B&#93;
&#91;4&#93; -1 0 0x00000000 - 0x0009ffff &#40;0xa0000&#41; MX&#91;B&#93;
&#91;5&#93; -1 0 0xdffffe00 - 0xdffffeff &#40;0x100&#41; MX&#91;B&#93;
&#91;6&#93; -1 0 0xdfffff00 - 0xdfffffff &#40;0x100&#41; MX&#91;B&#93;
&#91;7&#93; -1 0 0xe0000000 - 0xdfffffff &#40;0x0&#41; MX&#91;B&#93;O
&#91;8&#93; -1 0 0xdfee0000 - 0xdfeeffff &#40;0x10000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;9&#93; -1 0 0xc8000000 - 0xcfffffff &#40;0x8000000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;10&#93; -1 0 0xdfec0000 - 0xdfedffff &#40;0x20000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;11&#93; -1 0 0xdfef0000 - 0xdfefffff &#40;0x10000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;12&#93; -1 0 0xd0000000 - 0xd7ffffff &#40;0x8000000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;13&#93; 0 0 0x000a0000 - 0x000affff &#40;0x10000&#41; MS&#91;B&#93;
&#91;14&#93; 0 0 0x000b0000 - 0x000b7fff &#40;0x8000&#41; MS&#91;B&#93;
&#91;15&#93; 0 0 0x000b8000 - 0x000bffff &#40;0x8000&#41; MS&#91;B&#93;
&#91;16&#93; -1 0 0x0000ffff - 0x0000ffff &#40;0x1&#41; IX&#91;B&#93;
&#91;17&#93; -1 0 0x00000000 - 0x000000ff &#40;0x100&#41; IX&#91;B&#93;
&#91;18&#93; -1 0 0x0000dc00 - 0x0000dcff &#40;0x100&#41; IX&#91;B&#93;
&#91;19&#93; -1 0 0x0000fc00 - 0x0000fc0f &#40;0x10&#41; IX&#91;B&#93;
&#91;20&#93; -1 0 0x0000e800 - 0x0000e81f &#40;0x20&#41; IX&#91;B&#93;
&#91;21&#93; -1 0 0x0000e400 - 0x0000e41f &#40;0x20&#41; IX&#91;B&#93;
&#91;22&#93; -1 0 0x0000e000 - 0x0000e01f &#40;0x20&#41; IX&#91;B&#93;
&#91;23&#93; -1 0 0x0000ec00 - 0x0000ecff &#40;0x100&#41; IX&#91;B&#93;
&#91;24&#93; -1 0 0x0000c800 - 0x0000c8ff &#40;0x100&#41; IX&#91;B&#93;&#40;B&#41;
&#91;25&#93; 0 0 0x000003b0 - 0x000003bb &#40;0xc&#41; IS&#91;B&#93;
&#91;26&#93; 0 0 0x000003c0 - 0x000003df &#40;0x20&#41; IS&#91;B&#93;
&#40;II&#41; Setting vga for screen 0.
&#40;II&#41; fglrx&#40;0&#41;&#58; === &#91;R200PreInit&#93; === begin, &#91;s&#93;
&#40;II&#41; Loading sub module "vgahw"
&#40;II&#41; LoadModule&#58; "vgahw"
&#40;II&#41; Loading /usr/lib/modules/libvgahw.a
&#40;II&#41; Module vgahw&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 0.1.0
ABI class&#58; X.Org Video Driver, version 0.7
&#40;II&#41; fglrx&#40;0&#41;&#58; PCI bus 1 card 0 func 0
&#40;**&#41; fglrx&#40;0&#41;&#58; Depth 24, &#40;--&#41; framebuffer bpp 32
&#40;II&#41; fglrx&#40;0&#41;&#58; Pixel depth = 24 bits stored in 4 bytes &#40;32 bpp pixmaps&#41;
&#40;==&#41; fglrx&#40;0&#41;&#58; Default visual is TrueColor
&#40;**&#41; fglrx&#40;0&#41;&#58; Option "NoAccel" "no"
&#40;**&#41; fglrx&#40;0&#41;&#58; Option "NoDRI" "no"
&#40;**&#41; fglrx&#40;0&#41;&#58; Option "Capabilities" "0x00000000"
&#40;**&#41; fglrx&#40;0&#41;&#58; Option "OpenGLOverlay" "off"
&#40;**&#41; fglrx&#40;0&#41;&#58; Option "VideoOverlay" "on"
&#40;==&#41; fglrx&#40;0&#41;&#58; Qbs disabled
&#40;==&#41; fglrx&#40;0&#41;&#58; RGB weight 888
&#40;II&#41; fglrx&#40;0&#41;&#58; Using 8 bits per RGB &#40;8 bit DAC&#41;
&#40;==&#41; fglrx&#40;0&#41;&#58; Gamma Correction for I is 0x06419064
&#40;==&#41; fglrx&#40;0&#41;&#58; Gamma Correction for II is 0x06419064
&#40;==&#41; fglrx&#40;0&#41;&#58; Buffer Tiling is ON
&#40;II&#41; Loading sub module "int10"
&#40;II&#41; LoadModule&#58; "int10"
&#40;II&#41; Loading /usr/lib/modules/linux/libint10.a
&#40;II&#41; Module int10&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class&#58; X.Org Video Driver, version 0.7
&#40;II&#41; fglrx&#40;0&#41;&#58; initializing int10
&#40;II&#41; fglrx&#40;0&#41;&#58; Primary V_BIOS segment is&#58; 0xc000
&#40;--&#41; fglrx&#40;0&#41;&#58; Chipset&#58; "RADEON 9600 PRO &#40;RV360 4152&#41;" &#40;Chipset = 0x4152&#41;
&#40;--&#41; fglrx&#40;0&#41;&#58; &#40;PciSubVendor = 0x174b, PciSubDevice = 0x7c19&#41;
&#40;--&#41; fglrx&#40;0&#41;&#58; board vendor info&#58; third party grafics adapter - NOT original ATI
&#40;--&#41; fglrx&#40;0&#41;&#58; Linear framebuffer &#40;phys&#41; at 0xd0000000
&#40;--&#41; fglrx&#40;0&#41;&#58; MMIO registers at 0xdfef0000
&#40;--&#41; fglrx&#40;0&#41;&#58; ROM-BIOS at 0xdfec0000
&#40;--&#41; fglrx&#40;0&#41;&#58; ChipExtRevID = 0x00
&#40;--&#41; fglrx&#40;0&#41;&#58; ChipIntRevID = 0x0C
&#40;--&#41; fglrx&#40;0&#41;&#58; VideoRAM&#58; 131072 kByte &#40;64-bit SDR SDRAM&#41;
&#40;WW&#41; fglrx&#40;0&#41;&#58; board is an unknown third party board, chipset is supported
&#40;II&#41; Loading sub module "ddc"
&#40;II&#41; LoadModule&#58; "ddc"
&#40;II&#41; Loading /usr/lib/modules/libddc.a
&#40;II&#41; Module ddc&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class&#58; X.Org Video Driver, version 0.7
&#40;II&#41; Loading sub module "i2c"
&#40;II&#41; LoadModule&#58; "i2c"
&#40;II&#41; Loading /usr/lib/modules/libi2c.a
&#40;II&#41; Module i2c&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.2.0
ABI class&#58; X.Org Video Driver, version 0.7
&#40;II&#41; fglrx&#40;0&#41;&#58; I2C bus "DDC" initialized.
&#40;II&#41; fglrx&#40;0&#41;&#58; Connector Layout from BIOS --------
&#40;II&#41; fglrx&#40;0&#41;&#58; Connector1&#58; DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
&#40;II&#41; fglrx&#40;0&#41;&#58; Connector0&#58; DDCType-2, DACType-1, TMDSType-0, ConnectorType-3
&#40;II&#41; fglrx&#40;0&#41;&#58; I2C device "DDC&#58;ddc2" registered at address 0xA0.
&#40;II&#41; fglrx&#40;0&#41;&#58; I2C device "DDC&#58;ddc2" removed.
&#40;II&#41; fglrx&#40;0&#41;&#58; I2C device "DDC&#58;ddc2" registered at address 0xA0.
&#40;II&#41; fglrx&#40;0&#41;&#58; I2C device "DDC&#58;ddc2" removed.
&#40;II&#41; fglrx&#40;0&#41;&#58; I2C device "DDC&#58;ddc2" registered at address 0xA0.
&#40;II&#41; fglrx&#40;0&#41;&#58; I2C device "DDC&#58;ddc2" removed.
&#40;II&#41; fglrx&#40;0&#41;&#58; DDC detected on DDCType 2 with Monitor Type 0
&#40;II&#41; fglrx&#40;0&#41;&#58; I2C device "DDC&#58;ddc2" registered at address 0xA0.
&#40;II&#41; fglrx&#40;0&#41;&#58; I2C device "DDC&#58;ddc2" removed.
&#40;II&#41; fglrx&#40;0&#41;&#58; I2C device "DDC&#58;ddc2" registered at address 0xA0.
&#40;II&#41; fglrx&#40;0&#41;&#58; I2C device "DDC&#58;ddc2" removed.
&#40;II&#41; fglrx&#40;0&#41;&#58; I2C device "DDC&#58;ddc2" registered at address 0xA0.
&#40;II&#41; fglrx&#40;0&#41;&#58; I2C device "DDC&#58;ddc2" removed.
&#40;II&#41; fglrx&#40;0&#41;&#58; DDC detected on DDCType 3 with Monitor Type 1
&#40;II&#41; fglrx&#40;0&#41;&#58; Primary head&#58;
Monitor -- NONE
Connector -- DVI-I
DAC Type -- TVDAC/ExtDAC
TMDS Type -- Internal
DDC Type -- DVI_DDC
&#40;II&#41; fglrx&#40;0&#41;&#58; Secondary head&#58;
Monitor -- CRT
Connector -- VGA
DAC Type -- Primary
TMDS Type -- NONE
DDC Type -- VGA_DDC
&#40;II&#41; fglrx&#40;0&#41;&#58; EDID data from the display on Secondary head ---------------------------
&#40;II&#41; fglrx&#40;0&#41;&#58; Manufacturer&#58; GSM Model&#58; 4366 Serial#&#58; 62566
&#40;II&#41; fglrx&#40;0&#41;&#58; Year&#58; 2004 Week&#58; 2
&#40;II&#41; fglrx&#40;0&#41;&#58; EDID Version&#58; 1.3
&#40;II&#41; fglrx&#40;0&#41;&#58; Analog Display Input, Input Voltage Level&#58; 0.700/0.300 V
&#40;II&#41; fglrx&#40;0&#41;&#58; Signal levels configurable
&#40;II&#41; fglrx&#40;0&#41;&#58; Sync&#58; Separate
&#40;II&#41; fglrx&#40;0&#41;&#58; Max H-Image Size &#91;cm&#93;&#58; horiz.&#58; 32 vert.&#58; 24
&#40;II&#41; fglrx&#40;0&#41;&#58; Gamma&#58; 2.81
&#40;II&#41; fglrx&#40;0&#41;&#58; DPMS capabilities&#58; StandBy Suspend Off; RGB/Color Display
&#40;II&#41; fglrx&#40;0&#41;&#58; First detailed timing not preferred mode in violation of standard!&#40;II&#41; fglrx&#40;0&#41;&#58; redX&#58; 0.636 redY&#58; 0.327 greenX&#58; 0.278 greenY&#58; 0.600
&#40;II&#41; fglrx&#40;0&#41;&#58; blueX&#58; 0.145 blueY&#58; 0.064 whiteX&#58; 0.283 whiteY&#58; 0.298
&#40;II&#41; fglrx&#40;0&#41;&#58; Supported VESA Video Modes&#58;
&#40;II&#41; fglrx&#40;0&#41;&#58; 720x400@70Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; 720x400@88Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; 640x480@60Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; 640x480@67Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; 640x480@72Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; 640x480@75Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; 800x600@56Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; 800x600@60Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; 800x600@72Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; 800x600@75Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; 832x624@75Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; 1024x768@87Hz &#40;interlaced&#41;
&#40;II&#41; fglrx&#40;0&#41;&#58; 1024x768@60Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; 1024x768@70Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; 1024x768@75Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; 1152x870@75Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; Manufacturer's mask&#58; 0
&#40;II&#41; fglrx&#40;0&#41;&#58; Supported Future Video Modes&#58;
&#40;II&#41; fglrx&#40;0&#41;&#58; #0&#58; hsize&#58; 640 vsize 480 refresh&#58; 75 vid&#58; 20273
&#40;II&#41; fglrx&#40;0&#41;&#58; #1&#58; hsize&#58; 640 vsize 480 refresh&#58; 85 vid&#58; 22833
&#40;II&#41; fglrx&#40;0&#41;&#58; #2&#58; hsize&#58; 1152 vsize 864 refresh&#58; 75 vid&#58; 20337
&#40;II&#41; fglrx&#40;0&#41;&#58; #3&#58; hsize&#58; 800 vsize 600 refresh&#58; 85 vid&#58; 22853
&#40;II&#41; fglrx&#40;0&#41;&#58; #4&#58; hsize&#58; 1024 vsize 768 refresh&#58; 75 vid&#58; 20321
&#40;II&#41; fglrx&#40;0&#41;&#58; #5&#58; hsize&#58; 1024 vsize 768 refresh&#58; 85 vid&#58; 22881
&#40;II&#41; fglrx&#40;0&#41;&#58; #6&#58; hsize&#58; 1280 vsize 1024 refresh&#58; 60 vid&#58; 32897
&#40;II&#41; fglrx&#40;0&#41;&#58; #7&#58; hsize&#58; 832 vsize 624 refresh&#58; 75 vid&#58; 20297
&#40;II&#41; fglrx&#40;0&#41;&#58; Supported additional Video Mode&#58;
&#40;II&#41; fglrx&#40;0&#41;&#58; clock&#58; 94.5 MHz Image Size&#58; 310 x 230 mm
&#40;II&#41; fglrx&#40;0&#41;&#58; h_active&#58; 1024 h_sync&#58; 1072 h_sync_end 1168 h_blank_end 1376 h_border&#58; 0
&#40;II&#41; fglrx&#40;0&#41;&#58; v_active&#58; 768 v_sync&#58; 769 v_sync_end 772 v_blanking&#58; 808 v_border&#58; 0
&#40;II&#41; fglrx&#40;0&#41;&#58; Ranges&#58; V min&#58; 50 V max&#58; 160 Hz, H min&#58; 30 H max&#58; 71 kHz, PixClock max 110 MHz
&#40;II&#41; fglrx&#40;0&#41;&#58; Monitor name&#58; T710BH
&#40;II&#41; fglrx&#40;0&#41;&#58; Monitor name&#58;
&#40;II&#41; fglrx&#40;0&#41;&#58;
&#40;II&#41; fglrx&#40;0&#41;&#58; DesktopSetup 0x0000
&#40;==&#41; fglrx&#40;0&#41;&#58; PseudoColor visuals disabled
&#40;==&#41; fglrx&#40;0&#41;&#58; Overlay disabled
&#40;**&#41; fglrx&#40;0&#41;&#58; Overlay disabled
&#40;II&#41; fglrx&#40;0&#41;&#58; PLL parameters&#58; rf=2700 rd=12 min=20000 max=40000
&#40;==&#41; fglrx&#40;0&#41;&#58; Using gamma correction &#40;1.0, 1.0, 1.0&#41;
&#40;==&#41; fglrx&#40;0&#41;&#58; Center Mode is disabled
&#40;==&#41; fglrx&#40;0&#41;&#58; TMDS coherent mode is enabled
&#40;II&#41; fglrx&#40;0&#41;&#58; Total 5 valid mode&#40;s&#41; found.
&#40;--&#41; fglrx&#40;0&#41;&#58; Virtual size is 1152x864 &#40;pitch 1152&#41;
&#40;**&#41; fglrx&#40;0&#41;&#58; *Default mode "1152x864"&#58; 108.0 MHz &#40;scaled from 0.0 MHz&#41;, 67.5 kHz, 75.0 Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
&#40;**&#41; fglrx&#40;0&#41;&#58; *Default mode "1024x768"&#58; 94.5 MHz &#40;scaled from 0.0 MHz&#41;, 68.7 kHz, 85.0 Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808
&#40;**&#41; fglrx&#40;0&#41;&#58; Default mode "832x624"&#58; 57.3 MHz &#40;scaled from 0.0 MHz&#41;, 49.7 kHz, 74.6 Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync
&#40;**&#41; fglrx&#40;0&#41;&#58; *Default mode "800x600"&#58; 56.3 MHz &#40;scaled from 0.0 MHz&#41;, 53.7 kHz, 85.1 Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync
&#40;**&#41; fglrx&#40;0&#41;&#58; *Default mode "640x480"&#58; 36.0 MHz &#40;scaled from 0.0 MHz&#41;, 43.3 kHz, 85.0 Hz
&#40;II&#41; fglrx&#40;0&#41;&#58; Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync
&#40;--&#41; fglrx&#40;0&#41;&#58; Display dimensions&#58; &#40;320, 240&#41; mm
&#40;--&#41; fglrx&#40;0&#41;&#58; DPI set to &#40;91, 91&#41;
&#40;II&#41; Loading sub module "fb"
&#40;II&#41; LoadModule&#58; "fb"
&#40;II&#41; Loading /usr/lib/modules/libfb.a
&#40;II&#41; Module fb&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class&#58; X.Org ANSI C Emulation, version 0.2
&#40;II&#41; Loading sub module "ramdac"
&#40;II&#41; LoadModule&#58; "ramdac"
&#40;II&#41; Loading /usr/lib/modules/libramdac.a
&#40;II&#41; Module ramdac&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 0.1.0
ABI class&#58; X.Org Video Driver, version 0.7
&#40;**&#41; fglrx&#40;0&#41;&#58; NoAccel = NO
&#40;II&#41; Loading sub module "xaa"
&#40;II&#41; LoadModule&#58; "xaa"
&#40;II&#41; Loading /usr/lib/modules/libxaa.a
&#40;II&#41; Module xaa&#58; vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.2.0
ABI class&#58; X.Org Video Driver, version 0.7
&#40;==&#41; fglrx&#40;0&#41;&#58; HPV inactive
&#40;==&#41; fglrx&#40;0&#41;&#58; FSAA enabled&#58; NO
&#40;==&#41; fglrx&#40;0&#41;&#58; FSAA Gamma enabled
&#40;==&#41; fglrx&#40;0&#41;&#58; FSAA Multisample Position is fix
&#40;**&#41; fglrx&#40;0&#41;&#58; NoDRI = NO
&#40;II&#41; Loading sub module "fglrxdrm"
&#40;II&#41; LoadModule&#58; "fglrxdrm"
&#40;II&#41; Loading /usr/lib/modules/linux/libfglrxdrm.a
&#40;II&#41; Module fglrxdrm&#58; vendor="FireGL - ATI Technologies Inc."
compiled for 4.3.99.902, module version = 8.8.25
ABI class&#58; X.Org Server Extension, version 0.2
&#40;II&#41; fglrx&#40;0&#41;&#58; Depth moves disabled by default
&#40;**&#41; fglrx&#40;0&#41;&#58; Capabilities&#58; 0x00000000
&#40;==&#41; fglrx&#40;0&#41;&#58; cpuFlags&#58; 0x4000000f
&#40;==&#41; fglrx&#40;0&#41;&#58; cpuSpeedMHz&#58; 0x0000079d
&#40;==&#41; fglrx&#40;0&#41;&#58; OpenGL ClientDriverName&#58; "fglrx_dri.so"
&#40;==&#41; fglrx&#40;0&#41;&#58; UseFastTLS=0
&#40;==&#41; fglrx&#40;0&#41;&#58; BlockSignalsOnLock=1
&#40;==&#41; fglrx&#40;0&#41;&#58; EnablePrivateBackZ = NO
&#40;--&#41; Depth 24 pixmap format is 32 bpp
&#40;II&#41; do I need RAC? No, I don't.
&#40;II&#41; resource ranges after preInit&#58;
&#91;0&#93; 0 0 0xdfef0000 - 0xdfefffff &#40;0x10000&#41; MX&#91;B&#93;
&#91;1&#93; 0 0 0xd0000000 - 0xd7ffffff &#40;0x8000000&#41; MX&#91;B&#93;
&#91;2&#93; -1 0 0xffe00000 - 0xffffffff &#40;0x200000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;3&#93; -1 0 0x00100000 - 0x3fffffff &#40;0x3ff00000&#41; MX&#91;B&#93;E&#40;B&#41;
&#91;4&#93; -1 0 0x000f0000 - 0x000fffff &#40;0x10000&#41; MX&#91;B&#93;
&#91;5&#93; -1 0 0x000c0000 - 0x000effff &#40;0x30000&#41; MX&#91;B&#93;
&#91;6&#93; -1 0 0x00000000 - 0x0009ffff &#40;0xa0000&#41; MX&#91;B&#93;
&#91;7&#93; -1 0 0xdffffe00 - 0xdffffeff &#40;0x100&#41; MX&#91;B&#93;
&#91;8&#93; -1 0 0xdfffff00 - 0xdfffffff &#40;0x100&#41; MX&#91;B&#93;
&#91;9&#93; -1 0 0xe0000000 - 0xdfffffff &#40;0x0&#41; MX&#91;B&#93;O
&#91;10&#93; -1 0 0xdfee0000 - 0xdfeeffff &#40;0x10000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;11&#93; -1 0 0xc8000000 - 0xcfffffff &#40;0x8000000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;12&#93; -1 0 0xdfec0000 - 0xdfedffff &#40;0x20000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;13&#93; -1 0 0xdfef0000 - 0xdfefffff &#40;0x10000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;14&#93; -1 0 0xd0000000 - 0xd7ffffff &#40;0x8000000&#41; MX&#91;B&#93;&#40;B&#41;
&#91;15&#93; 0 0 0x000a0000 - 0x000affff &#40;0x10000&#41; MS&#91;B&#93;
&#91;16&#93; 0 0 0x000b0000 - 0x000b7fff &#40;0x8000&#41; MS&#91;B&#93;
&#91;17&#93; 0 0 0x000b8000 - 0x000bffff &#40;0x8000&#41; MS&#91;B&#93;
&#91;18&#93; 0 0 0x0000c800 - 0x0000c8ff &#40;0x100&#41; IX&#91;B&#93;
&#91;19&#93; -1 0 0x0000ffff - 0x0000ffff &#40;0x1&#41; IX&#91;B&#93;
&#91;20&#93; -1 0 0x00000000 - 0x000000ff &#40;0x100&#41; IX&#91;B&#93;
&#91;21&#93; -1 0 0x0000dc00 - 0x0000dcff &#40;0x100&#41; IX&#91;B&#93;
&#91;22&#93; -1 0 0x0000fc00 - 0x0000fc0f &#40;0x10&#41; IX&#91;B&#93;
&#91;23&#93; -1 0 0x0000e800 - 0x0000e81f &#40;0x20&#41; IX&#91;B&#93;
&#91;24&#93; -1 0 0x0000e400 - 0x0000e41f &#40;0x20&#41; IX&#91;B&#93;
&#91;25&#93; -1 0 0x0000e000 - 0x0000e01f &#40;0x20&#41; IX&#91;B&#93;
&#91;26&#93; -1 0 0x0000ec00 - 0x0000ecff &#40;0x100&#41; IX&#91;B&#93;
&#91;27&#93; -1 0 0x0000c800 - 0x0000c8ff &#40;0x100&#41; IX&#91;B&#93;&#40;B&#41;
&#91;28&#93; 0 0 0x000003b0 - 0x000003bb &#40;0xc&#41; IS&#91;B&#93;
&#91;29&#93; 0 0 0x000003c0 - 0x000003df &#40;0x20&#41; IS&#91;B&#93;
&#40;II&#41; fglrx&#40;0&#41;&#58; UMM area&#58; 0xd05cd000 &#40;size=0x07a33000&#41;
&#40;II&#41; fglrx&#40;0&#41;&#58; driver needs XFree86 version&#58; 4.3.x
&#40;WW&#41; fglrx&#40;0&#41;&#58; could not detect XFree86 version &#40;query_status=-3&#41;
&#40;II&#41; Loading extension ATIFGLRXDRI
&#40;II&#41; fglrx&#40;0&#41;&#58; doing DRIScreenInit
drmOpenDevice&#58; node name is /dev/dri/card0
drmOpenDevice&#58; open result is -1, &#40;Unknown error 999&#41;
drmOpenDevice&#58; open result is -1, &#40;Unknown error 999&#41;
drmOpenDevice&#58; Open failed
drmOpenDevice&#58; node name is /dev/dri/card0
drmOpenDevice&#58; open result is -1, &#40;Unknown error 999&#41;
drmOpenDevice&#58; open result is -1, &#40;Unknown error 999&#41;
drmOpenDevice&#58; Open failed
&#91;drm&#93; failed to load kernel module "fglrx"
&#40;II&#41; fglrx&#40;0&#41;&#58; &#91;drm&#93; drmOpen failed
&#40;EE&#41; fglrx&#40;0&#41;&#58; DRIScreenInit failed!
&#40;WW&#41; fglrx&#40;0&#41;&#58; ***********************************************
&#40;WW&#41; fglrx&#40;0&#41;&#58; * DRI initialization failed! *
&#40;WW&#41; fglrx&#40;0&#41;&#58; * &#40;maybe driver kernel module missing or bad&#41; *
&#40;WW&#41; fglrx&#40;0&#41;&#58; * 2D acceleraton available &#40;MMIO&#41; *
&#40;WW&#41; fglrx&#40;0&#41;&#58; * no 3D acceleration available *
&#40;WW&#41; fglrx&#40;0&#41;&#58; ********************************************* *
&#40;II&#41; fglrx&#40;0&#41;&#58; FBADPhys&#58; 0xd0000000 FBMappedSize&#58; 0x08000000
&#40;==&#41; fglrx&#40;0&#41;&#58; Write-combining range &#40;0xd0000000,0x8000000&#41;
&#40;II&#41; fglrx&#40;0&#41;&#58; FBMM initialized for area &#40;0,0&#41;-&#40;1152,8191&#41;
&#40;II&#41; fglrx&#40;0&#41;&#58; FBMM auto alloc for area &#40;0,0&#41;-&#40;1152,864&#41; &#40;front color buffer - assumption&#41;
&#40;==&#41; fglrx&#40;0&#41;&#58; Backing store disabled
&#40;==&#41; fglrx&#40;0&#41;&#58; Silken mouse enabled
&#40;II&#41; fglrx&#40;0&#41;&#58; Using hardware cursor &#40;scanline 864&#41;
&#40;II&#41; fglrx&#40;0&#41;&#58; Largest offscreen area available&#58; 1152 x 7323
&#40;II&#41; fglrx&#40;0&#41;&#58; Using XFree86 Acceleration Architecture &#40;XAA&#41;
Screen to screen bit blits
Solid filled rectangles
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
Setting up tile and stipple cache&#58;
32 128x128