What does it say the version of ATI Menu cfg
does say vesa because if that was case you did not complie it with the kernel source because this is were i got stuck.







From: Paul <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [XFree86] ATI 9000 Pro in Red Hat 8.0 with ATI drivers: Multihead has dark monitor
Date: 29 Mar 2003 20:59:20 -0800


I have managed to make use of a file generated by the fglrxconfig tool
provided with the ATI driver download.  I can get an extended desktop,
but I cannot get my second monitor lit to show what is going on over
there on the second monitor.  I managed to get the XF86Config file
working by commenting out "load dri" in the modules section and the
BusID line in the card device section.

Does anyone have any idea how to get that second monitor working?

Here is the XF86Config file and my last log file.

# File: XF86Config-4
# File generated by fglrxconfig (C) ATI Research, a substitute for xf86config.
# Note by ATI: the below copyright notice is there for servicing possibly
# pending third party rights on the file format and the instance of this file.
#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#
# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************
# **********************************************************************
# DRI Section
# **********************************************************************
# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
# **********************************************************************
# Server flags section.
# **********************************************************************
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
# Identifier "touchscreen1"
# Driver "elo2300"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "231"
# Option "MaxX" "3868"
# Option "MinY" "3858"
# Option "MaxY" "272"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonThreshold" "17"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# Standard VGA Device:
# === ATI device section ===
# **********************************************************************
# 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.
# **********************************************************************
# 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.
### EOF ###


Section "ServerLayout"
# The Identifier line must be present
# 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.
# 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".
        Identifier     "Server Layout"
        Screen         "Screen0" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

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.
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#
# The module search path.  The default path is shown here.
#    ModulePath "/usr/X11R6/lib/modules"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "/usr/X11R6/lib/X11/fonts/local/"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the Type1 and FreeType font modules
#      Load        "dri"   # libdri.a Commented out by me
        Load  "dbe"   # Double buffer extension
        SubSection "extmod"
                Option      "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
        Load  "type1"
        Load  "freetype"# This loads the GLX module
        Load  "glx"   # libglx.a
EndSection

Section "InputDevice"
# 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 "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for XFree86
# Option "XkbRules" "xfree86"
# Option "XkbModel" "pc101"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection


Section "InputDevice"
# Identifier and driver
# 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"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"# When using XQUEUE, comment out the above two lines, and uncomment
EndSection


Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    30.0 - 64.0
        VertRefresh  47.0 - 104.0
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        ModelName    "Unknown monitor"
        HorizSync    31.5 - 31.5
        HorizSync    35.2 - 35.2
        HorizSync    35.5 - 35.5
        HorizSync    38.0 - 38.0
        HorizSync    48.0 - 48.0
        VertRefresh  50.0 - 87.0
EndSection

Section "Device"
# 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.
# 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
# installed.
#    BusID       "PCI:0:10:0"
#    VideoRam    256
#    Clocks      25.2 28.3
        Identifier  "Standard VGA"
        Driver      "vga"
        VendorName  "Unknown"
        BoardName   "Unknown"
EndSection

Section "Device"
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
# === Screen Management ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
        Identifier  "ATI Graphics Adapter"
        Driver      "fglrx"
        BoardName   "Unknown video card"
        Option      "no_accel" "no"
        Option      "no_dri" "no"
        Option      "DesktopSetup" "0x00000100"
        Option      "Display2" "2"
        Option      "HSync2" "31.5, 35.2, 35.5, 38, 48"
        Option      "VRefresh2" "50-87"
        Option      "GammaCorrectionI" "0x00000000"
        Option      "GammaCorrectionII" "0x00000000"
        Option      "Capabilities" "0x00000000"
        Option      "VideoOverlay" "off"
        Option      "OpenGLOverlay" "off"
EndSection

Section "Screen"
    #Option "backingstore"
        Identifier "Screen0"
        Device     "ATI Graphics Adapter"
        Monitor    "Monitor1"
        DefaultDepth     24
        SubSection "Display"
#       ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
                Depth     24
                Modes    "1286x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
# Access to OpenGL ICD is allowed for all users:
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
#    Mode 0660
        Mode         0666
EndSection


LOG FILE:


XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-11smp i686 [ELF]
Build Host: daffy.perf.redhat.com

Module Loader present
OS Kernel: Linux version 2.4.18-14 ([EMAIL PROTECTED]) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 13:35:50 EDT 2002
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Mar 29 20:27:12 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Server Layout"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor1"
(**) | |-->Device "ATI Graphics Adapter"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/local/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/local/").
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7


(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.5
XFree86 XInput driver : 0.3
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80001808, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0646 card 1043,8081 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0961 card 0000,0000 rev 10 class 06,01,00 hdr 80
(II) PCI: 00:02:2: chip 1039,7001 card 1043,807a rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:3: chip 1039,7001 card 1043,807a rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:5: chip 1039,5513 card 1043,807a rev d0 class 01,01,80 hdr 80
(II) PCI: 00:03:0: chip 1039,0900 card 1043,807c rev 90 class 02,00,00 hdr 00
(II) PCI: 00:05:0: chip 13f6,0111 card 1043,80e2 rev 10 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4966 card 1002,0002 rev 01 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,496e card 1002,0003 rev 01 class 03,80,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0xe7000000 - 0xe7ffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0xf0000000 - 0xfebfffff (0xec00000) MX[B]
(II) Bus -1: bridge is at (0:2:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) ATI unknown chipset (0x4966) rev 1, Mem @ 0xf8000000/26, 0xe7800000/16, I/O @ 0xd800/8, BIOS @ 0xf7fe0000/17
(--) PCI: (1:0:1) ATI unknown chipset (0x496e) rev 1, Mem @ 0xf0000000/26, 0xe7000000/16
(II) Addressable bus resource ranges are
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0xe5800000 - 0xe5800fff (0x1000) MX[B]
[1] -1 0xe6000000 - 0xe6000fff (0x1000) MX[B]
[2] -1 0xe6800000 - 0xe6800fff (0x1000) MX[B]
[3] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]
[4] -1 0xf7fe0000 - 0xf7ffffff (0x20000) MX[B](B)
[5] -1 0xe7800000 - 0xe780ffff (0x10000) MX[B](B)
[6] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[7] -1 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[8] -1 0x0000b800 - 0x0000b80f (0x10) IX[B]
[9] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
[0] -1 0xe7000000 - 0xe700ffff (0x10000) MX[B](B)
[1] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
[2] -1 0x00009800 - 0x000098ff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0xe5800000 - 0xe5800fff (0x1000) MX[B]
[1] -1 0xe6000000 - 0xe6000fff (0x1000) MX[B]
[2] -1 0xe6800000 - 0xe6800fff (0x1000) MX[B]
[3] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]
[4] -1 0xf7fe0000 - 0xf7ffffff (0x20000) MX[B](B)
[5] -1 0xe7800000 - 0xe780ffff (0x10000) MX[B](B)
[6] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[7] -1 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[8] -1 0x0000b800 - 0x0000b80f (0x10) IX[B]
[9] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0xe7000000 - 0xe700ffff (0x10000) MX[B](B)
[1] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
[2] -1 0x00009800 - 0x000098ff (0x100) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xe5800000 - 0xe5800fff (0x1000) MX[B]
[6] -1 0xe6000000 - 0xe6000fff (0x1000) MX[B]
[7] -1 0xe6800000 - 0xe6800fff (0x1000) MX[B]
[8] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]
[9] -1 0xf7fe0000 - 0xf7ffffff (0x20000) MX[B](B)
[10] -1 0xe7800000 - 0xe780ffff (0x10000) MX[B](B)
[11] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[12] -1 0xe7000000 - 0xe700ffff (0x10000) MX[B](B)
[13] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
[14] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[17] -1 0x0000b800 - 0x0000b80f (0x10) IX[B]
[18] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
[19] -1 0x00009800 - 0x000098ff (0x100) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.1
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.1.10
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "fglrx"
(II) Loading /usr/X11R6/lib/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="Fire GL - ATI Research GmbH, Germany"
compiled for 4.2.0, module version = 2.5.1
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(II) FireGL8700/8800: Driver for chipset: ATI R200 QH (AGP),
ATI R200 QL (AGP), ATI R200 QT (AGP), ATI R200 BB (AGP),
Radeon RV250 Id (R9000), Radeon RV250 Ie (R9000),
Radeon RV250 If (R9000), Radeon RV250 Ig (R9000),
Radeon RV250 Ld (M9), Radeon RV250 Le (M9), Radeon RV250 Lf (M9),
Radeon RV250 Lg (M9), Radeon R300 AD (R9500), Radeon R300 AE (R9500),
Radeon R300 AF (R9500), Radeon R300 AG (Fire GL Z1/X1),
Radeon R300 ND (R9700 Pro), Radeon R300 NE (R9700/R9500Pro),
Radeon R300 NF (Unknown), Radeon R300 NG (Fire GL X1)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset Radeon RV250 If (R9000) found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xe5800000 - 0xe5800fff (0x1000) MX[B]
[6] -1 0xe6000000 - 0xe6000fff (0x1000) MX[B]
[7] -1 0xe6800000 - 0xe6800fff (0x1000) MX[B]
[8] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]
[9] -1 0xf7fe0000 - 0xf7ffffff (0x20000) MX[B](B)
[10] -1 0xe7800000 - 0xe780ffff (0x10000) MX[B](B)
[11] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[12] -1 0xe7000000 - 0xe700ffff (0x10000) MX[B](B)
[13] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
[14] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[17] -1 0x0000b800 - 0x0000b80f (0x10) IX[B]
[18] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
[19] -1 0x00009800 - 0x000098ff (0x100) IX[B]
(II) fglrx(0): pEnt->device->identifier=0x081f59e8
(II) resource ranges after probing:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xe5800000 - 0xe5800fff (0x1000) MX[B]
[6] -1 0xe6000000 - 0xe6000fff (0x1000) MX[B]
[7] -1 0xe6800000 - 0xe6800fff (0x1000) MX[B]
[8] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]
[9] -1 0xf7fe0000 - 0xf7ffffff (0x20000) MX[B](B)
[10] -1 0xe7800000 - 0xe780ffff (0x10000) MX[B](B)
[11] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[12] -1 0xe7000000 - 0xe700ffff (0x10000) MX[B](B)
[13] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
[14] 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[15] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[16] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[17] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[20] -1 0x0000b800 - 0x0000b80f (0x10) IX[B]
[21] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
[22] -1 0x00009800 - 0x000098ff (0x100) IX[B]
[23] 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[24] 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "NoAccel" "no"
(**) fglrx(0): Option "NoDRI" "no"
(**) fglrx(0): Option "Capabilities" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionI" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionII" "0x00000000"
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "off"
(**) fglrx(0): Option "DesktopSetup" "0x00000100"
(**) fglrx(0): Option "Display2" "2"
(**) fglrx(0): Option "HSync2" "31.5, 35.2, 35.5, 38, 48"
(**) fglrx(0): Option "VRefresh2" "50-87"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x00000000
(**) fglrx(0): Gamma Correction for II is 0x00000000
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(II) fglrx(0): initializing int10
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "Radeon RV250 If (R9000)" (Chipset = 0x4966)
(--) fglrx(0): (PciSubVendor = 0x1002, PciSubDevice = 0x0002)
(--) fglrx(0): board vendor info: original ATI grafics adapter
(--) fglrx(0): Linear framebuffer (phys) at 0xf8000000
(--) fglrx(0): MMIO registers at 0xe7800000
(--) fglrx(0): ROM-BIOS at 0xf7fe0000
(--) fglrx(0): ChipRevID = 0x00
(--) fglrx(0): VideoRAM: 65536 kByte (64-bit DDR SDRAM)
(II) fglrx(0): board/chipset is supported by this driver (original ATI board)
(**) fglrx(0): Overlay disabled
(II) fglrx(0): Primary Display == Type 1
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.2.0
ABI class: XFree86 Video Driver, version 0.5
(II) fglrx(0): I2C bus "DDC" initialized.
(II) fglrx(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=27500
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(II) fglrx(0): Clone modes validation ------------
(II) fglrx(0): VRefresh for CloneMode from config file: 50-87
(II) fglrx(0): DDC detection (type 3) for clone modes
(II) fglrx(0): I2C device "DDC:ddc2" registered.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): Manufacturer: SRC Model: 2bf Serial#: 5090
(II) fglrx(0): Year: 1997 Week: 51
(II) fglrx(0): EDID Version: 1.0
(II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) fglrx(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 32 vert.: 24
(II) fglrx(0): Gamma: 2.50
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) fglrx(0): redX: 0.610 redY: 0.350 greenX: 0.307 greenY: 0.595
(II) fglrx(0): blueX: 0.150 blueY: 0.065 whiteX: 0.281 whiteY: 0.311
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): [EMAIL PROTECTED]
(II) fglrx(0): [EMAIL PROTECTED]
(II) fglrx(0): [EMAIL PROTECTED]
(II) fglrx(0): [EMAIL PROTECTED]
(II) fglrx(0): [EMAIL PROTECTED]
(II) fglrx(0): [EMAIL PROTECTED]
(II) fglrx(0): [EMAIL PROTECTED]
(II) fglrx(0): [EMAIL PROTECTED]
(II) fglrx(0): [EMAIL PROTECTED]
(II) fglrx(0): [EMAIL PROTECTED]
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 31.5 MHz Image Size: 300 x 225 mm
(II) fglrx(0): h_active: 640 h_sync: 664 h_sync_end 704 h_blank_end 832 h_border: 0
(II) fglrx(0): v_active: 400 v_sync: 409 v_sync_end 412 v_blanking: 450 v_border: 0
(II) fglrx(0): Total 3 valid mode(s) found.
(--) fglrx(0): Virtual size is 1024x768 (pitch 1024)
(**) fglrx(0): Default mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
(II) fglrx(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
(**) fglrx(0): Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
(II) fglrx(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
(**) fglrx(0): Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
(II) fglrx(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
(II) fglrx(0): Valid Clone Mode: 1024x768
(II) fglrx(0): Valid Clone Mode: 800x600
(II) fglrx(0): Valid Clone Mode: 640x480
(II) fglrx(0): Total of 3 clone modes found ------------


(II) fglrx(0): Validating modes on Primary head (DDCType: 2) ---------
(II) fglrx(0): I2C device "DDC:ddc2" registered.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): I2C device "DDC:ddc2" registered.
(II) fglrx(0): I2C device "DDC:ddc2" removed.
(II) fglrx(0): Monitor1: Using hsync value of 31.50 kHz
(II) fglrx(0): Monitor1: Using hsync value of 37.90 kHz
(II) fglrx(0): Monitor1: Using hsync value of 46.90 kHz
(II) fglrx(0): Monitor1: Using hsync value of 48.10 kHz
(II) fglrx(0): Monitor1: Using hsync value of 56.50 kHz
(II) fglrx(0): Monitor1: Using vrefresh range of 50.00-87.00 Hz
(II) fglrx(0): Clock range: 20.00 to 350.00 MHz
(II) fglrx(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "640x480" (hsync out of range)
(II) fglrx(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "640x480" (hsync out of range)
(II) fglrx(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "800x600" (hsync out of range)
(II) fglrx(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) fglrx(0): Not using default mode "800x600" (hsync out of range)
(II) fglrx(0): Not using default mode "400x300" (hsync out of range)
(II) fglrx(0): Not using default mode "1024x768" (hsync out of range)
(II) fglrx(0): Not using default mode "512x384" (hsync out of range)
(II) fglrx(0): Not using default mode "1024x768" (hsync out of range)
(II) fglrx(0): Not using default mode "512x384" (hsync out of range)
(II) fglrx(0): Not using default mode "1024x768" (hsync out of range)
(II) fglrx(0): Not using default mode "512x384" (hsync out of range)
(II) fglrx(0): Not using default mode "1152x864" (hsync out of range)
(II) fglrx(0): Not using default mode "576x432" (hsync out of range)
(II) fglrx(0): Not using default mode "1280x960" (hsync out of range)
(II) fglrx(0): Not using default mode "640x480" (hsync out of range)
(II) fglrx(0): Not using default mode "1280x960" (hsync out of range)
(II) fglrx(0): Not using default mode "640x480" (hsync out of range)
(II) fglrx(0): Not using default mode "1280x1024" (hsync out of range)
(II) fglrx(0): Not using default mode "640x512" (hsync out of range)
(II) fglrx(0): Not using default mode "1280x1024" (hsync out of range)
(II) fglrx(0): Not using default mode "640x512" (hsync out of range)
(II) fglrx(0): Not using default mode "1280x1024" (hsync out of range)
(II) fglrx(0): Not using default mode "640x512" (hsync out of range)
(II) fglrx(0): Not using default mode "1600x1200" (hsync out of range)
(II) fglrx(0): Not using default mode "800x600" (hsync out of range)
(II) fglrx(0): Not using default mode "1600x1200" (hsync out of range)
(II) fglrx(0): Not using default mode "800x600" (hsync out of range)
(II) fglrx(0): Not using default mode "1600x1200" (hsync out of range)
(II) fglrx(0): Not using default mode "800x600" (hsync out of range)
(II) fglrx(0): Not using default mode "1600x1200" (hsync out of range)
(II) fglrx(0): Not using default mode "800x600" (hsync out of range)
(II) fglrx(0): Not using default mode "1600x1200" (hsync out of range)
(II) fglrx(0): Not using default mode "800x600" (hsync out of range)
(II) fglrx(0): Not using default mode "1792x1344" (hsync out of range)
(II) fglrx(0): Not using default mode "896x672" (hsync out of range)
(II) fglrx(0): Not using default mode "1792x1344" (hsync out of range)
(II) fglrx(0): Not using default mode "896x672" (hsync out of range)
(II) fglrx(0): Not using default mode "1856x1392" (hsync out of range)
(II) fglrx(0): Not using default mode "928x696" (hsync out of range)
(II) fglrx(0): Not using default mode "1856x1392" (hsync out of range)
(II) fglrx(0): Not using default mode "928x696" (hsync out of range)
(II) fglrx(0): Not using default mode "1920x1440" (hsync out of range)
(II) fglrx(0): Not using default mode "960x720" (hsync out of range)
(II) fglrx(0): Not using default mode "1920x1440" (hsync out of range)
(II) fglrx(0): Not using default mode "960x720" (hsync out of range)
(II) fglrx(0): Not using default mode "832x624" (hsync out of range)
(II) fglrx(0): Not using default mode "416x312" (hsync out of range)
(II) fglrx(0): Not using default mode "1152x864" (hsync out of range)
(II) fglrx(0): Not using default mode "576x432" (hsync out of range)
(II) fglrx(0): Not using default mode "1400x1050" (hsync out of range)
(II) fglrx(0): Not using default mode "700x525" (hsync out of range)
(II) fglrx(0): Not using default mode "1400x1050" (hsync out of range)
(II) fglrx(0): Not using default mode "700x525" (hsync out of range)
(II) fglrx(0): Not using default mode "1400x1050" (hsync out of range)
(II) fglrx(0): Not using default mode "700x525" (hsync out of range)
(II) fglrx(0): Not using default mode "1400x1050" (hsync out of range)
(II) fglrx(0): Not using default mode "700x525" (hsync out of range)
(II) fglrx(0): Not using default mode "1600x1024" (hsync out of range)
(II) fglrx(0): Not using default mode "800x512" (hsync out of range)
(II) fglrx(0): Not using default mode "1920x1200" (hsync out of range)
(II) fglrx(0): Not using default mode "960x600" (hsync out of range)
(II) fglrx(0): Not using mode "1286x1024" (no mode of this name)
(II) fglrx(0): DesktopSetup 0x0001
(--) fglrx(0): Virtual size is 1024x768 (pitch 1024)
(**) fglrx(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) fglrx(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
(**) fglrx(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) fglrx(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
(**) fglrx(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) fglrx(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync
(==) fglrx(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(**) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(**) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/X11R6/lib/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor="Fire GL - ATI Research GmbH, Germany"
compiled for 4.2.0, module version = 2.5.1
ABI class: XFree86 Server Extension, version 0.1
(II) fglrx(0): Depth moves disabled by default
(**) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): cpuFlags: 0x0000001d
(==) fglrx(0): cpuSpeedMHz: 0x000006a4
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(II) fglrx(0): using CAIL version [ATI LIB=CAIL.LIB,IA32,2.0024]
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0xe7800000 - 0xe780ffff (0x10000) MX[B]
[1] 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B]
[2] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0xe5800000 - 0xe5800fff (0x1000) MX[B]
[8] -1 0xe6000000 - 0xe6000fff (0x1000) MX[B]
[9] -1 0xe6800000 - 0xe6800fff (0x1000) MX[B]
[10] -1 0xe8000000 - 0xebffffff (0x4000000) MX[B]
[11] -1 0xf7fe0000 - 0xf7ffffff (0x20000) MX[B](B)
[12] -1 0xe7800000 - 0xe780ffff (0x10000) MX[B](B)
[13] -1 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[14] -1 0xe7000000 - 0xe700ffff (0x10000) MX[B](B)
[15] -1 0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
[16] 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[17] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[18] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[19] 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[20] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[21] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[22] -1 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[23] -1 0x0000b800 - 0x0000b80f (0x10) IX[B]
[24] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
[25] -1 0x00009800 - 0x000098ff (0x100) IX[B]
[26] 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[27] 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) fglrx(0): UMM area: 0xf8500000 (size=0x03b00000)
(II) fglrx(0): driver needs XFree86 version: 4.2.x
(II) fglrx(0): detected XFree86 version: 4.2.0
(WW) fglrx(0): DRI initialization failed!
(II) fglrx(0): front buffer: 0xf8000000
(II) fglrx(0): offscreen: 0xf8300000
(II) fglrx(0): FBADPhys: 0xf8000000 FBMappedSize: 0x04000000
(==) fglrx(0): Write-combining range (0xf8000000,0x4000000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1024,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1024,768) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) fglrx(0): Using hardware cursor (scanline 768)
(II) fglrx(0): Largest offscreen area available: 1024 x 7415
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): Direct rendering disabled
(II) Loading extension FGLRXEXTENSION
Symbol drmFree from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmFree from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmFree from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmFree from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmFree from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmMap from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmMap from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmMap from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmMalloc from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmMalloc from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmFree from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmFree from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmMalloc from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmMalloc from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmFree from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmFree from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmFree from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmFree from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmFree from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmMalloc from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol drmMalloc from module /usr/X11R6/lib/modules/linux/libfglrxdrm.a is unresolved!
Symbol DRIGetDrawableInfo from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol DRIGetDeviceInfo from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpRelease from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpBase from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpSize from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpEnable from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpDeviceId from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpVendorId from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpGetMode from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmAgpAcquire from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmUnmap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol drmMap from module /usr/X11R6/lib/modules/drivers/fglrx_drv.o is unresolved!
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(**) Option "Protocol" "PS/2"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse1: Buttons: 3
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!
GetModeLine - scrn: 0 clock: 75000
GetModeLine - hdsp: 1024 hbeg: 1048 hend: 1184 httl: 1328
vdsp: 768 vbeg: 771 vend: 777 vttl: 806 flags: 10


_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus


_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to