You are not logged in.

#1 2005-10-06 09:46:52

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 768

ATI again...

I have laptop with an ATI mobility 7500. I've tried installing the ati-drivers from community (I rebuild them against the stock kernel using abs, but I get the sameissue with archck) and whenever I try and load the fglrx module I get:

FATAL: Error inserting fglrx (/lib/modules/2.6.13-ARCH/kernel/drivers/char/drm/fglrx.ko): No such device

I've tried playing with my xorg.conf to see if I can get it working, but no joy...

Can anyone help me figure out how to get 3D working on my laptop?

The relevant portion of my xorg.conf is

Section "Device"
    Option     "Accel"
    Option    "AGPMode"    "4"
    Option    "AGPFastWrite"    "yes"
    Option    "EnablePageFlip" "yes"
    Option    "DDCMode"    "yes"
    Identifier  "ati_7500"
    Driver      "radeon"
    VendorName    "ATI Technologies Inc"
    BoardName    "Radeon Mobility M7 LW [Radeon Mobility 7500]"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
EndSection

This was taken from an example on linux-laptops.net

Offline

#2 2005-10-06 12:32:45

postlogic
Member
Registered: 2005-02-24
Posts: 410
Website

Re: ATI again...

Have you tried insmod?

Offline

#3 2005-10-06 13:11:55

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: ATI again...

Are you sure the fglrx-drivers support Mobility 7500? I don't use ATI myself, but I know there's something fishy about them and their support, and I have vague memories reading that the Mobility 7500 is not supported by those drivers. Not sure though.

Offline

#4 2005-10-06 13:23:59

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 768

Re: ATI again...

It's possible they don't support them.  If that's the case then aren't there some open source drivers that might help me get some sort of 3D acceleration?

Offline

#5 2005-10-06 13:26:53

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: ATI again...

I think there's some recent attempt write open source drivers. I've come across more or less successful reports, if I remember correctly. Google is your friend?

Offline

#6 2005-10-06 13:31:17

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: ATI again...

check this out

EDIT: Skip the gentoo-specific bits, of course smile
EDIT2: Actually, come to think of it, all you probably need to do is to add

driver "ati"

to xorg.conf.

Offline

#7 2005-10-06 13:58:53

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 768

Re: ATI again...

OK - I have made the driver "ati" and I have the following modules loading when X starts:

radeon, intel_agp, agpgart and drm

But I still have no direct rendering...

What am I missing here?

In case it provides any clues - here is my complete xorg.conf:

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86
Section "Files"
    #FontPath    "unix/:7100"            # local font server
    # if the local font server has problems, we can fall back on these
    FontPath    "/usr/lib/X11/fonts/misc"
    FontPath    "/usr/lib/X11/fonts/cyrillic"
    #FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/Type1"
    FontPath    "/usr/lib/X11/fonts/CID"
    FontPath    "/usr/lib/X11/fonts/Speedo"
    #FontPath    "/usr/lib/X11/fonts/100dpi"
    FontPath    "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
    Load    "GLcore"
    Load    "bitmap"
    Load    "dbe"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "record"
    Load    "speedo"
    Load    "type1"
    Load    "vbe"
EndSection
Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "keyboard"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xfree86"
    Option        "XkbModel"    "pc104"
    Option        "XkbLayout"    "gb"
EndSection
Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "PS/2"
    Option        "Emulate3Buttons"    "true"
    Option        "ZAxisMapping"        "4 5"
EndSection

Section "InputDevice"
    Identifier    "Generic Mouse"
    Driver        "mouse"
    Option        "SendCoreEvents"    "true"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
    Option        "Emulate3Buttons"    "true"
    Option        "ZAxisMapping"        "4 5"
EndSection
Section "Device"
    Identifier    "Generic Video Card"
    Driver        "ati"
EndSection
Section "Device"
    Option "Accel"
    Option "AGPMode" "4"
    Option "AGPFastWrite" "yes"
    Option "EnablePageFlip" "yes"
    Option "DDCMode" "yes"
    Identifier "ati_7500"
    Driver "ati"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon Mobility M7 LW [Radeon Mobility 7500]"
    #VideoRam 65536
    # Insert Clocks lines here if appropriate
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    HorizSync    28-100
    VertRefresh    60
    Option        "DPMS"
EndSection
Section "Screen"
    Identifier    "Default Screen"
    Device        "ati_7500
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Generic Mouse"
EndSection
Section "DRI"
    Mode    0666
EndSection

Offline

#8 2005-10-06 14:02:40

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: ATI again...

also post the outputs of:

cat /var/log/Xorg.0.log | grep EE

and

cat /var/log/Xorg.0.log | grep WW

They might be useful.

Offline

#9 2005-10-06 14:11:20

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 768

Re: ATI again...

cat /var/log/Xorg.0.log | grep EE

results in:

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) Failed to load module "speedo" (module does not exist, 0)

and

cat /var/log/Xorg.0.log | grep WW

results in:

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/lib/X11/fonts/misc" does not exist.
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
(WW) The directory "/usr/lib/X11/fonts/75dpi/" does not exist.
(WW) The directory "/usr/lib/X11/fonts/Type1" does not exist.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
(WW) The directory "/usr/lib/X11/fonts/Speedo" does not exist.
(WW) The directory "/usr/lib/X11/fonts/75dpi" does not exist.
(WW) FontPath is completely invalid.  Using compiled-in default.
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(WW) xf86OpenConsole: Could not save ownership of VT
(WW) Warning, couldn't open module speedo
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled

Offline

#10 2005-10-06 14:15:40

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: ATI again...

OK, I think I got it. Change driver "ati" to driver "radeon". Sorry for the misinformation earlier. Also try man radeon.

Offline

#11 2005-10-06 14:30:07

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 768

Re: ATI again...

Didn't make any difference  sad

From what I've found via google it seems that it certainly should work and that the radeon driver does support my card - but I'm having no luck...

And I'm out of ideas...

Offline

#12 2005-10-06 14:35:08

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: ATI again...

If you have installed fglrx previously, try uninstalling it. It probably messes with your libgl... otherwise, I've no clue..

Offline

#13 2005-10-06 14:52:53

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 768

Re: ATI again...

removed ati-drivers and rebooted.  Still nothing.  Having looked at so many "how tos" I've done everything I should have done.  I've got the right modules in my kernel, I've got the right options in my xorg.conf, but I still get no direct rendering.

The kernel is the stock kernel, but as far as I can make out, it contains all it needs to...

This must be possible as others have done it - but  I can't figure out what I'm doing wrong...

The laptop is a Dell Inspiron 5100 in case anyone has something similar...

Offline

#14 2005-10-06 15:00:16

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: ATI again...

Considering that everything is open source and you don't need to meddle with ATi themselves, and that most people are not having problems getting DRI to work, it's probably something really obvious that you've missed. One of those shit-how-could-I-miss-that kinda thing smile

Poke around some more on your own system rather than google, see if you can find something. You could also try the latest Knoppix to see if you get DRI there. If you do, you're at least one step closer...

Offline

#15 2005-10-06 15:34:42

DarkPath
Member
Registered: 2004-11-15
Posts: 50

Re: ATI again...

From the Official ATI Linux x86 Drivers FAQ:

Q2: Which ATI graphics cards can use this driver?

A2: The ATI Proprietary Linux driver currently supports Radeon 8500 and later AGP or PCI Express graphics products, as well as FireGL 8700 and later products. We do not currently plan to include support for any products earlier than this. Drivers for earlier products should already be available from the DRI Project or Utah-GLX project.

So it would seem that the ati-drivers package (which is the official ATI Linux x86 Drivers put into a handy Arch package, much thanks for that!) does not support your card. As such, you should be running "radeon" as your display driver. Taking a look at the X.Org Documentation on the 'radeon' driver (HERE) shows that it should support your card... and with 3D rendering, in fact.

What I'd do is try replacing the driver with 'radeon' again being sure to replace the driver in the section for the device the X Server is actually using (from your xorg.conf, it looks like that's the "ati_7500" device). Test if you have Direct Rendering (3D) enabled with the command 

glxinfo | grep direct

in a console. If it says "direct rendering: No" and then some other stuff, post here the output of 'glxinfo' with no grep. Also, post your entire Xorg.log.0 file so we can check everything it says. Hopefully we'll get this working. :-)

Offline

#16 2005-10-06 15:40:48

ivi3
Member
Registered: 2005-10-06
Posts: 62

Re: ATI again...

Try to reinstall the kernel or even better compile it by yourself.

When you compile the kernel by yourself compile followingg as modules:
Device Drivers --> Character Devices -->
1.  /dev/agpgart <M> -> the appropriate agp driver for your chipset <M>
2. Direct Rendering Manager <M> -->  ATI Radeon <M>

Load "radeon" through your /etc/X11/xorg.conf.

When this doesn't help try to replace your xorg.conf by the xorg.conf generated with xorgconfig.

Hope this will help you.

Mathias

Offline

#17 2005-10-06 15:56:46

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 768

Re: ATI again...

I've already got radeon down as the driver and removed ati-drivers in case it clashed...

Here is the result of glxinfo:

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

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

and my log file:

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.13-rc6 i686 [ELF]
Current Operating System: Linux livingstone 2.6.13-ARCH #1 SMP Fri Sep 30 13:08:16 CEST 2005 i686
Build Date: 22 August 2005
    Before reporting problems, check http://wiki.X.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/Xorg.0.log", Time: Thu Oct  6 16:13:27 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "My Monitor"
(**) |   |-->Device "My Video Card"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/local/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.2
    X.Org Video Driver: 0.7
    X.Org XInput driver : 0.4
    X.Org Server Extension : 0.2
    X.Org 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="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.7
(--) using VT number 7

(WW) xf86OpenConsole: Could not save ownership of VT
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 8086,24c0 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 8086,24c0 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 8086,24c0 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 8086,24c0 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,0149 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 14e4,4d64 rev 02 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4c57 card 1028,0149 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:01:0: chip 14e4,4401 card 4401,1028 rev 01 class 02,00,00 hdr 00
(II) PCI: 02:04:0: chip 104c,ac44 card d000,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 02:04:1: chip 104c,8029 card 1028,0149 rev 00 class 0c,00,10 hdr 80
(II) PCI: 03:00:0: chip 1186,3300 card 1186,3300 rev 20 class 02,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    0x0000c000 - 0x0000c0ff (0x100) IX[B]
    [1] -1    0    0x0000c400 - 0x0000c4ff (0x100) IX[B]
    [2] -1    0    0x0000c800 - 0x0000c8ff (0x100) IX[B]
    [3] -1    0    0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xe8000000 - 0xefffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
    [0] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [1] -1    0    0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [2] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [3] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [4] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [5] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
    [6] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[B]
    [7] -1    0    0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xf6000000 - 0xfbffffff (0x6000000) MX[B]
(II) Bus 2 prefetchable memory range:
    [0] -1    0    0x40000000 - 0x41ffffff (0x2000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:4:0), (2,3,6), BCTRL: 0x0500 (VGA_EN is cleared)
(II) Bus 3 I/O range:
    [0] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [1] -1    0    0x0000d400 - 0x0000d4ff (0x100) IX[B]
    [2] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [3] -1    0    0x0000dc00 - 0x0000dcff (0x100) IX[B]
    [4] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[B]
    [5] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
    [6] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[B]
    [7] -1    0    0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
    [0] -1    0    0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
(II) Bus 3 prefetchable memory range:
    [0] -1    0    0x40000000 - 0x41ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] rev 0, Mem @ 0xe8000000/27, 0xfcff0000/16, I/O @ 0xc000/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 0xe0000000 from 0xe7ffffff to 0xdfffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xf6000000 - 0xf60001ff (0x200) MX[B]
    [1] -1    0    0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
    [2] -1    0    0xfaffd800 - 0xfaffdfff (0x800) MX[B]
    [3] -1    0    0xfaffe000 - 0xfaffffff (0x2000) MX[B]
    [4] -1    0    0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
    [5] -1    0    0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
    [6] -1    0    0x42000000 - 0x420003ff (0x400) MX[B]
    [7] -1    0    0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
    [8] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [9] -1    0    0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
    [10] -1    0    0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [11] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [12] -1    0    0x0000b080 - 0x0000b0ff (0x80) IX[B]
    [13] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
    [14] -1    0    0x0000bc40 - 0x0000bc7f (0x40) IX[B]
    [15] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [16] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
    [17] -1    0    0x00000374 - 0x00000374 (0x1) IX[B]
    [18] -1    0    0x00000170 - 0x00000170 (0x1) IX[B]
    [19] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[B]
    [20] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[B]
    [21] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[B]
    [22] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[B]
    [23] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[B]
    [24] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xf6000000 - 0xf60001ff (0x200) MX[B]
    [1] -1    0    0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
    [2] -1    0    0xfaffd800 - 0xfaffdfff (0x800) MX[B]
    [3] -1    0    0xfaffe000 - 0xfaffffff (0x2000) MX[B]
    [4] -1    0    0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
    [5] -1    0    0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
    [6] -1    0    0x42000000 - 0x420003ff (0x400) MX[B]
    [7] -1    0    0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
    [8] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [9] -1    0    0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
    [10] -1    0    0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [11] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [12] -1    0    0x0000b080 - 0x0000b0ff (0x80) IX[B]
    [13] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
    [14] -1    0    0x0000bc40 - 0x0000bc7f (0x40) IX[B]
    [15] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [16] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
    [17] -1    0    0x00000374 - 0x00000374 (0x1) IX[B]
    [18] -1    0    0x00000170 - 0x00000170 (0x1) IX[B]
    [19] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[B]
    [20] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[B]
    [21] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[B]
    [22] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[B]
    [23] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[B]
    [24] -1    0    0x0000c000 - 0x0000c0ff (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    0xf6000000 - 0xf60001ff (0x200) MX[B]
    [6] -1    0    0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
    [7] -1    0    0xfaffd800 - 0xfaffdfff (0x800) MX[B]
    [8] -1    0    0xfaffe000 - 0xfaffffff (0x2000) MX[B]
    [9] -1    0    0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
    [10] -1    0    0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
    [11] -1    0    0x42000000 - 0x420003ff (0x400) MX[B]
    [12] -1    0    0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
    [13] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [14] -1    0    0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
    [15] -1    0    0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [18] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [19] -1    0    0x0000b080 - 0x0000b0ff (0x80) IX[B]
    [20] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
    [21] -1    0    0x0000bc40 - 0x0000bc7f (0x40) IX[B]
    [22] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [23] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
    [24] -1    0    0x00000374 - 0x00000374 (0x1) IX[B]
    [25] -1    0    0x00000170 - 0x00000170 (0x1) IX[B]
    [26] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[B]
    [27] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[B]
    [28] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[B]
    [29] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[B]
    [30] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[B]
    [31] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org 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="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org 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 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="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 6.8.2, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org 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="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org 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="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org 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="X.Org Foundation"
    compiled for 6.8.2, module version = 4.0.1
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 6.5.6
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.4
(II) ATI: ATI driver (version 6.5.6) 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/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
    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 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
    ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP),
    ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
    ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 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 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
    ATI FireGL RV360 AV (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP), ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE),
    ATI Radeon Mobility X600 (M24) 3150 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireGL D1100 (RV370) 5B65 (PCIE),
    ATI Radeon Mobility M300 (M22) 5460 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),
    ATI FireGL V7100 (R423) UT (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset ATI Radeon Mobility M7 LW (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    0xf6000000 - 0xf60001ff (0x200) MX[B]
    [6] -1    0    0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
    [7] -1    0    0xfaffd800 - 0xfaffdfff (0x800) MX[B]
    [8] -1    0    0xfaffe000 - 0xfaffffff (0x2000) MX[B]
    [9] -1    0    0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
    [10] -1    0    0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
    [11] -1    0    0x42000000 - 0x420003ff (0x400) MX[B]
    [12] -1    0    0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
    [13] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [14] -1    0    0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
    [15] -1    0    0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [18] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [19] -1    0    0x0000b080 - 0x0000b0ff (0x80) IX[B]
    [20] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
    [21] -1    0    0x0000bc40 - 0x0000bc7f (0x40) IX[B]
    [22] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [23] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
    [24] -1    0    0x00000374 - 0x00000374 (0x1) IX[B]
    [25] -1    0    0x00000170 - 0x00000170 (0x1) IX[B]
    [26] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[B]
    [27] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[B]
    [28] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[B]
    [29] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[B]
    [30] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[B]
    [31] -1    0    0x0000c000 - 0x0000c0ff (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    0xf6000000 - 0xf60001ff (0x200) MX[B]
    [6] -1    0    0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
    [7] -1    0    0xfaffd800 - 0xfaffdfff (0x800) MX[B]
    [8] -1    0    0xfaffe000 - 0xfaffffff (0x2000) MX[B]
    [9] -1    0    0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
    [10] -1    0    0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
    [11] -1    0    0x42000000 - 0x420003ff (0x400) MX[B]
    [12] -1    0    0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
    [13] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [14] -1    0    0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
    [15] -1    0    0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [16] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
    [17] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [18] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
    [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [20] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [21] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [22] -1    0    0x0000b080 - 0x0000b0ff (0x80) IX[B]
    [23] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
    [24] -1    0    0x0000bc40 - 0x0000bc7f (0x40) IX[B]
    [25] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [26] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
    [27] -1    0    0x00000374 - 0x00000374 (0x1) IX[B]
    [28] -1    0    0x00000170 - 0x00000170 (0x1) IX[B]
    [29] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[B]
    [30] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[B]
    [31] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[B]
    [32] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[B]
    [33] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[B]
    [34] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
    [35] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B]
    [36] 0    0    0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) RADEON(0): MMIO registers at 0xfcff0000
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 0.1.0
    ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) RADEON(0): PCI bus 1 card 0 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 "AGPFastWrite" "yes"
(**) RADEON(0): Option "EnablePageFlip" "yes"
(==) 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="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon Mobility M7 LW (AGP)" (ChipID = 0x4c57)
(--) RADEON(0): Linear framebuffer at 0xe8000000
(--) RADEON(0): VideoRAM: 65536 kByte (128 bit DDR SDRAM)
(II) RADEON(0): AGP card detected
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.2.0
    ABI class: X.Org Video Driver, version 0.7
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): Legacy BIOS detected
(II) RADEON(0): LVDS port is not in connector table, added in.
(II) RADEON(0): Connector0: DDCType-0, DACType-1, TMDSType--1, ConnectorType-1
(II) RADEON(0): Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
(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):
(II) RADEON(0): Primary:
Monitor   -- LVDS
Connector -- VGA
DAC Type  -- Primary
TMDS Type -- NONE
DDC Type  -- VGA_DDC
(II) RADEON(0): Secondary:
Monitor   -- NONE
Connector -- Proprietary
DAC Type  -- TVDAC/ExtDAC
TMDS Type -- NONE
DDC Type  -- NONE
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=35000; xclk=18000
(II) RADEON(0): Panel ID string: SEC îÙ¾Ÿ{Q)
(II) RADEON(0): Panel Size from BIOS: 1400x1050
(II) RADEON(0): BIOS provided dividers will be used.
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(==) 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: 1280x1024
(II) RADEON(0): Valid mode using on-chip RMX: 1024x768
(II) RADEON(0): Valid mode using on-chip RMX: 800x600
(II) RADEON(0): Valid mode using on-chip RMX: 640x480
(II) RADEON(0): Total number of valid FP mode(s) found: 4
(--) RADEON(0): Virtual size is 1280x1024 (pitch 1280)
(**) RADEON(0): *Mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1280x1024"  108.00  1280 1440 1552 1688  1024 1051 1054 1066
(**) RADEON(0): *Mode "1024x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768"  108.00  1024 1440 1552 1688  768 1051 1054 1066
(**) RADEON(0): *Mode "800x600": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x600"  108.00  800 1440 1552 1688  600 1051 1054 1066
(**) RADEON(0): *Mode "640x480": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"  108.00  640 1440 1552 1688  480 1051 1054 1066
(**) RADEON(0):  Default mode "640x350": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x350"  108.00  640 1440 1552 1688  350 1051 1054 1066
(**) RADEON(0):  Default mode "640x400": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x400"  108.00  640 1440 1552 1688  400 1051 1054 1066
(**) RADEON(0):  Default mode "720x400": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "720x400"  108.00  720 1440 1552 1688  400 1051 1054 1066
(**) RADEON(0):  Default mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1152x864"  108.00  1152 1440 1552 1688  864 1051 1054 1066
(**) RADEON(0):  Default mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1280x960"  108.00  1280 1440 1552 1688  960 1051 1054 1066
(**) RADEON(0):  Default mode "832x624": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "832x624"  108.00  832 1440 1552 1688  624 1051 1054 1066
(**) RADEON(0):  Default mode "1152x768": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1152x768"  108.00  1152 1440 1552 1688  768 1051 1054 1066
(**) RADEON(0):  Default mode "1400x1050": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1400x1050"  108.00  1400 1440 1552 1688  1050 1051 1054 1066
(==) 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="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org 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="X.Org Foundation"
    compiled for 6.8.2, module version = 0.1.0
    ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
    compiled for 6.8.2, module version = 1.2.0
    ABI class: X.Org Video Driver, version 0.7
(**) RADEON(0): Enabling AGP Fast Write
(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="X.Org Foundation"
    compiled for 6.8.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.2
(II) RADEON(0): Page flipping enabled
(!!) 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    0xfcff0000 - 0xfcffffff (0x10000) MX[B]
    [1] 0    0    0xe8000000 - 0xefffffff (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    0xf6000000 - 0xf60001ff (0x200) MX[B]
    [8] -1    0    0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
    [9] -1    0    0xfaffd800 - 0xfaffdfff (0x800) MX[B]
    [10] -1    0    0xfaffe000 - 0xfaffffff (0x2000) MX[B]
    [11] -1    0    0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
    [12] -1    0    0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
    [13] -1    0    0x42000000 - 0x420003ff (0x400) MX[B]
    [14] -1    0    0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
    [15] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[B]O
    [16] -1    0    0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
    [17] -1    0    0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [18] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
    [19] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
    [20] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
    [21] 0    0    0x0000c000 - 0x0000c0ff (0x100) IX[B]
    [22] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [23] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [24] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [25] -1    0    0x0000b080 - 0x0000b0ff (0x80) IX[B]
    [26] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[B]
    [27] -1    0    0x0000bc40 - 0x0000bc7f (0x40) IX[B]
    [28] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [29] -1    0    0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
    [30] -1    0    0x00000374 - 0x00000374 (0x1) IX[B]
    [31] -1    0    0x00000170 - 0x00000170 (0x1) IX[B]
    [32] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[B]
    [33] -1    0    0x000001f0 - 0x000001f0 (0x1) IX[B]
    [34] -1    0    0x0000bf20 - 0x0000bf3f (0x20) IX[B]
    [35] -1    0    0x0000bf40 - 0x0000bf5f (0x20) IX[B]
    [36] -1    0    0x0000bf80 - 0x0000bf9f (0x20) IX[B]
    [37] -1    0    0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
    [38] 0    0    0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
    [39] 0    0    0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) RADEON(0): Write-combining range (0xe8000000,0x4000000)
(II) RADEON(0): Dynamic Clock Scaling Disabled
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) RADEON(0): [drm] DRM interface version 1.2
(II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:01:00.0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xf8fc2000
(II) RADEON(0): [drm] mapped SAREA 0xf8fc2000 to 0xb7f8c000
(II) RADEON(0): [drm] framebuffer handle = 0xe8000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(WW) RADEON(0): [agp] AGP not available
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
(II) RADEON(0): [agp] You may want to make sure the agpgart kernel module
is loaded before the radeon kernel module.
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xf8fc2000 at 0xb7f8c000
(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): Render acceleration enabled
(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 1026)
(II) RADEON(0): Largest offscreen area available: 1280 x 7161
(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 XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "Protocol" "PS/2"
(**) Mouse1: Device: "/dev/psaux"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(**) Mouse1: SmartScroll: 1
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "dell101"
(**) Keyboard1: XkbModel: "dell101"
(**) Option "XkbLayout" "gb"
(**) Keyboard1: XkbLayout: "gb"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/local/, removing from list!

I've got no problem with recompiling my own kernel, although I'm pretty happy that everything I need for this is in the stock one...

Offline

#18 2005-10-06 16:10:01

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: ATI again...

precisely as you say; you shouldn't need to recompile your kernel. The relevant modules are there and as long as you don't get strange messages about them not being able to load, then you're set on the kernel part of things.

Offline

#19 2005-10-06 16:10:16

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 768

Re: ATI again...

I noticed the following in the log:

(WW) RADEON(0): [agp] AGP not available
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
(II) RADEON(0): [agp] You may want to make sure the agpgart kernel module
is loaded before the radeon kernel module.

and

(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
(II) RADEON(0): Direct rendering disabled

So I added agpgart and intel-agpgart to rc.conf before radeon in the module list.

I now get:

(II) RADEON(0): Direct rendering enabled

But I still don't have direct rendering...

Offline

#20 2005-10-06 18:50:31

DarkPath
Member
Registered: 2004-11-15
Posts: 50

Re: ATI again...

Try posting your entire log again... the Radeon driver may have initialized DRI, but that doesn't mean that DRI's actually working. I had a problem kinda like this when I was trying to get 3D accel working with my Radeon 9600 on my laptop. :-)

Also, try this this command:

export LIBGL_DEBUG=verbose

and post the output of 'glxinfo' again.

Offline

#21 2005-10-06 20:13:48

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 768

Re: ATI again...

I've upgraded xorg and glxinfo now contains two new lines which are very interesting:

libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering

The complete output of glxinfo with verbose debugging is:

name of display: :0.0
libGL: XF86DRIGetClientDriverName: 4.0.1 radeon (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri//radeon_dri.so
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Permission denied)
drmOpenDevice: open result is -1, (Permission denied)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -13
drmOpenDevice: node name is /dev/dri/card1
drmOpenByBusid: drmOpenMinor returns -1003
drmOpenDevice: node name is /dev/dri/card2
drmOpenByBusid: drmOpenMinor returns -1003
drmOpenDevice: node name is /dev/dri/card3
drmOpenByBusid: drmOpenMinor returns -1003
drmOpenDevice: node name is /dev/dri/card4
drmOpenByBusid: drmOpenMinor returns -1003
drmOpenDevice: node name is /dev/dri/card5
drmOpenByBusid: drmOpenMinor returns -1003
drmOpenDevice: node name is /dev/dri/card6
drmOpenByBusid: drmOpenMinor returns -1003
drmOpenDevice: node name is /dev/dri/card7
drmOpenByBusid: drmOpenMinor returns -1003
drmOpenDevice: node name is /dev/dri/card8
drmOpenByBusid: drmOpenMinor returns -1003
drmOpenDevice: node name is /dev/dri/card9
drmOpenByBusid: drmOpenMinor returns -1003
drmOpenDevice: node name is /dev/dri/card10
drmOpenByBusid: drmOpenMinor returns -1003
drmOpenDevice: node name is /dev/dri/card11
drmOpenByBusid: drmOpenMinor returns -1003
drmOpenDevice: node name is /dev/dri/card12
drmOpenByBusid: drmOpenMinor returns -1003
drmOpenDevice: node name is /dev/dri/card13
drmOpenByBusid: drmOpenMinor returns -1003
drmOpenDevice: node name is /dev/dri/card14
drmOpenByBusid: drmOpenMinor returns -1003
libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
    GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIS_multisample,
    GLX_SGIX_visual_select_group
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)
OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
    GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
    GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,

GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters,
    GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture,
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_object,
    GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
    GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection,
    GL_NV_texture_rectangle, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
    GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
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 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x24 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x25 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x26 16 tc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x27 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x28 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x29 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x2a 16 tc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x2b 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x2c 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x2d 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x2e 16 dc  0 16  0 r  .  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow
0x2f 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
0x30 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  8  0  0  0  0  0 0 Slow
0x31 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
0x32 16 dc  0 16  0 r  y  .  5  6  5  0  0 16  8 16 16 16  0  0 0 Slow

It looks like this could simply be a permissions thing...

Offline

#22 2005-10-06 20:18:26

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 768

Re: ATI again...

This has got to be a permissions thing - if I start X as root I have direct rendering... and over 1100 FPS (I know that's not awe inspiring but it'll do!)

Offline

#23 2005-10-06 20:20:09

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: ATI again...

It looks like this could simply be a permissions thing...

Indeed. Why not try to run X as root and see if it works...

I thought it would something like this before, but I noted that your dri section had the correct permissions...

What about /usr/X11R6/lib/libGL*

Here's mine for a reference:

[root@nightfrost ~]# ll /usr/X11R6/lib/libGL*
-rw-r--r--  1 root root 640K 2005-10-01 16:19 /usr/X11R6/lib/libGL.a
lrwxrwxrwx  1 root root   12 2005-10-05 00:58 /usr/X11R6/lib/libGL.so -> libGL.so.1.2
lrwxrwxrwx  1 root root   12 2005-10-05 00:58 /usr/X11R6/lib/libGL.so.1 -> libGL.so.1.2
-rwxr-xr-x  1 root root 543K 2005-10-01 16:19 /usr/X11R6/lib/libGL.so.1.2
-rw-r--r--  1 root root 675K 2005-10-01 16:19 /usr/X11R6/lib/libGLU.a
lrwxrwxrwx  1 root root   13 2005-10-05 00:58 /usr/X11R6/lib/libGLU.so -> libGLU.so.1.3
lrwxrwxrwx  1 root root   13 2005-10-05 00:58 /usr/X11R6/lib/libGLU.so.1 -> libGLU.so.1.3
-rwxr-xr-x  1 root root 586K 2005-10-01 16:19 /usr/X11R6/lib/libGLU.so.1.3
-rw-r--r--  1 root root  28K 2005-10-01 16:19 /usr/X11R6/lib/libGLw.a
lrwxrwxrwx  1 root root   13 2005-10-05 00:58 /usr/X11R6/lib/libGLw.so -> libGLw.so.1.0
lrwxrwxrwx  1 root root   13 2005-10-05 00:58 /usr/X11R6/lib/libGLw.so.1 -> libGLw.so.1.0
-rwxr-xr-x  1 root root  27K 2005-10-01 16:19 /usr/X11R6/lib/libGLw.so.1.0

Offline

#24 2005-10-06 20:22:54

phunni
Member
From: Bristol, UK
Registered: 2003-08-13
Posts: 768

Re: ATI again...

ls -lart /usr/X11R6/lib/libGL* 
-rwxr-xr-x  1 root root 505427 2005-10-03 18:33 /usr/X11R6/lib/libGL.so.1.2
-rw-r--r--  1 root root 569442 2005-10-03 18:33 /usr/X11R6/lib/libGL.a
-rwxr-xr-x  1 root root  25895 2005-10-03 18:33 /usr/X11R6/lib/libGLw.so.1.0
-rw-r--r--  1 root root  27566 2005-10-03 18:33 /usr/X11R6/lib/libGLw.a
-rwxr-xr-x  1 root root 585310 2005-10-03 18:33 /usr/X11R6/lib/libGLU.so.1.3
-rw-r--r--  1 root root 677518 2005-10-03 18:33 /usr/X11R6/lib/libGLU.a
lrwxrwxrwx  1 root root     13 2005-10-06 20:08 /usr/X11R6/lib/libGLU.so.1 -> libGLU.so.1.3
lrwxrwxrwx  1 root root     12 2005-10-06 20:08 /usr/X11R6/lib/libGL.so -> libGL.so.1.2
lrwxrwxrwx  1 root root     13 2005-10-06 20:08 /usr/X11R6/lib/libGLw.so.1 -> libGLw.so.1.0
lrwxrwxrwx  1 root root     12 2005-10-06 20:08 /usr/X11R6/lib/libGL.so.1 -> libGL.so.1.2
lrwxrwxrwx  1 root root     13 2005-10-06 20:08 /usr/X11R6/lib/libGLw.so -> libGLw.so.1.0
lrwxrwxrwx  1 root root     13 2005-10-06 20:08 /usr/X11R6/lib/libGLU.so -> libGLU.so.1.3

Offline

#25 2005-10-06 20:26:07

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: ATI again...

Hmmm... the permissions look alright to me. The files, however, are not the same. But I don't the relevance of that really (I'm on xorg 6.9, though)...

Offline

Board footer

Powered by FluxBB