Displaying 1 result from an estimated 1 matches for "vncresizable".
2008 Jan 08
3
[PATCH] Dynamic modes support for PV xenfb (0 of 2)
...When multiple resolution support is enabled the guests frame
buffer size jumps from 2MB to 5MB. Maximum scanline length
is 1280 pixels. Code can support any resolution thats fits
within the 5MB and does not exceed a width of 1280.
New xenstore virtual machine specific VNC attributes:
vncresizable-pvfb: For those that don''t need higher
resolutions in their guest. Default: 0.
vnc-fixevdev-abs: Older versions of evdev do not
have an option to disable scaling. This attribute
adjust the abs mouse position to counter evdevs scaling.
Default: 0
Attribute us...