Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Direct rendering with ATI Radeon Mobility IGP 320M
View unanswered posts
View posts from last 24 hours

Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Scudzey
n00b
n00b


Joined: 05 Apr 2003
Posts: 20
Location: Stuart, FL

PostPosted: Tue Apr 15, 2003 6:01 pm    Post subject: Direct rendering with ATI Radeon Mobility IGP 320M Reply with quote

Well i have tried everything that i can find on the fourms to try and get this working.

I have updated to Xfree 4.3.0 and have gotten the radeon driver to work with it.

My /etc/X11/XF86Config file looks like this:
Code:

# File generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"
    Load        "dbe"     
    Load   "extmod"
    Load   "fbdevhw"
    Load   "glx"
    Load   "record"
    Load   "freetype"
    Load   "type1"
    Load   "dri"
EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath   "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# 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/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    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><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

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

#    Option "Dont Zoom"

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

#    Option "DisableVidModeExtension"

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

#    Option "AllowNonLocalXvidtune"

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

#    Option "DisableModInDev"

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

#    Option "AllowNonLocalModInDev"

EndSection

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

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

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "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"   "compaq"
    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/psaux"

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

#    Option "Protocol"   "Xqueue"

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

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

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

    Option "Emulate3Buttons"
    Option "Emulate3Timeout"    "50"

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

#    Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections
# this is optional and is required only if you

# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
 Section "InputDevice"
    Identifier  "USB Mice"
    Driver      "mouse"
    Option      "Protocol"      "IMPS/2"
    Option      "Device"        "/dev/input/mice"
    Option      "ZAxisMapping"  "4 5"
    Option   "Buttons" "5"
 EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection

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

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "Laptop Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   31.5 - 48.5

#    HorizSync   30-64         # multisync
#    HorizSync   31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync   15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 50-90

EndSection


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

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset   "generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver     "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.

#    BusID      "PCI:0:10:0"

#    VideoRam   256

#    Clocks   25.2 28.3

EndSection

# Device configured by xf86config:

# Selection for normal use

Section "Device"
    Identifier  "ATI Radeon U1"
    VendorName   "ATI"
    Driver      "radeon"
    VideoRam    65536
    BoardName "Mobility U1"
    Option "AGPMode" "4"
    # Insert Clocks lines here if appropriate
EndSection

# Selection for movie playing

#Section "Device"
#   Identifier "ATI Radeon U1"
#   Driver "radeon"
#   BoardName "Mobility U1"
#   VideoRam 65536
#   ChipId 0x4242
#   Option "AGPMode" "4"
#   Option "noaccel"
#EndSection


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

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "ATI Radeon U1"
    Monitor     "Laptop Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

Section "DRI"
    Mode   0666
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 "USB Mice" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection


This is my XFree86.0.log :
Code:

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-gentoo-r2 i686 [ELF]
Build Date: 13 April 2003
   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: Tue Apr 15 07:23:48 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "Laptop Monitor"
(**) |   |-->Device "ATI Radeon U1"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "USB Mice"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "compaq"
(**) XKB: model: "compaq"
(**) 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/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 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, 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, 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 1002,cab2 card 0000,0000 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1002,7010 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 10b9,5237 card 103c,002a rev 03 class 0c,03,10 hdr 00
(II) PCI: 00:06:0: chip 10b9,5451 card 103c,002a rev 02 class 04,01,00 hdr 00
(II) PCI: 00:07:0: chip 10b9,1533 card 10b9,1533 rev 00 class 06,01,00 hdr 00
(II) PCI: 00:08:0: chip 10b9,5457 card 103c,002a rev 00 class 07,03,00 hdr 00
(II) PCI: 00:0a:0: chip 1217,6972 card 1c01,0000 rev 00 class 06,07,00 hdr 02
(II) PCI: 00:10:0: chip 10b9,5229 card 103c,002a rev c4 class 01,01,fa hdr 00
(II) PCI: 00:11:0: chip 10b9,7101 card 103c,002a rev 00 class 06,80,00 hdr 00
(II) PCI: 00:12:0: chip 100b,0020 card 103c,002a rev 00 class 02,00,00 hdr 00
(II) PCI: 01:05:0: chip 1002,4337 card 103c,002a 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,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
   [0] -1   0   0x00009000 - 0x000090ff (0x100) IX[B]
   [1] -1   0   0x00009400 - 0x000094ff (0x100) IX[B]
   [2] -1   0   0x00009800 - 0x000098ff (0x100) IX[B]
   [3] -1   0   0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xd0300000 - 0xd03fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (0:10:0), (0,3,3), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 3 I/O range:
   [0] -1   0   0x00001c00 - 0x00001cff (0x100) IX[B]
   [1] -1   0   0x00001800 - 0x000018ff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
   [0] -1   0   0xd0100000 - 0xd01fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
   [0] -1   0   0xd0200000 - 0xd02fffff (0x100000) MX[B]
(--) PCI:*(1:5:0) ATI Technologies Inc Radeon IGP 340M rev 0, Mem @ 0xd8000000/27, 0xd0300000/16, I/O @ 0x9000/8
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd4000000 from 0xd7ffffff to 0xd3ffffff
(II) PCI Memory resource overlap reduced 0xd0005000 from 0xd0005fff to 0xd0004fff
(II) Active PCI resource ranges:
   [0] -1   0   0xd0004000 - 0xd0004fff (0x1000) MX[B]
   [1] -1   0   0xd0002000 - 0xd0002fff (0x1000) MX[B]
   [2] -1   0   0xd0001000 - 0xd0001fff (0x1000) MX[B]
   [3] -1   0   0xd0000000 - 0xd0000fff (0x1000) MX[B]
   [4] -1   0   0xd0005000 - 0xd0004fff (0x0) MX[B]O
   [5] -1   0   0xd4000000 - 0xd3ffffff (0x0) MX[B]O
   [6] -1   0   0xd0300000 - 0xd030ffff (0x10000) MX[B](B)
   [7] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [8] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [9] -1   0   0x00002000 - 0x0000200f (0x10) IX[B]
   [10] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [11] -1   0   0x00001000 - 0x000010ff (0x100) IX[B]
   [12] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xd0004000 - 0xd0004fff (0x1000) MX[B]
   [1] -1   0   0xd0002000 - 0xd0002fff (0x1000) MX[B]
   [2] -1   0   0xd0001000 - 0xd0001fff (0x1000) MX[B]
   [3] -1   0   0xd0000000 - 0xd0000fff (0x1000) MX[B]
   [4] -1   0   0xd0005000 - 0xd0004fff (0x0) MX[B]O
   [5] -1   0   0xd4000000 - 0xd3ffffff (0x0) MX[B]O
   [6] -1   0   0xd0300000 - 0xd030ffff (0x10000) MX[B](B)
   [7] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [8] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [9] -1   0   0x00002000 - 0x0000200f (0x10) IX[B]
   [10] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [11] -1   0   0x00001000 - 0x000010ff (0x100) IX[B]
   [12] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](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   0xd0004000 - 0xd0004fff (0x1000) MX[B]
   [6] -1   0   0xd0002000 - 0xd0002fff (0x1000) MX[B]
   [7] -1   0   0xd0001000 - 0xd0001fff (0x1000) MX[B]
   [8] -1   0   0xd0000000 - 0xd0000fff (0x1000) MX[B]
   [9] -1   0   0xd0005000 - 0xd0004fff (0x0) MX[B]O
   [10] -1   0   0xd4000000 - 0xd3ffffff (0x0) MX[B]O
   [11] -1   0   0xd0300000 - 0xd030ffff (0x10000) MX[B](B)
   [12] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [13] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [14] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [15] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [16] -1   0   0x00002000 - 0x0000200f (0x10) IX[B]
   [17] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [18] -1   0   0x00001000 - 0x000010ff (0x100) IX[B]
   [19] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](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, module version = 1.0.0
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
   compiled for 4.3.0, module version = 1.0.0
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "fbdevhw"
(II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="The XFree86 Project"
   compiled for 4.3.0, module version = 0.0.2
   ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
   compiled for 4.3.0, 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, module version = 1.0.0
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
   compiled for 4.3.0, module version = 1.13.0
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
   compiled for 4.3.0, module version = 2.0.2
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
   compiled for 4.3.0, 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: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
   compiled for 4.3.0, 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, module version = 1.0.0
   ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(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, 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, 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, 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 (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
   ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
   ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
   ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
   ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
   ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
   ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
   ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
   ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
   ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
   ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
   ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
   ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
   ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
   ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
   ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
   ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
   ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
   ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
   ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
   ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
   ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
   ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
   ATI Radeon VE/7000 QY (AGP), 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 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 9200 5960 (AGP), ATI Radeon 9200 5961 (AGP),
   ATI Radeon 9200 5962 (AGP), ATI Radeon 9200 5963 (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)
(II) Primary Device is: PCI 01:05:0
(--) Assigning device section with no busID to primary device
(--) Chipset ATI Radeon IGP330M/340M/350M (U2) 4337 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   0xd0004000 - 0xd0004fff (0x1000) MX[B]
   [6] -1   0   0xd0002000 - 0xd0002fff (0x1000) MX[B]
   [7] -1   0   0xd0001000 - 0xd0001fff (0x1000) MX[B]
   [8] -1   0   0xd0000000 - 0xd0000fff (0x1000) MX[B]
   [9] -1   0   0xd0005000 - 0xd0004fff (0x0) MX[B]O
   [10] -1   0   0xd4000000 - 0xd3ffffff (0x0) MX[B]O
   [11] -1   0   0xd0300000 - 0xd030ffff (0x10000) MX[B](B)
   [12] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [13] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [14] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [15] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [16] -1   0   0x00002000 - 0x0000200f (0x10) IX[B]
   [17] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [18] -1   0   0x00001000 - 0x000010ff (0x100) IX[B]
   [19] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](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   0xd0004000 - 0xd0004fff (0x1000) MX[B]
   [6] -1   0   0xd0002000 - 0xd0002fff (0x1000) MX[B]
   [7] -1   0   0xd0001000 - 0xd0001fff (0x1000) MX[B]
   [8] -1   0   0xd0000000 - 0xd0000fff (0x1000) MX[B]
   [9] -1   0   0xd0005000 - 0xd0004fff (0x0) MX[B]O
   [10] -1   0   0xd4000000 - 0xd3ffffff (0x0) MX[B]O
   [11] -1   0   0xd0300000 - 0xd030ffff (0x10000) MX[B](B)
   [12] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [13] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [14] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [15] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [16] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [17] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [18] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [19] -1   0   0x00002000 - 0x0000200f (0x10) IX[B]
   [20] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [21] -1   0   0x00001000 - 0x000010ff (0x100) IX[B]
   [22] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
   [23] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [24] 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, 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 1 card 5 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): Option "AGPMode" "4"
(==) 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, 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
(WW) System lacks support for changing MTRRs
(--) RADEON(0): Chipset: "ATI Radeon IGP330M/340M/350M (U2) 4337" (ChipID = 0x4337)
(--) RADEON(0): Linear framebuffer at 0xd8000000
(--) RADEON(0): MMIO registers at 0xd0300000
(II) RADEON(0): Video RAM override, using 65536 kB instead of 65536 kB
(**) RADEON(0): VideoRAM: 65536 kByte (64-bit SDR SDRAM)
(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, 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, 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): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 3, Detected Type: 0
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device "DDC:ddc2" removed.
(II) RADEON(0): DDC Type: 4, Detected Type: 0
(II) RADEON(0): Displays Detected: Monitor1--Type 2, Monitor2--Type 0

(II) RADEON(0):
(II) RADEON(0): Primary Display == Type 2
(II) RADEON(0): Panel ID string: QDI141X1LH03           
(II) RADEON(0): Panel Size from BIOS: 1024x768
(II) RADEON(0): BIOS provided dividers will be used.(II) RADEON(0): PLL parameters: rf=1432 rd=31 min=12000 max=35000; xclk=13300
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
(II) RADEON(0): Valid mode using on-chip RMX: 1024x768
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(--) RADEON(0): Virtual size is 1024x768 (pitch 1024)
(**) RADEON(0): *Mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768"   65.00  1024 1040 1176 1344  768 770 771 806
(**) RADEON(0):  Default mode "640x350": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x350"   65.00  640 1040 1176 1344  350 770 771 806
(**) RADEON(0):  Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x400"   65.00  640 1040 1176 1344  400 770 771 806
(**) RADEON(0):  Default mode "720x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "720x400"   65.00  720 1040 1176 1344  400 770 771 806
(**) RADEON(0):  Default mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"   65.00  640 1040 1176 1344  480 770 771 806
(**) RADEON(0):  Default mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x600"   65.00  800 1040 1176 1344  600 770 771 806
(**) RADEON(0):  Default mode "832x624": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) RADEON(0): Modeline "832x624"   65.00  832 1040 1176 1344  624 770 771 806
(==) RADEON(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
   compiled for 4.3.0, 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, 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, module version = 1.1.0
   ABI class: XFree86 Video Driver, version 0.6
(**) RADEON(0): Using AGP 4x mode
(II) RADEON(0): AGP Fast Write disabled by default
(II) RADEON(0): Depth moves disabled by default
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/X11R6/lib/modules/libshadowfb.a
(II) Module shadowfb: vendor="The XFree86 Project"
   compiled for 4.3.0, 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   0xd0300000 - 0xd030ffff (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   0xd0004000 - 0xd0004fff (0x1000) MX[B]
   [8] -1   0   0xd0002000 - 0xd0002fff (0x1000) MX[B]
   [9] -1   0   0xd0001000 - 0xd0001fff (0x1000) MX[B]
   [10] -1   0   0xd0000000 - 0xd0000fff (0x1000) MX[B]
   [11] -1   0   0xd0005000 - 0xd0004fff (0x0) MX[B]O
   [12] -1   0   0xd4000000 - 0xd3ffffff (0x0) MX[B]O
   [13] -1   0   0xd0300000 - 0xd030ffff (0x10000) MX[B](B)
   [14] -1   0   0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
   [15] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
   [16] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
   [17] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
   [18] 0   0   0x00009000 - 0x000090ff (0x100) IX[B]
   [19] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [20] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [21] -1   0   0x00002400 - 0x000024ff (0x100) IX[B]
   [22] -1   0   0x00002000 - 0x0000200f (0x10) IX[B]
   [23] -1   0   0x00001400 - 0x000014ff (0x100) IX[B]
   [24] -1   0   0x00001000 - 0x000010ff (0x100) IX[B]
   [25] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
   [26] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [27] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(WW) RADEON(0): Direct rendering not yet supported on IGP320/330/340/350 integrated chips
(II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
(II) RADEON(0): Reserved area from (0,768) to (1024,770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7421
(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
   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 770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7417
(II) RADEON(0): Direct rendering disabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension 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/psaux"
(**) Option "Emulate3Buttons"
(**) Option "Emulate3Timeout" "50"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(**) Option "Protocol" "IMPS/2"
(**) USB Mice: Protocol: "IMPS/2"
(**) Option "SendCoreEvents"
(**) USB Mice: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(**) USB Mice: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USB Mice: ZAxisMapping: buttons 4 and 5
(**) USB Mice: Buttons: 5
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "USB Mice" (type: MOUSE)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
(II) USB Mice: ps2EnableDataReporting: succeeded
(II) 3rd Button detected: disabling emulate3Button


And when i run glxinfo I get:
Code:

name of display: :0.0
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
client glx vendor string: SGI
client glx version string: 1.2
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_get_proc_address, GLX_ATI_pixel_format_float,
    GLX_ATI_render_texture
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
    GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_lod_bias
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  1 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x24 24 tc  1 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x25 24 tc  1 24  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x26 24 tc  1 24  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x27 24 dc  1 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x28 24 dc  1 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x29 24 dc  1 24  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x2a 24 dc  1 24  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None


Any one have/had the same problem and a possible solution with it?
Any help would be greatly apreciated.
Back to top
View user's profile Send private message
xmit
Apprentice
Apprentice


Joined: 02 Apr 2003
Posts: 158
Location: Hamburg, Germany

PostPosted: Wed Apr 16, 2003 6:03 pm    Post subject: DRI don't like DefaultDepth 24 Reply with quote

I have to set "DefaultDepth 16" in etc/X11/XF86Config, otherwise direct rendering won't be enabled.
Back to top
View user's profile Send private message
3vilinside
n00b
n00b


Joined: 11 Apr 2003
Posts: 56
Location: Graz, Austria

PostPosted: Thu Apr 17, 2003 1:30 pm    Post subject: Reply with quote

Hello!

I have an IGP 340M on a HP Pavilion ze4294 but the kernel won't detect agpgart. How did you manage to solve this problem? I can't get the radeon drivers to work without the agpgart support?

Thankfully for any help...
_________________
"To err lies in the nature of humans, but to really fool things up you need a computer"
Back to top
View user's profile Send private message
xmit
Apprentice
Apprentice


Joined: 02 Apr 2003
Posts: 158
Location: Hamburg, Germany

PostPosted: Thu Apr 17, 2003 3:23 pm    Post subject: Reply with quote

I compiled /dev/agpgart support into the kernel with the Intel I830M option.
Back to top
View user's profile Send private message
3vilinside
n00b
n00b


Joined: 11 Apr 2003
Posts: 56
Location: Graz, Austria

PostPosted: Fri Apr 18, 2003 7:37 pm    Post subject: Reply with quote

Well I did exactly the same but the kernel won't detect the agpgart... Anyone else with some suggestions? My problem is even worse - the radeon drivers won't work (since the agpgart isn't detected)

I followed every advice found on the forum up to now (emerge xfree 4.3.0, recompile kernel, emerge xfree-drm) but still it's not working as it should :oops:
_________________
"To err lies in the nature of humans, but to really fool things up you need a computer"
Back to top
View user's profile Send private message
dberkholz
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 1008
Location: Minneapolis, MN, USA

PostPosted: Fri Apr 18, 2003 9:52 pm    Post subject: Reply with quote

Take a look through this and see if it helps any. I got my Radeon Mobility M6 working with xfree-drm.
Back to top
View user's profile Send private message
tunah
n00b
n00b


Joined: 28 Mar 2003
Posts: 23

PostPosted: Sun Apr 20, 2003 4:29 pm    Post subject: Reply with quote

Quote:
http://mozilla.mirror.pacific.net.au/releases/mozilla1.4a/src/mozilla-source-1.4a.tar.bz2

Unfortunately this is an entirely different beast. There are no, repeat, no, linux drivers for the AGP chipset/bridge. You absolutely must have these (in kernel or modules, not part of xfree) otherwise no 3d :(
The best you can do at the moment is 2d support, for a while there was a driver floating around that would give you it, now you should be able to get it working just by emerging the latest iteration of xfree 4.3.0-r2 (currently masked).
As an aside, there seems to be something slightly odd about the fact that major (these are very common cards) features are added that would make your experience much nicer (vesa gets old fast) but the revision number does not change, so an emerge sync/emerge world wouldn't give you the improvements until the next version bump. :-S
_________________
I compiled my kernel 24 times in 24 hours, and all I got was this stupid sig.
Back to top
View user's profile Send private message
3vilinside
n00b
n00b


Joined: 11 Apr 2003
Posts: 56
Location: Graz, Austria

PostPosted: Thu Apr 24, 2003 12:34 pm    Post subject: Reply with quote

really?

well what i've read so far there *are* possibilities to get the IGP 340M working... In the past few days I've spent a lot of time trying to get it working and what I noticed was that the card IS recognized as "ATI IGP 340M" by the graphical (!) Xfree86 configuration helper, while when trying to normal xf86config there is no details about the card and anything that it might have been recognized by the system... Nevertheless if I try to use the generic ATI (*ati*) driver it doe not work, as well as with the generic radeon drivers. :cry:

Hopefully there will a patch or simply a drivers soon to fix this ugly problem...
_________________
"To err lies in the nature of humans, but to really fool things up you need a computer"
Back to top
View user's profile Send private message
tunah
n00b
n00b


Joined: 28 Mar 2003
Posts: 23

PostPosted: Fri Apr 25, 2003 5:06 am    Post subject: Reply with quote

Yeah, the card (and the 340 as well) works fine, but no DRI. Read the topic.
_________________
I compiled my kernel 24 times in 24 hours, and all I got was this stupid sig.
Back to top
View user's profile Send private message
dberkholz
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 1008
Location: Minneapolis, MN, USA

PostPosted: Mon Jul 07, 2003 4:08 am    Post subject: Reply with quote

The IGP's don't support DRI in a standard configuration, because AGPGART doesn't work with them. Try ForcePCIMode in your XF86Config to make them use PCIGART instead, and let me know if it works.
Update: Alpha drivers are available. See elsewhere in the thread.


Last edited by dberkholz on Mon Oct 27, 2003 6:12 am; edited 1 time in total
Back to top
View user's profile Send private message
Scudzey
n00b
n00b


Joined: 05 Apr 2003
Posts: 20
Location: Stuart, FL

PostPosted: Tue Jul 08, 2003 12:05 pm    Post subject: Reply with quote

Code:
(WW) RADEON(0): Direct rendering not yet supported on IGP320/330/340/350 integrated chips


So does that mean im screwed all together, or is there another way around that.

Note: that was after i did the ForcePCICode
Back to top
View user's profile Send private message
dberkholz
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 1008
Location: Minneapolis, MN, USA

PostPosted: Tue Jul 08, 2003 3:43 pm    Post subject: Reply with quote

Code:
Section "Device"
     Option     "ForcePCIMode" "True"
     ...
EndSection

If you have that, and it doesn't work, I guess you're out of luck.
Back to top
View user's profile Send private message
Odin
Tux's lil' helper
Tux's lil' helper


Joined: 04 Mar 2003
Posts: 92

PostPosted: Tue Jul 08, 2003 8:02 pm    Post subject: Reply with quote

Yup you're now running into problems with the rest of the ATI chipset... Which is unfortunately not very well supported in linux.
Back to top
View user's profile Send private message
jonas_nilsson
n00b
n00b


Joined: 21 Aug 2003
Posts: 57
Location: Stockholm, Switzerland

PostPosted: Thu Aug 28, 2003 2:54 pm    Post subject: this might work Reply with quote

Hello!

I am also struggling with my Compaq 907EA. I love the laptop, but it is a bit tricky since it also is equipped with a Radeon and IGP 320M.

Code:
bash-2.05b# lspci |grep AGP
00:00.0 Host bridge: ATI Technologies Inc AGP Bridge [IGP 320M] (rev 13)


However, I found this site http://rzr.online.fr/docs/comp/gfxcard.htm#agp where the guy provides some kind of agpgart module. Since I use kernel 2.4.22 and he claims the modules "should load" with kernel 2.5.73, I haven't had time to try them. I will try them later on, maybe tomorrow. Thought this might be interresting for you people, post your results!
_________________
Physics is like sex: sure, it may give some practical results, but that's not why we do it.
--Richard Feynman
Back to top
View user's profile Send private message
jonas_nilsson
n00b
n00b


Joined: 21 Aug 2003
Posts: 57
Location: Stockholm, Switzerland

PostPosted: Thu Aug 28, 2003 3:09 pm    Post subject: more patches Reply with quote

Ok, this is a even better site, lots of patches to be tested for all of us! It seems like things have started to happen this summer!

http://bugs.xfree86.org/show_bug.cgi?id=314
_________________
Physics is like sex: sure, it may give some practical results, but that's not why we do it.
--Richard Feynman
Back to top
View user's profile Send private message
ptitman
Apprentice
Apprentice


Joined: 12 Sep 2003
Posts: 242
Location: well!! I don't really know!Anywhere really!

PostPosted: Thu Sep 18, 2003 6:06 am    Post subject: Reply with quote

hey there!

i do have an IGP 320M and it had been a huge mess before i could make it works!
i did find this site lately http://www.cliff.biffle.org/cpq2100.php which is weaked !

you need to use a 2.6 kernel, i'm currently using 2.6-test5 and so far everything is fine
basically you got to emerge xfree-4.3.99.9.
in order to patch it u have to use ebuild as follow :
Code:
ebuild <path to the 4.3.99.9 ebuild> unpack

then /var/tmp/portage/xfree-4.3.99.9/work has been created. patch the xfree tree and
Code:

ebuild <path to the 4.3.99.9 ebuild>compile
ebuild <path to the 4.3.99.9 ebuild>install
ebuild <path to the 4.3.99.9 ebuild>qmerge


compile the radeon driver, copy restart X and there u go

if u then want to get rid off the xfree tree the do
Code:
ebuild <path to the 4.3.99.9 ebuild>clean

but i will suggest u keep it as it is a pain to compile :P

i'm not much of a gamer but now i can use mplayer with opengl ! sweet as ! :wink:
it is not a perfect driver yet but it makes it
enjoy!
manu
Back to top
View user's profile Send private message
dj_choco
Tux's lil' helper
Tux's lil' helper


Joined: 13 Oct 2002
Posts: 144
Location: North America

PostPosted: Fri Sep 19, 2003 8:49 pm    Post subject: IGP 320M on Compaq Presario 920us Reply with quote

I'm going to try this on my Presario 920us notebook:

AMD AthlonXP (1.6GHz) with ALi chipset. Thanks ptitman, I'll let you know how this works! (Neverwintering soon??? :))
Back to top
View user's profile Send private message
ptitman
Apprentice
Apprentice


Joined: 12 Sep 2003
Posts: 242
Location: well!! I don't really know!Anywhere really!

PostPosted: Sat Sep 27, 2003 12:15 pm    Post subject: Reply with quote

:? i tried to run half life but when i get to start the game, exeption is raised ....
so far, stick to the movies, no games
Back to top
View user's profile Send private message
mrlag
n00b
n00b


Joined: 12 Jun 2003
Posts: 46
Location: Paris

PostPosted: Mon Oct 06, 2003 9:25 pm    Post subject: Reply with quote

Hello

First, sorry for my poor english ... :)

I've a hp pavilion 4234s with ati igp 320m.

I would like to enable dri, and i've done all you says (xfree 4.3.99 + patch, kernel 2.6, etc...) (like explain here http://www.cliff.biffle.org/cpq2100.php)

But when I load xfree, I've a black screen and I only can reboot. If I comment dri line in XF86config xfree work fine but dri disable ...

I've no errors or warning in logs :(

An idea ??

Code:

cat /var/log/XFree86.0.log | grep dri

(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        ABI class: XFree86 XInput driver, version 0.3
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
        ABI class: XFree86 XInput driver, version 0.4
(II) ATI: ATI driver (version 6.5.3) for chipsets: ati, ativga
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: node name is /dev/dri/card0
(II) RADEON(0): [drm] loaded kernel module for "radeon" driver
(II) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:5:0"
(II) RADEON(0): [dri] Visual configs initialized


Code:

End of the file:

(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 770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7413
(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
Back to top
View user's profile Send private message
darkcoder
Apprentice
Apprentice


Joined: 09 May 2003
Posts: 253
Location: Lynchburg, VA

PostPosted: Tue Oct 07, 2003 3:18 am    Post subject: Reply with quote

You can try ac-sources 2.4.22. While I personally haven't try DRI, this kernel provides ATI IGP apgart under the kernel options.

But as everyone that follow this topic knows, you can only enable on 16-bit color. After I reinstall my laptop. will give it a try.

BTW. XFree 4.3.99.x is snappier under those chips than XFree 4.3.0
Video play fluid no matter the kernel I use.
_________________
Not bleeding edge.... No pain no game :twisted:
Back to top
View user's profile Send private message
darkcoder
Apprentice
Apprentice


Joined: 09 May 2003
Posts: 253
Location: Lynchburg, VA

PostPosted: Tue Oct 07, 2003 3:20 am    Post subject: Reply with quote

I even ported it (with no guarantee), to ck-sources 2.4.22. At least, it worked for me. Any one interested let me know.
_________________
Not bleeding edge.... No pain no game :twisted:
Back to top
View user's profile Send private message
dan2003
Apprentice
Apprentice


Joined: 11 May 2003
Posts: 258
Location: somewhere near london, UK

PostPosted: Wed Oct 08, 2003 5:27 pm    Post subject: Reply with quote

I have kernel 2.6.0-test6-mm2 and have not compiled in the xfree support

I unpack xfree 4.3.99.13 as .9 has gone from portage but am unable to apply the pacthches, i get failed hunks..

What should i do? I get this message in Xfree log.. running 4.3.99.13

(WW) RADEON(0): Failed to set up write-combining range (0xe0000000,0x4000000)
(WW) RADEON(0): Direct rendering not yet supported on IGP320/330/340/350, 7000, 9000 integrated chips


I get this regarding AGP in the kernel log...

Oct 6 18:45:58 [kernel] Warning: ATI Radeon IGP Northbridge is not yet fully te sted.

although i have also seen a message about 64mb at some address

:?: :?: :?:
Back to top
View user's profile Send private message
dan2003
Apprentice
Apprentice


Joined: 11 May 2003
Posts: 258
Location: somewhere near london, UK

PostPosted: Wed Oct 08, 2003 7:24 pm    Post subject: Reply with quote

O yeh.. i get this too..
Oct 8 19:46:28 [kernel] mtrr: 0xe0000000,0x4000000 overlaps existing 0xe0000000,0x1000000
Back to top
View user's profile Send private message
Opf3r
n00b
n00b


Joined: 20 May 2003
Posts: 3
Location: Paris

PostPosted: Fri Oct 10, 2003 11:35 am    Post subject: Reply with quote

u can find an old snapshot wich is inside the xfree4.3.99.9.ebuild
Next the bz2 file to the distfiles directory.

Now u can now patch u xfree tree... I'm compiling xfree at the moment...
Back to top
View user's profile Send private message
dberkholz
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 1008
Location: Minneapolis, MN, USA

PostPosted: Fri Oct 10, 2003 5:52 pm    Post subject: Reply with quote

Or the easy way:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/x11-base/xfree/Attic/xfree-4.3.99.9.ebuild?rev=HEAD&content-type=text/plain
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Page 1 of 10

 
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