Bug 203339
Summary: | AMDGPU: virtual_display disables physical outputs | ||
---|---|---|---|
Product: | Drivers | Reporter: | Parker Reed (parker.l.reed) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | normal | CC: | alexdeucher, jjmarr, kernel.org, stephen.searles, t.clastres, vita.amaro |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.0.7 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Kernel log |
Description
Parker Reed
2019-04-16 22:51:52 UTC
(In reply to Parker Reed from comment #0) > > I have a monitor connected via HDMI. When I use the virtual_display kernel > parameter, only the virtual displays show up. When you enable the virtual display option the real displays are disabled. That is the intended behavior. It's not a crash just a warning. >When you enable the virtual display option the real displays are disabled.
>That is the intended behavior.
Why, though? Is it necessary part of this functionality or is it just a failsafe?
(In reply to Drath from comment #2) > >When you enable the virtual display option the real displays are disabled. > >That is the intended behavior. > > Why, though? Is it necessary part of this functionality or is it just a > failsafe? It's a lot of work to make them all work together and it has not been implemented. Plus for he main uses of virtual displays (virtualized GPUs and early bring up and emulation), there is no physical display hardware available or it's not ready to be used. But what if i need virtual display in order to use it as a second monitor via vnc? There is no way... (In reply to vita.amaro@gmail.com from comment #4) > But what if i need virtual display in order to use it as a second monitor > via vnc? There is no way... Patches welcomed. |