public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] net-irc/xchat-xsys: Test request for ~x86 & ~amd64
@ 2005-04-17 11:33 Tony Vroon
  2005-04-17 19:17 ` Homer Parker
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tony Vroon @ 2005-04-17 11:33 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 846 bytes --]

Could any xchat-xsys users that are not afraid of using an experimental
patch unmask version 1.9.3 with /etc/portage/package.unmask and see if
the /video output gives you the right information.
If I get 10 reports that it works, I'll unmask it and unleash it on ~x86
and ~amd64.
(Any other arches will most probably miss out on some CPU-related
information, tell me if at least /video works, and I'll try to get it
supported fully).

What the patch does is getting rid of the lspci dependency. Upstream
reports that it can cause stale processes that will not disappear until
X-Chat is closed.
The code in question has been replaced with a sysfs tree-walker that
should find the AGP video card in any system. If anyone out there has a
PCI-Express adapter, I'd like to know if this code finds it or not.

Thanks,
Tony (Chainsaw).

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] net-irc/xchat-xsys: Test request for ~x86 & ~amd64
  2005-04-17 11:33 [gentoo-dev] net-irc/xchat-xsys: Test request for ~x86 & ~amd64 Tony Vroon
@ 2005-04-17 19:17 ` Homer Parker
  2005-04-17 19:43 ` Olivier Crête
  2005-04-17 20:25 ` [gentoo-dev] net-irc/xchat-xsys: Test request for ~x86 & ~amd64 (patch updated) Tony Vroon
  2 siblings, 0 replies; 4+ messages in thread
From: Homer Parker @ 2005-04-17 19:17 UTC (permalink / raw
  To: gentoo-dev

On Sun, 2005-04-17 at 12:33 +0100, Tony Vroon wrote:
> Could any xchat-xsys users that are not afraid of using an experimental
> patch unmask version 1.9.3 with /etc/portage/package.unmask and see if
> the /video output gives you the right information.
> If I get 10 reports that it works, I'll unmask it and unleash it on ~x86
> and ~amd64.

	Works ok here.. 

cpu[1 x AMD Athlon(tm) 64 Processor 3200+ @ 798MHz w/ 1024 KB L2 Cache]
os[hparker@laptop, Linux 2.6.11-gentoo-r3 x86_64]
snd_card[0: ICH - SiS SI7012]
uname[Linux laptop 2.6.11-gentoo-r3 #1 Sun Apr 3 21:39:47 CDT 2005
x86_64 AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux]
vid_card[ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] @
1280x800x24bpp]

-- 
Homer Parker
Gentoo/AMD64 Arch Tester Operational Lead
hparker@gentoo.org


-- 
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] net-irc/xchat-xsys: Test request for ~x86 & ~amd64
  2005-04-17 11:33 [gentoo-dev] net-irc/xchat-xsys: Test request for ~x86 & ~amd64 Tony Vroon
  2005-04-17 19:17 ` Homer Parker
@ 2005-04-17 19:43 ` Olivier Crête
  2005-04-17 20:25 ` [gentoo-dev] net-irc/xchat-xsys: Test request for ~x86 & ~amd64 (patch updated) Tony Vroon
  2 siblings, 0 replies; 4+ messages in thread
From: Olivier Crête @ 2005-04-17 19:43 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1027 bytes --]

Works here without problem

On Sun, 2005-17-04 at 12:33 +0100, Tony Vroon wrote:
> Could any xchat-xsys users that are not afraid of using an experimental
> patch unmask version 1.9.3 with /etc/portage/package.unmask and see if
> the /video output gives you the right information.
> If I get 10 reports that it works, I'll unmask it and unleash it on ~x86
> and ~amd64.
> (Any other arches will most probably miss out on some CPU-related
> information, tell me if at least /video works, and I'll try to get it
> supported fully).
> 
> What the patch does is getting rid of the lspci dependency. Upstream
> reports that it can cause stale processes that will not disappear until
> X-Chat is closed.
> The code in question has been replaced with a sysfs tree-walker that
> should find the AGP video card in any system. If anyone out there has a
> PCI-Express adapter, I'd like to know if this code finds it or not.
> 
> Thanks,
> Tony (Chainsaw).
-- 
Olivier Crête
tester@gentoo.org
x86 Security Liaison

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] net-irc/xchat-xsys: Test request for ~x86 & ~amd64 (patch updated)
  2005-04-17 11:33 [gentoo-dev] net-irc/xchat-xsys: Test request for ~x86 & ~amd64 Tony Vroon
  2005-04-17 19:17 ` Homer Parker
  2005-04-17 19:43 ` Olivier Crête
@ 2005-04-17 20:25 ` Tony Vroon
  2 siblings, 0 replies; 4+ messages in thread
From: Tony Vroon @ 2005-04-17 20:25 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 668 bytes --]

On Sun, 2005-04-17 at 12:33 +0100, Tony Vroon wrote:
> The code in question has been replaced with a sysfs tree-walker that
> should find the AGP video card in any system. If anyone out there has a
> PCI-Express adapter, I'd like to know if this code finds it or not.

Alright, I found the regression in my own testing and on one enduser
system, both nVidia. Faulty logic in the pci.ids parser, which has now
been rewritten.

Could the testers please update CVS, or if they are on regular rsync,
wait one more hour then resync. If xchat-xsys is remerged, the code
should give correct output for nVidia users as well.

Thanks for testing so far :)
Tony.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-17 20:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-17 11:33 [gentoo-dev] net-irc/xchat-xsys: Test request for ~x86 & ~amd64 Tony Vroon
2005-04-17 19:17 ` Homer Parker
2005-04-17 19:43 ` Olivier Crête
2005-04-17 20:25 ` [gentoo-dev] net-irc/xchat-xsys: Test request for ~x86 & ~amd64 (patch updated) Tony Vroon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox