View previous topic :: View next topic |
Author |
Message |
flamingpi6C73 n00b

Joined: 26 Sep 2006 Posts: 50
|
Posted: Sat Oct 21, 2006 6:34 am Post subject: |
|
|
I tried it again... and still same results |
|
Back to top |
|
 |
sugar Guru


Joined: 07 Aug 2004 Posts: 579 Location: Morrinsville, New Zealand
|
Posted: Sat Oct 21, 2006 7:28 am Post subject: |
|
|
moudles loading at boot? |
|
Back to top |
|
 |
flamingpi6C73 n00b

Joined: 26 Sep 2006 Posts: 50
|
Posted: Sat Oct 21, 2006 4:52 pm Post subject: |
|
|
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 |
|
 |
sugar Guru


Joined: 07 Aug 2004 Posts: 579 Location: Morrinsville, New Zealand
|
|
Back to top |
|
 |
flamingpi6C73 n00b

Joined: 26 Sep 2006 Posts: 50
|
Posted: Sat Oct 21, 2006 5:29 pm Post subject: |
|
|
no fbdev... but vesa, fglrx, and radeon yes, I suppose I shall try that now then. |
|
Back to top |
|
 |
sugar Guru


Joined: 07 Aug 2004 Posts: 579 Location: Morrinsville, New Zealand
|
Posted: Sat Oct 21, 2006 5:36 pm Post subject: |
|
|
do you have the dri use flag enabled? |
|
Back to top |
|
 |
flamingpi6C73 n00b

Joined: 26 Sep 2006 Posts: 50
|
Posted: Sat Oct 21, 2006 5:40 pm Post subject: |
|
|
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 |
|
 |
sugar Guru


Joined: 07 Aug 2004 Posts: 579 Location: Morrinsville, New Zealand
|
Posted: Sat Oct 21, 2006 5:44 pm Post subject: |
|
|
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 |
|
 |
flamingpi6C73 n00b

Joined: 26 Sep 2006 Posts: 50
|
Posted: Sat Oct 21, 2006 6:11 pm Post subject: |
|
|
7.0 |
|
Back to top |
|
 |
sugar Guru


Joined: 07 Aug 2004 Posts: 579 Location: Morrinsville, New Zealand
|
Posted: Sat Oct 21, 2006 6:22 pm Post subject: |
|
|
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 |
|
 |
flamingpi6C73 n00b

Joined: 26 Sep 2006 Posts: 50
|
Posted: Sat Oct 21, 2006 6:30 pm Post subject: |
|
|
... 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 |
|
 |
sugar Guru


Joined: 07 Aug 2004 Posts: 579 Location: Morrinsville, New Zealand
|
Posted: Sat Oct 21, 2006 6:46 pm Post subject: |
|
|
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 |
|
 |
flamingpi6C73 n00b

Joined: 26 Sep 2006 Posts: 50
|
Posted: Sat Oct 21, 2006 7:16 pm Post subject: |
|
|
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 |
|
 |
sugar Guru


Joined: 07 Aug 2004 Posts: 579 Location: Morrinsville, New Zealand
|
Posted: Sat Oct 21, 2006 7:21 pm Post subject: |
|
|
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 |
|
 |
flamingpi6C73 n00b

Joined: 26 Sep 2006 Posts: 50
|
Posted: Sat Oct 21, 2006 7:35 pm Post subject: |
|
|
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 |
|
 |
sugar Guru


Joined: 07 Aug 2004 Posts: 579 Location: Morrinsville, New Zealand
|
Posted: Sat Oct 21, 2006 7:38 pm Post subject: |
|
|
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 |
|
 |
flamingpi6C73 n00b

Joined: 26 Sep 2006 Posts: 50
|
Posted: Sat Oct 21, 2006 7:41 pm Post subject: |
|
|
#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 |
|
 |
Illissius Guru


Joined: 31 Jul 2004 Posts: 395 Location: Hungary
|
Posted: Sat Oct 21, 2006 7:53 pm Post subject: |
|
|
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 |
|
 |
flamingpi6C73 n00b

Joined: 26 Sep 2006 Posts: 50
|
Posted: Sat Oct 21, 2006 8:01 pm Post subject: |
|
|
alright, and how do i get dri working with Driver "radeon"? |
|
Back to top |
|
 |
Illissius Guru


Joined: 31 Jul 2004 Posts: 395 Location: Hungary
|
Posted: Sat Oct 21, 2006 10:12 pm Post subject: |
|
|
That's something I would rather like to know, as well. _________________ Work is punishment for failing to procrastinate effectively.
last.fm |
|
Back to top |
|
 |
sugar Guru


Joined: 07 Aug 2004 Posts: 579 Location: Morrinsville, New Zealand
|
Posted: Sat Oct 21, 2006 11:13 pm Post subject: |
|
|
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 |
|
 |
flamingpi6C73 n00b

Joined: 26 Sep 2006 Posts: 50
|
Posted: Sun Oct 22, 2006 7:12 pm Post subject: |
|
|
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 |
|
 |
|