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

 

 

 

Debian 11 i915 fbcon error

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
jeremias.queiroz
Posts: 3
Joined: 2022-01-19 13:47

Debian 11 i915 fbcon error

#1 Post by jeremias.queiroz »

Hello

When I run

Code: Select all

Xorg -configure
tail output show this:

Code: Select all

modprobe: FATAL: Module fbcon not found in directory /lib/modules/5.10.0-10-amd64
intel: waited 2020 ms for i915.ko driver to load
Number of created screens does not match number of detected devices.
Configuration failed.
This same error message apears when I run:

Code: Select all

modprobe fbcon
modprobe: FATAL: Module fbcon not found in directory /lib/modules/5.10.0-10-amd64
Tail of Xorg.0.log

Code: Select all

[  2864.713] intel: waited 2020 ms for i915.ko driver to load
[  2864.725] Number of created screens does not match number of detected devices.
  Configuration failed.
[  2864.725] (EE) Server terminated with error (2). Closing log file.
How to fix this error?

Post Reply