Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Direct Rendering Issue with ATI Radeon Mobility 9200 IGP
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
dririan
n00b
n00b


Joined: 22 Feb 2008
Posts: 12

PostPosted: Fri Feb 22, 2008 7:26 pm    Post subject: Direct Rendering Issue with ATI Radeon Mobility 9200 IGP Reply with quote

Hello,

I'm currently not able to get direct rendering to work on my Toshiba Satellite A85-S107. Here's all that I know about the problem:

lspci | grep VGA:
Code:
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility 9200 IGP


zcat /proc/config.gz | grep AGP:
Code:
CONFIG_AGP=y
CONFIG_AGP_ATI=y


I have also enabled DRM for ATI Radeons in my kernel (gentoo-sources-2.6.24-r2).

The device section of /etc/X11/xorg.conf:
Code:
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon Mobility 9200 IGP"
BusID "PCI:1:5:0"

Option "DRI" "true"
EndSection


I'm running xorg-server-1.4.0.90-r3 with VIDEO_CARDS="radeon". I have also tried Option "BusType" "PCI", to no avail.

An excerpt from dmesg:
Code:
agpgart: Unsupported Ati chipset (device id: 7831)


Even with BusType PCI, this appears in my /var/log/Xorg.0.log:
Code:
(II) RADEON(0): [drm] Closed DRM master.
(WW) RADEON(0): Direct rendering disabled


Does anyone have any suggestions? I know that this system can do direct rendering as I set it up the last time I installed Gentoo, but I can't remember how I fixed it. If more information is needed, I'd be happy to post any needed configs, logs, or output.

Thanks in advance,
--Dririan
Back to top
View user's profile Send private message
Sadako
Advocate
Advocate


Joined: 05 Aug 2004
Posts: 3792
Location: sleeping in the bathtub

PostPosted: Fri Feb 22, 2008 7:40 pm    Post subject: Reply with quote

Could you post the output of `lspci` and `grep "CONFIG_AGP\|CONFIG_DRM" /usr/src/linux/.config`?
_________________
"You have to invite me in"
Back to top
View user's profile Send private message
dririan
n00b
n00b


Joined: 22 Feb 2008
Posts: 12

PostPosted: Fri Feb 22, 2008 7:48 pm    Post subject: Reply with quote

lspci:
Code:
00:00.0 Host bridge: ATI Technologies Inc Unknown device 7831
00:01.0 PCI bridge: ATI Technologies Inc Radeon 9100 IGP PCI/AGP Bridge
00:13.0 USB Controller: ATI Technologies Inc OHCI USB Controller #1 (rev 01)
00:13.1 USB Controller: ATI Technologies Inc OHCI USB Controller #2 (rev 01)
00:13.2 USB Controller: ATI Technologies Inc EHCI USB Controller (rev 01)
00:14.0 SMBus: ATI Technologies Inc SMBus (rev 1a)
00:14.1 IDE interface: ATI Technologies Inc Dual Channel Bus Master PCI IDE Controller
00:14.3 ISA bridge: ATI Technologies Inc Unknown device 434c
00:14.4 PCI bridge: ATI Technologies Inc Unknown device 4342
00:14.5 Multimedia audio controller: ATI Technologies Inc IXP150 AC'97 Audio Controller (rev 01)
00:14.6 Modem: ATI Technologies Inc IXP AC'97 Modem (rev 01)
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility 9200 IGP
02:02.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg NIC (rev 01)
02:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:04.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 02)


grep "CONFIG_AGP\|CONFIG_DRM" /usr/src/linux/.config:
Code:
CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
CONFIG_AGP_ATI=y
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
CONFIG_DRM_RADEON=y
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set


Thanks,
--Dririan
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