Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [SOLVED] [gentoo-user] Cannot open virtual console 7 (Permission denied)
Date: Thu, 08 Apr 2021 17:08:43
Message-Id: 22f623ac-5fc2-3844-65fd-a38ccf9b1ff1@sys-concept.com
In Reply to: Re: [SOLVED] [gentoo-user] Cannot open virtual console 7 (Permission denied) by thelma@sys-concept.com
1 On 4/8/21 11:01 AM, thelma@×××××××××××.com wrote:
2 >
3 > On 4/7/21 6:24 PM, thelma@×××××××××××.com wrote:
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 denied)
8 >>
9 >> (EE) Server terminated with error (1). Closing log file.
10 >> xinit: giving up
11 >> xinit: unable to connect to X server: Connection refused
12 >>
13 > [snip]
14 >
15 > If anybody have or get this "AMD Ryzen 5 3400G with Radeon Vega Graphics"
16 > lspci | grep -i VGA
17 > 09:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Picasso (rev c8)
18 >
19 > In order to make it work, setting in kernel (under Graphics)
20 > < > ATI Radeon"
21 > < M > AMD GPU"
22 >
23 > In make.confg:
24 > VIDEO_CARDS="radeonsi"
25 > (radeon or amdgpu - does not work.
26 >
27 > emerge -avq x11-base/xorg-drivers media-libs/mesa
28
29 I forgot to mention (if someone is using grub)
30 /etc/default/grub - has to be installed with:
31 GRUB_CMDLINE_LINUX="amd_iommu=on iommu=pt"