From Fedora Project Wiki

No edit summary
No edit summary
(180 intermediate revisions by 32 users not shown)
Line 1: Line 1:
{{Admon/warning | F13 | Beat owner should begin placing Fedora 13 content in this beat. }}
{{header|docs}}{{Docs_beat_open}}


== From Live CD's to Live USB's ==
== GDM on Wayland ==
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.


Up until Fedora 12 release, the desktop Live image has been CD sized ones and this has been increasingly limiting the out of box experience and Fedora Desktop team is targeting 1 GB Live USB keys instead as of this release and the image would not fit into a CD anymore.  Detailed documentation on making a Live USB is available at http://fedoraproject.org/wiki/How_to_create_and_use_Live_USBYou can burn this image in a DVD as well. If your computer does not support booting from a USB or has no DVD driver you can do a network installation or use the regular installation CD set instead.  
Wayland is a compositing display server, using your computer's video hardware for renderingOn systems where Wayland will not run, GDM should transparently fall back to using the X backend.


== Shotwell replaces Gthumb as default photo organizer ==
If you need to disable Wayland for GDM, edit '''/etc/gdm/custom.conf''' to reflect the following:


[http://yorba.org/shotwell/ Shotwell] is an open source photo organizer designed for the GNOME desktop environment and has replaced Gthumb by default in this release.  It supports the following features
    [daemon]
    WaylandEnable=false


* import photos from any digital camera supported by gPhoto
== Libinput used for input devices ==
* automatically organize events containing photos taken at the same time
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. 
* non-destructive editing allows altering photos without ruining originals or using disk space for each copy
* publish photos to Facebook and Flickr
* one-click auto-enhancement
* rotate, mirror, and crop photos
* reduce red-eye and adjust the exposure, saturation, tint, and temperature of your photos
* edit any photo, even if it's not imported to the Shotwell library


Gthumb continues to be maintained and available in the Fedora repository.
'''libinput'' improves support for multi-touch devices and software emulated buttons.  The driver is implemented directly in wayland sessions, and in X sessions through the '''xorg-x11-drv-libinput''' wrapper.


== GNOME Color Manager ==
Input devices will be configurable through '''GNOME Settings''', '''KDE System Settings''', '''xfce-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.


Color management helps artists, photographers, designers, and others display and print work more accurately using 100% free software. Color management supports setting output gamma tables for most monitors, including when they are hotplugged during a session. Users can also install vendor-supplied ICC or ICM files by double-clicking them, and calibrate displays and scanners with external devices and color targets using the ArgyllCMS package. Written by Richard Hughes, Red Hat engineer and Fedora contributor.
Note that '''xorg-x11-drv-libinput''' is only installed by default on new Fedora 22 installations, if you're upgrading and you want to use the new features provided by libinput, you can install '''xorg-x11-drv-libinput''' manually by doing:


Color management helps you control and produce more accurate color output for displays, printers, and scanners.
    sudo dnf install xorg-x11-drv-libinput


== Gnote Enhancements ==
To learn about the features and behavior of libinput, refer to `man libinput` or http://wayland.freedesktop.org/libinput/doc/latest/pages.html


Gnote is a C++ port of Tomboy. It is the default desktop note-taking application for GNOME in Fedora and has a number of enhancements and bug fixes.  Gnote now has a few new add-ins and follows the XDG directory specification from freedesktop.org and notes stored in previously versions will be automatically migrated from .gnote to .local/share/gnote in the user's home directory.
[[Category:Docs Project]]
 
[[Category:Draft documentation]]
Possible related feature pages:
[[Category:Documentation beats]]
* [[Features/ColorManagement |ColorManagement ]]
* [[Features/Gnome2.30 | Gnome 2.30 ]]
* [[Features/KDE44 |KDE44 ]]
* [[Features/Sugar_0.88 |Sugar_0.88 ]]
* [[Features/Moblin-2.2 |Moblin-2.2 ]]
 
 
<noinclude>[[Category:Release Notes]]<noinclude>
[[Category:Documentation_beats]]

Revision as of 10:49, 18 March 2015

DocsProject Header docTeam1.png
Note.png
Beat is open
This beat is now ready to have Fedora 25 content added by the beat writer


GDM on Wayland

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 and 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, xfce-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.

Note that xorg-x11-drv-libinput is only installed by default on new Fedora 22 installations, if you're upgrading and you want to use the new features provided by libinput, you can install xorg-x11-drv-libinput manually by doing:

   sudo dnf install xorg-x11-drv-libinput

To learn about the features and behavior of libinput, refer to man libinput or http://wayland.freedesktop.org/libinput/doc/latest/pages.html