2
0
Fork 0

use the intel framebuffer

This commit is contained in:
Ehmry - 2020-05-25 21:08:05 +05:30
parent 4e0ab3c825
commit 4817d73c4f
2 changed files with 2 additions and 3 deletions

View File

@ -78,7 +78,6 @@ let
"terminal"
"terminal_log"
"vbox5"
"intel_fb_drv"
"vfs"
"vfs_audit"
"vfs_ttf"

View File

@ -133,7 +133,7 @@ let rootInit =
, framebuffer =
Child.flat
Child.Attributes::{
, binary = "vesa_fb_drv"
, binary = "intel_fb_drv"
, provides = [ "Framebuffer" ]
, resources = Init.Resources::{
, caps = 256
@ -146,7 +146,7 @@ let rootInit =
"Platform"
"platform_drv"
(None Text)
(Some "vesa_fb_drv")
(Some "intel_fb_drv")
]
}
, input_filter =