Gentoo Archives: gentoo-user

From: Jack <ostroffjh@×××××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Wayland assorted problems
Date: Wed, 17 Nov 2021 18:14:12
Message-Id: B3F7TUIY.ZKZKL756.QPEXJLQ4@ZA3EAIKC.IXIF5LXN.KVMRWXEX
In Reply to: [gentoo-user] Wayland assorted problems by Wol
1 On 2021.11.14 17:51, Wol wrote:
2 > I'm still trying to get Wayland to work reliably. At the moment I log
3 > in at a TTY, then fire it up with "startplasma-wayland" ... except it
4 > doesn't start properly!
5 >
6 > I'm GUESSING part of the problem is my video card isn't set up
7 > properly. But I thought I'd followed the gentoo guide, and compiled
8 > the Radeon and R600 drivers into my kernel. I prefer to compile stuff
9 > in the kernel and not as modules, and I told it to load the drivers
10 > into the kernel, but am worried I might have missed something. I've
11 > changed it for the next kernel so it'll be a module loading what it
12 > wants from the firmware directory, so hopefully that'll be better but
13 > I'm not sure.
14 >
15 > I did an lspci -k and got this for the video card ...
16 >
17 > 09:00.0 VGA compatible controller: Advanced Micro Devices, Inc.
18 > [AMD/ATI] RV710 [Radeon HD 4350/4550]
19 > Subsystem: ASUSTeK Computer Inc. RV710 [Radeon HD 4350/4550]
20 > Kernel driver in use: radeon
21 > Kernel modules: radeon
22 >
23 > I notice it says "VGA compatible", and not what the wiki page leads
24 > me to expect - something like "Video driver" - which makes me think
25 > the card isn't set up properly.
26 I haven't tried Wayland in quite a while, but this motivates me to try
27 again soon. However, my equivalent line is:
28
29 1c:00.0 VGA compatible controller: Advanced Micro Devices, Inc.
30 [AMD/ATI] Cape Verde XT [Radeon HD 7770/8760 / R7 250X]
31
32 and Wayland did run for me when I last tried it. What wiki page are
33 you looking at, since I don't see any reference to "video driver."
34 >
35 > The symptoms basically are that wayland always hangs the first
36 > attempt to start it. Once killed from another tty it MAY (or may not)
37 > start successfully.
38 >
39 >
40 > I mentioned Thunderbird - that keeps on losing contact with the
41 > compositor or something which is why it keeps crashing ...
42 >
43 >
44 > And I run a multi-user system. I tried to fire up wayland as a second
45 > user, and got the error
46 >
47 > kwin_xwl: /tmp/.X11-unix is not owned by root or us
48 >
49 > Of course it isn't - it's not a user specific link so of course it's
50 > going to clash with another user!
51 >
52 > I attach the wayland log I got in case it gives anybody any other
53 > clues as to what's going on.
54 >
55 > Cheers,
56 > Wol