Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Anyone using xfce4 with compositing turned off?
Date: Wed, 26 Aug 2015 01:28:56
Message-Id: 20150825182824.1a4d8dea@a6
In Reply to: Re: [gentoo-user] Anyone using xfce4 with compositing turned off? by wabenbau@gmail.com
1 On Tue, 25 Aug 2015 21:10:28 +0200
2 <wabenbau@×××××.com> wrote:
3
4 Kernel driver in use: radeon
5
6 <gigabytes snipped for readability>
7
8 Hi wabe. This whole radeon thing is so confusing I thought I'd mention
9 one more very confusing detail that I had to fix before I got the open-
10 source ati/radeon driver to work correctly:
11
12 First I tried starting my X session with no xorg.conf file at all.
13 That didn't work but of course I can't remember now what went wrong.
14 (That was already more than 24 hours ago :)
15
16 Then I generated an xorg.conf in the old way using 'Xorg -configure'.
17 That file didn't work right either.
18
19 Then I finally realized that the generated xorg.conf had, in the
20 Section "Device" section, this line:
21
22 Driver "radeon"
23
24 But that's not what we want. To use the open-source ati driver I
25 changed that line to read:
26
27 Driver "ati"
28
29 And that's when everything finally started to work perfectly.
30
31 One more thing that confused me: the xf86-video-ati package doesn't
32 install any kernel modules. It installs only these two files:
33
34 /usr/lib64/xorg/modules/drivers/radeon_drv.so
35 /usr/lib64/xorg/modules/drivers/ati_drv.so
36
37 but to use those files you need that Driver "ati" line in xorg.conf.
38 <sigh>

Replies