All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Pat Campbell" <plc@novell.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] Dynamic modes support for PV xenfb (0 of 2)
Date: Tue, 08 Jan 2008 08:34:31 -0700	[thread overview]
Message-ID: <47833537.3E48.0018.0@novell.com> (raw)


Patches 1of2 and 2of2 adds multiple frame buffer resolution
support to the PV xenfb frame buffer driver and the PV xenfb
VNC server.

API Changelog entry is included here as I did not see doc/ChangeLog
when I did a tip clone this morning.

---------------------------------------------------------------
API Changelog entry:

 PV framebuffer multiple resolution facility:

  Guest may send XENFB_TYPE_RESIZE if feature-resize = 1 in
  xenstore of the backend VNC server. VNC server code sets
  feature-resize if it can handle the resize reguest.

  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 usage:
    vfb=['type=vnc,vncunused=1,vncresizable-pvfb=1,vnc-fixevdev-abs=1']

  Note: For proper absolute mouse tracking support when
        resizing, the guests xorg.conf file will need to
        have one of the following options added to it's
        InputDevice section.

        For driver 'evdev' add:   Option "AbsoluteScreen" "-1"
         (Or set vnc-fixevdev-abs in the vm config file vfb section)
        For driver 'evtouch" add: Option "Calibrate" "1"

        OpenSuSE 10.3 and Fedora 8 both have evdev AbsoluteSceen
        option.  RHEL5 and SLES10 do not and would require
        vnc-fixevdev-abs.

---------------------------------------------------------------

Signed-      off-      by: Pat Campbell <plc@novell.com>

             reply	other threads:[~2008-01-08 15:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-08 15:34 Pat Campbell [this message]
2008-01-09 19:43 ` [PATCH] Dynamic modes support for PV xenfb (0 of 2) Daniel P. Berrange
     [not found]   ` <4784D6C5.3E48.0018.0@novell.com>
2008-01-09 21:29     ` Daniel P. Berrange
  -- strict thread matches above, loose matches on Subject: below --
2008-01-09 22:07 Pat Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47833537.3E48.0018.0@novell.com \
    --to=plc@novell.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.