Gentoo Archives: gentoo-user

From: "Peter Böhm" <peter.bo@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] kernel 5.15+ (thru 5.16.5)
Date: Thu, 03 Feb 2022 15:46:33
Message-Id: 11915045.O9o76ZdvQC@big
In Reply to: Re: [gentoo-user] kernel 5.15+ (thru 5.16.5) by Jack
1 Am Donnerstag, 3. Februar 2022, 16:08:26 CET schrieb Jack:
2 > Also, be careful - if you just search the config for "SIMPLE" it finds
3 > two FB related entries - you need one of them and not the other, but I
4 > am sitting at the wrong computer to check which.
5
6 For this problem we have some articles in our Gentoo Forum.
7
8 Between 5.10.x and 5.15.x there was a change:
9
10 You dont have a "Simple FB" in your old directory (when doing "make
11 menuconfig"); instead there is a new entry which leads to this in your .config:
12
13 CONFIG_SYSFB_SIMPLEFB=y
14
15 (Searching for "SIMPLE" in your .config gives you only this one +
16 "CONFIG_DRM_SIMPLEDRM=y". If you have the old entry also in your .config, then
17 you have not done "make oldconfig").
18
19 The "new" simpleFB is here:
20
21 Device Drivers --->
22 Graphics support --->
23 [*] Simple framebuffer driver
24
25 The old one was here:
26
27 Device Drivers --->
28 Graphics support --->
29 Frame buffer Devices --->
30 [*] Support for frame buffer devices --->
31
32
33 Kind Regards,
34 --P

Replies

Subject Author
Re: [gentoo-user] kernel 5.15+ (thru 5.16.5) Alan Grimes <alonzotg@×××××××.net>