LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices

Reply
 
LinkBack Search this Thread
Old 07-20-2003, 03:25 PM   #1
hulf_slo
LQ Newbie
 
Registered: Jul 2003
Location: Maribor Slovenija
Distribution: Slackware
Posts: 24

Rep: Reputation: 15
DRI radeon problem....


Hi,

I have the test 2.6 kernel and.... the XF86Config seems OK.....
Hmm... I can't get KDE work with DRI....
I have a radeon 9000 and via KT-133 cs.


The error is :
(==) RADEON(0): Write-combining range (0xd0000000,0x8000000)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
(WW) LoadKernelModule No such file or directory
[drm] failed to load kernel module "radeon"
(II) RADEON(0): [drm] drmOpen failed
(EE) RADEON(0): [dri] DRIScreenInit failed. Disabling DRI.
(II) RADEON(0): Memory manager initialized to (0,0) (1600,8191)
(II) RADEON(0): Reserved area from (0,1200) to (1600,1202)
(II) RADEON(0): Largest offscreen area available: 1600 x 6989
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)

And there is a warnind too...:
(II) Primary Device is: PCI 01:00:0
(II) ATI: Candidate "Device" section "VESA Framebuffer".
(WW) ATI: PCI/AGP Mach64 in slot 1:0:1 could not be detected!
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset ATI Radeon 9000 If (AGP) found

These seems to be a probelm with the secondary device....

I load agpgart and dmesg | grep agp "> nothing"....
hmm I load the agpgart module ...

Please help this is eating nerves.
 
Old 07-20-2003, 03:53 PM   #2
hulf_slo
LQ Newbie
 
Registered: Jul 2003
Location: Maribor Slovenija
Distribution: Slackware
Posts: 24

Original Poster
Rep: Reputation: 15
I think I fixed the error, dir there's still no DRI in KDE....

The WW is....
(==) RADEON(0): Write-combining range (0xd0000000,0x8000000)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) RADEON(0): [drm] loaded kernel module for "radeon" driver
(II) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:0:0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xf882f000
(II) RADEON(0): [drm] mapped SAREA 0xf882f000 to 0x48271000
(II) RADEON(0): [drm] framebuffer handle = 0xd0000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(WW) RADEON(0): [agp] AGP not available
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xf882f000 at 0x48271000
(II) RADEON(0): Memory manager initialized to (0,0) (1600,8191)
(II) RADEON(0): Reserved area from (0,1200) to (1600,1202)
(II) RADEON(0): Largest offscreen area available: 1600 x 6989
(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 1202)
(II) RADEON(0): Largest offscreen area available: 1600 x 6986
(II) RADEON(0): Direct rendering disabled
 
Old 07-20-2003, 06:58 PM   #3
hulf_slo
LQ Newbie
 
Registered: Jul 2003
Location: Maribor Slovenija
Distribution: Slackware
Posts: 24

Original Poster
Rep: Reputation: 15
Hmm.... I tryed "alias /dev/dri/* radeon" in the rc.modules and..... hmm..
the log:
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:0:0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xf882f000
(II) RADEON(0): [drm] mapped SAREA 0xf882f000 to 0x48271000
(II) RADEON(0): [drm] framebuffer handle = 0xd0000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(WW) RADEON(0): [agp] AGP not available

ts close .... another error showed up in dmesg :

Ok... thaLinux agpgart interface v0.100 (c) Dave Jones
[drm] Initialized radeon 1.9.0 20020828 on minor 0
[drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
[drm:radeon_unlock] *ERROR* Process 338 using kernel context 0
Loosing too many ticks!
TSC cannot be used as a timesource. (Are you running with SpeedStep?)
Falling back to a sane timesource.
[drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
[drm:radeon_unlock] *ERROR* Process 793 using kernel context 0

H E L P ......
 
Old 08-06-2003, 09:25 PM   #4
Michael Koehne
LQ Newbie
 
Registered: Aug 2003
Distribution: debian
Posts: 1

Rep: Reputation: 0
DRI radeon problem....AGP not available

it looks as if you have same problem like me.
Linux 2.6.0 XFree 4.2.1 on a Libretto L5i/800TNLN with Radeon M6 L
modprobe agpgard - works fine
modprobe radeon - works fine
startx - works nearly fine - but :

(EE) RADEON(0): [agp] AGP not available
resulting in :
(II) RADEON(0): Direct rendering disabled
and substandard OpenGL performance.

the Debian 2.4.21 kernel was unable to load agpgart, and
I currently wonder, where the problem is.
Would XFree 4.3 improve it ?
Are there any agpgart patches for Libretto L5 ?
 
Old 08-30-2003, 09:58 PM   #5
smackitagain
LQ Newbie
 
Registered: Aug 2003
Distribution: Gentoo
Posts: 3

Rep: Reputation: 0
Wow, another L5 user!

It's just a shame you're posting my question and not the answer to it...

I'm having the same trouble you are, but the L5 has no AGP bus, right? I'm a bit confused as to why you're trying to load agpgart, but I may be misunderstanding what it is.

X is complaining about no AGP available, but I can use DRM over PCI... can't I?

I get those two dmesg errors too.

Can anybody help?
 
Old 11-17-2003, 08:50 PM   #6
Gary987
Member
 
Registered: Oct 2003
Distribution: Gentoo, Mint, Ubuntu, Vector
Posts: 149

Rep: Reputation: 15
Okay peep

Let's get the skinny here..


The BIG Question is ....

What version of Xfree are you using?

Cuz you're using developmental drivers of radeon.. which require Xfree 4.3.99.12

Anything less than the that will cause those drivers to fail.

1.7.0 is probably ths last version that will work with Xfree 4.3.0

1.9.0 are bleeding edge..

So either you compile the developmental Xfree or get some older kernel modules..?


The other question is...

Do you have some other driver IE FGLRX ati binaries installed.. cuz it looks too like something is also trying to grab the lock on Direct rendering. You can't have both..



Have fun,

Gary
 
  


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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Radeon 9550 + Xorg 6.2.0 + fglrx DRI problem digiplaya Ubuntu 9 09-16-2005 12:36 AM
Radeon DRI install problem. jfbertrand Linux - Hardware 3 12-06-2004 08:52 AM
Slack 10-Installation Problem: DRI Drivers for Radeon 7200 Geoffrey_Firmin Slackware 4 07-24-2004 05:58 PM
DRI and Radeon minm Linux - Software 19 07-17-2003 02:19 AM
DRI for radeon AzrielMacKay Linux - General 14 07-10-2001 02:45 PM


All times are GMT -5. The time now is 07:17 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration