From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Xen frame buffer related Date: Fri, 04 Apr 2008 12:59:07 -0700 Message-ID: <47F6888B.60807@goop.org> References: <46009afb0804030657rd1c2443jc3d4406235633417@mail.gmail.com> <87k5jdsjaq.fsf@pike.pond.sub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <87k5jdsjaq.fsf@pike.pond.sub.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Markus Armbruster Cc: xen-devel@lists.xensource.com, Dushmanta Mohapatra List-Id: xen-devel@lists.xenproject.org Markus Armbruster wrote: > The PVFB frontend supports the usual Linux framebuffer API for > dynamically changing resolutions. Check out xenfb_check_var() and > xenfb_set_par(). Actual resolution change is initiated by user space. > > This is a fairly new feature, and I haven't merged it into pvops PVFB > yet, because I don't want to rock that boat right now by modifying the > patch (it's being reviewed and hopefully gets merged). > Ingo has taken it into his tree, and I don't see anything blocking from going into 2.6.26 (you got the fb people to review it, right?). If you do an incremental patch to add resizing then we can add that too. BTW, does tablet mode work with the pvops patches? J