> From: timo.my...@wickedbsd.net (Timo =?utf-8?Q?Myyr=C3=A4?=)
> Date: Thu, 31 Dec 2015 13:01:45 +0200
> 
> Mark Kettenis <mark.kette...@xs4all.nl> writes:
> 
> > Can you try the diff below in addition to the previous diff?
> >
> > Thanks,
> >
> > Mark
> 
> 
> Applying this diff fixes the display but curiously breaks my USB
> keyboard.  The keyboard ceases to work after bootloader. USB mouse
> works just fine though.  If I disable inteldrm on boot the keyboard
> works fine.

Please send me a new dmesg of the machine with both radeondrm(4) and
inteldrm(4) *enabled*.

This might actually be expected behaviour.  You now effectively have
two glass consoles: wsdisplay0 and wsdisplay1.  The keyboard attaches
to one of those, for example:

  ukbd0 at uhidev0: 8 variable keys, 6 key codes
  wskbd0 at ukbd0: console keyboard, using wsdisplay0

Now if you've connected your monitor to wsdisplay1 and your keyboard
attaches to wsdisplay0, it will appear not to work.

You can easily identify which display you'relooking at.  If the login
greeting shows ttyC0, you're looking at wsdisplay0, if it shows ttyD0,
you're looking at wsdisplay1.

In any case, I went ahead and committed the diffs as they are a clear
improvement over a black screen ;).

Cheers,

Mark

Reply via email to