Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dri problems
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
flamingpi6C73
n00b
n00b


Joined: 26 Sep 2006
Posts: 50

PostPosted: Sat Oct 21, 2006 6:34 am    Post subject: Reply with quote

I tried it again... and still same results
Back to top
View user's profile Send private message
sugar
Guru
Guru


Joined: 07 Aug 2004
Posts: 579
Location: Morrinsville, New Zealand

PostPosted: Sat Oct 21, 2006 7:28 am    Post subject: Reply with quote

moudles loading at boot?
Back to top
View user's profile Send private message
flamingpi6C73
n00b
n00b


Joined: 26 Sep 2006
Posts: 50

PostPosted: Sat Oct 21, 2006 4:52 pm    Post subject: Reply with quote

yes, I get the a message that says "autoloaded 3 modules" or w/e, and lsmod shows all three

lsmod:
radeon 101152 2
drm 64920 3 radeon
intel_agp 18844 1
agpgart 24268 2 drm,intel_agp
Back to top
View user's profile Send private message
sugar
Guru
Guru


Joined: 07 Aug 2004
Posts: 579
Location: Morrinsville, New Zealand

PostPosted: Sat Oct 21, 2006 5:16 pm    Post subject: Reply with quote

Hey, someone has the same problem (no solution there though)

https://forums.gentoo.org/viewtopic-t-505883-highlight-dri+fglrx.html

I'm stumped,

Have you got

VIDEO_CARDS="fbdev fglrx radeon vesa"

In your make.conf file? (you probably don't need the radeon flag)
Back to top
View user's profile Send private message
flamingpi6C73
n00b
n00b


Joined: 26 Sep 2006
Posts: 50

PostPosted: Sat Oct 21, 2006 5:29 pm    Post subject: Reply with quote

no fbdev... but vesa, fglrx, and radeon yes, I suppose I shall try that now then.
Back to top
View user's profile Send private message
sugar
Guru
Guru


Joined: 07 Aug 2004
Posts: 579
Location: Morrinsville, New Zealand

PostPosted: Sat Oct 21, 2006 5:36 pm    Post subject: Reply with quote

do you have the dri use flag enabled?
Back to top
View user's profile Send private message
flamingpi6C73
n00b
n00b


Joined: 26 Sep 2006
Posts: 50

PostPosted: Sat Oct 21, 2006 5:40 pm    Post subject: Reply with quote

yup

my make.conf is a bit of a mess, but here it is:

Quote:
CFLAGS="-O2 -march=i686"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
VIDEO_CARDS="fbdev radeon fglrx vesa"
ALSA_CARDS="intel8x0"
USE="-qt -kde hal ipod mono symlink dri mp3 gtk gnome howl aac divx divx4linux dts live mad matroska mythtv real theora win32codecs xanim xvid dvd vcd java alsa opengl nptl nptlonly nsplugin xv gmedia realmedia wmp"
PORTDIR_OVERLAY="$PORTDIR_OVERLAY /usr/local/ipl_ebuilds"


(I just added the fbdev, and doing emerge --newuse)
Back to top
View user's profile Send private message
sugar
Guru
Guru


Joined: 07 Aug 2004
Posts: 579
Location: Morrinsville, New Zealand

PostPosted: Sat Oct 21, 2006 5:44 pm    Post subject: Reply with quote

what version of xorg are you using?

I don't personally have an ati card (well, I DO, but a mach64 doesn't really count...I have dri though and its never a problem anymore :P lol), but my gf does. I'll start up her lappy and check the config...its an old config though...its needs an update...
Back to top
View user's profile Send private message
flamingpi6C73
n00b
n00b


Joined: 26 Sep 2006
Posts: 50

PostPosted: Sat Oct 21, 2006 6:11 pm    Post subject: Reply with quote

7.0
Back to top
View user's profile Send private message
sugar
Guru
Guru


Joined: 07 Aug 2004
Posts: 579
Location: Morrinsville, New Zealand

PostPosted: Sat Oct 21, 2006 6:22 pm    Post subject: Reply with quote

oh!

Put this in your device section, in the next line under fglrx.

Option "UseInternalAGPGART" "no"

That should make it use the kernel agpgart.
Back to top
View user's profile Send private message
flamingpi6C73
n00b
n00b


Joined: 26 Sep 2006
Posts: 50

PostPosted: Sat Oct 21, 2006 6:30 pm    Post subject: Reply with quote

... will that really help though? if i use fglrx it tells me that no device is found... and agpgart isnt built into the kernel anymore, it's built as a module...
Back to top
View user's profile Send private message
sugar
Guru
Guru


Joined: 07 Aug 2004
Posts: 579
Location: Morrinsville, New Zealand

PostPosted: Sat Oct 21, 2006 6:46 pm    Post subject: Reply with quote

flamingpi6C73 wrote:
... will that really help though? if i use fglrx it tells me that no device is found... and agpgart isnt built into the kernel anymore, it's built as a module...


Apparently, by internal, it means there's an agp module built in to the fglrx driver. Using that line will force the use of the module supplied by the kernel.

Sounds weird to me! Its worth a go though.
Back to top
View user's profile Send private message
flamingpi6C73
n00b
n00b


Joined: 26 Sep 2006
Posts: 50

PostPosted: Sat Oct 21, 2006 7:16 pm    Post subject: Reply with quote

no good... with "Driver 'fglrx'" with or without the UseInternalAGPGART line gives this message

Quote:
(EE) No devices detected.

Fatal server error:
no screens found
XIO: fatal IO error 104(Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining
Back to top
View user's profile Send private message
sugar
Guru
Guru


Joined: 07 Aug 2004
Posts: 579
Location: Morrinsville, New Zealand

PostPosted: Sat Oct 21, 2006 7:21 pm    Post subject: Reply with quote

My gf is using the radeon driver. It doesn't really work so great, but its good enough for what she needs it for. Its not so much help if you want to get the fglrx driver working

I've seen someone further with this problem. I'm totally out of ideas, except updating to xorg 7.1
Back to top
View user's profile Send private message
flamingpi6C73
n00b
n00b


Joined: 26 Sep 2006
Posts: 50

PostPosted: Sat Oct 21, 2006 7:35 pm    Post subject: Reply with quote

well if i could get dri working with the radeon driver that would be great, because all i really want is dri, dont care what driver im using to get it...
Back to top
View user's profile Send private message
sugar
Guru
Guru


Joined: 07 Aug 2004
Posts: 579
Location: Morrinsville, New Zealand

PostPosted: Sat Oct 21, 2006 7:38 pm    Post subject: Reply with quote

flamingpi6C73 wrote:
well if i could get dri working with the radeon driver that would be great, because all i really want is dri, dont care what driver im using to get it...


what happens when you try the radeon driver then? you need to put it in your autoload.d file, but I think you've already mentioned that its loading on boot...whats the output of glxinfo with the radeon driver?
Back to top
View user's profile Send private message
flamingpi6C73
n00b
n00b


Joined: 26 Sep 2006
Posts: 50

PostPosted: Sat Oct 21, 2006 7:41 pm    Post subject: Reply with quote

#glxinfo |grep direct
direct rendering: No

... since xorg wouldnt start with the fglrx driver, all the glx fglrx and glxgears stuff i have posted was from the radeon driver
Back to top
View user's profile Send private message
Illissius
Guru
Guru


Joined: 31 Jul 2004
Posts: 395
Location: Hungary

PostPosted: Sat Oct 21, 2006 7:53 pm    Post subject: Reply with quote

Forgive me if I'm mistaken, but I was under the impression that fglrx only supports Radeon 8500 and later -- whereas here we have a Mobility M6, aka Radeon 7000. So experimenting with ATI's proprietary drivers would be rather futile, I think.
_________________
Work is punishment for failing to procrastinate effectively.
last.fm
Back to top
View user's profile Send private message
flamingpi6C73
n00b
n00b


Joined: 26 Sep 2006
Posts: 50

PostPosted: Sat Oct 21, 2006 8:01 pm    Post subject: Reply with quote

alright, and how do i get dri working with Driver "radeon"?
Back to top
View user's profile Send private message
Illissius
Guru
Guru


Joined: 31 Jul 2004
Posts: 395
Location: Hungary

PostPosted: Sat Oct 21, 2006 10:12 pm    Post subject: Reply with quote

That's something I would rather like to know, as well.
_________________
Work is punishment for failing to procrastinate effectively.
last.fm
Back to top
View user's profile Send private message
sugar
Guru
Guru


Joined: 07 Aug 2004
Posts: 579
Location: Morrinsville, New Zealand

PostPosted: Sat Oct 21, 2006 11:13 pm    Post subject: Reply with quote

flamingpi6C73 wrote:
alright, and how do i get dri working with Driver "radeon"?


so, just to recap, you need to

1. you've set the driver to raedon in xorg.conf
2. you've loading the modules in the right order in autoload.d (agpgart, intel-agp, radeon, dri or something...you should check it, or configure your kernel again and just build it in)
3. Check to see if your card is supported. I notice that the 7500 is not supported. I'm not sure if the 7000 is (which is yours).
Back to top
View user's profile Send private message
flamingpi6C73
n00b
n00b


Joined: 26 Sep 2006
Posts: 50

PostPosted: Sun Oct 22, 2006 7:12 pm    Post subject: Reply with quote

does dri have to be there? because it tells me 'failed to load module: dri' when there, so I dont know that i have 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
Goto page Previous  1, 2
Page 2 of 2

 
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