From Fedora Project Wiki

(notice w.r.t. mplayer's RFBZ#329)
(fix up the test case to use totem / gstreamer, since mplayer isn't available in repos)
Line 3: Line 3:
|actions=
|actions=
# Enable the nouveau driver. You may need to install the driver package, and download [https://fedoraproject.org/w/uploads/d/d9/Xorg.conf.nouveau this file] and install it as /etc/X11/xorg.conf
# Enable the nouveau driver. You may need to install the driver package, and download [https://fedoraproject.org/w/uploads/d/d9/Xorg.conf.nouveau this file] and install it as /etc/X11/xorg.conf
# Ensure mplayer is installed: <pre>yum install mplayer</pre>
# Ensure totem is installed: <tt>yum install totem</tt>
# Run <tt>gstreamer-properties</tt>, go to the Video tab, and set the Default Output Plugin to ''X Window System (X11/XShm/Xv)''
# Hit the ''Test'' button and observe the test video window for a few seconds
# Ensure you have a known-working video file available: for example, [http://www.redhat.com/v/magazine/ogg/NET_MAN.ogg this NetworkManager video (45 MB)]
# Ensure you have a known-working video file available: for example, [http://www.redhat.com/v/magazine/ogg/NET_MAN.ogg this NetworkManager video (45 MB)]
# Shut your system down entirely, then start it up again
# Run Totem and play back the test video file you downloaded
# Log in to the system, and open a console, and go to the directory where your video file is
# Play back the video with this command: <pre>mplayer -vo xv NET_MAN.ogg</pre> (change NET_MAN.ogg to the name of your video file, if different and/or add ''-ao null'' if you hit [https://bugzilla.rpmfusion.org/show_bug.cgi?id=329 bug 329])
# Try moving the playback window around, pausing, skipping through the video forwards and backwards, and switching to full screen mode and back (f key)
# Try moving the playback window around, pausing, skipping through the video forwards and backwards, and switching to full screen mode and back (f key)
|results=
|results=

Revision as of 16:21, 25 March 2009

Description

This test case tests whether XVideo-accelerated video playback is successful with the Nouveau driver.


How to test

  1. Enable the nouveau driver. You may need to install the driver package, and download this file and install it as /etc/X11/xorg.conf
  2. Ensure totem is installed: yum install totem
  3. Run gstreamer-properties, go to the Video tab, and set the Default Output Plugin to X Window System (X11/XShm/Xv)
  4. Hit the Test button and observe the test video window for a few seconds
  5. Ensure you have a known-working video file available: for example, this NetworkManager video (45 MB)
  6. Run Totem and play back the test video file you downloaded
  7. Try moving the playback window around, pausing, skipping through the video forwards and backwards, and switching to full screen mode and back (f key)

Expected Results

  1. The video should play smoothly, in the correct colors, pausing and skipping and switching to and from full screen should work with no delays and no kind of corruption to the video or the rest of the desktop