Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No Direct rendering xorg 7rc3, radeon r300. [Solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
gonzzor
Tux's lil' helper
Tux's lil' helper


Joined: 03 Nov 2004
Posts: 133

PostPosted: Tue Dec 06, 2005 9:09 pm    Post subject: No Direct rendering xorg 7rc3, radeon r300. [Solved] Reply with quote

Hi...

I can't figure this one out by self, so I ask here in hope on some help...

I have a laptop with a ATI Radeon Mobile 9600Pro, RV350...
I'm currently running
Code:

Linux noggin 2.6.14-gentoo-r2 #4 PREEMPT Mon Dec 5 17:27:25 CET 2005 i686 Intel(R) Pentium(R) M processor 1500MHz GenuineIntel GNU/Linux
x11-base/xorg-x11-7.0.0_rc3  -xprint

I also use the CVS version of Mesa and DRM module. From this post https://forums.gentoo.org/viewtopic-t-374745.html

The problem is that glxinfo gives me this:
Code:

...
direct rendering: No
...
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
...

Code:

$ dmesg
[drm] Initialized drm 1.0.1 20051102
[drm] Initialized radeon 1.20.0 20050911 on minor 0:
[drm] Used old pci detect: framebuffer loaded
mtrr: 0xd0000000,0x10000000 overlaps existing 0xd0000000,0x8000000
...
mtrr: 0xd0000000,0x10000000 overlaps existing 0xd0000000,0x8000000
mtrr: 0xd0000000,0x10000000 overlaps existing 0xd0000000,0x8000000
mtrr: 0xd0000000,0x10000000 overlaps existing 0xd0000000,0x8000000
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
[drm] Loading R300 Microcode


Relevent parts of Xorg.conf
Don't realy know what most of the options are for, I just have copy-paste them from forums.
Code:

...
Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load       "glx"
    Load       "dri"
    Load        "drm"
EndSection
...
Section "Device"
    Identifier      "ATI"
    Driver          "radeon"
    Option          "AGPMode" "4"
    Option          "RenderAccel" "on"
    Option          "EnablePageFlip" "on"
    Option          "Overlay" "on"
    # This two lines are needed to prevent fonts from being scrambled
    Option          "XaaNoScanlineImageWriteRect"
    Option          "XaaNoScanlineCPUToScreenColorExpandFill"
    Option          "Backingstore" "true"
    Option          "AccelMethod" "exa"
    Option          "no_accel" "no"
    Option          "no_dri" "no"
    Option          "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mt
    Option          "VideoOverlay" "on"
    Option          "OpenGLOverlay" "on"
    # Misc
    BusID "PCI:1:0:0" # vendor=1002, device=4e50
    Screen 0
EndSection

My xorg.0.log
Code:

...
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 6.99.99.903, 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/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 6.99.99.903, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 6.99.99.903, 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/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
        compiled for 6.99.99.903, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "drm"
(II) Reloading /usr/lib/xorg/modules/linux/libdrm.so
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
        compiled for 6.99.99.903, module version = 4.0.2
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "ati"
(II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
        compiled for 6.99.99.903, module version = 6.5.7
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.8
...
(--) Chipset ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP) found
...
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/lib/xorg/modules/drivers/radeon_drv.so
...
(II) RADEON(0): MMIO registers at 0xfcff0000
(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 "NoAccel" "no"
(**) RADEON(0): Option "AGPMode" "4"
(**) RADEON(0): Option "EnablePageFlip" "on"
(**) RADEON(0): Option "RenderAccel" "on"
(**) RADEON(0): Option "AccelMethod" "exa"
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 6.99.99.903, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) 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/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 6.99.99.903, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): initializing int10
(WW) RADEON(0): Bad V_BIOS checksum
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(**) RADEON(0): Option "mtrr" "off"
(--) RADEON(0): Chipset: "ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP)" (ChipID = 0x4e50)
(--) RADEON(0): Linear framebuffer at 0xd0000000
(--) RADEON(0): BIOS at 0x80000000
(--) RADEON(0): VideoRAM: 131072 kByte (128 bit DDR SDRAM)
(II) RADEON(0): AGP card detected
(II) RADEON(0): Color tiling disabled
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 6.99.99.903, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
        compiled for 6.99.99.903, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): I2C bus "DDC" initialized.
(II) RADEON(0): Legacy BIOS detected
(WW) RADEON(0): LCD DDC Info Table found!
(II) RADEON(0): Connector0: DDCType-6, DACType-0, TMDSType-1, ConnectorType-4
(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 -- DVI-D
 DAC Type  -- Primary
 TMDS Type -- External
 DDC Type  -- (null)
(II) RADEON(0): Secondary:
 Monitor   -- NONE
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- VGA_DDC
(II) RADEON(0): PLL parameters: rf=2700 rd=6 min=20000 max=35000; xclk=24300
(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): Panel ID string: U0674M1LW02           
(II) RADEON(0): Panel Size from BIOS: 1920x1200
(II) RADEON(0): BIOS provided dividers will be used.
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
(II) RADEON(0): No valid mode specified, force to native mode
(II) RADEON(0): Total number of valid FP mode(s) found: 1
(--) RADEON(0): Virtual size is 1920x1200 (pitch 1920)
(**) RADEON(0): *Mode "1920x1200": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1920x1200"  161.75  1920 2016 2048 2184  1200 1202 1208 1235
(**) RADEON(0):  Default mode "320x175": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x175"  161.75  320 2016 2048 2184  175 1202 1208 1235
(**) RADEON(0):  Default mode "320x200": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x200"  161.75  320 2016 2048 2184  200 1202 1208 1235
(**) RADEON(0):  Default mode "360x200": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "360x200"  161.75  360 2016 2048 2184  200 1202 1208 1235
(**) RADEON(0):  Default mode "320x240": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "320x240"  161.75  320 2016 2048 2184  240 1202 1208 1235
(**) RADEON(0):  Default mode "400x300": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "400x300"  161.75  400 2016 2048 2184  300 1202 1208 1235
(**) RADEON(0):  Default mode "512x384": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "512x384"  161.75  512 2016 2048 2184  384 1202 1208 1235
(**) RADEON(0):  Default mode "576x432": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "576x432"  161.75  576 2016 2048 2184  432 1202 1208 1235
(**) RADEON(0):  Default mode "640x480": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x480"  161.75  640 2016 2048 2184  480 1202 1208 1235
(**) RADEON(0):  Default mode "640x512": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "640x512"  161.75  640 2016 2048 2184  512 1202 1208 1235
(**) RADEON(0):  Default mode "800x600": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x600"  161.75  800 2016 2048 2184  600 1202 1208 1235
(**) RADEON(0):  Default mode "896x672": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "896x672"  161.75  896 2016 2048 2184  672 1202 1208 1235
(**) RADEON(0):  Default mode "928x696": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "928x696"  161.75  928 2016 2048 2184  696 1202 1208 1235
(**) RADEON(0):  Default mode "960x720": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "960x720"  161.75  960 2016 2048 2184  720 1202 1208 1235
(**) RADEON(0):  Default mode "416x312": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "416x312"  161.75  416 2016 2048 2184  312 1202 1208 1235
(**) RADEON(0):  Default mode "576x384": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "576x384"  161.75  576 2016 2048 2184  384 1202 1208 1235
(**) RADEON(0):  Default mode "700x525": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "700x525"  161.75  700 2016 2048 2184  525 1202 1208 1235
(**) RADEON(0):  Default mode "800x512": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "800x512"  161.75  800 2016 2048 2184  512 1202 1208 1235
(**) RADEON(0):  Default mode "1024x768": 161.8 MHz (scaled from 0.0 MHz), 74.1 kHz, 60.0 Hz
(II) RADEON(0): Modeline "1024x768"  161.75  1024 2016 2048 2184  768 1202 1208 1235
(**) RADEON(0): Display dimensions: (330, 208) mm
(**) RADEON(0): DPI set to (147, 146)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 6.99.99.903, 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/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 6.99.99.903, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.8
(**) RADEON(0): Using EXA acceleration architecture
(II) Loading sub module "exa"
(II) LoadModule: "exa"
(II) Loading /usr/lib/xorg/modules/libexa.so
(II) Module exa: vendor="X.Org Foundation"
        compiled for 6.99.99.903, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.8
(**) RADEON(0): AGP 4x mode is configured
(II) RADEON(0): AGP Fast Write disabled by default
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/lib/xorg/modules/libshadowfb.so
(II) Module shadowfb: vendor="X.Org Foundation"
        compiled for 6.99.99.903, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) RADEON(0): Page flipping not allowed with EXA, disabling.
(II) RADEON(0): Page flipping disabled
(II) RADEON(0): Will try to use DMA for Xv image transfers
(II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
(!!) 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       0xd0000000 - 0xdfffffff (0x10000000) MX[B]
        [2] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [3] -1  0       0x00100000 - 0x31ffffff (0x31f00000) 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       0xfaffc000 - 0xfaffcfff (0x1000) 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       0x32000000 - 0x320003ff (0x400) MX[B]
        [14] -1 0       0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
        [15] -1 0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [16] -1 0       0xfc000000 - 0xfc01ffff (0x20000) MX[B](B)
        [17] -1 0       0xfcff0000 - 0xfcffffff (0x10000) MX[B](B)
        [18] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [19] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
        [20] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
        [21] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
        [22] 0  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [23] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [24] -1 0       0x00000000 - 0x000000ff (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)
(II) RADEON(0): Dynamic Clock Scaling Disabled
(II) RADEON(0): BIOS HotKeys Disabled
(WW) RADEON(0): Enabling DRM support

        *** Direct rendering support is highly experimental for Radeon 9500
        *** and newer cards. The 3d mesa driver is not provided in this tree.
        *** A very experimental (and incomplete) version is available from Mesa CVS.
        *** Additional information can be found on http://r300.sourceforge.net
        *** This message has been last modified on 2005-08-07.

drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: drmOpenMinor returns 6
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 0xe086d000
(II) RADEON(0): [drm] mapped SAREA 0xe086d000 to 0xb78ed000
(II) RADEON(0): [drm] framebuffer handle = 0xd0000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): [agp] Mode 0x1f000207 [AGP 0x8086/0x3340; Card 0x1002/0x4e50]
(II) RADEON(0): [agp] 8192 kB allocated with handle 0x00000001
(II) RADEON(0): [agp] ring handle = 0xe0000000
(II) RADEON(0): [agp] Ring mapped at 0xaf6ee000
(II) RADEON(0): [agp] ring read ptr handle = 0xe0101000
(II) RADEON(0): [agp] Ring read ptr mapped at 0xb7f6e000
(II) RADEON(0): [agp] vertex/indirect buffers handle = 0xe0102000
(II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0xaf4ee000
(II) RADEON(0): [agp] GART texture map handle = 0xe0302000
(II) RADEON(0): [agp] GART Texture map mapped at 0xaf00e000
(II) RADEON(0): [drm] register handle = 0xfcff0000
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): Depth moves disabled by default
(II) RADEON(0): Allocating from a screen of 131072 kb
(II) RADEON(0): Will use 9000 kb for front buffer at offset 0x00000000
(II) RADEON(0): Will use 9000 kb for back buffer at offset 0x008ca000
(II) RADEON(0): Will use 9000 kb for depth buffer at offset 0x01194000
(II) RADEON(0): Will use 51712 kb for textures at offset 0x01a5e000
(II) RADEON(0): Will use 52360 kb for X Server offscreen at offset 0x04cde000
(II) RADEON(0): Render acceleration unsupported on R300 type cards and newer.
(II) RADEON(0): Acceleration enabled
(**) RADEON(0): Option "BackingStore" "true"
(**) RADEON(0): Backing store enabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
(II) Loading sub module "theatre_detect"
(II) LoadModule: "theatre_detect"
(II) Loading /usr/lib/xorg/modules/multimedia/theatre_detect_drv.so
(II) Module theatre_detect: vendor="X.Org Foundation"
        compiled for 4.3.99.902, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
(WW) RADEON(0): Option "Overlay" is not used
(WW) RADEON(0): Option "XaaNoScanlineImageWriteRect" is not used
(WW) RADEON(0): Option "XaaNoScanlineCPUToScreenColorExpandFill" is not used
(WW) RADEON(0): Option "no_dri" is not used
(WW) RADEON(0): Option "VideoOverlay" is not used
(WW) RADEON(0): Option "OpenGLOverlay" is not used
(II) RADEON(0): X context handle = 0x1
(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 11
(II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
(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 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
...

What make me wondering is this line...
Code:
(II) RADEON(0): Render acceleration unsupported on R300 type cards and newer.

Seems to be the old driver still..

I have the xf86-vide-atio package installed... If I uninstall it, I can't get xorg to start.. Can't load module radeon...


Any suggestions?
_________________
After 5 hours trying to install PHP 4 on FreeBSD I missed my Gentoo machine...


Last edited by gonzzor on Thu Dec 22, 2005 12:11 am; edited 1 time in total
Back to top
View user's profile Send private message
Crenshaw
Guru
Guru


Joined: 23 Jun 2004
Posts: 474
Location: Poland

PostPosted: Tue Dec 06, 2005 11:00 pm    Post subject: Reply with quote

Install ati-drivers?
Back to top
View user's profile Send private message
gonzzor
Tux's lil' helper
Tux's lil' helper


Joined: 03 Nov 2004
Posts: 133

PostPosted: Wed Dec 07, 2005 9:09 am    Post subject: Reply with quote

Well... I justed to have the ati-drivers installed... But it ain't stable at all.. Like 75% of the time I try to close Xorg.. The whole computer freezes and all I get is some green stripes on the screen.... So I thought I get rid of this crap and try the opensource drivers... But it doesn't seem to be the right driver...
_________________
After 5 hours trying to install PHP 4 on FreeBSD I missed my Gentoo machine...
Back to top
View user's profile Send private message
gonzzor
Tux's lil' helper
Tux's lil' helper


Joined: 03 Nov 2004
Posts: 133

PostPosted: Thu Dec 08, 2005 9:18 am    Post subject: Reply with quote

Bump...
_________________
After 5 hours trying to install PHP 4 on FreeBSD I missed my Gentoo machine...
Back to top
View user's profile Send private message
stobbsm
Guru
Guru


Joined: 23 May 2004
Posts: 452

PostPosted: Thu Dec 08, 2005 3:43 pm    Post subject: Reply with quote

arn't the included drivers ati and not radeon in xorg.conf?

I'm not sure, havn't used a radeon for a while, but I think that's what it is.....
_________________
Sysadmin of Ubuntu systems and servers....
Although my own server is gentoo....
Back to top
View user's profile Send private message
gonzzor
Tux's lil' helper
Tux's lil' helper


Joined: 03 Nov 2004
Posts: 133

PostPosted: Fri Dec 09, 2005 11:52 am    Post subject: Reply with quote

I tried using
Code:
Driver "ati"

But it didn't make any difference. What makes me wonder more is the line:
Code:
(II) RADEON(0): Direct rendering enabled

But glxinfo says that the Direct rendering isn't on...

Any more suggestions?
_________________
After 5 hours trying to install PHP 4 on FreeBSD I missed my Gentoo machine...
Back to top
View user's profile Send private message
gonzzor
Tux's lil' helper
Tux's lil' helper


Joined: 03 Nov 2004
Posts: 133

PostPosted: Tue Dec 13, 2005 7:15 pm    Post subject: Reply with quote

Bump...
_________________
After 5 hours trying to install PHP 4 on FreeBSD I missed my Gentoo machine...
Back to top
View user's profile Send private message
tchak
Tux's lil' helper
Tux's lil' helper


Joined: 19 Aug 2003
Posts: 124
Location: France/Russia

PostPosted: Tue Dec 13, 2005 8:27 pm    Post subject: Reply with quote

Works here with no CVS. Just modular xorg 7rc3.
emerge x11-drivers/xf86-video-ati and enable "radeon" and "dri" modules in your kernel configuration. Well the performance are.... well... hmm...
But it works :D
_________________
maybe this world is another planet's hell...
Athlon64 | ATI Mobility Radeon 9700 | Netgear (Prism54) + ASUS (USB2 ZD1211)
Back to top
View user's profile Send private message
fserafin
Tux's lil' helper
Tux's lil' helper


Joined: 02 Oct 2005
Posts: 126
Location: Winnipeg, Canada

PostPosted: Tue Dec 13, 2005 11:27 pm    Post subject: Reply with quote

i had no luck with modular x either with the r300 drivers for a x300se pci e card
computer would lock up when using firefox or myth etc only could use console in x windows
tried both ati , radeon and fglrx
the fglrx drivers worked but no 3d accel

when back to x 6.8 but still havin problems
Back to top
View user's profile Send private message
gonzzor
Tux's lil' helper
Tux's lil' helper


Joined: 03 Nov 2004
Posts: 133

PostPosted: Wed Dec 14, 2005 3:48 pm    Post subject: Reply with quote

tchak wrote:
Works here with no CVS. Just modular xorg 7rc3.
emerge x11-drivers/xf86-video-ati and enable "radeon" and "dri" modules in your kernel configuration. Well the performance are.... well... hmm...
But it works :D


Does the glxinfo say that you have direct rendering? Cause I can't...
_________________
After 5 hours trying to install PHP 4 on FreeBSD I missed my Gentoo machine...
Back to top
View user's profile Send private message
gonzzor
Tux's lil' helper
Tux's lil' helper


Joined: 03 Nov 2004
Posts: 133

PostPosted: Thu Dec 22, 2005 12:11 am    Post subject: Reply with quote

Found out that I didn't have the x11-apps/xdpyinfo installed, so I installed it and now glxinfo says that I have directrendering..

Great... Now I can kick out the ati-driver crap for good... No way I gonna buy an ATI card anymore...
_________________
After 5 hours trying to install PHP 4 on FreeBSD I missed my Gentoo machine...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

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