Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfwm4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
xfwm4
Commits
b3e2686b
Commit
b3e2686b
authored
8 years ago
by
Olivier Fourdan
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release.
parent
13fbbbd1
Branches
xfmpc-0.1.x
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
COMPOSITOR
+24
-0
24 additions, 0 deletions
COMPOSITOR
NEWS
+7
-0
7 additions, 0 deletions
NEWS
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
with
33 additions
and
2 deletions
COMPOSITOR
+
24
−
0
View file @
b3e2686b
...
...
@@ -110,3 +110,27 @@ On some card, you may want to try the EXA acceleration by adding
Option "AccelMethod" "exa"
to the card's Device section in xorg.conf.
4.3) VSYNC and tearing
======================
Starting with version 4.13, xfwm4 now supports VSYNC via two different
method, either using OpenGL or the Present X11 extension.
xfwm4 relies on libepoxy for OpenGL, and on libXpresent for Present support.
Support for those features can be checked using "xfwm4 --version":
Build configuration and supported features:
...
- Xpresent support: Yes
- Embedded compositor: Yes
- Epoxy support: Yes
...
If both VSYNC methods are available, xfwm4 will prefer OpenGL. To force the
use of the present extension, set the environment variable XFWM4_USE_PRESENT
prior to run xfwm4, e.g.:
$ XFWM4_USE_PRESENT=1 xfwm4 --replace &
This diff is collapsed.
Click to expand it.
NEWS
+
7
−
0
View file @
b3e2686b
4.13.0
======
- Add support for VSYNC using either Present or OpenGL
- Support for scaled cursor when zooming
- Daemon mode is now deprecated (--daemon has no effect)
- Bug fixes and I18n improvements
4.12.0
======
- Add support for gtk window menu
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
b3e2686b
...
...
@@ -4,10 +4,10 @@ dnl xfwm4 - window manager for the Xfce4 desktop environment
dnl
m4_define([xfwm4_version_major], [4])
m4_define([xfwm4_version_minor], [1
2
])
m4_define([xfwm4_version_minor], [1
3
])
m4_define([xfwm4_version_micro], [0])
m4_define([xfwm4_version_build], [@REVISION@])
m4_define([xfwm4_version_tag], [
git
])
m4_define([xfwm4_version_tag], [])
m4_define([xfwm4_version], [xfwm4_version_major().xfwm4_version_minor().xfwm4_version_micro()ifelse(xfwm4_version_tag(), [git], [xfwm4_version_tag().xfwm4_version_build()], [xfwm4_version_tag()])])
m4_define([gtk_minimum_version], [2.14.0])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment