![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Guest
Beans: n/a
|
HOWTO: Enable DRI (3D support) on SAVAGE cards
This is how to do it (only on Breezy):
first of all Code:
sudo apt-get install gcc-3.4 build-essential do Code:
sudo apt-get install linux-headers-2.6.12-10-386 ---------------------------------------------------------------------------- FOR INTEL 686 CHIPSETS (WITHOUT HYPERTHREADING) Code:
sudo apt-get install linux-image-2.6.12-10-686 sudo apt-get install linux-headers-2.6.12-10-686 sudo apt-get install linux-restricted-modules-2.6.12-10-686 Now do Code:
sudo apt-get remove linux-image-2.6.12-10-386 linux-headers-2.6.12-10-386 ---------------------------------------------------------------------------- FOR INTEL CHIPSETS (WITH HYPERTHREADING) Code:
sudo apt-get install linux-image-2.6.12-10-686-smp sudo apt-get install linux-headers-2.6.12-10-686-smp sudo apt-get install linux-restricted-modules-2.6.12-10-686-smp Now do Code:
sudo apt-get remove linux-image-2.6.12-10-386 linux-headers-2.6.12-10-386 ---------------------------------------------------------------------------- FOR AMD CHIPSETS Code:
sudo apt-get install linux-image-2.6.12-10-k7 sudo apt-get install linux-headers-2.6.12-10-k7 sudo apt-get install linux-restricted-modules-2.6.12-10-k7 Now do Code:
sudo apt-get remove linux-image-2.6.12-10-386 linux-headers-2.6.12-10-386 ---------------------------------------------------------------------------- COMMON FOR ALL CHIPSETS Code:
wget http://dri.freedesktop.org/snapshots/archive/common-20051127-linux.i386.tar.bz2 wget http://dri.freedesktop.org/snapshots/archive/savage-20051125-linux.i386.tar.bz2 tar -xjf common-20051127-linux.i386.tar.bz2 tar -xjf savage-20051125-linux.i386.tar.bz2 cd dripkg sudo ./install.sh check ur fps count with: Code:
glxgears -printfps Last edited by arnieboy; February 28th, 2006 at 02:31 PM.. |
|
|
|
#2 |
|
Spilled the Beans
![]() Join Date: Oct 2005
Beans: 13
|
Re: HOWTO: Enable DRI (3D support) on SAVAGE cards
please forgive my ignorance ..i'm kinda newb to ubuntu
i didn't try what you explain here as i'm getting kde right now ..but last night i recompiled my 2.6.12.9 ......and thank god i think it was successfull......... trying to work the BLUEZ "3Ddesk" i get 3d is found but not enabled ...please configure you hardware acceleration this i think is interesting ... Code:
wget http://dri.freedesktop.org/snapshots/common-20050707-linux.i386.tar.bz2 wget http://dri.freedesktop.org/snapshots/savage-20050707-linux.i386.tar.bz2 tar -xjf common-20050707-linux.i386.tar.bz2 tar -xjf savage-20050707-linux.i386.tar.bz2 cd dripkg sudo ./install.sh btw , is this for all savage cards? even those S3_Unichrome?
__________________
Linuz_Is_a_HardWAre_Looser Win_Is_A_Complete_Crap |
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() |
thanks, this actually worked like a charm!
just two things : instead of the files you mentioned i downloaded these newer ones http://dri.freedesktop.org/snapshots...x.i386.tar.bz2 http://dri.freedesktop.org/snapshots...x.i386.tar.bz2 the other thing was with with the compiling-stage during the install. on first try it hung up because it couldn't find gcc-3.4.4 (apparently the kernel-headers told the install script to use gcc-3.4.4, i though everything is now compiled with gcc-4.0.0? after installing gcc-3.4.4 i started the install-script again and it worked! so one last question : isnt the kernel compiled with gcc-4.0.0? wouldn't it usually create problems if i load a gcc-3.4.4 compiled module into a gcc-4.0.0 compiled kernel? /me goes off to play some more ppracer.. [edit] forgot to mention that since i use an IBM Thinkpad T22 i installed the linux-image-2.6.12-9-686 [/edit] |
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() |
Re: HOWTO: Enable DRI (3D support) on SAVAGE cards
a lot of thanks!!!
|
|
|
|
|
|
#5 |
|
A Carafe of Ubuntu
![]() Join Date: Apr 2005
Beans: 124
Ubuntu 8.04 Hardy Heron
|
Re: HOWTO: Enable DRI (3D support) on SAVAGE cards
The kernel is still currently compiled with gcc3.4.
@ Cyfer: You are not re-compiling the kernel, but rather the drivers for the vid card. Cheers -Leezer-
__________________
Registered Linux User No. 400619 Registered Linux Machine No. 302965 |
|
|
|
|
|
#6 |
|
Spilled the Beans
![]() Join Date: Oct 2005
Beans: 13
|
Re: HOWTO: Enable DRI (3D support) on SAVAGE cards
=====>arnieboy<======
Code:
-$ getting errors -$ reconfiguring the **** -$ downloading the right driver -$ oooops , this is gonna work ! -$ it really works -$ getting the BLUEZ -$ the BLUEZ works -$ thanks for DAEMON "arnieboy"
__________________
Linuz_Is_a_HardWAre_Looser Win_Is_A_Complete_Crap |
|
|
|
|
|
#7 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2005
Location: Poland
Beans: 30
Ubuntu 7.10 Gutsy Gibbon
|
Re: HOWTO: Enable DRI (3D support) on SAVAGE cards
Thanks arnieboy it worked like a charm.
But there is another problem after few moments of fast animation glxgears is slowing down, almost stopping. Any ideas what to do? It was the same before enabling DRI and after. glxgears is not showing any fps? It is maybe silly question but in hoary it was fps was just there and -? and -help want help me. |
|
|
|
|
|
#8 | |
|
Guest
Beans: n/a
|
Re: HOWTO: Enable DRI (3D support) on SAVAGE cards
Quote:
Code:
glxgears -iacknowledgethatthistoolisnotabenchmark |
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2005
Location: Poland
Beans: 30
Ubuntu 7.10 Gutsy Gibbon
|
Re: HOWTO: Enable DRI (3D support) on SAVAGE cards
Results are pretty slow:
1806 frames in 5.2 seconds = 348.711 FPS 2660 frames in 5.1 seconds = 519.943 FPS 2660 frames in 5.2 seconds = 516.076 FPS 1960 frames in 5.0 seconds = 391.679 FPS 2660 frames in 5.3 seconds = 505.836 FPS 2660 frames in 5.1 seconds = 525.939 FPS Do I need to reconfigure Xserver? |
|
|
|
|
|
#10 | |
|
Guest
Beans: n/a
|
Re: HOWTO: Enable DRI (3D support) on SAVAGE cards
Quote:
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|