comatose
comatose
comatose
comatose
hyenas
hyenas
hyenas
hyenas
Linux MintPPC Forums • View topic - Enable EXA acceleration for ATI Rage 128

All times are UTC + 1 hour





Post new topic Reply to topic  [ 49 posts ]  Go to page 1, 2, 3, 4, 5  Next
  Print view

Enable EXA acceleration for ATI Rage 128
Author Message
PostPosted: Sun Oct 28, 2012 7:13 pm 
Offline

Joined:Wed Jul 18, 2012 9:49 am
Posts:8
Location: FR
Ok the new updated, EXA acceleration enabled, X.Org driver for Radeon 128 adapters is finally available 8-)

Here is a quick and dirty, half-debian way to compile and install it (USE AT YOUR OWN RISK!)

Open a terminal and type :

Code:
sudo apt-get build-dep  xserver-xorg-video-r128
cd
mkdir tmp
cd tmp
wget ftp://ftp.x.org/pub/individual/driver/xf86-video-r128-6.9.1.tar.gz
tar xvzf xf86-video-r128*
cd xf86-video-r128*
./configure --prefix=/usr/
make
sudo make install


then restart X

check your X.Org log
Code:
more /var/log/Xorg.0.log


Make sure you have the following lines in your xorg.conf :

in the "device" section

Code:
        option  "NoAccel"               "false"
        option  "AccelMethod"   "EXA"




if anything goes wrong, you can reinstall the old driver version
Code:
sudo apt-get --reinstall install xf86-video-r128


of course with this method, the driver would be overwritten by further Debian updates

The speed improvement is not huge on my machine, but it's always better than nothing :D

_________________
MintPPC11 running on iMac G3 / 350MHz / 512M ram
http://lowendmac.com/imacs/350-mhz-imac ... berry.html


Last edited by agentsteel on Sat Feb 02, 2013 6:07 pm, edited 1 time in total.

Top
 Profile  
 

Re: Enable EXA acceleration for ATI Rage 128
PostPosted: Sun Oct 28, 2012 8:24 pm 
Site Admin
Offline

Joined:Fri Oct 08, 2010 3:45 pm
Posts:2744
Do you know whether it will be included in future versions of the Debian driver ?


Top
 Profile  
 

Re: Enable EXA acceleration for ATI Rage 128
PostPosted: Sun Oct 28, 2012 8:49 pm 
Offline

Joined:Wed Jul 18, 2012 9:49 am
Posts:8
Location: FR
I don't know yet, but I have just sent a mail to one of the maintainers for this package (Cyril Brulebois) to ask him.

http://packages.qa.debian.org/x/xserver ... -r128.html

_________________
MintPPC11 running on iMac G3 / 350MHz / 512M ram
http://lowendmac.com/imacs/350-mhz-imac ... berry.html


Top
 Profile  
 

Re: Enable EXA acceleration for ATI Rage 128
PostPosted: Sun Oct 28, 2012 10:26 pm 
Offline

Joined:Wed Jul 18, 2012 9:49 am
Posts:8
Location: FR
Quick reply from the man :

"For now we're busy getting Wheezy released. After that, why not"

;)

_________________
MintPPC11 running on iMac G3 / 350MHz / 512M ram
http://lowendmac.com/imacs/350-mhz-imac ... berry.html


Top
 Profile  
 

Re: Enable EXA acceleration for ATI Rage 128
PostPosted: Mon Oct 29, 2012 6:51 pm 
Offline

Joined:Thu Oct 14, 2010 5:32 pm
Posts:75
its great to hear agentsteel

can you post our xorg.conf file

_________________
IMAC 500 Mint 9.3 and 11
Begie G3 Mint 9.3
PPC 4400 G3 DEB 6 ,7 Lubuntu 10.04
iMAC 800 G4 Globe Mint 9.3 and Lubuntu 12.04


Top
 Profile  
 

Re: Enable EXA acceleration for ATI Rage 128
PostPosted: Mon Oct 29, 2012 9:03 pm 
Offline

Joined:Wed Jul 18, 2012 9:49 am
Posts:8
Location: FR
my xorg.conf is here

http://pastebin.com/RKRQpPpZ

(comment the "BusID" line in the "Device" section if needed)

_________________
MintPPC11 running on iMac G3 / 350MHz / 512M ram
http://lowendmac.com/imacs/350-mhz-imac ... berry.html


Top
 Profile  
 

Re: Enable EXA acceleration for ATI Rage 128
PostPosted: Tue Oct 30, 2012 5:54 pm 
Offline

Joined:Thu Oct 14, 2010 5:32 pm
Posts:75
thanks for reply , i got this when i try
i belive i need to put xxxxxx in the sources.list ??


tba@debian:~$ sudo apt-get build-dep xserver-xorg-video-r128
[sudo] password for tba:
Läser paketlistor... Färdig
Bygger beroendeträd
Läser tillståndsinformation... Färdig
E: Du måste lägga till några "source"-URI:er i din sources.list
tba@debian:~$

edit : this is solved i forgot enable källkod

do you known if you use AGP mode ??

works glxgears ?? and if how many FPS

tba

_________________
IMAC 500 Mint 9.3 and 11
Begie G3 Mint 9.3
PPC 4400 G3 DEB 6 ,7 Lubuntu 10.04
iMAC 800 G4 Globe Mint 9.3 and Lubuntu 12.04


Top
 Profile  
 

Re: Enable EXA acceleration for ATI Rage 128
PostPosted: Wed Oct 31, 2012 7:31 am 
Offline

Joined:Sat Jan 01, 2011 10:06 pm
Posts:300
Location: Somewhere in America...
Up until now, I've been using the downgraded MESA drivers (v7.11). But with this EXA-enabled ATI Rage 128 driver, I get around the same performance in glxgears as I did with the MESA drivers... which isn't bad at all. As an added bonus, however, the MESA-related drivers no longer shows v7.11, but instead shows up as the latest v8.0.4-2..... which is AWESOME!

So in glxgears, i'm showing an average of about 337-338 FPS on my Rage 128 Ultra.

I should also point out that I'm still using the following lines in my xorg.conf, if that makes any difference....
Code:
Option "AGPFastWrite" "True"
Option "EnablePageFlip" "True"

_________________
Setup:

Need to start in "Single User Mode"?
---
Listening to: http://www.youtube.com/watch?v=5EaRHlo4B0Y


Top
 Profile  
 

Re: Enable EXA acceleration for ATI Rage 128
PostPosted: Thu Nov 01, 2012 6:25 pm 
Offline

Joined:Thu Oct 14, 2010 5:32 pm
Posts:75
hi rkmugen

strange i cant get the driver to work (works only with force PCI mode)

and i belive we have same card (IMAC)

please can you post our xorg.conf

and

/var/log/Xorg.0.log

tba

_________________
IMAC 500 Mint 9.3 and 11
Begie G3 Mint 9.3
PPC 4400 G3 DEB 6 ,7 Lubuntu 10.04
iMAC 800 G4 Globe Mint 9.3 and Lubuntu 12.04


Top
 Profile  
 

Re: Enable EXA acceleration for ATI Rage 128
PostPosted: Fri Nov 02, 2012 5:44 am 
Offline

Joined:Sat Jan 01, 2011 10:06 pm
Posts:300
Location: Somewhere in America...
Indeed, I do have "forcePCImode" set to "true"... i'll see what happens if I change it to false and report back. For now, here's my xorg.conf... it's basically the imac10.txt (noted in my sig below), plus some stuff borrowed over from agentsteel's xorg.conf.

Code:
Section "InputDevice"
   Identifier "Configured Mouse"
   Driver "mouse"
   Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
Option "ForcePCIMode" "true"
Option "NoInt10" "true"
Driver "r128"
Option "UseFBDev" "false"
Option "AGPFastWrite" "True"
Option "EnablePageFlip" "True"
BusID  "PCI:0:16:0"
Option  "CCEusecTimeout"        "100000"
Option  "XAANoOffscreenPixmaps" "true"
Option  "SWcursor"              "false"
Option  "DMAForXv"              "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Horizsync 30-65
Vertrefresh 50-75
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen    "Default Screen"
EndSection

Section "Extensions"
   Option "Composite" "Enable"
EndSection

Section "DRI"
   Mode 0666
EndSection

#Section "Module"
#Disable "glx"
#Disable "dri"
#EndSection

Section "Module"
#Load "bitmap"
#Disable "dri"
#Load "dbe"
#Load "glx"
#Load "int10"
#Load "vbe"
Load "i2c"
Load "ddc"
Load "dri"
Load "dri2"
Load "record"
Load "extmod"
Load "freetype"
Load "type1"
EndSection

_________________
Setup:

Need to start in "Single User Mode"?
---
Listening to: http://www.youtube.com/watch?v=5EaRHlo4B0Y


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 49 posts ]  Go to page 1, 2, 3, 4, 5  Next

All times are UTC + 1 hour


  Who is online

Users browsing this forum: No registered users and 3 guests


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 post attachments in this forum

Search for:
Jump to:  
Style by web designer custom , optymalizacja seo pozycjonowanie stron pozycjonowanie
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
comatose
comatose
comatose
comatose
hyenas
hyenas
hyenas
hyenas