LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 09-10-2005, 11:09 PM   #1
digiplaya
Member
 
Registered: Nov 2003
Distribution: Sabayon 3.3 & Sidux 2007
Posts: 111

Rep: Reputation: 15
Radeon 9550 + Xorg 6.8.2 + fglrx DRI problem


Hi all,

(Sorry about the title of the post, I'm actually running Xorg 6.8.2!)
It appears my video card will not work with 3d acceleration no matter what I try. I've been through many guides on the Web, but with little or no success.

Here's the output from my logs and konsole commands (relevant entries to my card only):

Xorg.0.log
--------------

Quote:
(II) fglrx(0): UMM Bus area: 0xc0954000 (size=0x076ac000)
(II) fglrx(0): UMM area: 0xc0954000 (size=0x076ac000)
(II) fglrx(0): driver needs X.org 6.8.x.y with x.y >= 0.0
(II) fglrx(0): detected X.org 6.8.2.0
(EE) fglrx(0): R200DRIScreenInit failed (DRI version = 5.0.0, expected 4.1.x). Disabling DRI.
****** This is the part that I'm not sure how to fix........********
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed! *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ********************************************* *
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x08000000
(==) fglrx(0): Write-combining range (0xc0000000,0x8000000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1600,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1600,1200) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) fglrx(0): Using hardware cursor (scanline 1200)
(II) fglrx(0): Largest offscreen area available: 1600 x 6988
(**) Option "dpms"
(**) fglrx(0): DPMS enabled
(WW) fglrx(0): Option "NoDDC" is not used
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): Direct rendering disabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(==) RandR enabled
(II) Setting vga for screen 0.
dmesg output:

Quote:
[4296891.017000] [fglrx] Maximum main memory to use for locked dma buffers: 930 MBytes.
[4296891.017000] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
[4296891.017000] [fglrx] module loaded - fglrx 8.14.13 [Jun 8 2005] on minor 0
lsmod output:
Quote:
Module Size Used by
fglrx 232444 0
Anyone know what's wrong here?

Tom

Last edited by digiplaya; 09-10-2005 at 11:12 PM.
 
Old 09-10-2005, 11:20 PM   #2
mdkusr
Member
 
Registered: Nov 2004
Location: P-town
Distribution: Slackware 10.2
Posts: 72

Rep: Reputation: 15
http://ubuntuforums.org/showthread.php?t=32495
http://ubuntuforums.org/showthread.php?t=24557
all you'll ever need for ubuntu
 
Old 09-10-2005, 11:39 PM   #3
digiplaya
Member
 
Registered: Nov 2003
Distribution: Sabayon 3.3 & Sidux 2007
Posts: 111

Original Poster
Rep: Reputation: 15
Yeah, those two posts are exactly what I've already followed, and still no go for me.

My main question is why is my DRI failing on me?
 
Old 09-11-2005, 12:08 AM   #4
mdkusr
Member
 
Registered: Nov 2004
Location: P-town
Distribution: Slackware 10.2
Posts: 72

Rep: Reputation: 15
Maybe try and rebuild the kernel, then modularize the agp for your chipset and then modularize the dri module, this could possibly solve your problem. If you do rebuild the kernel be sure to build your hard drive modules into the kernel along with the filesystems you use. This will make it so you dont need an initrd.img file for your boot, if you dont do that then well you will need the initrd.img file which just sucks making one. I myself havent solved any part of the DRI usage with ATI cards, so i have given up on my 9600pro and will be getting a 6800 nvidia soon. If you want a new 9600pro $60 usd and its yours. You can dismiss all this if you wish since i myself havent solved the ati dri problem.
 
Old 09-11-2005, 01:32 AM   #5
digiplaya
Member
 
Registered: Nov 2003
Distribution: Sabayon 3.3 & Sidux 2007
Posts: 111

Original Poster
Rep: Reputation: 15
So as I suspected, the DRI/ATI problem is still unresolved as of yet...what a great feeling to know that. :P
 
Old 09-12-2005, 02:10 AM   #6
heltreko
Member
 
Registered: Mar 2005
Location: Stockholm, Sweden
Distribution: Slackware, Zenwalk
Posts: 141

Rep: Reputation: 15
Hi digiplaya

Have you tried running the script "ati_install.sh" presented in "http://ubuntuforums.org/archive/index.php/t-32495.html" by the user Skylark. If not I suggest you follow the above link and search for "ati_install.sh". The howto in the beginning of the thread didn't make it for me but the script did.

By running the script I finally managed to get my ATI 9600 working properly in ubunty. Worked like a charm for me ever since and I've just had to rerun the script after compiling a new kernel etc.

Good luck!
 
Old 09-12-2005, 05:56 PM   #7
digiplaya
Member
 
Registered: Nov 2003
Distribution: Sabayon 3.3 & Sidux 2007
Posts: 111

Original Poster
Rep: Reputation: 15
Thanks for the suggestion, but I've recently switched over to another distro. But if I ever use Ubuntu again, I'll use your advice.

Tom
 
Old 09-14-2005, 01:04 PM   #8
heltreko
Member
 
Registered: Mar 2005
Location: Stockholm, Sweden
Distribution: Slackware, Zenwalk
Posts: 141

Rep: Reputation: 15
Quote:
Originally posted by digiplaya
Thanks for the suggestion, but I've recently switched over to another distro. But if I ever use Ubuntu again, I'll use your advice.

Tom
You're welcome .

Just for the fun of sharing information (even if it mabye not truly belong in this forum). Could you post:

1. What distro you switched to?

2. Did you got your radeon working properly in that distro?

(2b). Did you have to do some special tweaking to make it work?


I think all of this can be of interest to other Radeon/Ubuntu users.

Kind Regards
 
Old 09-15-2005, 10:37 AM   #9
Nebby_99
LQ Newbie
 
Registered: Sep 2005
Location: Sydney, AU
Distribution: Ubuntu
Posts: 18

Rep: Reputation: 0
I just got my 3D acceleration working a couple of days ago after quite a struggle (Radeon 9800 Pro, Ubuntu)
But now I'm getting this when the Update manger tries to upgrade the package this message refers to:

http://members.optusnet.com.au/nebby/spmmesaerror.jpg

Can anyone enlighten me as to what that's about?
I moved the file its complaining about from the folder it specifies (into a backup folder) but it still gives the error.
I'm not sure how to resolve it

Any help would be greatly appreciated

(Sorry if I'm hijacking this thread - it seemed relevant, I'm happy to post elsewhere instead though)
 
Old 09-16-2005, 12:36 AM   #10
digiplaya
Member
 
Registered: Nov 2003
Distribution: Sabayon 3.3 & Sidux 2007
Posts: 111

Original Poster
Rep: Reputation: 15
Don't worry Nebb - you're not hijacking it as long as you let me post on my own thread.

And to answer your questions heltreko, I switched over to Kubuntu 5.10 instead of just plain Ubuntu (did a full re-install) and yes, the 3d acceleration now works on it. No special tweaking needed.

Tom
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
xorg 6.8.1 (dri?) problem tox2ik Linux - Software 3 05-19-2008 10:14 PM
XOrg-6.8.1 problem with ATI's fglrx-8.8.25 driver??? ginobili_20 Linux From Scratch 4 02-16-2005 01:57 PM
Radeon 9200se and DRI under Xorg 6.8.0 ssj4conejo Linux - Hardware 13 10-26-2004 06:32 PM
[ATI] fglrx vs dri-radeon <what is the diff?> carboncopy Slackware 1 06-18-2004 02:50 AM
DRI not initializing on Radeon 9800 with fglrx Jawoota Linux - Hardware 0 07-23-2003 02:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 04:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration