Gentoo Archives: gentoo-user

From: Fernando Rodriguez <frodriguez.developer@×××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Anyone using xfce4 with compositing turned off?
Date: Mon, 24 Aug 2015 00:09:55
Message-Id: BLU436-SMTP464EA343DEFBD4B3650F3B8D620@phx.gbl
In Reply to: [gentoo-user] Re: Anyone using xfce4 with compositing turned off? by walt
1 On Sunday, August 23, 2015 2:25:47 PM walt wrote:
2 > On Sun, 23 Aug 2015 05:53:37 +0200
3 > bitlord <bitlord0xff@×××××.com> wrote:
4 >
5 > > On Sat, 2015-08-22 at 19:08 -0700, walt wrote:
6 >
7 > > > I forgot about xf86-video-ati until you mentioned it, so I just
8 > > > emerged
9 > > > it and (I think) made all the changes needed to reconfigure Xorg to
10 > > > use
11 > > > it instead of fglrx.
12 > > >
13 > > > Maybe I'm just too tired right now to think straight, but the error
14 > > > messages I see in Xorg.log tell me that my video chip is not
15 > > > supported.
16 >
17 > > For radeon (free driver) you need to configure more than Xorg, check
18 > > wiki article about radeon driver [1], It needs in kernel support, also
19 > > most cards especially "newer" (>=r600) need proprietary firmware.
20 > >
21 > >
22 > > [1] https://wiki.gentoo.org/wiki/Radeon
23 >
24 > An excellent wiki page, thanks. It tells me that my video chip should
25 > be supported so I'll go back and follow all the steps this time. I'd
26 > like to avoid the proprietary ati driver if I can.
27
28 I had nothing but trouble with the free driver with a kabini APU. Hibernate
29 would give a black screen on resume. The "Dim screen after an inactive period"
30 (whatever it's called) would dim it further until the backlight turns off
31 everytime the period elapses. And a lot of programs like the adobe flash plugin
32 and other players, and games would show video that I may have watched even
33 days before but it's still on video memory when started.
34
35 The only problem I've had with the proprietary driver (which may be realted to
36 your problem) is that if you use a premptive kernel it causes a LOT of errors
37 to be written to the syslog which makes the desktop very unresponsive. That's
38 because it calls functions that should not be called with preemption enabled.
39 If that's your problem you'll see errors on the syslog and I posted a patch
40 that disables preemption before calling those functions. It's on a VLC bug
41 (cause at first I tought it was a VLC related) and I recently noticed that I
42 still get the errors if I switch between X sessions with CTRL-ALT-Fx so it's
43 incomplete but it makes things much better. I will update it and post it on
44 the right bug when I get around it.
45
46
47 --
48 Fernando Rodriguez

Replies