Gentoo Archives: gentoo-user

From: Dan Johansson <dan@×××.nu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] UEFI-fails to boot
Date: Sun, 28 Jan 2018 10:35:43
Message-Id: 84cdecc1-945c-46f8-a029-c528796f1550@dmj.nu
In Reply to: Re: [gentoo-user] UEFI-fails to boot by Corbin Bird
1 On 28.01.2018 00:13, Corbin Bird wrote:
2
3 Thanks for your feedback.
4
5 > .
6 > Thank you for that info.
7 > .
8 > What kind of integrated VGA?
9 > ( example Intel i915, i965, etc. )
10 According to the MB docu is it a "ASPEED AST2400 BMC" Video controller.
11
12 > .
13 > The reason I ask is that the EFI framebuffer you have enabled should be
14 > built into a specific video driver.
15 > My system has an "amdgpu" video card.
16 > The EFI framebuffer driver for the console is enabled.
17 > The specific video driver called "amdgpu" is also enabled.
18 > The EFI framebuffer is built as a sub-component of the specific video
19 > driver "amdgpu".
20 > .
21 > Sample dmesg output :
22 >> [    6.223405] [drm] amdgpu kernel modesetting enabled.
23 >> [    6.223573] [drm] initializing kernel modesetting (POLARIS10
24 >> 0x1002:0x67DF 0x1682:0x9480 0xC7)
25 >> [    6.882691] Console: switching to colour frame buffer device 240x67
26 >> [    6.900623] amdgpu 0000:01:00.0: fb0: amdgpudrmfb frame buffer device
27 > .
28 > If you haven't already run this command, please do so :  lspci | grep -i VGA
29
30 # lspci | grep VGA
31 06:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED
32 Graphics Family (rev 30)
33
34 > If the video device is a 'Aspeed ASTxxxx', the version number of the
35 > kernel you are using makes a big difference.
36 >>
37 # uname -r
38 4.9.76-gentoo-r1
39
40 >>
41 >> ASPEED's AST2500 Display To Be Supported By Linux 4.11's DRM
42 >>
43 >> https://www.phoronix.com/forums/forum/linux-graphics-x-org-drivers/x-org-drm/935002-aspeed-s-ast2500-display-to-be-supported-by-linux-4-11-s-drm
44
45 Thanks for that link, I will have to look into that.
46 Although I will not be using X on this box, as it is a server, it looks
47 like I need to configure DRM.
48
49 KR
50
51 --
52 Dan Johansson
53 ***************************************************
54 This message is printed on 100% recycled electrons!
55 ***************************************************

Replies

Subject Author
Re: [gentoo-user] UEFI-fails to boot Corbin Bird <corbinbird@×××××××.net>
Re: [gentoo-user] UEFI-fails to boot "J. Roeleveld" <joost@××××××××.org>