From owner-freebsd-stable@FreeBSD.ORG Tue Sep 14 21:34:56 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55E311065695 for ; Tue, 14 Sep 2010 21:34:56 +0000 (UTC) (envelope-from eivinde@terraplane.org) Received: from mail42.e.nsc.no (mail42.e.nsc.no [193.213.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id A63948FC1E for ; Tue, 14 Sep 2010 21:34:55 +0000 (UTC) Received: from rumrunner.mine.nu (ti0027a380-0792.bb.online.no [80.212.66.26]) by mail42.nsc.no (8.14.3/8.14.3) with ESMTP id o8ELYliG029159 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 14 Sep 2010 23:34:48 +0200 (MEST) Received: from rumrunner.mine.nu (localhost [127.0.0.1]) by rumrunner.mine.nu (8.14.4/8.14.2) with ESMTP id o8ELYk2A005371; Tue, 14 Sep 2010 23:34:47 +0200 (CEST) (envelope-from eivinde@terraplane.org) Received: from localhost (rumrunner@localhost) by rumrunner.mine.nu (8.14.4/8.13.8/Submit) with ESMTP id o8ELYk6k005368; Tue, 14 Sep 2010 23:34:46 +0200 (CEST) (envelope-from eivinde@terraplane.org) X-Authentication-Warning: rumrunner.mine.nu: rumrunner owned process doing -bs Date: Tue, 14 Sep 2010 23:34:46 +0200 (CEST) From: Eivind E X-X-Sender: rumrunner@rumrunner.mine.nu To: Warren Block In-Reply-To: Message-ID: <20100914231728.D5192@rumrunner.mine.nu> References: <201009132016.o8DKGmw5053180@lurza.secnetix.de> <20100913234355.I96626@rumrunner.mine.nu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Oliver Fromme , freebsd-stable@freebsd.org, Eivind E Subject: Re: Freebsd 8.1 + xorg + radeonhd hang X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: eivinde@terraplane.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 21:34:56 -0000 On Tue, 14 Sep 2010, Warren Block wrote: > On Mon, 13 Sep 2010, Eivind E wrote: > >> On Mon, 13 Sep 2010, Oliver Fromme wrote: >> >>> > The machine is now running FreeBSD 8.1, but after rebuilding all >>> > packages via ports, the problem with the radeonhd driver is back, >>> > showing exactly the same behaviour as before. >>> >>> Did you try the normal radeon driver (not radeonhd)? >>> It supports the RV515 chip used by the X1550, too. >> >> Yeah, still hangs hard. Trying the normal radeon driver together >> with Option "DRI" "False" as suggested to me in another mail >> did let X start up once, but set the screen to much darker >> colours (which also continued when exiting). Starting X >> another time again made the machine hang again. > > Could you post pointers to your xorg.conf and Xorg.0.log? I wouldn't think > the X1550 is very different from my X1650, which is AFAICT problem-free. The xorg.conf was in my initial mail on the subject. The problem with Xorg.0.log is that it seems that the file is not written (or still in some buffer, not on disk) when the machine hangs. I'm thinking about nullmodem or an old line printer and redirecting output from X, problem is that my parallel and serialports which is on a card needing the puc driver hasn't worked since upgrading to 8.1... Don't know if it would be possible to get the file if I mounted /var/log from nfs. I'll repost the xorg.conf here Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Tastatur" "CoreKeyboard" InputDevice "Mus" "CorePointer" Option "AllowEmptyInput" "off" EndSection Section "Files" EndSection Section "Module" # Load "freetype" # Load "xtt" Load "extmod" Load "glx" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "type1" Load "speedo" EndSection Section "InputDevice" Identifier "Mus" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Tastatur" Driver "keyboard" Option "XkbModel" "pc101" # Option "XkbModel" "pc105" Option "XkbLayout" "no" Option "XkbOptions" "ctrl:swapcaps" EndSection Section "Monitor" Identifier "Skjerm" HorizSync 31.5 - 48.5 VertRefresh 50.0 - 70.0 EndSection Section "Device" Identifier "Grafikkort" Driver "radeonhd" Option "HPD" "off" EndSection Section "Screen" Identifier "Screen0" Device "Grafikkort" Monitor "Skjerm" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Mode 0666 EndSection -- _ _ // \\// Eivind Evensen \/