[BRLTTY] Starting Orca on Fedora.

Nicolas Pitre nico at fluxnic.net
Sun Jun 3 11:09:27 EDT 2018


On Sat, 2 Jun 2018, Dave Mielke wrote:

> Maybe X has a way to define both a real monitor and a virtual monitor, and has
> a way to switch between them. Even so, though, I suspect that system boot
> cmpletion is probably even blocked if a connected monitor is turned off. That
> just doesn't seem right. Shouldn't a completed boot be a little more fault
> tolerant? It certaniy shouldn't crash the whole system if there's a bad
> configuration for the monitor, and I don't understand why it needs to block if
> the monitor isn't connected or is connecgted but turned off.

One thing recent kernels started to do is to wait for an actual monitor 
connection to adjust actual screen resolution rather than using some 
defaults.

What you might still do is to tell the kernel what screen resolution to 
assume so the video driver won't wait for a real monitor. For example, 
you could add the following to your kernel cmdline:

	vga=775 video=1280x1024 at 60e

> Also, blocking text logins on other ttys until gdm decides that it's healthy
> ebnough for use doesn't seem right. In fairness to the sighted people who
> designed this, though, I bet they couldn't imagine doing a text login on
> another tty without a monitor. :-)

Indeed. And I presume that gdm didn't start listening for keyboard 
events yet if it is waiting for a monitor. This could be worthy of a bug 
report.


Nicolas


More information about the BRLTTY mailing list