-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo-synchronization-issues.html
More file actions
44 lines (41 loc) · 2.36 KB
/
video-synchronization-issues.html
File metadata and controls
44 lines (41 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
layout: docs
title: Video Synchronization Issues
permalink: video-synchronization-issues/
---
<div class="fs-main-and-sidebar">
<main>
<div id="primary">
<div id="content" role="main">
<article id="post-3004" class="post-3004 page type-page status-publish hentry">
<header class="entry-header">
<h1 class="entry-title">Video Synchronization Issues</h1>
</header><!-- .entry-header -->
<div class="entry-content">
<p>Configuring FS-UAE to run the emulation in sync with the display is required to enable perfect scrolling in games. However, in some cases, your desktop environment may interfere with FS-UAE’s ability to do this, and you may end up with worse performance instead of better.</p>
<h2>Desktop Compositor</h2>
<p>When you have a desktop environment with a compositor running, you may run into one or more of the following issues:</p>
<ul>
<li>Video frame rate is not completely smooth even when full emulation-display synchronization is enabled.</li>
<li>In some cases (observed with Unity on nVIDIA), the frame rate is about halved.</li>
</ul>
<p>If you have one of these problems, you can try one of the following workarounds:</p>
<ul>
<li>Running FS-UAE in fullscreen may help or completely fix the problem.</li>
<li>Temporarily disable compositing (for example in KDE).</li>
<li>Temporarily use another window manager / desktop environment.</li>
<li>Don’t use video synchronization (but then you won’t get perfect scrolling in games either).</li>
</ul>
<h2>Ubuntu With 3D Acceleration</h2>
<p>Video synchronization @50Hz does not seem to work properly in Window mode with Compiz/Unity and compositing / 3D acceleration enabled, at least not with the proprietary nVIDIA drivers. Run FS-UAE in fullscreen to get smooth scrolling with 50Hz modes.</p>
<p>You may also need to do the following: Install <em>CompizConfig Settings Manager</em>, open it, click on <em>General/Composite</em>, and make sure <em>Unredirect Fullscreen Windows</em> is ticked.</p>
<h2>Display Synchronization Options</h2>
<p>You may get more stable video synchronization by trying out the different values for the <a title="Video Options" href="/video-options"><em>video_sync_method</em></a> option.</p>
</div><!-- .entry-content -->
<footer class="entry-meta">
</footer><!-- .entry-meta -->
</article><!-- #post-3004 -->
</div><!-- #content -->
</div><!-- #primary -->
</main>
</div>