diff --git a/iso/builder/auto/config b/iso/builder/auto/config index aef1f7a..1ce5d3e 100755 --- a/iso/builder/auto/config +++ b/iso/builder/auto/config @@ -32,6 +32,6 @@ lb config noauto \ --memtest none \ --iso-volume "EASY-BEE" \ --iso-application "EASY-BEE" \ - --bootappend-live "boot=live components quiet nomodeset console=tty0 console=ttyS0,115200n8 loglevel=3 username=bee user-fullname=Bee modprobe.blacklist=nouveau" \ + --bootappend-live "boot=live components quiet nomodeset video=1920x1080 console=tty0 console=ttyS0,115200n8 loglevel=3 username=bee user-fullname=Bee modprobe.blacklist=nouveau" \ --apt-recommends false \ "${@}" diff --git a/iso/builder/config/bootloaders/grub-pc/config.cfg b/iso/builder/config/bootloaders/grub-pc/config.cfg index 35aa67a..ff2fd52 100644 --- a/iso/builder/config/bootloaders/grub-pc/config.cfg +++ b/iso/builder/config/bootloaders/grub-pc/config.cfg @@ -8,7 +8,7 @@ else fi if loadfont $font ; then - set gfxmode=800x600 + set gfxmode=1920x1080,1280x1024,auto set gfxpayload=keep insmod efi_gop insmod efi_uga diff --git a/iso/overlay/etc/X11/xorg.conf.d/10-fbdev.conf b/iso/overlay/etc/X11/xorg.conf.d/10-fbdev.conf index fb7b06c..1583296 100644 --- a/iso/overlay/etc/X11/xorg.conf.d/10-fbdev.conf +++ b/iso/overlay/etc/X11/xorg.conf.d/10-fbdev.conf @@ -4,7 +4,19 @@ Section "Device" Option "fbdev" "/dev/fb0" EndSection +Section "Monitor" + Identifier "monitor0" + Modeline "1920x1080" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync + Option "PreferredMode" "1920x1080" +EndSection + Section "Screen" Identifier "screen0" Device "fbdev" + Monitor "monitor0" + DefaultDepth 24 + SubSection "Display" + Depth 24 + Modes "1920x1080" "1280x1024" "1024x768" + EndSubSection EndSection