From Fedora Project Wiki

No edit summary
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{header|docs}}{{Docs_beat_open}}
{{header|docs}}


== GDM on Wayland ==
{{Docs_beat_closed}}
The Gnome Display Manager (GDM) in Fedora 22 will default to the Wayland display server instead of Xorg.  While the default GNOME session still uses X, this change brings the move to Wayland one step closer.
 
Wayland is a compositing display server, using your computer's video hardware for rendering.  On systems where Wayland will not run, GDM should transparently fall back to using the X backend.
 
If you need to disable Wayland for GDM, edit '''/etc/gdm/custom.conf''' to reflect the following:
 
    [daemon]
    WaylandEnable=false
 
== Libinput used for input devices ==
Input devices in supporting environments, notably GNOME with Fedora Workstation and KDE, will use a new driver, '''libinput'''.  The new driver replaces a variety of drivers, such as '''synaptics''', enabling more consistent behavior across a variety of devices. 
 
'''libinput'' improves support for multi-touch devices, software emulated buttons.  The driver is implemented directly in wayland sessions, and in X sessions through the '''xorg-x11-drv-libinput''' wrapper.
 
Input devices will be configurable through '''GNOME Settings''', '''KDE System Settings''', or '''xinput'''.  Some niche features are not available via '''libinput''', but the previous behavior can be restored by removing the '''xorg-x11-drv-libinput''' package, and ensuring the appropriate x11 driver packages, probably x11-drv-synaptics or xorg-x11-drv-evdev are installed.
 
To learn about the features and behavior of libinput, refer to `man libinput` or http://wayland.freedesktop.org/libinput/doc/latest/pages.html


[[Category:Docs Project]]
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
[[Category:Documentation beats]]

Latest revision as of 01:34, 20 September 2016

DocsProject Header docTeam1.png


Warning.png
Beat Closed on Wiki
Work on beats has now moved to git at https://pagure.io/fedora-docs/release-notes. If you have changes or additions, please contact the docs team via #fedora-docs, docs@lists.fedoraproject.org, or with the release-notes BZ component.