Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ATI GATOS drivers, where is it ?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
ArturasB
n00b
n00b


Joined: 20 Sep 2002
Posts: 47
Location: Vilnius, Lithuania

PostPosted: Mon Nov 11, 2002 10:45 am    Post subject: ATI GATOS drivers, where is it ? Reply with quote

Hi everyone.

I just checked Gentoo's online package list and I
couldn't find ATI GATOS video drivers. Are they
removed from portage ?

Thank for your answer in advance.

BR,
Arturas B.
Back to top
View user's profile Send private message
girafon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 140
Location: France

PostPosted: Mon Nov 11, 2002 11:10 am    Post subject: Reply with quote

media-video -> ati-gatos 4.2.0.11-r1
use kportage to locate packages, its easier...
_________________
the more the things change, the more they stay the same.

Snake PLISKEN
Back to top
View user's profile Send private message
ArturasB
n00b
n00b


Joined: 20 Sep 2002
Posts: 47
Location: Vilnius, Lithuania

PostPosted: Mon Nov 11, 2002 12:11 pm    Post subject: Reply with quote

girafon wrote:
media-video -> ati-gatos 4.2.0.11-r1
use kportage to locate packages, its easier...


Hmmm ... But if you take a look at http://www.gentoo.org/dyn/pkgs/media-video/index.xml
then you'll see there is no ati-gatos.....
This is the reason why I'm wondering if GATOS is still
supported in Gentoo Linux....
Back to top
View user's profile Send private message
girafon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 140
Location: France

PostPosted: Mon Nov 11, 2002 12:22 pm    Post subject: Reply with quote

that s why i told you to use kportage to find a package.
_________________
the more the things change, the more they stay the same.

Snake PLISKEN
Back to top
View user's profile Send private message
ArturasB
n00b
n00b


Joined: 20 Sep 2002
Posts: 47
Location: Vilnius, Lithuania

PostPosted: Mon Nov 11, 2002 12:36 pm    Post subject: Reply with quote

girafon wrote:
that s why i told you to use kportage to find a package.


OK, thanks for your help.
Back to top
View user's profile Send private message
helmers
Guru
Guru


Joined: 16 Sep 2002
Posts: 553
Location: Stange, Norway

PostPosted: Mon Nov 11, 2002 12:56 pm    Post subject: Reply with quote

It doesn't work well on my laptop. I just installed Gentoo on it, and after emerging Xfree, and the ati-gatos ebuild, xf86cfg wouldn't start. If I remember correctly, there are also issues about the names of these drivers, since the portage version doesn't use the same names as the original GATOS-drivers.
_________________
C is for Cookies!
Back to top
View user's profile Send private message
girafon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 140
Location: France

PostPosted: Mon Nov 11, 2002 2:15 pm    Post subject: Reply with quote

nowadays, its cool to have a nvidia...
_________________
the more the things change, the more they stay the same.

Snake PLISKEN
Back to top
View user's profile Send private message
ArturasB
n00b
n00b


Joined: 20 Sep 2002
Posts: 47
Location: Vilnius, Lithuania

PostPosted: Mon Nov 11, 2002 2:36 pm    Post subject: Reply with quote

helmers wrote:
It doesn't work well on my laptop. I just installed Gentoo on it, and after emerging Xfree, and the ati-gatos ebuild, xf86cfg wouldn't start. If I remember correctly, there are also issues about the names of these drivers, since the portage version doesn't use the same names as the original GATOS-drivers.


Have you configured GATOS drivers correctly ?
Back to top
View user's profile Send private message
helmers
Guru
Guru


Joined: 16 Sep 2002
Posts: 553
Location: Stange, Norway

PostPosted: Mon Nov 11, 2002 4:41 pm    Post subject: Reply with quote

ArturasB wrote:
Have you configured GATOS drivers correctly ?


What do you mean? If you mean by entering "ati-gatos" (or whatever the ebuild says) in my XF86Config, this was before running xf86cfg, so does this mean I am supposed to
1. run xf86cfg
2. install ati-gatos
3. edit XF86Config by hand

...in order to get it working right? Shouldn't the ebuild tell me this then?
_________________
C is for Cookies!
Back to top
View user's profile Send private message
LugnutsForBrains
Tux's lil' helper
Tux's lil' helper


Joined: 23 Oct 2002
Posts: 89
Location: Mesa, AZ

PostPosted: Tue Nov 12, 2002 4:17 am    Post subject: Reply with quote

Try running
Code:
XFree86 -configure


I may be mis-understanding you, but, I don't think that ebuilds have the capability of setting your XF86Config properly, if at all.
_________________
Is the sky really falling???
Back to top
View user's profile Send private message
LugnutsForBrains
Tux's lil' helper
Tux's lil' helper


Joined: 23 Oct 2002
Posts: 89
Location: Mesa, AZ

PostPosted: Tue Nov 12, 2002 4:22 am    Post subject: Reply with quote

I just read the ebuild for ati-gatos. Here it is:

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/media-video/ati-gatos/ati-gatos-4.2.0.11-r1.ebuild,v 1.6 2002/10/24 23:23:45 blizzy Exp $

S=${WORKDIR}/X11R6
MY_P=ATI-4.2.0-11
DESCRIPTION="ATI drivers for Xfree86 that support ATI video capabilities"
SRC_URI="mirror://sourceforge/gatos/${MY_P}.i386.tar.gz"
HOMEPAGE="http://gatos.sourceforge.net"

SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 -ppc"

DEPEND="x11-base/xfree"

src_install () {
dodoc ${S}/README* ${S}/ATI*
cd ${S}/lib/modules
insinto /usr/X11R6/lib/modules/multimedia
doins multimedia/*.o

cd ${S}/lib/modules/drivers
insinto /usr/X11R6/lib/modules/drivers
for x in *.o
do
newins ${x} gatos-${x}
done
}

pkg_postinst() {
einfo "To ensure that the drivers distributed with XFree86 do not"
einfo "get over written with the ones distributed with this package,"
einfo "\"gatos-\" is pre-pended to all the drivers. This means that"
einfo "for instance, \"ati_drv.o\" have become \"gatos-ati_drv.o\","
einfo "and that \"gatos-ati\" should be used in your XF86Config."
}


I hope this is helpful.
_________________
Is the sky really falling???
Back to top
View user's profile Send private message
ArturasB
n00b
n00b


Joined: 20 Sep 2002
Posts: 47
Location: Vilnius, Lithuania

PostPosted: Tue Nov 12, 2002 6:47 am    Post subject: Reply with quote

helmers wrote:


What do you mean?


I found some instructions in Gentoo's forums how to enable GATOS
drivers. I have tried to put 'ati-gatos' instead of 'ati' into the XFConfig
before but it didn't work for me. Then I followed those instructions:

1. emerge GATOS drivers.
2. Bakup "stock" ATI drivers of XFree.
3. Make symlinks to gatos drivers like
ati_drv.o -> ati-gatos_drv.o and so on.
4. Restart XFree.

No need to change anything into XFConfig.
This worked for me just fine.

Regards,
Arturas B.


Last edited by ArturasB on Wed Nov 13, 2002 6:23 am; edited 2 times in total
Back to top
View user's profile Send private message
helmers
Guru
Guru


Joined: 16 Sep 2002
Posts: 553
Location: Stange, Norway

PostPosted: Tue Nov 12, 2002 10:25 am    Post subject: Reply with quote

See, that was what I was talking about. What would be cool were if the ebuild could back up the XFree-drivers, and create these symlinks for me. Or at least point it out in the ebuild that it had to be done.
_________________
C is for Cookies!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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