yoswink 07/07/13 18:39:46 Modified: gentoo-alpha-faq.xml Log: Added a troubleshooting section with the AS800 xorg lock and removed/fixed sections mentioning old compaq java. Thanks to Brian Evans
Revision Changes Path 1.4 xml/htdocs/doc/en/gentoo-alpha-faq.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-alpha-faq.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-alpha-faq.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-alpha-faq.xml?r1=1.3&r2=1.4 Index: gentoo-alpha-faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-alpha-faq.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gentoo-alpha-faq.xml 22 Jun 2006 20:01:26 -0000 1.3 +++ gentoo-alpha-faq.xml 13 Jul 2007 18:39:46 -0000 1.4 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-alpha-faq.xml,v 1.3 2006/06/22 20:01:26 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-alpha-faq.xml,v 1.4 2007/07/13 18:39:46 yoswink Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/gentoo-alpha-faq.xml"> @@ -8,6 +8,9 @@ <author title="Author"> <mail link="[EMAIL PROTECTED]">Thomas Cort</mail> </author> +<author title="Author"> + <mail link="[EMAIL PROTECTED]">Brian Evans</mail> +</author> <abstract> This FAQ is intended to answer some of the most frequently asked questions @@ -18,8 +21,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.2</version> -<date>2006-06-21</date> +<version>1.3</version> +<date>2007-07-13</date> <chapter> <title>About this Document</title> @@ -143,7 +146,7 @@ <uri link="#abootfs"> Can aboot boot kernels from xfs, reiserfs, or jfs partitions? </uri> - </li> + </li> </ul> <p> @@ -152,7 +155,6 @@ <ul> <li><uri link="#javasupport">How is Java support in Gentoo/Alpha?</uri></li> - <li><uri link="#compaqjava">What's wrong with compaq-jdk?</uri></li> <li> <uri link="#currentjava">Will there ever be working Java support?</uri> </li> @@ -183,6 +185,14 @@ </ul> <p> +<b>Troubleshooting</b> +</p> + +<ul> + <li><uri link="#tshoot-xorg">Why is my Xorg locking up my Alpha?</uri></li> +</ul> + +<p> <b>Other Resources</b> </p> @@ -332,7 +342,7 @@ <chapter> <title>Hardware</title> <section id="ascase"> -<title>I opened up the case on an AlphaServer and now it won't power +<title>I opened up the case on an AlphaServer and now it won't power on, what do I do?</title> <body> @@ -378,6 +388,11 @@ the <c>-march=</c> flag on x86. </p> +<note> +AlphaServer 800 users should set <c>ev5</c>. There are known issues setting +<c>ev56</c> particularly with Xorg causing a full system lock up. +</note> + </body> </section> <section id="MTUNE"> @@ -583,27 +598,15 @@ <body> <p> -Currently, there is only one option for Java VM and Java SDK on Gentoo/Alpha. +There was only one option for Java VM and Java SDK on Gentoo/Alpha. The packages are called <c>compaq-jre</c> and <c>compaq-jdk</c>. +Sadly, Compaq/HP stopped all support and was removed from Gentoo on +October 11, 2006. </p> </body> </section> -<section id="compaqjava"> -<title>What's wrong with compaq-jdk?</title> -<body> - -<p> -<c>compaq-jre</c> and <c>compaq-jdk</c> are not very desirable because they are -unsupported upstream and obsolete. They only provide Java 1.3.1 and are binary -only. The binaries are compiled against an older glibc which causes some -unexpected results when you are using a recent glibc. See <uri -link="https://bugs.gentoo.org/84306">bug #84306</uri> for our attempts at -workarounds. -</p> -</body> -</section> <section id="currentjava"> <title>Will there ever be working Java support?</title> <body> @@ -718,7 +721,7 @@ forum</uri> and IRC channel. </li> <li>Sending patches</li> - <li>Becoming an <uri + <li>Becoming an <uri link="http://www.gentoo.org/proj/en/base/alpha/AT/index.xml">AT</uri> </li> </ul> @@ -739,6 +742,22 @@ </chapter> <chapter> +<title>Troubleshooting</title> +<section id="tshoot-xorg"> +<title>Why is my Xorg locking up my Alpha?</title> +<body> + +<p> +This is usually caused by a bad -mcpu setting. For example, the AlphaServer +800 needs to be compiled with the <c>ev5</c> flag for xorg <b>and</b> glibc. +Failing to do so will cause undesired results. +</p> + +</body> +</section> +</chapter> + +<chapter> <title>Other Resources</title> <section id="noforum"> <title>Why is there no Gentoo on Alpha forum?</title> -- [EMAIL PROTECTED] mailing list
