View previous topic :: View next topic |
Author |
Message |
vrghost n00b
Joined: 03 Oct 2003 Posts: 51 Location: London
|
Posted: Fri Nov 08, 2024 8:54 pm Post subject: [SOLVED] Not getting a Framebuffer to use during boot |
|
|
Trying to install nvidia-driver (the proprietery one), and following this guide to the letter:
https://wiki.gentoo.org/wiki/NVIDIA/nvidia-drivers
However, when I reboot my machine, Grub (or what comes after grub) does not manage to use or find a framebuffer, so the last thing that is updated to the screen is EFI Stub:
The machine does continue to start, and I assume it is fully up and running (newly installed system, so I know I can ping it, and SSH to it, but I cant get to a terminal via SSH, as I get the following error message:
PTY allocation request failed on channel 1
I've tried to rebuild the kernel a few times, and I think I've singled out the issue, as soon as I turn of the Simple FB
Quote: | Device Drivers --->
Graphics support --->
< > Simple framebuffer driver |
And enable
Quote: | Device Drivers --->
Firmware Drivers --->
[*] Mark VGA/VBE/EFI FB as generic system framebuffer
Graphics support --->
Frame buffer Devices --->
<*> Support for frame buffer devices --->
[*] VESA VGA graphics support
[*] EFI-based Framebuffer Support
<*> Simple framebuffer support |
This is when I seem to loose the ability to boot, or use a frame buffer after boot to be more precise, I've attached my kernel config if anyone has any suggestions,
Screen shot of the frame buffer settings:
https://app.screencast.com/PLKgisHnmCAtr
Screenshot of the Graphics settings:
https://app.screencast.com/4Nrq4JwpM5Bf9
OK, the kernel configuration file is to long to post...
The machine is a:
ASUS TUF GAMING B650-PLUS WIFI
AMD RYZEN 5 7600
ASUS 4060 TI DUAL OC EVO 16G
Anyone else faced this issue?
Last edited by vrghost on Sat Nov 09, 2024 7:21 am; edited 1 time in total |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5095 Location: Bavaria
|
|
Back to top |
|
|
vrghost n00b
Joined: 03 Oct 2003 Posts: 51 Location: London
|
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5095 Location: Bavaria
|
Posted: Fri Nov 08, 2024 11:14 pm Post subject: |
|
|
If you enable this:
Code: | General setup --->
[*] Configure standard kernel features (expert users) ---> |
there is a little trap
You must re-enable block layer (already done) AND:
Code: | Device Drivers --->
Character devices --->
[*] Enable TTY
[*] Virtual terminal |
Without TTY you have really a problem
(see also: https://wiki.gentoo.org/wiki/User:Pietinger/Tutorials/Manual_Configuring_Kernel_Version_6.6#Part_1_-_Main_Menu )
And framebuffer console depends on VT (and FB_CORE). Now try again to enable it
Code: | Device Drivers --->
Graphics support --->
Console display driver support --->
[*] Framebuffer Console support |
BTW: It should be safe to enable also # CONFIG_AMD_IOMMU_V2 is not set _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
|
vrghost n00b
Joined: 03 Oct 2003 Posts: 51 Location: London
|
Posted: Sat Nov 09, 2024 7:21 am Post subject: Thank you so very much, |
|
|
Thank you Pietinger
There is a chance that I, by mistake turned off TTY, it makes an awful lot of sense now that I see it. It is what we would all call a pretty silly idea
Thank you so very very much, both for the help and the great resources, going through your kernel wikis now, great stuff |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5095 Location: Bavaria
|
Posted: Sat Nov 09, 2024 11:44 am Post subject: Re: Thank you so very much, |
|
|
vrghost wrote: | [...] Thank you so very very much, both for the help [...] |
You are very Welcome!
vrghost wrote: | [...] and the great resources, going through your kernel wikis now, great stuff |
Thank you very much for the compliment. _________________ https://wiki.gentoo.org/wiki/User:Pietinger |
|
Back to top |
|
|
|