Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-24-2023, 02:10 PM
|
#1
|
Senior Member
Registered: Mar 2010
Distribution: Slackware
Posts: 2,024
|
Display doesn't turn on until some point in the boot process
In the process of trying a new kernel this morning my screen stopped coming on until some point in the kernel loading. I don't get to see the boot menu or, if I press F1 early, the BIOS setup screen. It's an HDMI (Onn 21-inch) which displays a 'no signal' message briefly when there's no signal; when a signal first arrives another message gets displayed reporting the connection and resolution, for example 'HDMI 1920x1080' (It also has a VGA port.) I looked at all the monitor's setup configuration, reset them. It's as though the computer has decided not to display anything. Lenovo ThinkCentre M93P. Kernel 6.5.8, Slackware.
|
|
|
10-24-2023, 03:21 PM
|
#2
|
LQ Guru
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 6,063
|
Does it happen from a pure cold shutdown of display and PC, or only on reboots?
Fancy/shmancy graphics shenanigans during boot and shutdown can have unwanted side-effects with some GPU/display combinations. Grub has gotten the idea it should be employing the BIOS' own GUI splash screen as part of its own or the init process in some configurations. Whether using elilo might also do or affect this I have no idea. If you have Plymouth installed, try uninstalling it. Adding or removing nosimplefb=1 to/from your kernel cmdline might have an effect. Disabling GUI boot splash in BIOS might be all that's required to stop it.
|
|
|
10-25-2023, 05:05 PM
|
#3
|
Senior Member
Registered: Mar 2010
Distribution: Slackware
Posts: 2,024
Original Poster
|
Quote:
Originally Posted by mrmazda
Does it happen from a pure cold shutdown of display and PC, or only on reboots?
|
both
Quote:
Originally Posted by mrmazda
Fancy/shmancy graphics shenanigans during boot and shutdown can have unwanted side-effects
|
I display nothing. Not only do I not see the menu, I don't see the BIOS setup screen if I hit F1 - that's a serious problem. I don't see how linux can cause it.
Quote:
Originally Posted by mrmazda
Grub has gotten the idea it should be employing the BIOS' own GUI splash screen as part of its own or the init process in some configurations. Whether using elilo might also do or affect this I have no idea. If you have Plymouth installed, try uninstalling it. Adding or removing nosimplefb=1 to/from your kernel cmdline might have an effect. Disabling GUI boot splash in BIOS might be all that's required to stop it.
|
I don't use any of these.
|
|
|
10-26-2023, 06:00 AM
|
#4
|
Senior Member
Registered: Jul 2020
Posts: 1,109
|
Quote:
Originally Posted by RandomTroll
I display nothing. Not only do I not see the menu, I don't see the BIOS setup screen if I hit F1 - that's a serious problem. I don't see how linux can cause it.
|
Agree. Does your motherboard has a factory reset jumper? If yes, try it.
|
|
1 members found this post helpful.
|
10-26-2023, 01:26 PM
|
#5
|
LQ Guru
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 6,063
|
I managed to not finish my original reply. Is this Onn new in recent weeks, able to be returned to store for exchange? I would do so if possible. First, try it with some other computer to get an idea whether its related to your PC or its own problem. Also try different HDMI cable and type (VGA/DP/DVI) cable. With UEFI BIOS computers, some displays just don't like to get their act together quickly enough when a computer is turned on. Whether your computer is set to mask boot with a splash screen instead of POST messages, or vice versa, try switching it.
|
|
|
10-28-2023, 11:08 PM
|
#6
|
Senior Member
Registered: Mar 2010
Distribution: Slackware
Posts: 2,024
Original Poster
|
Quote:
Originally Posted by lvm_
Does your motherboard has a factory reset jumper? If yes, try it.
|
It does! I've had laptops for 25 years, forgot these desktops had those. I bought it a few months ago. I'll try to remember that for my next boot.
|
|
|
11-10-2023, 09:48 PM
|
#7
|
Senior Member
Registered: Mar 2010
Distribution: Slackware
Posts: 2,024
Original Poster
|
When I used the CMOS clear jumper routine the computer stopped working, as detailed in a separate thread.
I bought a 'new' used M93p. It wouldn't display anything until I cleared the CMOS. But it exhibits the same behavior: displaying nothing until about the same point in the boot process. But it will display when I run the BIOS setup. sigh! Why doesn't the cheap junk I buy work well anymore?
|
|
|
11-11-2023, 01:12 PM
|
#8
|
Member
Registered: Jul 2019
Location: Europe
Distribution: Slackware64-current
Posts: 149
Rep:
|
Is this an EFI system?
If yes then try grub instead of elilo.
|
|
|
11-11-2023, 02:41 PM
|
#9
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,876
|
Re: Post #1: I had that problem too.
It was a laptop with hdmi external hdmi monitor. The kernel video driver wasn't in te initrd, and I wasn't insmodding anything in grub. So the video came up when the kernel loaded the video module. You know when that happens because the onscreen typeface appears smaller.
Try 'insmod <your_video_module>' in grub and make sure it's in the initrd as well.
EDIT: IDK if you can load/preload modules in lilo/elilo.
Last edited by business_kid; 11-11-2023 at 02:42 PM.
|
|
|
All times are GMT -5. The time now is 12:25 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|