From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-123268-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QPzsm-0006M1-Il for garchives@archives.gentoo.org; Fri, 27 May 2011 16:27:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E3471C104; Fri, 27 May 2011 16:26:05 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id A96551C104 for <gentoo-user@lists.gentoo.org>; Fri, 27 May 2011 16:26:04 +0000 (UTC) Received: by wyi11 with SMTP id 11so1844824wyi.40 for <gentoo-user@lists.gentoo.org>; Fri, 27 May 2011 09:26:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=NpqnhdIln7JhVHYnPCx6f4hLV+QPuLIOlSp8qmn5XqM=; b=g7gIIn4BZUrxeH7nsz8vyzWOkfN0nE7kU3bJpFehY3MKnjQ1Wdnxm8dde8mlOYpspl Ab/TX2nqPuGJokkPZDSICK5x21sW64KnhIKXaFUtDJjbq5JwRp1m9b3YAotT88NrK04g RE6e8HugFPmXXr8RwFfAQnx0fS7+hL3FnVHKY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=vhUUeirdT/BbOjN1wFLhbew+KSjnbHbXBW7+cpEqC2VlMRY0EGTS6ybcWInwHlnGJK u0Ed29SYFTM0byBQ6DqPywHDYUW09naHJw1NWq4h7RfBqg0nn0xyPZXv7PZd2vSkjJ9M ENO7bRuQntxv9DF5z4rjfIftviZkQZbS2oOfk= Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.227.12.1 with SMTP id v1mr2237158wbv.83.1306513563650; Fri, 27 May 2011 09:26:03 -0700 (PDT) Received: by 10.227.154.75 with HTTP; Fri, 27 May 2011 09:26:03 -0700 (PDT) In-Reply-To: <20110527145635.6b097bde@marcec.huntemann.uni-oldenburg.de> References: <BANLkTi=zMaBkzW4K6RN-FTfE_n5WKy8fSA@mail.gmail.com> <20110527145635.6b097bde@marcec.huntemann.uni-oldenburg.de> Date: Fri, 27 May 2011 09:26:03 -0700 Message-ID: <BANLkTin118HPk5HWU79C8n-55hCo2EuXTw@mail.gmail.com> Subject: Re: [gentoo-user] Goodbye, Gentoo From: "Kevin O'Gorman" <kogorman@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=002215974d2edb0ad304a44464d5 X-Archives-Salt: X-Archives-Hash: 0503d4f8d4bcbe9a6abc159f30cad2e7 --002215974d2edb0ad304a44464d5 Content-Type: text/plain; charset=UTF-8 On Fri, May 27, 2011 at 5:56 AM, Marc Joliet <marcec@gmx.de> wrote: > Am Thu, 26 May 2011 16:28:46 -0700 > schrieb "Kevin O'Gorman" <kogorman@gmail.com>: > > > It looks like it's time to take Gentoo off of my main machine. I feel a > > little sad about it, or I'd just quietly go away. > > > > A few months ago, an update made the machine headless -- well, it could > no > > longer bring up X but I could use the console-mode for admin, and log in > via > > SSH from my laptop and run GUI programs. I was busy at the time, first > > deciding and then implementing my retirement, so I let it go. > > > > Now, a couple of months into my retirement, I'm trying to fix things up, > and > > the latest Gentoo live disk cannot talk to my monitor at all. Whatever > it's > > trying is unacceptable to the HD monitor I've had on there for a year, > and I > > can't even run the consoles. The video card is an ATI Rage XL on the > > motherboard. Like the rest of the machine, it's vintage 2000, so maybe > > support got dropped. > [...] > > (I realise your decision is made, but if this is the bug I think it is, > this > has nothing to do with Gentoo in particular.) > > I wonder which kernel version you use, because in 2.6.36/37 I was hit by a > nasty > EDID parsing bug. Actually, IIRC the code for parsing EDIDs was updated to > understand more features or something, and that triggered errors that > didn't > come up before because those parts of the response from the monitor were > simply > ignored until then (or something like that). This lead to my own monitor > not > responding for over a minute at a time (sometimes going blank in between) > and > other people complained that it left theirs permanently blank. > > I think this is the original bug: > > https://bugs.freedesktop.org/show_bug.cgi?id=31943 > > which contains a workaround (with patch): > > "The drm EDID checker is pretty strict about what EDIDs it will accept. > Try > this patch and add drm.edid_strict=0 to your kernel command line." > > For me, upgrading to 2.6.38 helped, I don't see the problem anymore (though > other people report otherwise). > > *If* this is the bug, it makes me wonder why you don't see it under Ubuntu. > > Good luck with Ubuntu! > > Thanks. It's up, its 2.5.38 which may explain a little. I ported my usual selections (think "world") from my laptops, downloaded and installed around 1400 packages in a bit over 5 hours. This included both libreoffice (the default) and openoffice (from the selections), apache, gimp, on and on, and would surely have taken a week or so under Gentoo. Today, I port over my apache configuration and my embarrassing downtime is ended. -- Kevin O'Gorman, PhD --002215974d2edb0ad304a44464d5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div class=3D"gmail_quote">On Fri, May 27, 2011 at 5:56 AM, Marc Joliet <sp= an dir=3D"ltr"><<a href=3D"mailto:marcec@gmx.de">marcec@gmx.de</a>></= span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt = 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> Am Thu, 26 May 2011 16:28:46 -0700<br> schrieb "Kevin O'Gorman" <<a href=3D"mailto:kogorman@gmail= .com">kogorman@gmail.com</a>>:<br> <div class=3D"im"><br> > It looks like it's time to take Gentoo off of my main machine. =C2= =A0I feel a<br> > little sad about it, or I'd just quietly go away.<br> ><br> > A few months ago, an update made the machine headless -- well, it coul= d no<br> > longer bring up X but I could use the console-mode for admin, and log = in via<br> > SSH from my laptop and run GUI programs. =C2=A0I was busy at the time,= first<br> > deciding and then implementing my retirement, so I let it go.<br> ><br> > Now, a couple of months into my retirement, I'm trying to fix thin= gs up, and<br> > the latest Gentoo live disk cannot talk to my monitor at all. =C2=A0Wh= atever it's<br> > trying is unacceptable to the HD monitor I've had on there for a y= ear, and I<br> > can't even run the consoles. =C2=A0The video card is an ATI Rage X= L on the<br> > motherboard. =C2=A0Like the rest of the machine, it's vintage 2000= , so maybe<br> > support got dropped.<br> </div>[...]<br> <br> (I realise your decision is made, but if this is the bug I think it is, thi= s<br> has nothing to do with Gentoo in particular.)<br> <br> I wonder which kernel version you use, because in 2.6.36/37 I was hit by a = nasty<br> EDID parsing bug. Actually, IIRC the code for parsing EDIDs was updated to<= br> understand more features or something, and that triggered errors that didn&= #39;t<br> come up before because those parts of the response from the monitor were si= mply<br> ignored until then (or something like that). This lead to my own monitor no= t<br> responding for over a minute at a time (sometimes going blank in between) a= nd<br> other people complained that it left theirs permanently blank.<br> <br> I think this is the original bug:<br> <br> =C2=A0<a href=3D"https://bugs.freedesktop.org/show_bug.cgi?id=3D31943" tar= get=3D"_blank">https://bugs.freedesktop.org/show_bug.cgi?id=3D31943</a><br> <br> which contains a workaround (with patch):<br> <br> =C2=A0"The drm EDID checker is pretty strict about what EDIDs it will= accept. =C2=A0Try<br> =C2=A0 this patch and add drm.edid_strict=3D0 to your kernel command line.= "<br> <br> For me, upgrading to 2.6.38 helped, I don't see the problem anymore (th= ough<br> other people report otherwise).<br> <br> *If* this is the bug, it makes me wonder why you don't see it under Ubu= ntu.<br> <br> Good luck with Ubuntu!<br> <br></blockquote><div>Thanks.=C2=A0 It's up, its 2.5.38 which may expla= in a little.=C2=A0 I ported my usual selections (think "world")<b= r>from my laptops, downloaded and installed around 1400 packages in a bit o= ver 5 hours.<br> This included both libreoffice (the default) and openoffice (from the selec= tions), apache,<br>gimp, on and on, and would surely have taken a week or s= o under Gentoo.=C2=A0 <br></div></div><br>Today, I port over my apache conf= iguration and my embarrassing downtime is ended.<br> -- <br>Kevin O'Gorman, PhD<br><br> --002215974d2edb0ad304a44464d5--