I would like to see the output while my system (details at bottom) boots when the monitor is connected only with an HDMI cable.
Currently I have both DVI and HDMI and I have no problem seeing the output using DVI but see nothing with HDMI.
I have an Nvidia 1070 and a motherboard that does not support UEFI.
I do not use a display manager but boot into a console and once the login prompt appears, log in and start X manually. I want to continue this
(even though I do check boot output later with
This is to understand what would be needed to switch to a newer graphics card and monitor that would come without any DVI interfaces.
I suspect this might be fixed with a better grub config.
System details: trixie/sid, linux-image-amd64 6.5.13-1, nvidia-driver 525.147.05-4, systemd 255.2-2
/etc/default/grub:Any ideas for how to make this work?
thanks!
Currently I have both DVI and HDMI and I have no problem seeing the output using DVI but see nothing with HDMI.
I have an Nvidia 1070 and a motherboard that does not support UEFI.
I do not use a display manager but boot into a console and once the login prompt appears, log in and start X manually. I want to continue this
(even though I do check boot output later with
This is to understand what would be needed to switch to a newer graphics card and monitor that would come without any DVI interfaces.
I suspect this might be fixed with a better grub config.
System details: trixie/sid, linux-image-amd64 6.5.13-1, nvidia-driver 525.147.05-4, systemd 255.2-2
/etc/default/grub:
Code:
GRUB_DEFAULT=0GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`GRUB_TIMEOUT=11GRUB_CMDLINE_LINUX_DEFAULT="loglevel=5"GRUB_CMDLINE_LINUX="splash nomodeset loglevel=5 fsck.mode=force video=HDMI-0:e"GRUB_BACKGROUND=/boot/grub/splash_images/gnome-splash-curves.pngGRUB_GFXMODE=2560x1440,1920x1080,1600x1200x16,1600x1200,800x600x16,800x600,640x480,autoGRUB_DISABLE_LINUX_UUID=true
thanks!
Statistics: Posted by JSJB — 2024-03-26 14:34 — Replies 2 — Views 53