* [gentoo-user] Bug 246672 ATI-DRIVERS
@ 2008-11-26 21:34 James
2008-11-26 22:05 ` Volker Armin Hemmann
0 siblings, 1 reply; 8+ messages in thread
From: James @ 2008-11-26 21:34 UTC (permalink / raw
To: gentoo-user
I've got an ati/amd64 system that no matter what combo
of xorg-server, xorg-x11 and ati-drivers, I cannot get
it to work.
lspci shows:
00:00.0 Host bridge: ATI Technologies Inc
RD580 [CrossFire Xpress 3200]
Chipset
Host Bridge
00:02.0 PCI bridge: ATI Technologies Inc RS480 PCI-X Root Port
00:06.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
01:00.0 VGA compatible controller: ATI Technologies Inc
R580 [Radeon X1900 XT](Primary)
01:00.1 Display controller: ATI Technologies Inc
R580 [Radeon X1900 XT] (Secondary)
It all worked fine until an update a few days ago.
I do not need the latest version of anything just something that works.
Any suggestions are most appreciated
Currently the system is booted and kde is working but I removed
ati-drivers trying to fix it. Now I cannot get any version of
ati-drivers to work, despite trying the latest ideas in bug 246672.
Any help is appreciated. Precise version numbers of xorg-server
xorg-x11 and ati-drivers is what I really need. Just advise
on a combo that works with a r580 chipset.....
James
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Bug 246672 ATI-DRIVERS
2008-11-26 21:34 [gentoo-user] Bug 246672 ATI-DRIVERS James
@ 2008-11-26 22:05 ` Volker Armin Hemmann
2008-11-27 3:28 ` [gentoo-user] " James
2008-11-27 3:52 ` James
0 siblings, 2 replies; 8+ messages in thread
From: Volker Armin Hemmann @ 2008-11-26 22:05 UTC (permalink / raw
To: gentoo-user
On Mittwoch 26 November 2008, James wrote:
> I've got an ati/amd64 system that no matter what combo
> of xorg-server, xorg-x11 and ati-drivers, I cannot get
> it to work.
>
> lspci shows:
> 00:00.0 Host bridge: ATI Technologies Inc
> RD580 [CrossFire Xpress 3200]
> Chipset
> Host Bridge
> 00:02.0 PCI bridge: ATI Technologies Inc RS480 PCI-X Root Port
> 00:06.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
>
> 01:00.0 VGA compatible controller: ATI Technologies Inc
> R580 [Radeon X1900 XT](Primary)
> 01:00.1 Display controller: ATI Technologies Inc
> R580 [Radeon X1900 XT] (Secondary)
>
>
> It all worked fine until an update a few days ago.
>
> I do not need the latest version of anything just something that works.
>
>
> Any suggestions are most appreciated
>
> Currently the system is booted and kde is working but I removed
> ati-drivers trying to fix it. Now I cannot get any version of
> ati-drivers to work, despite trying the latest ideas in bug 246672.
>
>
> Any help is appreciated. Precise version numbers of xorg-server
> xorg-x11 and ati-drivers is what I really need. Just advise
> on a combo that works with a r580 chipset.....
>
>
> James
x11-base/xorg-server
Installed versions: 1.5.2
media-libs/mesa
Installed versions: 7.2
x11-base/xorg-x11
Installed versions: 7.4
x11-drivers/ati-drivers
Installed versions: 8.552-r2
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: Bug 246672 ATI-DRIVERS
2008-11-27 3:28 ` [gentoo-user] " James
@ 2008-11-27 2:40 ` James
0 siblings, 0 replies; 8+ messages in thread
From: James @ 2008-11-27 2:40 UTC (permalink / raw
To: gentoo-user
Volker Armin Hemmann <volker.armin.hemmann <at> tu-clausthal.de> writes:
> > Any suggestions are most appreciated
> > Any help is appreciated. Precise version numbers of xorg-server
> > xorg-x11 and ati-drivers is what I really need. Just advise
> > on a combo that works with a r580 chipset.....
> x11-base/xorg-server
> Installed versions: 1.5.2
> media-libs/mesa
> Installed versions: 7.2
> x11-base/xorg-x11
> Installed versions: 7.4
> x11-drivers/ati-drivers
> Installed versions: 8.552-r2
OK, I've got the first 3, but, dozens of versions of ati-drivers
borks, when I try to install them. Here's the error message from
8.552-r2:
Building fgl_glxgears
In file included from fgl_glxgears.c:70:
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common
/usr/include/GL/glATI.h:3153:1:
warning: "GL_ATI_texture_env_combine3" redefined
In file included from /usr/include/GL/gl.h:2150,
from /usr/include/GL/glu.h:38,
from fgl_glxgears.c:59:
/usr/include/GL/glext.h:6606:1: warning: this is the location of the previous
definition
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld:
cannot find -lGL
collect2: ld returned 1 exit status
ERROR: x11-drivers/ati-drivers-8.552-r2 failed.
Call stack:
ebuild.sh, line 49: Called src_compile
environment, line 3311: Called die
The specific snippet of code:
"$(tc-getCC)" -o fgl_glxgears ${CFLAGS} ${LDFLAGS} -DUSE_GLU
-I"${S}"/common/usr/include fgl_glxgears.c -lGL -lGLU -lX11 -lm || die
"fgl_glxgears build failed";
The die message:
fgl_glxgears build failed
So what did I miss?
James
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: Bug 246672 ATI-DRIVERS
2008-11-26 22:05 ` Volker Armin Hemmann
@ 2008-11-27 3:28 ` James
2008-11-27 2:40 ` James
2008-11-27 3:52 ` James
1 sibling, 1 reply; 8+ messages in thread
From: James @ 2008-11-27 3:28 UTC (permalink / raw
To: gentoo-user
Volker Armin Hemmann <volker.armin.hemmann <at> tu-clausthal.de> writes:
> > Any suggestions are most appreciated
> > Any help is appreciated. Precise version numbers of xorg-server
> > xorg-x11 and ati-drivers is what I really need. Just advise
> > on a combo that works with a r580 chipset.....
> x11-base/xorg-server
> Installed versions: 1.5.2
> media-libs/mesa
> Installed versions: 7.2
> x11-base/xorg-x11
> Installed versions: 7.4
> x11-drivers/ati-drivers
> Installed versions: 8.552-r2
OK, I've got the first 3, but, dozens of versions of ati-drivers
borks, when I try to install them. Here's the error message from
8.552-r2:
Building fgl_glxgears
In file included from fgl_glxgears.c:70:
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common
/usr/include/GL/glATI.h:3153:1:
warning: "GL_ATI_texture_env_combine3" redefined
In file included from /usr/include/GL/gl.h:2150,
from /usr/include/GL/glu.h:38,
from fgl_glxgears.c:59:
/usr/include/GL/glext.h:6606:1: warning: this is the location of the previous
definition
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld:
cannot find -lGL
collect2: ld returned 1 exit status
ERROR: x11-drivers/ati-drivers-8.552-r2 failed.
Call stack:
ebuild.sh, line 49: Called src_compile
environment, line 3311: Called die
The specific snippet of code:
"$(tc-getCC)" -o fgl_glxgears ${CFLAGS} ${LDFLAGS} -DUSE_GLU
-I"${S}"/common/usr/include fgl_glxgears.c -lGL -lGLU -lX11 -lm || die
"fgl_glxgears build failed";
The die message:
fgl_glxgears build failed
So what did I miss?
James
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: Bug 246672 ATI-DRIVERS
2008-11-26 22:05 ` Volker Armin Hemmann
2008-11-27 3:28 ` [gentoo-user] " James
@ 2008-11-27 3:52 ` James
2008-11-27 10:42 ` Nikos Chantziaras
` (2 more replies)
1 sibling, 3 replies; 8+ messages in thread
From: James @ 2008-11-27 3:52 UTC (permalink / raw
To: gentoo-user
Volker Armin Hemmann <volker.armin.hemmann <at> tu-clausthal.de> writes:
> x11-base/xorg-server
> Installed versions: 1.5.2
> media-libs/mesa
Installed versions: 7.2
>
> x11-base/xorg-x11
> Installed versions: 7.4
> x11-drivers/ati-drivers
> Installed versions: 8.552-r2
Got the first 3/4
ati-drivers will not compile, any version. Here is the
errors from 8.552-r2 :
Building fgl_glxgears
In file included from fgl_glxgears.c:70:
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common
/usr/include/GL/glATI.h:3153:1:
warning: "GL_ATI_texture_env_combine3" redefined
In file included from /usr/include/GL/gl.h:2150,
from /usr/include/GL/glu.h:38,
from fgl_glxgears.c:59:
/usr/include/GL/glext.h:6606:1: warning: this is the location of the previous
definition
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld:
cannot find -lGL
collect2: ld returned 1 exit status
ERROR: x11-drivers/ati-drivers-8.552-r2 failed.
Call stack:
ebuild.sh, line 49: Called src_compile
environment, line 3311: Called die
The specific snippet of code:
"$(tc-getCC)" -o fgl_glxgears ${CFLAGS} ${LDFLAGS} -DUSE_GLU
-I"${S}"/common/usr/include fgl_glxgears.c -lGL -lGLU -lX11 -lm || die
"fgl_glxgears build failed";
The die message:
fgl_glxgears build failed
So what did I miss?
James
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: Bug 246672 ATI-DRIVERS
2008-11-27 3:52 ` James
@ 2008-11-27 10:42 ` Nikos Chantziaras
2008-11-30 22:22 ` [gentoo-user] FIXED: " James
2008-12-01 15:48 ` [gentoo-user] FiXeD: " James
2 siblings, 0 replies; 8+ messages in thread
From: Nikos Chantziaras @ 2008-11-27 10:42 UTC (permalink / raw
To: gentoo-user
James wrote:
> /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld:
> cannot find -lGL
http://bugs.gentoo.org/show_bug.cgi?id=247685
You need to delete all broken symlinks followed by an 'eselect opengl
xorg-x11'.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] FIXED: Re: Bug 246672 ATI-DRIVERS
2008-11-27 3:52 ` James
2008-11-27 10:42 ` Nikos Chantziaras
@ 2008-11-30 22:22 ` James
2008-12-01 15:48 ` [gentoo-user] FiXeD: " James
2 siblings, 0 replies; 8+ messages in thread
From: James @ 2008-11-30 22:22 UTC (permalink / raw
To: gentoo-user
James <wireless <at> tampabay.rr.com> writes:
> ati-drivers will not compile, any version.
Using the latest information in Bug 246672, I
finally got ati-drivers-8.552-r2 working.....
thanks
James
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] FiXeD: Re: Bug 246672 ATI-DRIVERS
2008-11-27 3:52 ` James
2008-11-27 10:42 ` Nikos Chantziaras
2008-11-30 22:22 ` [gentoo-user] FIXED: " James
@ 2008-12-01 15:48 ` James
2 siblings, 0 replies; 8+ messages in thread
From: James @ 2008-12-01 15:48 UTC (permalink / raw
To: gentoo-user
James <wireless <at> tampabay.rr.com> writes:
> ati-drivers will not compile, any version. Here is the
> errors from 8.552-r2 :
I finally got 8.552-r2 installed and working using the latest
information from bug 246672. This is the 3rd posting to the
list (via Gmane) so appologies in advance if anyone get's
multiple copies. Gmane does not show these multiple postings..
thanks Volker,
James
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-12-01 15:48 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-26 21:34 [gentoo-user] Bug 246672 ATI-DRIVERS James
2008-11-26 22:05 ` Volker Armin Hemmann
2008-11-27 3:28 ` [gentoo-user] " James
2008-11-27 2:40 ` James
2008-11-27 3:52 ` James
2008-11-27 10:42 ` Nikos Chantziaras
2008-11-30 22:22 ` [gentoo-user] FIXED: " James
2008-12-01 15:48 ` [gentoo-user] FiXeD: " James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox