From Fedora Project Wiki

No edit summary
No edit summary
 
Line 2: Line 2:
|description=This test case verifies that the paravirt framebuffer works correctly for Fedora Xen DomU.
|description=This test case verifies that the paravirt framebuffer works correctly for Fedora Xen DomU.
|actions=
|actions=
# Make sure that the F-11 domU is configured to have a framebuffer.  For instance, on a RHEL-5 dom0, make sure that the vfb parameter in the /etc/xen/f11 config file looks like <pre>vfb = [ "type=vnc,vncunused=1" ]</pre>
# Make sure that the rawhide domU is configured to have a framebuffer.  For instance, on a RHEL-5 dom0, make sure that the vfb parameter in the /etc/xen/rawhide config file looks like <pre>vfb = [ "type=vnc,vncunused=1" ]</pre>
# If you made changes to the config file, make sure to shutdown and start the F-11 guest again.
# If you made changes to the config file, make sure to shutdown and start the rawhide guest again.
# Inside the guest, enter runlevel 5 (if you haven't already done so), and check that there are no visual artifacts when using X, dragging around windows, etc.
# Inside the guest, enter runlevel 5 (if you haven't already done so), and check that there are no visual artifacts when using X, dragging around windows, etc.
# Still inside the guest, open up an application that will use scrolling (Firefox is a good example), and try to scroll with your mouse.
# Still inside the guest, open up an application that will use scrolling (Firefox is a good example), and try to scroll with your mouse.

Latest revision as of 14:52, 15 September 2009

Description

This test case verifies that the paravirt framebuffer works correctly for Fedora Xen DomU.


How to test

  1. Make sure that the rawhide domU is configured to have a framebuffer. For instance, on a RHEL-5 dom0, make sure that the vfb parameter in the /etc/xen/rawhide config file looks like
    vfb = [ "type=vnc,vncunused=1" ]
  2. If you made changes to the config file, make sure to shutdown and start the rawhide guest again.
  3. Inside the guest, enter runlevel 5 (if you haven't already done so), and check that there are no visual artifacts when using X, dragging around windows, etc.
  4. Still inside the guest, open up an application that will use scrolling (Firefox is a good example), and try to scroll with your mouse.

Expected Results

  1. No visual artifacts during normal usage.
  2. The scroll wheel should work inside the guest.
  3. No "invisible wall" is hit while moving the mouse from one side of the screen to the other.