-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config-mpi: Disable frame buffer drivers
We only have devices supported by the Simple DRM driver, or build the DRM drivers already.
- Loading branch information
Showing
1 changed file
with
1 addition
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f3ba607
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this destroyed our qemu vnc server.
f3ba607
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, reverting the commit restores the console on the vnc display. Is the commit just a cleanup or required to avoid some mode switch on hardware?
f3ba607
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about that, it was supposed to be a cleanup.
No idea, why it doesn’t work, as there is a Bochs DRM driver.
f3ba607
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non-working (no fbcon):
Working (with fbcon):
f3ba607
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We only need CONFIG_FB=y for the vnc console to work, no other CONFIG_FB_, no CONFIG_FONTS_ .
CONFIG_VT_HW_CONSOLE_BINDING=y can be removed, because it is implied.
Do you see any disadvantage to re-add CONFIG_FB=y ?
Setting "CONFIG_FB=m" (which adds CONFIG_FRAMEBUFFER_CONSOLE=y, CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y) does not seem to work.
f3ba607
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, no advantages. We need to use it anyway, as
CONFIG_FB_EFI=y
needs to be added back for the Nvidia graphics devices. :/f3ba607
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrections are in the linux-6.5.2-mpi branch.
https://github.molgen.mpg.de/mariux64/linux/tree/linux-6.5.2-mpi