Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
New Ati drivers
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
ericxx2005
Apprentice
Apprentice


Joined: 05 Apr 2005
Posts: 231
Location: 10 square miles surrounded by reality

PostPosted: Thu Apr 07, 2005 9:25 pm    Post subject: New Ati drivers Reply with quote

Ati has come out with new drivers (8.12.10). They aren't in portage yet though. Anyone know about how long it will take for these to get into portage?
Back to top
View user's profile Send private message
inode77
Veteran
Veteran


Joined: 20 Jan 2004
Posts: 1303
Location: Heart of Europe

PostPosted: Thu Apr 07, 2005 10:31 pm    Post subject: Reply with quote

You can probably just take the latest actual ebuild in portage, copy it to overlay portage and modify the version numbers and it normally works.
Just for those that cannot wait. :wink:
Back to top
View user's profile Send private message
ericxx2005
Apprentice
Apprentice


Joined: 05 Apr 2005
Posts: 231
Location: 10 square miles surrounded by reality

PostPosted: Thu Apr 07, 2005 10:46 pm    Post subject: Reply with quote

How exactly is that done? (in code anyways, i understand the theory)

EDIT: I mean copying to the portage overlay part
Back to top
View user's profile Send private message
inode77
Veteran
Veteran


Joined: 20 Jan 2004
Posts: 1303
Location: Heart of Europe

PostPosted: Thu Apr 07, 2005 10:50 pm    Post subject: Reply with quote

Edit /etc/make.conf to support overlay portage. (Normally in /usr/local/portage).
Create the same directory stucture for ati-drivers as in /usr/portage and copy the latest ebuild plus the files directory to the overaly dir.
Edit the ebuild and rename it to a higher version.
Do "ebuild <complete path to package> digest".
And now a "emerge -upv ati-drivers".
Back to top
View user's profile Send private message
ericxx2005
Apprentice
Apprentice


Joined: 05 Apr 2005
Posts: 231
Location: 10 square miles surrounded by reality

PostPosted: Thu Apr 07, 2005 11:04 pm    Post subject: Reply with quote

I did

Code:
ebuild /usr/local/fglrx_6_8_0-8.12.10-1.i386.rpm digest


and got:
Code:

!!! Name error in 1.i
!!! Error: PF is null "fglrx_6_8_0-8.12.10-1.i' ; exiting.
[/code]

I have created the overly portage in /usr/local/overlay_portage/ and edited the make.conf accordingly. the fglrx package is in /usr/local/.
Back to top
View user's profile Send private message
inode77
Veteran
Veteran


Joined: 20 Jan 2004
Posts: 1303
Location: Heart of Europe

PostPosted: Thu Apr 07, 2005 11:08 pm    Post subject: Reply with quote

No no!
You don't make a digest of the binary but of the ebuild script.
I quite late here, I'll write tomorrow how exactly you do it.
Have a good night sleep.
Back to top
View user's profile Send private message
irasnyd
Apprentice
Apprentice


Joined: 16 Feb 2003
Posts: 286
Location: Placentia, CA

PostPosted: Thu Apr 07, 2005 11:38 pm    Post subject: Reply with quote

ericxx2005 wrote:
I did

Code:
ebuild /usr/local/fglrx_6_8_0-8.12.10-1.i386.rpm digest


and got:
Code:

!!! Name error in 1.i
!!! Error: PF is null "fglrx_6_8_0-8.12.10-1.i' ; exiting.
[/code]

I have created the overly portage in /usr/local/overlay_portage/ and edited the make.conf accordingly. the fglrx package is in /usr/local/.


What you want to run is probably:
Code:

ebuild /usr/local/portage/media-video/ati-drivers/ati-drivers-8.12.10.ebuild digest


Or something similar (the path may be different.
Back to top
View user's profile Send private message
irasnyd
Apprentice
Apprentice


Joined: 16 Feb 2003
Posts: 286
Location: Placentia, CA

PostPosted: Thu Apr 07, 2005 11:41 pm    Post subject: Reply with quote

The drivers are working fine here for me. I've only had them loaded for about 30 minutes though, so I don't know about stability yet. I was running an Onslaught map in UT2004 for the whole 30 minutes, and it ran without a hiccup, so that's a good sign.

2d performance also seems a bit better to me. It used to be fast when I first started X, then got slower as soon as I launched some apps. It used to stay slowed down until I restarted X. Now it seems to be staying fast, so that's a good sign.

EDIT: the old mousepointer bug (where it moved to the left when dragging a window to the top of the screen) is gone. Another good sign. :)
Back to top
View user's profile Send private message
ericxx2005
Apprentice
Apprentice


Joined: 05 Apr 2005
Posts: 231
Location: 10 square miles surrounded by reality

PostPosted: Fri Apr 08, 2005 12:01 am    Post subject: Reply with quote

Code:
ebuild /usr/local/portage/media-video/ati-drivers/ati-drivers-8.12.10.ebuild digest


was the code I needed. I've never used ebuild before (new to gentoo). Thanks irasnyd and inode77 for the help, they're working now.

On a side note, how long does it typically take for something like this to get into portage?
Back to top
View user's profile Send private message
black hole sun
Apprentice
Apprentice


Joined: 14 Aug 2004
Posts: 245

PostPosted: Fri Apr 08, 2005 12:10 am    Post subject: Reply with quote

Awesome 8)
_________________
Running Slackware Linux (I no longer use Gentoo, but I still like this forum ;) )
Back to top
View user's profile Send private message
Otrack
n00b
n00b


Joined: 23 Nov 2004
Posts: 5

PostPosted: Fri Apr 08, 2005 12:47 am    Post subject: Reply with quote

not working for 2.6.X in which struct drm_agp_t was deleted; to correct it
patch firegl_public.c as usual with fglrx-2.6-pagetable.patch
i.e : "cat fglrx-2.6-pagetable.patch | patch firegl_public.c"
then bash make.sh

The drivers seem as usual crappy for me cause i lockup my X server after a few seconds on a
GL game :'(
_________________
Otrack
Back to top
View user's profile Send private message
Q-collective
Advocate
Advocate


Joined: 22 Mar 2004
Posts: 2076

PostPosted: Fri Apr 08, 2005 3:04 am    Post subject: Reply with quote

Let's hope they work with 2.6.11 :P
Back to top
View user's profile Send private message
Jinidog
Guru
Guru


Joined: 26 Nov 2003
Posts: 593
Location: Berlin

PostPosted: Fri Apr 08, 2005 6:41 am    Post subject: Reply with quote

I have them running with gentoo-dev-sources 2.6.11-r4 and they work. (as 8.10.25 did)
_________________
Just unused Microsoft-Software is good Microsoft-Software
Back to top
View user's profile Send private message
Mad_Dude
n00b
n00b


Joined: 18 Oct 2004
Posts: 68
Location: Singapore / Ang Mo Kio

PostPosted: Fri Apr 08, 2005 7:18 am    Post subject: Reply with quote

Running Gentoo-Dev-Source 2.6.11-R5 with the latest ATI drivers from Portage. Works fine on the latest Xorg. Glxgears seems to have improved by about a 100 fps?
Back to top
View user's profile Send private message
Illissius
Guru
Guru


Joined: 31 Jul 2004
Posts: 395
Location: Hungary

PostPosted: Fri Apr 08, 2005 3:40 pm    Post subject: Reply with quote

Mad_Dude wrote:
Running Gentoo-Dev-Source 2.6.11-R5 with the latest ATI drivers from Portage. Works fine on the latest Xorg. Glxgears seems to have improved by about a 100 fps?

glxgears is not a benchmark
its only purpose is that if you get numbers in the thousands rather than hundreds, it probably means you have acceleration. for actual meaningful benchmark numbers, use a game. (ut2004, doom 3)
_________________
Work is punishment for failing to procrastinate effectively.
last.fm
Back to top
View user's profile Send private message
jajirov
n00b
n00b


Joined: 06 Mar 2004
Posts: 51
Location: Santiago, Chile

PostPosted: Fri Apr 08, 2005 4:15 pm    Post subject: Reply with quote

I upgraded from 8.10.19 (which was working fine btw) and started getting really serious hangs in NWN, I wasn't using the Option "KernelModuleParm" "agplock=0" parameter before, and I put it in xorg.conf, but that didn't fix it for me. I did restart X every time and checked the output of fglrxinfo after every change. If the performance gains are not as big as the reports seem to indicate at the moment it seems I'll be skipping this one (at least until this is resolved as NWN is the only linux game I'm playing atm).

Better luck to all of you.


Jajirov
_________________
try it
Back to top
View user's profile Send private message
Mad_Dude
n00b
n00b


Joined: 18 Oct 2004
Posts: 68
Location: Singapore / Ang Mo Kio

PostPosted: Fri Apr 08, 2005 8:15 pm    Post subject: Reply with quote

Illissius wrote:
Mad_Dude wrote:
Running Gentoo-Dev-Source 2.6.11-R5 with the latest ATI drivers from Portage. Works fine on the latest Xorg. Glxgears seems to have improved by about a 100 fps?

glxgears is not a benchmark
its only purpose is that if you get numbers in the thousands rather than hundreds, it probably means you have acceleration. for actual meaningful benchmark numbers, use a game. (ut2004, doom 3)


Yeap, I do understand, I gave that figure as a very very very very rough guage on the drivers. :)
Back to top
View user's profile Send private message
foosh
Apprentice
Apprentice


Joined: 11 Jan 2004
Posts: 231
Location: STL

PostPosted: Mon Apr 11, 2005 6:12 am    Post subject: Reply with quote

Any word on support for xcomposite?
_________________
http://wustlog.blogspot.com
Back to top
View user's profile Send private message
daelic
n00b
n00b


Joined: 13 Apr 2005
Posts: 1

PostPosted: Wed Apr 13, 2005 12:57 am    Post subject: Reply with quote

I was able to emerge the new drivers with an overlay, and fglx loaded as expected, I just couldn't get it to enable acceleration, and mesa kept taking over.
Back to top
View user's profile Send private message
Jicksta
n00b
n00b


Joined: 03 Apr 2005
Posts: 19
Location: America

PostPosted: Wed Apr 13, 2005 1:48 am    Post subject: Reply with quote

When upgrading, was anyone able to use their old xorg.conf file and not have to go through fglrxconfig again?
Back to top
View user's profile Send private message
vacancy
n00b
n00b


Joined: 13 May 2004
Posts: 5

PostPosted: Wed Apr 13, 2005 2:40 am    Post subject: Reply with quote

foosh wrote:
Any word on support for xcomposite?


Not supported :)
Back to top
View user's profile Send private message
jdgill0
Veteran
Veteran


Joined: 25 Mar 2003
Posts: 1366
Location: Lexington, Ky -- USA

PostPosted: Wed Apr 13, 2005 3:04 am    Post subject: Reply with quote

Jicksta wrote:
When upgrading, was anyone able to use their old xorg.conf file and not have to go through fglrxconfig again?


I am using the same old xorg.conf from the previous ati-drivers, and it works just fine.
_________________
Vim has excellent syntax highlighting for configuration files: emerge gentoo-syntax
Learn how to use Vim: vimtutor
Back to top
View user's profile Send private message
foosh
Apprentice
Apprentice


Joined: 11 Jan 2004
Posts: 231
Location: STL

PostPosted: Wed Apr 13, 2005 3:21 am    Post subject: Reply with quote

vacancy wrote:
foosh wrote:
Any word on support for xcomposite?


Not supported :)


oh lovely...

8)
_________________
http://wustlog.blogspot.com
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
Page 1 of 1

 
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