View previous topic :: View next topic |
Author |
Message |
der_maddin Apprentice
Joined: 22 Feb 2004 Posts: 209 Location: somewhere between my systems ..
|
Posted: Thu Feb 23, 2006 2:31 am Post subject: direct rendering with ATI 3d Rage LT Pro ? [UNSOLVED] |
|
|
I've got a Compaq Armada m300 notebook that uses an ATI 3d Rage LT Pro chip:
Code: |
bash-2.05b# lspci
0000:00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (AGP disabled) (rev 03)
[...]
0000:00:05.0 VGA compatible controller: ATI Technologies Inc 3D Rage LT Pro (rev dc)
[...]
|
How do I enable direct rendering on this hardware ? _________________ neoCortex maddin # uname -a
Linux neoCortex 2.6.14-gentoo-r5 #2 SMP Fri Jan 13 04:40:02 CET 2006 x86_64 AMD Athlon(tm) 64 Processor 3400+ AuthenticAMD GNU/Linux
Last edited by der_maddin on Wed Mar 01, 2006 2:54 am; edited 1 time in total |
|
Back to top |
|
|
marting n00b
Joined: 03 Oct 2003 Posts: 64
|
|
Back to top |
|
|
der_maddin Apprentice
Joined: 22 Feb 2004 Posts: 209 Location: somewhere between my systems ..
|
Posted: Wed Mar 01, 2006 2:54 am Post subject: |
|
|
i did. and did like said there ...
emerged x11 with USE flags like described there,
tried to get the mach64 driver running,
but ran into a new error that reads like:
PCI_PRETTY_NAME not found ??
can anybody help ? _________________ neoCortex maddin # uname -a
Linux neoCortex 2.6.14-gentoo-r5 #2 SMP Fri Jan 13 04:40:02 CET 2006 x86_64 AMD Athlon(tm) 64 Processor 3400+ AuthenticAMD GNU/Linux |
|
Back to top |
|
|
nixnut Bodhisattva
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Wed Mar 01, 2006 6:41 pm Post subject: |
|
|
Moved from Installing Gentoo to Desktop Environments.
xorg->desktop stuff->moved here _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
|
der_maddin Apprentice
Joined: 22 Feb 2004 Posts: 209 Location: somewhere between my systems ..
|
Posted: Wed Mar 01, 2006 6:51 pm Post subject: |
|
|
well, *bump* _________________ neoCortex maddin # uname -a
Linux neoCortex 2.6.14-gentoo-r5 #2 SMP Fri Jan 13 04:40:02 CET 2006 x86_64 AMD Athlon(tm) 64 Processor 3400+ AuthenticAMD GNU/Linux |
|
Back to top |
|
|
abaxas n00b
Joined: 31 Oct 2005 Posts: 5
|
Posted: Wed Mar 01, 2006 9:51 pm Post subject: |
|
|
Sorry to be the bearer of bad news but the answer is..
YES and NO
No if you want 1024x768 as you dont have enough video ram (4M)
YES if you like 800x600.
Sorry for the bad news but my m300 is my main machine and I went through all this when I 'upgraded' from winXp to gentoo. I wanted DRI but in the end it wasnt going to happen unless I wanted 800x600. I need 1024x768 so no DRI for me.
Enjoy your m300 though. Give me a PM if you need any more help with your gentoo install.. |
|
Back to top |
|
|
der_maddin Apprentice
Joined: 22 Feb 2004 Posts: 209 Location: somewhere between my systems ..
|
Posted: Wed Mar 01, 2006 9:59 pm Post subject: |
|
|
abaxas, no prob.
i do not need further gentoo installation help.
[ in fact, im using the device for about 2 years
running gentoo now ;]
but i ever wondered if it was possible to get
dri running.
so, if not, no prob.
i do not urgently need accellerated graphics...
but, it's sad :[ _________________ neoCortex maddin # uname -a
Linux neoCortex 2.6.14-gentoo-r5 #2 SMP Fri Jan 13 04:40:02 CET 2006 x86_64 AMD Athlon(tm) 64 Processor 3400+ AuthenticAMD GNU/Linux |
|
Back to top |
|
|
fixit n00b
Joined: 05 Feb 2005 Posts: 22
|
Posted: Thu Mar 09, 2006 6:59 pm Post subject: |
|
|
What version of xorg are you using? I had trouble getting the newer DRI snapshots for mach64 working with 6.8.2. I'm using 6.9.0 now and they all work fine. You might try an older snapshot if the new ones don't work for you with 6.8.2 (like maybe one from before xorg 6.9/7.0 was released).
I used the instructions that I've seen on various threads to install with snapshots from freedesktop.org. Make sure you have insecure-drivers use flag enabled for xorg by adding "x11-base/xorg-x11 insecure-drivers" to /etc/portage/package.use. Re-emerge xorg if you didn't have it set.
Exit X and:
Code: | wget http://dri.freedesktop.org/snapshots/common-20060309-linux.i386.tar.bz2
tar xvjpf common-20060309-linux.i386.tar.bz2
cd common-20060309-linux.i386
./install.sh
follow prompts
wget http://dri.freedesktop.org/snapshots/mach64-20060309-linux.i386.tar.bz2
tar xvjpf mach64-20060309-linux.i386.tar.bz2
cd mach64-20060309-linux.i386
./install.sh
follow prompts
add mach64 to /etc/modules.autoload.d/kernel-2.6 |
You'll have to do this again whenever you re-compile your kernel. |
|
Back to top |
|
|
joolz n00b
Joined: 29 Oct 2004 Posts: 72 Location: sweden
|
Posted: Sat Apr 15, 2006 6:04 pm Post subject: |
|
|
im afraid abaxas is right. you have to run x in 800x600 if you want dri. i also have an m300. i get ~120fps in glxgears without dri, and ~160 with dri. |
|
Back to top |
|
|
|