From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GfhxN-00031i-3f for garchives@archives.gentoo.org; Thu, 02 Nov 2006 19:10:29 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kA2JA9ng020639; Thu, 2 Nov 2006 19:10:09 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kA2JA8CK010288 for ; Thu, 2 Nov 2006 19:10:08 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id 4C11C64BD9 for ; Thu, 2 Nov 2006 19:10:03 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Thu, 2 Nov 2006 19:10:02 +0000 From: "Josh Saddler" Date: Thu, 2 Nov 2006 19:10:02 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: gentoo-ppc-faq.xml Message-Id: <20061102191003.4C11C64BD9@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 653f1e09-33c3-4fce-a033-4b6b8e1a9caf X-Archives-Hash: 36b2b31fe9e951f6e918724e85a284cf nightmorph 06/11/02 19:10:02 Modified: gentoo-ppc-faq.xml Log: Removed XMMS references, bug 153830 Revision Changes Path 1.56 xml/htdocs/doc/en/gentoo-ppc-faq.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.56&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?r1=1.55&r2=1.56 Index: gentoo-ppc-faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- gentoo-ppc-faq.xml 10 Sep 2006 00:14:52 -0000 1.55 +++ gentoo-ppc-faq.xml 2 Nov 2006 19:10:02 -0000 1.56 @@ -1,6 +1,6 @@ - + Gentoo Linux/PowerPC Frequently Asked Questions @@ -27,8 +27,8 @@ -1.29 -2006-07-07 +1.30 +2006-11-02 Questions @@ -1231,23 +1231,19 @@

NewWorld machines have no audio connection between their CD-ROM drive and their sound hardware. Therefore, audio information must be read as data and then -piped to the sound hardware. This is possible using xmms and the -xmms-cdread plugin, that reads the audio off the CD over the ATA cable, -decodes it in software and sends it to the sound card over the PCI bus as -digital data. +piped to the sound hardware. This is possible using Audacious, which +reads the audio off the CD over the ATA cable, decodes it in software and sends +it to the sound card over the PCI bus as digital data.

-
-# emerge xmms xmms-cdread
+
+# emerge audacious
 
- -Make sure to use the path corresponding to the CD drive on your machine. - -

-To play a CD, fire up xmms and enter /dev/cdrom as the file you -want to play. +To play a CD, just fire up audacious. If you're having playback trouble, +you may need to open up the Preferences-->Plugins-->CD Audio Plugin menu and +select your CD drive. Make sure that "Digital audio extraction" is checked.

-- gentoo-doc-cvs@gentoo.org mailing list