Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232507 - x11-drivers/xf86-video-ati - (EE) end of block range 0xefffffff < begin 0xf0000000
Summary: x11-drivers/xf86-video-ati - (EE) end of block range 0xefffffff < begin 0xf00...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-20 18:43 UTC by Stefan de Konink
Modified: 2009-05-14 17:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
xorg.conf (xorg.conf,5.71 KB, text/plain)
2008-07-21 22:06 UTC, Stefan de Konink
Details
Xorg.0.log (Xorg.0.log,44.88 KB, text/plain)
2008-07-21 22:07 UTC, Stefan de Konink
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan de Konink 2008-07-20 18:43:54 UTC
I have upgraded my X11 install to be able to use the 2.6.26 kernel. But I'm seeing this upon startx:

(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 20 20:39:43 2008
(==) Using config file: "/etc/X11/xorg.conf"
(WW) ****INVALID IO ALLOCATION**** b: 0xf0000400 e: 0xf00004ff correcting
(EE) end of block range 0xefffffff < begin 0xf0000000
FATAL: Module radeon not found.
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
[dri] Disabling DRI.


I remerged media-libs/mesa [R 7.0.3], but that didn't seem to help.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-07-20 20:40:34 UTC
Your `emerge --info' too, please. Try to think up a proper Summary is well - it's not intended to be a generic e-mail subject, but a precise summary of the description of the bug you're reporting on.
Comment 2 Stefan de Konink 2008-07-20 20:53:57 UTC
(In reply to comment #1)
> Your `emerge --info' too, please. Try to think up a proper Summary is well -
> it's not intended to be a generic e-mail subject, but a precise summary of the
> description of the bug you're reporting on.

I don't have a clue if this refers to mesa, or to X11. And from my whatever info you are only going to see my compiler. So if you are able to interpreted this error message more than I do, or know if this is an upstream bug related to the radeon driver in mesa, feel free to elaborate the INVALID IO ALLOCATION is enough reason for me to start a bug report on it.

skinkie@iBook ~ $ paludis --info
paludis 0.28.0
Paludis build information:
    Compiler:
        CXX:                   powerpc-unknown-linux-gnu-g++ 4.1.2 (Gentoo 4.1.2 p1.0.2)
        CXXFLAGS:              -O2 -mcpu=7450 -pipe -maltivec -mabi=altivec
        LDFLAGS:               
        DATE:                  2008-07-10T04:29:35+0200

    Libraries:
        C++ Library:           GNU libstdc++ 20070214

    Reduced Privs:
        reduced_uid:           1000
        reduced_uid->name:     skinkie
        reduced_uid->dir:      /home/skinkie
        reduced_gid:           1000
        reduced_gid->name:     skinkie

    Paths:
        DATADIR:               /usr/share
        LIBDIR:                /usr/lib
        LIBEXECDIR:            /usr/libexec
        SYSCONFDIR:            /etc
        PYTHONINSTALLDIR:      
        RUBYINSTALLDIR:        

Environment:
    Format:                    paludis
    Config dir:                /etc/paludis
    World file:                /var/lib/portage/world

Repository virtuals:
    format:                    virtuals

Repository installed-virtuals:
    format:                    installed_virtuals
    root:                      /

Repository gentoo:
    format:                    ebuild
    location:                  /usr/portage
    append_repository_name_to_write_cache: true
    binary_destination:        false
    binary_keywords:           
    binary_uri_prefix:         
    builddir:                  /var/tmp/paludis
    cache:                     /usr/portage/metadata/cache
    distdir:                   /usr/portage/distfiles
    eapi_when_unknown:         0
    eapi_when_unspecified:     0
    eclassdirs:                /usr/portage/eclass
    ignore_deprecated_profiles: false
    layout:                    traditional
    names_cache:               /usr/portage/.cache/names
    newsdir:                   /usr/portage/metadata/news
    profile_eapi:              0
    profiles:                  /usr/portage/profiles/default-linux/ppc/ppc32/2007.0
    securitydir:               /usr/portage/metadata/glsa
    setsdir:                   /usr/portage/sets
    sync:                      rsync://192.168.1.3/gentoo-portage
    sync_options:              
    use_manifest:              use
    write_cache:               /var/empty

    Package information:
        app-admin/eselect-compiler: (none)
        app-shells/bash:       3.2_p39
        dev-java/java-config:  1.3.7 2.1.6-r1
        dev-lang/python:       2.4.4-r4 2.5.2-r5
        dev-python/pycrypto:   2.0.1-r6
        dev-util/ccache:       (none)
        dev-util/confcache:    (none)
        sys-apps/baselayout:   2.0.0
        sys-apps/openrc:       0.2.5
        sys-apps/sandbox:      1.2.18.1-r3
        sys-devel/autoconf:    2.13 2.62-r1
        sys-devel/automake:    1.10.1-r1 1.4_p6 1.5 1.6.3 1.7.9-r1 1.8.5-r3 1.9.6-r2
        sys-devel/binutils:    2.18-r3
        sys-devel/gcc-config:  1.4.0-r4
        sys-devel/libtool:     2.2.4
        virtual/os-headers:    2.6.25-r4 (for sys-kernel/linux-headers::installed)


Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2008-07-21 21:54:39 UTC
The `(EE) end of block range' line is the error - despite the capital letters, INVALID IO ALLOCATION is just a warning.

Could you please attach the xorg.conf you use, and perhaps the full /var/log/Xorg.0.log if you didn't already.
Comment 4 Stefan de Konink 2008-07-21 22:06:46 UTC
Created attachment 161048 [details]
xorg.conf
Comment 5 Stefan de Konink 2008-07-21 22:07:18 UTC
Created attachment 161050 [details]
Xorg.0.log
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2008-07-22 06:28:36 UTC
I still 
Comment 7 Tomáš Chvátal (RETIRED) gentoo-dev 2009-05-14 17:23:43 UTC
Please try with newest testing driver in the main tree (6.12.2) and reopen if still happens.