From owner-freebsd-x11@FreeBSD.ORG Thu Aug 7 20:52:29 2014 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 148A0EB for ; Thu, 7 Aug 2014 20:52:29 +0000 (UTC) Received: from forward10l.mail.yandex.net (forward10l.mail.yandex.net [84.201.143.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C1DD425B6 for ; Thu, 7 Aug 2014 20:52:28 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward10l.mail.yandex.net (Yandex) with ESMTP id A6854BA141B for ; Fri, 8 Aug 2014 00:52:24 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 4DCFB1340386 for ; Fri, 8 Aug 2014 00:52:24 +0400 (MSK) Received: from 94x180x117x72.static-customer.nsk.ertelecom.ru (94x180x117x72.static-customer.nsk.ertelecom.ru [94.180.117.72]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 7W20x1InQd-qN5uGPjf; Fri, 8 Aug 2014 00:52:23 +0400 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 112920a2-aaa1-431b-a2c0-4c934e765858 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=narod.ru; s=mail; t=1407444743; bh=v76TPh0iYHc3IDXj4yF1W1BByazQEQ84V6Gj+B4ItsY=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; b=mv8Ot7lMxcmJSDIYbEiMUAKnm6CztKqnrgXuJ0rwWIdekELDa85c9l3zncEF7Wabr Ynju15HzV13jI4hLttt4gRTUD/6OOalOv1PGSzH49y7z2eiO5sVLLOWKA3BVL9NnLq 0x0l0Jvxc2+BpeN7ZewQlDP4yga+c8UvrHHkw+/s= Authentication-Results: smtp1h.mail.yandex.net; dkim=pass header.i=@narod.ru Message-ID: <53E3E707.6030405@narod.ru> Date: Fri, 08 Aug 2014 03:52:23 +0700 From: Yury User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-x11@FreeBSD.org Subject: Re: xorg radeon problems Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 20:52:29 -0000 Thanks to *Jean-Sébastien Pédron for not so obvious *advice _not_to_include_radeondrm_ (and drm?) in custom kernel. Should I include agp and drm in kernel? Also, searching the internet and looking into repeated crash logs helped me to realize that _Makefile_ in ports for _xf86-video-ati_ has a bug. No one thinks of 9.3-release? "if" statement about new version was only for more than 1000051 FreeBSD (but default became WITH_NEW_XORG), so nothing worked because of that bug with ati driver version. Trying vt(4) driver gave me bad feelings. I couldn't find how to load fonts, lynx and mc behaves badly with this (UTF8?) codepage... Thanks for help! P.S. Couldn't find how to reply to me-started thread.