Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ATi Xpress card not being claimed by radeon module
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
jw5801
Apprentice
Apprentice


Joined: 12 Jun 2008
Posts: 251
Location: Melbourne, Australia

PostPosted: Sun Oct 19, 2008 4:03 pm    Post subject: ATi Xpress card not being claimed by radeon module Reply with quote

I'm attempting to get my video card working correctly at the moment. Output from `lshw' seems to tell me the card is `UNCLAIMED'.
Code:
*-display UNCLAIMED
      description: VGA compatible controller
      product: RS485 [Radeon Xpress 1100 IGP]
      vendor: ATI Technologies Inc
      physical id: 5
      bus info: pci@0000:01:05.0
      version: 00
      width: 32 bits
      clock: 66MHz
      capabilities: pm vga_controller bus_master cap_list
      configuration: latency=66 mingnt=8


Ouput from glxinfo and lsmod also seem to suggest that the card is unclaimed and radeon is not being loaded.
Code:
jw@Argenti ~ $ glxinfo | grep rendering
direct rendering: No
jw@Argenti ~ $ lsmod
Module                  Size  Used by
ndiswrapper           200704  0


I'm currently operating without framebuffer support in my kernel, as X seems to decide it's a good idea to use radeonfb for the normal graphical environment which doesn't work out too well. I would like to have framebuffer in there, but there doesn't seem to be a generic driver I can use that will leave the graphics card for the full driver. I have the radeon driver compiled as a module, but X doesn't seem to want to load it. I can load it manually, but it doesn't seem to claim the card and none of the outputs (other than lsmod) change. Xorg.log also seems to claim that it's loading the radeon driver, but I can't see any real evidence of it.

Is there something silly I'm missing that I need to do to get the kernel talking nice to the card and having X and a console framebuffer cooperating happily?

My xorg.conf is set up as follows:
Code:
Section "ServerLayout"
   Identifier   "X.Org Configured"
   Screen   0   "Screen0" 0 0
   InputDevice   "Keyboard0" "CoreKeyboard"
#   InputDevice   "PS/2 Mouse" "AlwaysCore"
#   InputDevice   "Serial Mouse" "AlwaysCore"
   InputDevice   "USB Mouse" "AlwaysCore"
   InputDevice   "Synaptics" "AlwaysCore"
EndSection

Section "ServerFlags"
   Option   "AllowMouseOpenFail" "true"
EndSection

Section "Files"
   FontPath   "/usr/share/fonts/util"
   FontPath   "/usr/share/fonts/encodings"
   FontPath   "/usr/share/fonts/misc"
   FontPath   "/usr/share/fonts/corefonts"
   FontPath   "/usr/share/fonts/default"
   FontPath   "/usr/share/fonts/Type1"
   FontPath   "/usr/share/fonts/100dpi"
   FontPath   "/usr/share/fonts/75dpi"
   FontPath   "/usr/share/fonts/default/ghostscript"
EndSection

Section "Module"
   Load   "vbe"
   Load   "GLcore"
   Load   "dbe"
   Load   "dri"
   Load   "extmod"
   Load   "glx"
   Load   "bitmap"
   Load   "type1"
   Load   "freetype"
   Load   "record"
EndSection

Section "InputDevice"
   Identifier   "Keyboard0"
   Driver   "kbd"
   Option   "CoreKeyboard"
   Option   "XkbRules" "xorg"
   Option   "XkbModel" "pc105"
#   Option   "XkbOptions" "grp:toggle,grp_led:scroll"
   Option   "XkbVariant" ",winkeys"
   Option   "XkbLayout" ""
EndSection

Section "InputDevice"
   Identifier   "Serial Mouse"
   Driver   "mouse"
   Option   "Protocol" "Microsoft"
   Option   "Device" "/dev/ttyS0"
   Option   "Emulate3Buttons" "true"
   Option   "Emulate3Timeout" "70"
   Option   "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
   Identifier   "PS/2 Mouse"
   Driver   "mouse"
   Option   "Protocol" "IMPS/2"
   Option   "Device" "/dev/misc/psaux"
   Option   "Emulate3Buttons" "true"
   Option   "Emulate3Timeout" "70"
   Option   "SendCoreEvents"  "true"
   Option   "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
   Identifier   "USB Mouse"
   Driver   "mouse"
   Option   "Device" "/dev/input/mice"
   Option   "SendCoreEvents" "true"
   Option   "Protocol" "IMPS/2"
   Option   "ZAxisMapping" "4 5"
   Option   "Buttons" "5"
EndSection

Section "InputDevice"
   Identifier   "Synaptics"
   Driver   "synaptics"
   Option   "Protocol" "event"
   Option   "Device" "/dev/input/event2"
   Option   "LeftEdge" "1900"
   Option   "RightEdge" "5400"
   Option   "TopEdge" "1900"
   Option   "BottomEdge" "4000"
   Option   "FingerLow" "25"
   Option   "FingerHigh" "30"
   Option   "MaxTapTime" "180"
   Option   "MaxTapMove" "220"
   Option   "VertScrollDelta" "100"
   Option   "MinSpeed" "0.02"
   Option   "MaxSpeed" "0.10"
   Option   "AccelFactor" "0.0010"
   Option   "SHMConfig" "on"
EndSection

# Auto-generated by mkxf86config

Section "Monitor"
   Identifier   "Monitor0"
   HorizSync    28.0 - 96.0
   VertRefresh  50.0 - 75.0
EndSection

Section "Device"
   ### Available Driver options are:-
   # sw_cursor is needed for some ati and radeon cards
   #Option       "sw_cursor"
   #Option     "hw_cursor"
   #Option     "NoAccel"
   #Option     "ShowCache"
   #Option     "ShadowFB"
   #Option     "UseFBDev"
   #Option     "Rotate"
   #Option     "MonitorLayout" "LVDS, NONE"
   
   #Option       "XAANoOffscreenPixmaps" "true"
   #Option       "UseFastTLS" "0"
   Identifier  "Card0"
   Driver      "radeon"
   VendorName  "All"
   BoardName   "All"
   BusID       "PCI:01:05:0"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device      "Card0"
   Monitor      "Monitor0"
   SubSection "Display"
      Depth   1
      Modes "1280x800" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   4
      Modes "1280x800" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   8
      Modes "1280x800" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   15
      Modes "1280x800" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   16
      Modes "1280x800" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   24
      Modes "1280x800" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   32
      Modes "1280x800" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "DRI"
   Mode 0666
EndSection

Section "Extensions"
   Option   "Composite"   "Enable"
EndSection


The relevant parts of Xorg.log:
Code:
...
(II) Module radeon: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 4.2.0
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "ati"
(II) Loading /usr/lib64/xorg/modules/drivers//ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 6.6.3
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 1.2

...

(II) Primary Device is: PCI 01:05:0
(--) Chipset ATI Radeon XPRESS 200M 5975 (PCIE) found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xc0302400 - 0xc03024ff (0x100) MX[B]
   [5] -1   0   0xc0302000 - 0xc03020ff (0x100) MX[B]
   [6] -1   0   0xc0300000 - 0xc0301fff (0x2000) MX[B]
   [7] -1   0   0xc0200000 - 0xc0203fff (0x4000) MX[B]
   [8] -1   0   0xc0000000 - 0xc0003fff (0x4000) MX[B]
   [9] -1   0   0xfed00000 - 0xfed003ff (0x400) MX[B]
   [10] -1   0   0xc0004400 - 0xc00044ff (0x100) MX[B]
   [11] -1   0   0xc0009000 - 0xc0009fff (0x1000) MX[B]
   [12] -1   0   0xc0008000 - 0xc0008fff (0x1000) MX[B]
   [13] -1   0   0xc0007000 - 0xc0007fff (0x1000) MX[B]
   [14] -1   0   0xc0006000 - 0xc0006fff (0x1000) MX[B]
   [15] -1   0   0xc0005000 - 0xc0005fff (0x1000) MX[B]
   [16] -1   0   0xc0004000 - 0xc00043ff (0x400) MX[B]
   [17] -1   0   0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
   [18] -1   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
   [19] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [20] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [21] -1   0   0x00008420 - 0x0000842f (0x10) IX[B]
   [22] -1   0   0x00000170 - 0x00000170 (0x1) IX[B]
   [23] -1   0   0x00000170 - 0x00000177 (0x8) IX[B]
   [24] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [25] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [26] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [27] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [28] -1   0   0x00008450 - 0x00008453 (0x4) IX[B]
   [29] -1   0   0x00008430 - 0x00008437 (0x8) IX[B]
   [30] -1   0   0x00008454 - 0x00008457 (0x4) IX[B]
   [31] -1   0   0x00008438 - 0x0000843f (0x8) IX[B]
   [32] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/lib64/xorg/modules/drivers//radeon_drv.so
(II) resource ranges after probing:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xc0302400 - 0xc03024ff (0x100) MX[B]
   [5] -1   0   0xc0302000 - 0xc03020ff (0x100) MX[B]
   [6] -1   0   0xc0300000 - 0xc0301fff (0x2000) MX[B]
   [7] -1   0   0xc0200000 - 0xc0203fff (0x4000) MX[B]
   [8] -1   0   0xc0000000 - 0xc0003fff (0x4000) MX[B]
   [9] -1   0   0xfed00000 - 0xfed003ff (0x400) MX[B]
   [10] -1   0   0xc0004400 - 0xc00044ff (0x100) MX[B]
   [11] -1   0   0xc0009000 - 0xc0009fff (0x1000) MX[B]
   [12] -1   0   0xc0008000 - 0xc0008fff (0x1000) MX[B]
   [13] -1   0   0xc0007000 - 0xc0007fff (0x1000) MX[B]
   [14] -1   0   0xc0006000 - 0xc0006fff (0x1000) MX[B]
   [15] -1   0   0xc0005000 - 0xc0005fff (0x1000) MX[B]
   [16] -1   0   0xc0004000 - 0xc00043ff (0x400) MX[B]
   [17] -1   0   0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
   [18] -1   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
   [19] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [20] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [21] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [22] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [23] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [24] -1   0   0x00008420 - 0x0000842f (0x10) IX[B]
   [25] -1   0   0x00000170 - 0x00000170 (0x1) IX[B]
   [26] -1   0   0x00000170 - 0x00000177 (0x8) IX[B]
   [27] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [28] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [29] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [30] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [31] -1   0   0x00008450 - 0x00008453 (0x4) IX[B]
   [32] -1   0   0x00008430 - 0x00008437 (0x8) IX[B]
   [33] -1   0   0x00008454 - 0x00008457 (0x4) IX[B]
   [34] -1   0   0x00008438 - 0x0000843f (0x8) IX[B]
   [35] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
   [36] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [37] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) RADEON(0): RADEONPreInit
(II) RADEON(0): MMIO registers at 0xc0100000: size 64KB
(II) RADEON(0): PCI bus 1 card 5 func 0
(==) RADEON(0): Depth 24, (==) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib64/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 1.2
(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)
(==) RADEON(0): X server will not keep DPI constant for all screen sizes
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib64/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.2
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon XPRESS 200M 5975 (PCIE)" (ChipID = 0x5975)
(--) RADEON(0): Linear framebuffer at 0xc8000000
(II) RADEON(0): PCI card detected
(II) RADEON(0): Direct rendering broken on XPRESS 200 and 200M
(II) RADEON(0): Detected total video RAM=31744K, accessible=131072K (PCI BAR=131072K)
(--) RADEON(0): Mapped VideoRAM: 31744 kByte (64 bit DDR SDRAM)
(II) RADEON(0): Color tiling enabled by default
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(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.
(WW) RADEON(0): Unknown DDCType 5 found
(WW) RADEON(0): LCD DDC Info Table found!
(II) RADEON(0): Connector0: DDCType-0, DACType-1, TMDSType--1, ConnectorType-1
(II) RADEON(0): Connector1: DDCType-4, DACType-0, TMDSType--1, ConnectorType-2
(II) RADEON(0): DDC Type: 4, Detected Type: 0
(II) RADEON(0):
(II) RADEON(0): Primary:
 Monitor   -- LVDS
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- CRT2_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=1432 rd=6 min=20000 max=140067473497152; xclk=20000
(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: LPL                     
(II) RADEON(0): Panel Size from BIOS: 1280x800
(II) RADEON(0): BIOS provided dividers will be used.
(II) RADEON(0): Total number of valid DDC mode(s) found: 0
(II) RADEON(0): Valid mode using on-chip RMX: 1280x800
(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 1280x800 (pitch 1280)
(**) RADEON(0): *Mode "1280x800": 72.2 MHz (scaled from 0.0 MHz), 50.2 kHz, 61.0 Hz
(II) RADEON(0): Modeline "1280x800"   72.25  1280 1328 1360 1440  800 802 808 823
(**) RADEON(0): *Mode "1024x768": 72.2 MHz (scaled from 0.0 MHz), 50.2 kHz, 61.0 Hz
(II) RADEON(0): Modeline "1024x768"   72.25  1024 1328 1360 1440  768 802 808 823
(**) RADEON(0): *Mode "800x600": 72.2 MHz (scaled from 0.0 MHz), 50.2 kHz, 61.0 Hz
(II) RADEON(0): Modeline "800x600"   72.25  800 1328 1360 1440  600 802 808 823
(**) RADEON(0): *Mode "640x480": 72.2 MHz (scaled from 0.0 MHz), 50.2 kHz, 61.0 Hz
(II) RADEON(0): Modeline "640x480"   72.25  640 1328 1360 1440  480 802 808 823
(**) RADEON(0):  Default mode "640x350": 72.2 MHz (scaled from 0.0 MHz), 50.2 kHz, 61.0 Hz
(II) RADEON(0): Modeline "640x350"   72.25  640 1328 1360 1440  350 802 808 823
(**) RADEON(0):  Default mode "640x400": 72.2 MHz (scaled from 0.0 MHz), 50.2 kHz, 61.0 Hz
(II) RADEON(0): Modeline "640x400"   72.25  640 1328 1360 1440  400 802 808 823
(**) RADEON(0):  Default mode "720x400": 72.2 MHz (scaled from 0.0 MHz), 50.2 kHz, 61.0 Hz
(II) RADEON(0): Modeline "720x400"   72.25  720 1328 1360 1440  400 802 808 823
(**) RADEON(0):  Default mode "832x624": 72.2 MHz (scaled from 0.0 MHz), 50.2 kHz, 61.0 Hz
(II) RADEON(0): Modeline "832x624"   72.25  832 1328 1360 1440  624 802 808 823
(**) RADEON(0):  Default mode "1152x768": 72.2 MHz (scaled from 0.0 MHz), 50.2 kHz, 61.0 Hz
(II) RADEON(0): Modeline "1152x768"   72.25  1152 1328 1360 1440  768 802 808 823
(==) RADEON(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(==) RADEON(0): Using XAA acceleration architecture
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib64/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.2.0
   ABI class: X.Org Video Driver, version 1.2
(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   0xc0100000 - 0xc010ffff (0x10000) MX[B]
   [1] 0   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B]
   [2] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [3] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [4] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [5] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [6] -1   0   0xc0302400 - 0xc03024ff (0x100) MX[B]
   [7] -1   0   0xc0302000 - 0xc03020ff (0x100) MX[B]
   [8] -1   0   0xc0300000 - 0xc0301fff (0x2000) MX[B]
   [9] -1   0   0xc0200000 - 0xc0203fff (0x4000) MX[B]
   [10] -1   0   0xc0000000 - 0xc0003fff (0x4000) MX[B]
   [11] -1   0   0xfed00000 - 0xfed003ff (0x400) MX[B]
   [12] -1   0   0xc0004400 - 0xc00044ff (0x100) MX[B]
   [13] -1   0   0xc0009000 - 0xc0009fff (0x1000) MX[B]
   [14] -1   0   0xc0008000 - 0xc0008fff (0x1000) MX[B]
   [15] -1   0   0xc0007000 - 0xc0007fff (0x1000) MX[B]
   [16] -1   0   0xc0006000 - 0xc0006fff (0x1000) MX[B]
   [17] -1   0   0xc0005000 - 0xc0005fff (0x1000) MX[B]
   [18] -1   0   0xc0004000 - 0xc00043ff (0x400) MX[B]
   [19] -1   0   0xc0100000 - 0xc010ffff (0x10000) MX[B](B)
   [20] -1   0   0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
   [21] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
   [22] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
   [23] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
   [24] 0   0   0x00009000 - 0x000090ff (0x100) IX[B]
   [25] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [26] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [27] -1   0   0x00008420 - 0x0000842f (0x10) IX[B]
   [28] -1   0   0x00000170 - 0x00000170 (0x1) IX[B]
   [29] -1   0   0x00000170 - 0x00000177 (0x8) IX[B]
   [30] -1   0   0x000003f4 - 0x000003f4 (0x1) IX[B]
   [31] -1   0   0x000001f0 - 0x000001f7 (0x8) IX[B]
   [32] -1   0   0x00008410 - 0x0000841f (0x10) IX[B]
   [33] -1   0   0x00008400 - 0x0000840f (0x10) IX[B]
   [34] -1   0   0x00008450 - 0x00008453 (0x4) IX[B]
   [35] -1   0   0x00008430 - 0x00008437 (0x8) IX[B]
   [36] -1   0   0x00008454 - 0x00008457 (0x4) IX[B]
   [37] -1   0   0x00008438 - 0x0000843f (0x8) IX[B]
   [38] -1   0   0x00009000 - 0x000090ff (0x100) IX[B](B)
   [39] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [40] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(**) RADEON(0): RADEONScreenInit c8000000 0
(**) RADEON(0): Map: 0xc8000000, 0x01f00000
(II) RADEON(0): Splitting WC range: base: 0xc8000000, size: 0x1f00000
(II) RADEON(0): Splitting WC range: base: 0xc9000000, size: 0xf00000
(II) RADEON(0): Splitting WC range: base: 0xc9800000, size: 0x700000
(II) RADEON(0): Splitting WC range: base: 0xc9c00000, size: 0x300000
(==) RADEON(0): Write-combining range (0xc9e00000,0x100000)
(==) RADEON(0): Write-combining range (0xc9c00000,0x300000)
(==) RADEON(0): Write-combining range (0xc9800000,0x700000)
(==) RADEON(0): Write-combining range (0xc9000000,0xf00000)
(==) RADEON(0): Write-combining range (0xc8000000,0x1f00000)
(**) RADEON(0): RADEONSave
(**) RADEON(0): RADEONSaveMode(0x81d3a8)
(**) RADEON(0): Read: 0x00180006 0x00020079 0x00000000
(**) RADEON(0): Read: rd=6, fd=121, pd=2
(**) RADEON(0): RADEONSaveMode returns 0x81d3a8
(II) RADEON(0): Dynamic Clock Scaling Disabled
(**) RADEON(0): RADEONInitMemoryMap() :
(**) RADEON(0):   mem_size         : 0x04000000
(**) RADEON(0):   MC_FB_LOCATION   : 0x7fff7800
(**) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
(**) RADEON(0): RADEONModeInit()
1280x800       72.25  1280 1328 1360 1440   800  802  808  823 (24,32)
1280x800       72.25  1280 1328 1360 1440   800  802  808  823 (24,32)
(**) RADEON(0): Pitch = 10485920 bytes (virtualX = 1280, displayWidth = 1280)
(II) RADEON(0): BIOS HotKeys Disabled
(**) RADEON(0): RADEONInit returns 0x81dd58
(**) RADEON(0): RADEONRestoreMode()
(**) RADEON(0): RADEONRestoreMode(0x81dd58)
(**) RADEON(0): RADEONRestoreMemMapRegisters() :
(**) RADEON(0):   MC_FB_LOCATION   : 0x7fff7800
(**) RADEON(0):   MC_AGP_LOCATION  : 0xffffffc0
(**) RADEON(0):   Map Changed ! Applying ...
(**) RADEON(0):   Map applied, resetting engine ...
(**) RADEON(0): Updating display base addresses...
(**) RADEON(0): Memory map updated.
(**) RADEON(0): Programming CRTC1, offset: 0x00000000
(**) RADEON(0): GRPH_BUFFER_CNTL from 20004c4c to 20197c7c
(**) RADEON(0): RADEONSaveScreen(0)
(II) RADEON(0): Depth moves disabled by default
(**) RADEON(0): Setting up initial surfaces
(**) RADEON(0): Initializing fb layer
(**) RADEON(0): Setting up accel memmap
(II) RADEON(0): Memory manager initialized to (0,0) (1280,6348)
(II) RADEON(0): Reserved area from (0,800) to (1280,802)
(II) RADEON(0): Largest offscreen area available: 1280 x 5546
(**) RADEON(0): Initializing backing store
(==) RADEON(0): Backing store disabled
(WW) RADEON(0): Direct rendering disabled
(**) RADEON(0): Setting up final surfaces
(**) RADEON(0): Initializing Acceleration
(II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and newer.
(II) RADEON(0): Render acceleration disabled
(**) RADEON(0): EngineInit (32/32)
(**) RADEON(0): Pitch for acceleration = 160
(**) RADEON(0): EngineRestore (32/32)
(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): Initializing DPMS
(**) RADEON(0): Initializing Cursor
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 802)
(II) RADEON(0): Largest offscreen area available: 1280 x 5542
(**) RADEON(0): Initializing color map
(**) RADEON(0): Initializing DGA
(**) RADEON(0): Initializing Xv
(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/lib64/xorg/modules/multimedia//theatre_detect_drv.so
(II) Module theatre_detect: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.2
(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
(**) RADEON(0): RADEONScreenInit finished
...
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Mon Oct 20, 2008 12:19 am    Post subject: Re: ATi Xpress card not being claimed by radeon module Reply with quote

jw5801 wrote:
The relevant parts of Xorg.log:
Code:
...
(--) RADEON(0): Chipset: "ATI Radeon XPRESS 200M 5975 (PCIE)" (ChipID = 0x5975)
(--) RADEON(0): Linear framebuffer at 0xc8000000
(II) RADEON(0): PCI card detected
(II) RADEON(0): Direct rendering broken on XPRESS 200 and 200M
...

This part doesn't look too good.
Back to top
View user's profile Send private message
jw5801
Apprentice
Apprentice


Joined: 12 Jun 2008
Posts: 251
Location: Melbourne, Australia

PostPosted: Mon Oct 20, 2008 1:27 am    Post subject: Re: ATi Xpress card not being claimed by radeon module Reply with quote

cyrillic wrote:
jw5801 wrote:
The relevant parts of Xorg.log:
Code:
...
(--) RADEON(0): Chipset: "ATI Radeon XPRESS 200M 5975 (PCIE)" (ChipID = 0x5975)
(--) RADEON(0): Linear framebuffer at 0xc8000000
(II) RADEON(0): PCI card detected
(II) RADEON(0): Direct rendering broken on XPRESS 200 and 200M
...

This part doesn't look too good.


Hmm, no it doesn't!

From the Xorg.log of an Ubuntu install I can see this:
Code:
...
(II) LoadModule: "radeon"
(II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
(II) Module radeon: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 4.3.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 2.0

...

(--) RADEON(0): Chipset: "ATI Radeon XPRESS 200M 5975 (PCIE)" (ChipID = 0x5975)
(--) RADEON(0): Linear framebuffer at 0x00000000c8000000
(II) RADEON(0): PCI card detected
(II) RADEON(0): Legacy BIOS detected
(WW) RADEON(0): Direct rendering for RN50/RC410/RS485/R600 forced on -- This is NOT officially supported at the hardware level and may cause instability or lockups
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:05.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0
...


I have x11-drivers/xf86-video-ati installed, but I just forced it to install a newer version. Will reboot and see what happens.
Back to top
View user's profile Send private message
jw5801
Apprentice
Apprentice


Joined: 12 Jun 2008
Posts: 251
Location: Melbourne, Australia

PostPosted: Mon Oct 20, 2008 2:41 am    Post subject: Re: ATi Xpress card not being claimed by radeon module Reply with quote

jw5801 wrote:
I have x11-drivers/xf86-video-ati installed, but I just forced it to install a newer version. Will reboot and see what happens.


No luck, seeing a newer version of the driver, without the warning about direct rendering being broken. But still the same symptoms, no direct rending and the card being reported as UNCLAIMED. Is my xorg.conf missing something? It hasn't changed since earlier. I've attached the new Xorg.log rather than flood here. Hmm... I would, but it appears we can't attach files! No problems, it's pastebinned now.
Back to top
View user's profile Send private message
Tadeas
Tux's lil' helper
Tux's lil' helper


Joined: 19 Sep 2008
Posts: 113
Location: Prague

PostPosted: Mon Oct 20, 2008 6:04 am    Post subject: Reply with quote

Did you try to use different drivers too? Just to try whether is the problem in the radeon driver or somewhere else... You could try downloading the driver manually from
Code:
http://ati.amd.com/support/driver.html
and see if it works...
Back to top
View user's profile Send private message
jw5801
Apprentice
Apprentice


Joined: 12 Jun 2008
Posts: 251
Location: Melbourne, Australia

PostPosted: Mon Oct 20, 2008 6:22 am    Post subject: Reply with quote

Tadeas wrote:
Did you try to use different drivers too? Just to try whether is the problem in the radeon driver or somewhere else... You could try downloading the driver manually from
Code:
http://ati.amd.com/support/driver.html
and see if it works...


That site gives the fglrx driver, which I would prefer not to use. I have tried it anyway, with the result of X refusing to start.

The problem isn't in the radeon driver (I've had it working before) it's somewhere in my configuration, but I'm not sure where. Looking closer at Xorg.log I can see this error line:
Code:
(EE) AIGLX: Screen 0 is not DRI capable

But I'm not entirely sure why or how to fix it.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
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