From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5F28D139891 for ; Mon, 24 Aug 2015 00:09:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD1B2E0888; Mon, 24 Aug 2015 00:09:42 +0000 (UTC) Received: from BLU004-OMC1S5.hotmail.com (blu004-omc1s5.hotmail.com [65.55.116.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8ED3EE087E for ; Mon, 24 Aug 2015 00:09:41 +0000 (UTC) Received: from BLU436-SMTP46 ([65.55.116.7]) by BLU004-OMC1S5.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sun, 23 Aug 2015 17:09:40 -0700 X-TMN: [1njqqBNdy+KaxCTIdIOnDUKK6iR62M07] X-Originating-Email: [frodriguez.developer@outlook.com] Message-ID: From: Fernando Rodriguez To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Anyone using xfce4 with compositing turned off? Date: Sun, 23 Aug 2015 20:08:55 -0400 User-Agent: KMail/4.14.8 (Linux/3.18.20; KDE/4.14.8; x86_64; ; ) In-Reply-To: <20150823142547.4ba1657d@a6> References: <20150819191820.6aa6d015@a6> <1440302017.2869.2.camel@gmail.com> <20150823142547.4ba1657d@a6> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-OriginalArrivalTime: 24 Aug 2015 00:09:40.0320 (UTC) FILETIME=[2BB28E00:01D0DE01] X-Archives-Salt: 2897fb04-5cd1-4384-87ed-96c6a04652df X-Archives-Hash: 941b867dd8ad2d203e7a70e6775aabd7 On Sunday, August 23, 2015 2:25:47 PM walt wrote: > On Sun, 23 Aug 2015 05:53:37 +0200 > bitlord wrote: > > > On Sat, 2015-08-22 at 19:08 -0700, walt wrote: > > > > I forgot about xf86-video-ati until you mentioned it, so I just > > > emerged > > > it and (I think) made all the changes needed to reconfigure Xorg to > > > use > > > it instead of fglrx. > > > > > > Maybe I'm just too tired right now to think straight, but the error > > > messages I see in Xorg.log tell me that my video chip is not > > > supported. > > > For radeon (free driver) you need to configure more than Xorg, check > > wiki article about radeon driver [1], It needs in kernel support, also > > most cards especially "newer" (>=r600) need proprietary firmware. > > > > > > [1] https://wiki.gentoo.org/wiki/Radeon > > An excellent wiki page, thanks. It tells me that my video chip should > be supported so I'll go back and follow all the steps this time. I'd > like to avoid the proprietary ati driver if I can. I had nothing but trouble with the free driver with a kabini APU. Hibernate would give a black screen on resume. The "Dim screen after an inactive period" (whatever it's called) would dim it further until the backlight turns off everytime the period elapses. And a lot of programs like the adobe flash plugin and other players, and games would show video that I may have watched even days before but it's still on video memory when started. The only problem I've had with the proprietary driver (which may be realted to your problem) is that if you use a premptive kernel it causes a LOT of errors to be written to the syslog which makes the desktop very unresponsive. That's because it calls functions that should not be called with preemption enabled. If that's your problem you'll see errors on the syslog and I posted a patch that disables preemption before calling those functions. It's on a VLC bug (cause at first I tought it was a VLC related) and I recently noticed that I still get the errors if I switch between X sessions with CTRL-ALT-Fx so it's incomplete but it makes things much better. I will update it and post it on the right bug when I get around it. -- Fernando Rodriguez