Last change
on this file since 68760 was 64919, checked in by vboxsync, 8 years ago |
bugref:8677: Additions/Graphics/Wayland: Fedora 25 issues: fix sending virtual screen offset hints (recent guests only). If the hints are not for disjoint screen areas (GNOME Shell requires this), replace them with default ones. Having valid hints lets us know the virtual screen layout inside GNOME Shell/Wayland unless the user has manually changed it inside the guest, and we need this information to get the (absolute) pointer input mapping right. The code also detects and handles separately the special cases of the fbdev console being active and X.Org (a single large framebuffer for all screens in video memory).
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
720 bytes
|
Line | |
---|
1 | This document lists things which have been known to fail in the past with the
|
---|
2 | drm video driver and which should be tested regularly, e.g. when making code
|
---|
3 | changes or before releases.
|
---|
4 |
|
---|
5 | * Test that "auto-resize" is enabled in the GUI if user space supports it.
|
---|
6 | * Test that old versions of Plymouth which do not report rectangles
|
---|
7 | (pre-0.9.0/2014-05-20) update the screen correctly.
|
---|
8 | * Having valid, non-overlapping offset hints on all screens has caused
|
---|
9 | mouse integration and/or screen updates to break for fbdev, X.Org or
|
---|
10 | GNOME Shell/Wayland.
|
---|
11 | * Note that if a multi-screen VM is booted with only one screen enabled
|
---|
12 | the fbdev console will be disabled on the others until reboot. Test this
|
---|
13 | configuration.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.