Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Software] What 'video' device is linux kernel using during initial boot?

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Schorschi
Posts: 19
Joined: 2013-10-22 01:52

[Software] What 'video' device is linux kernel using during initial boot?

#1 Post by Schorschi »

What 'video' device is linux kernel using during initial boot? GRUB you can find it via 'videoinfo' command. Once UI is up, say GNOME, you can use 'xrandr -q' for example, which on Debian 12 is XWAYLAND0. But if you are trying to force the kernel via an explicit 'video' kernel parameter, you need to know how the kernel sees the video subsystem. For example, video=VGA-1:1920x1080@60, but it is not always VGA-1. How to find what driver the kernel is using to complete the 'video' kernel argument configuration?

User avatar
NorthEast
Posts: 352
Joined: 2018-11-18 04:35
Has thanked: 12 times
Been thanked: 30 times

Re: [Software] What 'video' device is linux kernel using during initial boot?

#2 Post by NorthEast »

Some info here: https://www.kernel.org/doc/Documentation/fb/modedb.rst
Perhaps run:

Code: Select all

dmesg | fb
to see which drivers, if any, have been loaded that support modedb.

Post Reply