Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Cannot open virtual console 7 (Permission denied)
Date: Thu, 08 Apr 2021 04:42:06
Message-Id: 1ae09158-1429-b81f-6969-565e203e37f5@sys-concept.com
In Reply to: Re: [gentoo-user] Cannot open virtual console 7 (Permission denied) by tastytea
1 On 4/7/21 8:18 PM, tastytea wrote:
2 > On 2021-04-07 18:24-0600 thelma@×××××××××××.com wrote:
3 >
4 >> This is a new installation and I'm getting an error on starting X
5 >>
6 >> Fatal server error:
7 >> (EE) xf86OpenConsole: Cannot open virtual console 7 (Permission
8 >> denied)
9 > […]
10 >> [ 1876.135] (EE) dbus-core: error connecting to system bus:
11 >> org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket
12 >> /run/dbus/system_bus_socket: No such file or directory) [ 1876.135]
13 >
14 > It seems you didn't start elogind[1][2] and dbus. Both are required for
15 > non-root Xorg.
16 >
17 > [1] https://wiki.gentoo.org/wiki/Elogind
18 > [2] https://wiki.gentoo.org/wiki/Non_root_Xorg#Cannot_start_Xorg_as_regular_user
19
20 Thank you for the pointer. I started "dbus" and "elogind" but in the log file I still get:
21
22 [ 121.166] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
23
24 "ps -fC X" - does not show any user.
25
26 loginctl user-status
27 fd (1000)
28 Since: Thu 2021-04-08 21:12:51 MDT; 37min ago
29 State: active
30 Sessions: 3 2 *1
31 Linger: no
32 Unit: user-1000.slice
33
34 I'm not sure if the driver is correctly installed.
35 My AMD CPU is integrated with Graphic: "AMD Ryzen 5 3400G with Radeon Vega Graphics"
36
37 lspci | grep -i VGA
38 09:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Picasso (rev c8)
39
40 In the kernel I compiled0-in, "< * > ATI Radeon" (option)
41 without "< > AMD GPU"
42
43 When I tried to change it:
44 < > ATI Radeon"
45 < * > AMD GPU"
46
47 and load: "-*- Firmware loading facility"
48 (amdgpu/picasso_ce.bin amdgpu/picasso_k_smc.bin amdgpu/picasso_mc.bin amdgpu/picasso_me.bin amdgpu/picasso_mec2.bin amdgpu/picasso_mec.bin amdgpu/picasso_pfp.bin amdgpu/picasso_rlc.bin amdgpu/picasso_sdma1.bin amdgpu/picasso_sdma.bin amdgpu/picasso_smc.bin amdgpu/picasso_uvd.bin amdgpu/picasso_vce.bin)
49
50 I'm getting kernel error when compiling:
51 ...
52 CC drivers/base/firmware_loader/main.o
53 UPD drivers/base/firmware_loader/builtin/amdgpu/picasso_ce.bin.gen.S
54 AS drivers/base/firmware_loader/builtin/amdgpu/picasso_ce.bin.gen.o
55 UPD drivers/base/firmware_loader/builtin/amdgpu/picasso_k_smc.bin.gen.S
56 make[4]: *** No rule to make target '/lib/firmware/amdgpu/picasso_k_smc.bin', needed by 'drivers/base/firmware_loader/builtin/amdgpu/picasso_k_smc.bin.gen.o'. Stop.
57 make[3]: *** [scripts/Makefile.build:496: drivers/base/firmware_loader/builtin] Error 2
58 make[2]: *** [scripts/Makefile.build:496: drivers/base/firmware_loader] Error 2
59 make[1]: *** [scripts/Makefile.build:496: drivers/base] Error 2
60 make: *** [Makefile:1726: drivers] Error 2

Replies

Subject Author
Re: [gentoo-user] Cannot open virtual console 7 (Permission denied) tastytea <gentoo@××××××××.de>