Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
>>>PCI<<< Radeon 7000 and the 2.6 kernel
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
ValenceParadigm
n00b
n00b


Joined: 10 Apr 2004
Posts: 45

PostPosted: Wed May 12, 2004 7:44 pm    Post subject: >>>PCI<<< Radeon 7000 and the 2.6 kernel Reply with quote

AGP, AGP, AGP.....

All the help, all the forum posts, all the log files XFree Spews out en masse, all refer to AGP. Surprise! My card is NOT AGP. My mainboard is not even AGP capable.

Is it possible that our friends at XFree have completely lost their hold on reality and forgotten about PCI as a place where people sometimes put Video cards?

Here's how far I've gotten:

The system:
ASUS Server board P-65UP5/C-PKND (Intel FX Chipset) and two properly paired PII-300s hanging off of it.
SCSI - Adaptec 2940U2W card and assorted drives etc.
PNP Nics, sound etc.
About 256 Mb of FP RAM (OMG! You mean non EDO 72 pin simms???? <gasp!>)
A reasonably respectable (under Win2K at least) 64 Mb ATI RADEON 7000, single display, non TV, (admittely value-ware) video card.
19" Pile of [EXPLETIVE] Proview PS-988 DDC monitor - typical of Proview: Promise performance then back-order it.
I'm running the 2.6.5-r1 gentoo dev kernel. And have recently rebuilt / updated my packages maybe 2-3 times total in the month.

I can get VESA framebuffer mode going... Under X it's of course VESA framebuffer - non accelerated, no 3D... Diddly with a little bit of squat thrown in.

I can get the kernel's RADEON framebuffer going... BUT I can't find anything to help me get it out of 640x480. I think it has something to do with fb.modes, but of course under this particular Gentoo distro, that file does not exist in /etc/. Once again, little or no documentation or discussion on the topic.

Trying to set up Xfree to use the ATI / radeon driver - This is the quintessence of disaster. Each and every set up process (xf86cfg, XFree86 -config, xf86configure) all try and shove DRI on me. Granted I want DRI, but if the module is present, the video card shuts down my monitor and VIOLENTLY. I'm not sure how many times the thing will take that kind of treatment before it lets all of the smoke out. Take out GLX and DRI and XFree86.0.log outstrips the New York Times for content... Black screen and no matter what I do, I have to explicitly kill XFree.

I've tried building the DRM drivers in the kernel and no matter what combination of 'modules' and 'compiled in" I try, with or without the AGP drivers, there is little or no effect.

I can't get you any of the logs or configs because I'd be here transcribing them for a MONTH - this is just my emergency Windows box for when LINUX chokes and the two are not networked.

What I need is ideas or places to look for documentation applicable to my PCI card: For example - how to get my radeon frambuffer to display 1024X768 or better at a suitable refesh rate. OR How to get OpenGL performance from the VESA framebuffer device.

I've completely given up on driving XFree from it's ATI binaries - they're all just too gorked.

I'm completely frustrated with LINUX and the crummy driver support and I'm fresh out of ideas. I know this can be done... Somebody figured it out. Just need them to share the knowlege.

-=VP=-
Back to top
View user's profile Send private message
weltraumfahrer
Apprentice
Apprentice


Joined: 17 Dec 2002
Posts: 195
Location: Karlsruhe, Germany

PostPosted: Fri May 14, 2004 8:44 am    Post subject: Reply with quote

Hi,
> I've completely given up on driving XFree from it's ATI binaries - they're all just too gorked.
The ATI binaries won't run with the 7000 and 7500 version of ATI-Cards.
Just use plain XFree and compile the dri-kernel-drivers as modules.

Works for me out of the box, incl. dri enabled (have a 7000 and a 7500).

Frank
Back to top
View user's profile Send private message
ValenceParadigm
n00b
n00b


Joined: 10 Apr 2004
Posts: 45

PostPosted: Fri May 14, 2004 10:44 am    Post subject: Reply with quote

Quote:
Just use plain XFree and compile the dri-kernel-drivers as modules.


Ironic. I've done the same and that gets me the violent shutdown of the monitor. Could be the monitor. I did mention it was a very bad implementation of very crummy electronics right?

Just to confirm: These are indeed PCI variants of the cards and you are running a 2.6.x kernel correct?

I don't suppose you'd mind posting the selections you've made for your Device Drivers ---> Character devices and Graphics Support submenus for the 7000 would you?

I'd also like to see the "Module" and "Device" sections of your XF86Config file for the same please.

Thanks,

-=VP=-
Back to top
View user's profile Send private message
weltraumfahrer
Apprentice
Apprentice


Joined: 17 Dec 2002
Posts: 195
Location: Karlsruhe, Germany

PostPosted: Fri May 14, 2004 2:32 pm    Post subject: Reply with quote

Hi,
the relevant parts from the kernelconfig:
Code:

CONFIG_DRM=y
CONFIG_DRM_RADEON=m

... on the console i run the VESA-framebuffer build in.
the device-section from the XF86Config:
Code:

Section "Device"
    Identifier  "Radeon RV200 QW"
    VendorName  "ATI Technologies Inc"
    BoardName   "Radeon 7500"
    Driver      "radeon"
    BusID       "PCI:1:0:0"

# Force to use the modes queried from the connected monitor.
# The default is off.
    Option      "DDCMode" "off"

# This option is only used for dual-head cards  with  only  single
# screen section specified in the configuration
# 0 = disable
# 1 = auto-detect (default)
# 2 = force on
# 3 = auto-detect + 2nd head overlay
# 4 = force on + 2nd head overlay
# other = auto-detect
    Option      "CloneDisplay" "0"

# Enable page flipping for 3D  acceleration.  This  will  increase
# performance but not work correctly in some rare cases, hence the
# default is off.
#    Option     "EnablePageFlip" "on"
EndSection

and the module-section:
Code:

Section "Module"
    Load        "dbe"
    Load        "v4l"
    Load        "dri"
    Load        "glx"
    Load        "GLcore"
   Load         "extmod"
    SubSection  "extmod"
        Option  "omit xfree86-dga"
    EndSubSection
    Load        "type1"
    Load        "freetype"
EndSection

... and don't forget the DRI-section:
Code:

Section "DRI"
    Mode 0666
EndSection

and last: 'man radeon' will be your friend ;-)

Frank
Back to top
View user's profile Send private message
Aman9090
Apprentice
Apprentice


Joined: 04 Nov 2003
Posts: 234

PostPosted: Fri May 14, 2004 2:37 pm    Post subject: Reply with quote

Actually, from what I know, the Radeon Drivers for Xfree nor the Radeon drivers that are produced by ATI -- neither of them even support PCI cards. You can blame that on ATI. Down with them! :D
Back to top
View user's profile Send private message
weltraumfahrer
Apprentice
Apprentice


Joined: 17 Dec 2002
Posts: 195
Location: Karlsruhe, Germany

PostPosted: Fri May 14, 2004 8:33 pm    Post subject: Reply with quote

Hi,
... neither of them even support PCI cards.
That's definitiv wrong. I'm buying always ATI-Cards, and the arey always working with XFree.
PCI and AGP. Once again 'man radeon':
Code:

DESCRIPTION
       radeon  is a XFree86 driver for ATI RADEON based video cards.  It con-
       tains full support for 8, 15, 16 and 24 bit  pixel  depths,  dual-head
       setup,  flat panel, hardware 2D acceleration, hardware 3D acceleration
       (except R300 cards), hardware cursor, XV  extension,  Xinerama  exten-
       sion.

SUPPORTED HARDWARE
       The  radeon  driver supports PCI and AGP video cards based on the fol-
       lowing ATI chips


Frank
Back to top
View user's profile Send private message
ValenceParadigm
n00b
n00b


Joined: 10 Apr 2004
Posts: 45

PostPosted: Sat May 15, 2004 8:50 am    Post subject: Reply with quote

Sorry weltraumfahrer, No dice. Set it up as close to yours as is possible and it still kills the monitor dead.

Right now I'm running in a squelchy VESA mode.. bit at least you can have a peek at my logs n' configs for what good it will do.

Here's my XF86Config:
Code:

# File generated by xf86config.

# **********************************************************************
# Refer to the XF86Config(4/5) 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"

    Load        "dbe"     # Double buffer extension
#    Load   "v41"
    Load   "dri"
    Load   "glx"
    Load   "GLcore"
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "speedo"
#    Load        "freetype"
#    Load        "xtt"


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)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#

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

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

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

EndSection

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

Section "ServerFlags"

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

#    Option "NoTrapSignals"

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

#    Option "DontVTSwitch"

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

#    Option "DontZap"

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

#    Option "Dont Zoom"

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

#    Option "DisableVidModeExtension"

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

#    Option "AllowNonLocalXvidtune"

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

#    Option "DisableModInDev"

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

#    Option "AllowNonLocalModInDev"

     Option "ForcePCIMode" "on"

EndSection

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

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

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "Keyboard"

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

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option   "Xleds"      "1 2 3"

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

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

# These are the default XKB settings for XFree86
#    Option "XkbRules"    "xfree86"
#    Option "XkbModel"    "pc101"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""

#    Option "XkbDisable"

    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"   "us"

EndSection


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

Section "InputDevice"

# Identifier and driver

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

# Mouse-speed setting for PS/2 mouse.

#    Option "Resolution"   "256"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"   "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"   "9600"
#    Option "SampleRate"   "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

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

    Option "ChordMiddle"

EndSection

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

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "PS-998"
    HorizSync   31.5 - 64.3
    VertRefresh 50-100

EndSection


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

# Device configured by xf86config:

Section "Device"
    Identifier  "Radeon_7000"
    Driver      "radeon"
    BusID   "PCI:0:12:0"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
    Option "DCCMode" "off"
   
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      "Radeon_7000"
    Monitor     "PS-998"
    DefaultDepth 24

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

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

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

Section "ServerLayout"

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

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

    Screen "Screen 1"

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

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

EndSection

Section "DRI"
     Mode 0666
EndSection

...and the loverly little log it spews forth:
Code:

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

XFree86 Version 4.3.0.1
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.5-gentoo-r1 i686 [ELF]
Build Date: 09 May 2004
   Before reporting problems, check http://www.XFree86.Org/
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Fri May 14 18:24:05 2004
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "PS-998"
(**) |   |-->Device "Radeon_7000"
(**) |-->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
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/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/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
Using vt 7
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   XFree86 ANSI C Emulation: 0.2
   XFree86 Video Driver: 0.6
   XFree86 XInput driver : 0.4
   XFree86 Server Extension : 0.2
   XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1237 card 0000,0000 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7000 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 8086,7010 card 0000,0000 rev 00 class 01,01,80 hdr 00
(II) PCI: 00:0a:0: chip 10ec,8139 card 1186,1300 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 9004,8178 card 9004,7881 rev 01 class 01,00,00 hdr 00
(II) PCI: 00:0c:0: chip 1002,5159 card 1002,000b rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:12:0) ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE] rev 0, Mem @ 0xd8000000/27, 0xd6000000/16, I/O @ 0xd400/8
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
   [0] -1   0   0xd6800000 - 0xd6800fff (0x1000) MX[B]
   [1] -1   0   0xd7000000 - 0xd70000ff (0x100) MX[B]
   [2] -1   0   0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
   [3] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [4] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [5] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [6] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
   [0] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xd6800000 - 0xd6800fff (0x1000) MX[B]
   [1] -1   0   0xd7000000 - 0xd70000ff (0x100) MX[B]
   [2] -1   0   0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
   [3] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [4] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [5] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [6] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
   [0] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xd6800000 - 0xd6800fff (0x1000) MX[B]
   [6] -1   0   0xd7000000 - 0xd70000ff (0x100) MX[B]
   [7] -1   0   0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
   [8] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [9] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [10] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [11] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [12] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [13] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B](B)
   [14] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "GLcore"
(II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension 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.3.0.1, module version = 1.0.2
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.1
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 4.0.1
   Module class: XFree86 Video Driver
   ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 6.4.18
   Module class: XFree86 Video Driver
   ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   Module class: XFree86 XInput Driver
   ABI class: XFree86 XInput driver, version 0.4
(II) ATI: ATI driver (version 6.4.18) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
   ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
   ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
   ATI Rage 128 Pro GL PA (AGP?), ATI Rage 128 Pro GL PB (AGP?),
   ATI Rage 128 Pro GL PC (AGP?), ATI Rage 128 Pro GL PD (PCI),
   ATI Rage 128 Pro GL PE (AGP?), ATI Rage 128 Pro GL PF (AGP),
   ATI Rage 128 Pro VR PG (AGP?), ATI Rage 128 Pro VR PH (AGP?),
   ATI Rage 128 Pro VR PI (AGP?), ATI Rage 128 Pro VR PJ (AGP?),
   ATI Rage 128 Pro VR PK (AGP?), ATI Rage 128 Pro VR PL (AGP?),
   ATI Rage 128 Pro VR PM (AGP?), ATI Rage 128 Pro VR PN (AGP?),
   ATI Rage 128 Pro VR PO (AGP?), ATI Rage 128 Pro VR PP (PCI),
   ATI Rage 128 Pro VR PQ (AGP?), ATI Rage 128 Pro VR PR (PCI),
   ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
   ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
   ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),
   ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
   ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
   ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
   ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
   ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
   ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
   ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),
   ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
   ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
   ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
   ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
   ATI Radeon VE/7000 QY (AGP), ATI Radeon VE/7000 QZ (AGP),
   ATI Radeon Mobility M7 LW (AGP),
   ATI Mobility FireGL 7800 M7 LX (AGP),
   ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
   ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
   ATI Radeon IGP330/340/350 (A4) 4137,
   ATI Radeon IGP330M/340M/350M (U2) 4337,
   ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
   ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QI (AGP),
   ATI Radeon 8500 QJ (AGP), ATI Radeon 8500 QK (AGP),
   ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP),
   ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
   ATI Radeon 8500 Qh (AGP), ATI Radeon 8500 Qi (AGP),
   ATI Radeon 8500 Qj (AGP), ATI Radeon 8500 Qk (AGP),
   ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
   ATI Radeon 7500 QW (AGP), ATI Radeon 7500 QX (AGP),
   ATI Radeon 9000 Id (AGP), ATI Radeon 9000 Ie (AGP),
   ATI Radeon 9000 If (AGP), ATI Radeon 9000 Ig (AGP),
   ATI Radeon Mobility M9 Ld (AGP), ATI Radeon Mobility M9 Le (AGP),
   ATI Radeon Mobility M9 Lf (AGP), ATI Radeon Mobility M9 Lg (AGP),
   ATI Radeon 9000 IGP (A5) 5834,
   ATI Radeon Mobility 9000 IGP (U3) 5835, ATI Radeon 9200 5960 (AGP),
   ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
   ATI Radeon 9200 5963 (AGP), ATI Radeon 9200 5964 (AGP),
   ATI Radeon M9+ 5968 (AGP), ATI Radeon M9+ 5969 (AGP),
   ATI Radeon M9+ 596A (AGP), ATI Radeon M9+ 596B (AGP),
   ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP),
   ATI Radeon 9500 AF (AGP), ATI FireGL Z1/X1 AG (AGP),
   ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
   ATI Radeon 9700 NF (AGP), ATI FireGL X1 NG (AGP),
   ATI Radeon 9600 AP (AGP), ATI Radeon 9600 Pro AR (AGP),
   ATI Radeon Mobility M10 NP (AGP), ATI FireGL (R350) AK (AGP),
   ATI Radeon 9800 NH (AGP), ATI FireGL (R350) NK (AGP)
(II) Primary Device is: PCI 00:0c:0
(--) Chipset ATI Radeon VE/7000 QY (AGP) found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xd6800000 - 0xd6800fff (0x1000) MX[B]
   [6] -1   0   0xd7000000 - 0xd70000ff (0x100) MX[B]
   [7] -1   0   0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
   [8] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [9] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [10] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [11] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [12] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [13] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B](B)
   [14] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xd6800000 - 0xd6800fff (0x1000) MX[B]
   [6] -1   0   0xd7000000 - 0xd70000ff (0x100) MX[B]
   [7] -1   0   0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
   [8] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [9] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [10] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [11] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [12] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [13] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [14] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [15] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [16] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B](B)
   [17] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [18] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [19] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 0.1.0
   ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) RADEON(0): PCI bus 0 card 12 func 0
(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(==) RADEON(0): RGB weight 888
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon VE/7000 QY (AGP)" (ChipID = 0x5159)
(--) RADEON(0): Linear framebuffer at 0xd8000000
(--) RADEON(0): MMIO registers at 0xd6000000
(--) RADEON(0): VideoRAM: 65536 kByte (64-bit DDR SDRAM)
(II) RADEON(0): PCI card detected
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.2.0
   ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 2, Detected Type: 0
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 4, Detected Type: 0
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 3, Detected Type: 3
(II) RADEON(0): Displays Detected: Monitor1--Type 3, Monitor2--Type 0

(II) RADEON(0): Monitor1 EDID data ---------------------------
(II) RADEON(0): Manufacturer: ___  Model: ffff  Serial#: 4294967295
(II) RADEON(0): Year: 2245  Week: 255
(II) RADEON(0): EDID Version: 255.255
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 255  vert.: 255
(II) RADEON(0): Gamma: 3.55
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off
(II) RADEON(0): Default color space is primary color space
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): GTF timings supported
(II) RADEON(0): redX: 0.999 redY: 0.999   greenX: 0.999 greenY: 0.999
(II) RADEON(0): blueX: 0.999 blueY: 0.999   whiteX: 0.999 whiteY: 0.999
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 720x400@88Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@67Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@87Hz (interlaced)
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@75Hz
(II) RADEON(0): Manufacturer's mask: 7F
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): #1: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): #2: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): #3: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): #4: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): #5: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): #6: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): #7: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): End of Monitor1 EDID data --------------------
(II) RADEON(0): Monitor2 EDID data ---------------------------
(II) RADEON(0): Manufacturer: ___  Model: ffff  Serial#: 4294967295
(II) RADEON(0): Year: 2245  Week: 255
(II) RADEON(0): EDID Version: 255.255
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 255  vert.: 255
(II) RADEON(0): Gamma: 3.55
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off
(II) RADEON(0): Default color space is primary color space
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): GTF timings supported
(II) RADEON(0): redX: 0.999 redY: 0.999   greenX: 0.999 greenY: 0.999
(II) RADEON(0): blueX: 0.999 blueY: 0.999   whiteX: 0.999 whiteY: 0.999
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 720x400@88Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@67Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 832x624@75Hz
(II) RADEON(0): 1024x768@87Hz (interlaced)
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): 1152x870@75Hz
(II) RADEON(0): Manufacturer's mask: 7F
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): #1: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): #2: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): #3: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): #4: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): #5: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): #6: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): #7: hsize: 2288  vsize 1287  refresh: 123  vid: 65535
(II) RADEON(0): End of Monitor2 EDID data --------------------
(II) RADEON(0):
(II) RADEON(0): Primary Display == Type 3
(II) RADEON(0): PLL parameters: rf=2700 rd=60 min=12000 max=35000; xclk=16600
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Panel size found from DDC: 0x0
(II) RADEON(0): Valid Mode from established timing table: 1280x1024
(II) RADEON(0): Valid Mode from established timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 832x624
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 640x480
(II) RADEON(0): Valid Mode from established timing table: 640x480
(II) RADEON(0): Valid Mode from established timing table: 640x480
(II) RADEON(0): Total of 12 mode(s) found.
(II) RADEON(0): Total number of valid DDC mode(s) found: 12
(--) RADEON(0): Virtual size is 1280x1024 (pitch 1280)
(**) RADEON(0): *Default mode "1280x1024"
(**) RADEON(0): *Default mode "1024x768"
(**) RADEON(0): *Default mode "800x600"
(**) RADEON(0): *Default mode "640x480"
(**) RADEON(0):  Default mode "1024x768"
(**) RADEON(0):  Default mode "1024x768"
(**) RADEON(0):  Default mode "832x624"
(**) RADEON(0):  Default mode "800x600"
(**) RADEON(0):  Default mode "800x600"
(**) RADEON(0):  Default mode "800x600"
(**) RADEON(0):  Default mode "640x480"
(**) RADEON(0):  Default mode "640x480"
(--) RADEON(0): Display dimensions: (2550, 2550) mm
(--) RADEON(0): DPI set to (12, 10)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 0.1.0
   ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.1.0
   ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): Depth moves disabled by default
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/X11R6/lib/modules/libshadowfb.a
(II) Module shadowfb: vendor="The XFree86 Project"
   compiled for 4.3.0.1, module version = 1.0.0
   ABI class: XFree86 ANSI C Emulation, version 0.2
(II) RADEON(0): Page flipping disabled
(!!) RADEON(0): For information on using the multimedia capabilities
   of this adapter, please see http://gatos.sf.net.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xd6000000 - 0xd600ffff (0x10000) MX[B]
   [1] 0   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B]
   [2] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [3] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [4] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [5] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [6] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [7] -1   0   0xd6800000 - 0xd6800fff (0x1000) MX[B]
   [8] -1   0   0xd7000000 - 0xd70000ff (0x100) MX[B]
   [9] -1   0   0xd6000000 - 0xd600ffff (0x10000) MX[B](B)
   [10] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [11] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
   [12] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
   [13] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
   [14] 0   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [18] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [19] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B](B)
   [20] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [21] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [22] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) RADEON(0): Write-combining range (0xd8000000,0x4000000)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) RADEON(0): [drm] created "radeon" driver at busid "PCI:0:12:0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xd1916000
(II) RADEON(0): [drm] mapped SAREA 0xd1916000 to 0x44402000
(II) RADEON(0): [drm] framebuffer handle = 0xd8000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): [pci] 8192 kB allocated with handle 0xd59bd000
(II) RADEON(0): [pci] ring handle = 0xd59bd000
(II) RADEON(0): [pci] Ring mapped at 0x44404000
(II) RADEON(0): [pci] Ring contents 0x00000000
(II) RADEON(0): [pci] ring read ptr handle = 0xd5abe000
(II) RADEON(0): [pci] Ring read ptr mapped at 0x44505000
(II) RADEON(0): [pci] Ring read ptr contents 0x00000000
(II) RADEON(0): [pci] vertex/indirect buffers handle = 0xd5abf000
(II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x44506000
(II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
(II) RADEON(0): [drm] register handle = 0xd6000000
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): CP in BM mode
(II) RADEON(0): Using 8 MB AGP aperture
(II) RADEON(0): Using 1 MB for the ring buffer
(II) RADEON(0): Using 2 MB for vertex/indirect buffers
(II) RADEON(0): Using 1 MB for AGP textures
(II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
(II) RADEON(0): Reserved area from (0,1024) to (1280,1026)
(II) RADEON(0): Largest offscreen area available: 1280 x 7165
(II) RADEON(0): Will use back buffer at offset 0x1400000
(II) RADEON(0): Will use depth buffer at offset 0x1900000
(II) RADEON(0): Will use 34816 kb for textures at offset 0x1e00000
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
   Screen to screen bit blits
   Solid filled rectangles
   8x8 mono pattern filled rectangles
   Indirect CPU to Screen color expansion
   Solid Lines
   Dashed Lines
   Scanline Image Writes
   Offscreen Pixmaps
   Setting up tile and stipple cache:
      32 128x128 slots
      32 256x256 slots
      16 512x512 slots
(II) RADEON(0): Acceleration enabled
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 1026)
(II) RADEON(0): Largest offscreen area available: 1280 x 7161
(WW) RADEON(0): Option "DCCMode" is not used
(II) RADEON(0): X context handle = 0x00000001
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [DRI] installation complete
(II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEON(0): [drm] dma control initialized, using IRQ 10
(II) RADEON(0): [drm] Initialized kernel agp heap manager, 0
(II) RADEON(0): Direct rendering enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ChordMiddle"
(**) Mouse1: ChordMiddle
(==) Mouse1: Buttons: 3
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xd1916000 at 0x44402000

..and this is where I give it the ol' {Ctrl}+{Alt}+{Backspace} because my monitor is banging like a 2 year old with a kitchen pot.

I'm still open to ideas..

-=VP=-
Back to top
View user's profile Send private message
weltraumfahrer
Apprentice
Apprentice


Joined: 17 Dec 2002
Posts: 195
Location: Karlsruhe, Germany

PostPosted: Sat May 15, 2004 4:39 pm    Post subject: Reply with quote

Hi,
i can see what's causing the error:
Code:

(--) RADEON(0): Display dimensions: (2550, 2550) mm
(--) RADEON(0): DPI set to (12, 10)

You don't have a display with this dimensions (about 2,55 m width and heigh;-)
Try 'DisplaySize width height' in your monitorsection or 'startx -- -dpi 100'.
Look at 'man XF86Config'

Frank
Back to top
View user's profile Send private message
ValenceParadigm
n00b
n00b


Joined: 10 Apr 2004
Posts: 45

PostPosted: Tue May 18, 2004 9:59 pm    Post subject: Reply with quote

Okay, so I gave that a try and no effect. Same nasty shutdown busness.

As it stands, I now have VFB running to a useable extent and that should do for the moment. Considering that value of "2550mm"2 for the screen is likely polled from the scren itself, it's most likely that it's the lousy screen and not the card that's the problem.

I will have a look for anything pretaining to the screen (Proview PS-998) as I can over the next few weeks and see if that's not at least part of the problem.

Your help here has been very greatly appreciated.

-= VP =-
Back to top
View user's profile Send private message
ValenceParadigm
n00b
n00b


Joined: 10 Apr 2004
Posts: 45

PostPosted: Mon Jun 07, 2004 12:29 am    Post subject: It's ALIVE!!! Muahahahaaaaaaa!!! Reply with quote

So for anybody who's interested and has been following along this thread:

I've now got XFree86 4.3.0.1 up and working with DRI and no frame-buffer on that PCI Radeon 7000 board. Glxgears gives me about 300-400 fps on a tiny little screen. I’d imagine it would be quite slower full screen. Definitely not the 1200+ I’ve been reading about, but the fact that it’s even working is to me a miracle.

How I managed to do this puzzles me to this very moment. The best I can offer is an account of the steps I’ve taken and perhaps one of the “guru” types can properly identify where I went right/wrong.

First off, I got totally peeved at 2.6.5 and decided to build the 2.4.25-r2 kernel because I’d read that the xfree-drm ebuild only supported modules for the 2.4 kernels. Emerged xfree-drm and ran the xf86cfg – <<*!WHACK!*>> My screen dies worse than ever before. UUUUgly! So being the cautious person I am I fiddled with it a bit more and went back to the frame-buffer. This time I ran X –configure…. No problems. Tested out the XF86Config.new file… IT LOADED!!! But it didn’t include the V and Hsync lines for the monitor…. Things that make VP go “?hmmmm…?” Goofy part is… even with the frame-buffer Xfree starts looking to load DRM stuff in the new config. So… I went back and used the same functioning config method on the non-frame-buffer and modularized DRI kernel.. IT WORKED – sort of… So… I went back to my 2.6.5 kernel with modularized DRI and AGP… I shortly thereafter had to go change my pants because the joy was way too much for me (TMI).

Since then I’ve been able to add back in the H and Vsync lines to my monitor section under XF86Config. So that wasn’t it.

I still can’t use xf86cfg, Xfree86 –configure, or xconfig to make the XF86Config file… They all end up with that same monitor killing setting. Only X –configure works.

My guess is it was either, or a combination of, adding the following lines to the XF86Config file under the “Device” section:
Code:
Option “DDCMode” “True”
Option “ForcePCIMode” “True”

..and emerging the xfree-drm ebuild.

Hope that helps anybody who might dredge up this thread looking for some answers.

Once again many thanks to Weltraumfahrer and Aman9090 for jumping in and taking their shots.

Now.. if I could only get rid of this “FbTk::EventManager” thing with FluxBox 0.9.9…..


-=VP=-
Back to top
View user's profile Send private message
aethyr
Veteran
Veteran


Joined: 06 Apr 2003
Posts: 1085
Location: NYC

PostPosted: Mon Jun 07, 2004 6:12 am    Post subject: Re: It's ALIVE!!! Muahahahaaaaaaa!!! Reply with quote

ValenceParadigm wrote:
I still can’t use xf86cfg, Xfree86 –configure, or xconfig to make the XF86Config file… They all end up with that same monitor killing setting. Only X –configure works.


Code:
$ whereis X
X: /usr/X11R6/bin/X /usr/bin/X11/X
 $ ll /usr/X11R6/bin/X
lrwxrwxrwx    1 root     root           15 May  2 15:47 /usr/X11R6/bin/X -> XFree86


Same file ;)
Back to top
View user's profile Send private message
ValenceParadigm
n00b
n00b


Joined: 10 Apr 2004
Posts: 45

PostPosted: Mon Jun 07, 2004 6:35 am    Post subject: Freakyness Reply with quote

Quote:
Same file ;)


You know... I kenw that. ~BUT~ I kid you not: For some reason it didn't work. Now, either I'm a complete and total moron (no need to confirm or deny your thoughts on this one) or something really isn't quite right with my rig.

I haven't tried it since the last time it failed because there's really no need to at the moment. Although, I'm almost tempted to try it just to prove myself an idiot.

Like I said before - how I managed to get it going is still a mystery, and being obsessive as I am an irresistable irritant. But now I have bigger fish to fry: like why my FluxBox fonts are all of 2 pixels high...

-= VP =-
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum