Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Low resolution when using a theme in grub
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Carlos227
n00b
n00b


Joined: 31 Jul 2020
Posts: 25

PostPosted: Thu Oct 21, 2021 2:15 am    Post subject: Low resolution when using a theme in grub Reply with quote

The grub works for me with the correct resolution 1600x900x32 until I enable the theme by uncommenting the GRUB_THEME line, the theme works but it goes down to a resolution of 640x480, the resolution is supported according to videoinfo, the theme I install is https://github.com/gustawho/grub2-theme-breeze and my configuration is:

Code:
GRUB_DISTRIBUTOR="Gentoo"
#GRUB_DEFAULT=0
GRUB_TIMEOUT=5
#GRUB_TIMEOUT_STYLE=menu
#GRUB_CMDLINE_LINUX=""
# GRUB_CMDLINE_LINUX="net.ifnames=0"
# GRUB_CMDLINE_LINUX="init=/usr/lib/systemd/systemd"
#GRUB_CMDLINE_LINUX_DEFAULT=""
#GRUB_TERMINAL=console
GRUB_GFXMODE=1600x900x32
GRUB_GFXPAYLOAD_LINUX=keep
#GRUB_THEME="/boot/grub/temas/breeze/theme.txt"
#GRUB_BACKGROUND="/boot/grub/mybackground.png"
#GRUB_DISABLE_LINUX_UUID=true
#GRUB_DISABLE_RECOVERY=true
GRUB_DISABLE_SUBMENU=y
GRUB_DISABLE_OS_PROBER=y
#GRUB_INIT_TUNE="60 800 1"


I can't think of what else to try, and I can run the videotest correctly when the resolution is 1600x900
Back to top
View user's profile Send private message
389292
Guru
Guru


Joined: 26 Mar 2019
Posts: 504

PostPosted: Thu Oct 21, 2021 1:01 pm    Post subject: Reply with quote

perhaps try "1600x900x8,auto" for a test.
you can also add
GRUB_CMDLINE_LINUX_DEFAULT="video=vesafb:1600x900-8,mtrr:3,ywrap"
Back to top
View user's profile Send private message
Carlos227
n00b
n00b


Joined: 31 Jul 2020
Posts: 25

PostPosted: Thu Oct 21, 2021 2:23 pm    Post subject: Reply with quote

etnull wrote:
perhaps try "1600x900x8,auto" for a test.
you can also add
GRUB_CMDLINE_LINUX_DEFAULT="video=vesafb:1600x900-8,mtrr:3,ywrap"


Hello, I tried the two suggestions and it did not work, it looks at 8bits but at 640x480
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum