- Jan 17, 2017
-
-
Morgane Glidic authored
Signed-off-by:
Quentin Glidic <sardemff7+git@sardemff7.net> Reviewed-by:
Daniel Stone <daniels@collabora.com>
-
As an option, allow to specify a mode (from the configuration file) by its refresh rate. Example of valid syntax: - "mode=1920x1080" Select a 1920x1080 mode, refresh rate undefined. - "mode=1920x1080@60" Select the (or one of the) 1920x1080 60 Hz mode. Signed-off-by:
Fabien Dessenne <fabien.dessenne@st.com> Reviewed-by:
Daniel Stone <daniels@collabora.com>
-
- Oct 22, 2016
-
-
As it has been discussed in the past [1], running Weston without any input device at launch might be beneficial for some use cases. Certainly, it's best for the vast majority of users (and the project) to require an input device to be present, as to avoid frustration and hassle, but for those brave souls that so prefer, this patch lets them run without any input device at all. This introduces a simple configuration in weston.ini: [core] require-input=true True is the default, so no behavioral change is introduced. [1] https://lists.freedesktop.org/archives/wayland-devel/2015-November/025193.html Signed-off-by:
Daniel Díaz <daniel.diaz@linaro.org> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Daniel Stone <daniels@collabora.com>
-
- Mar 10, 2016
-
-
Armin Krezović authored
This patch enhances the panel clock by adding a config file option which can be used to either disable the clock or make it also show seconds in the current clock format. v2: Implement suggestions from Pekka: - Include Signed-off-by - Coding style fixes - Implement clock widget allocation by using width from cairo_text_extents - Highlight config option values in man page v3: Implement suggestions from Pekka and Bryce: - Use CLOCK_FORMAT_* instead of FORMAT_* in the enum - Switch to using fixed clock widget size instead of one returned from cairo_text_extents - Fixes to config option highlighting in the man page v4: Implement more suggestions from Pekka and Bryce: - Improve patch changelog - Move the check for CLOCK_FORMAT_NONE into the caller function - Fix a memory leak in panel_create introduced by previous revision of this patch Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=57583 Signed-off-by:
Armin Krezović <armin.krezovic@fet.ba> Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-
- Oct 15, 2015
-
-
Bill Spitzak authored
User can remove the comment marks to make xwayland.so use a local installed Xwayland server.
-
- Jun 22, 2015
-
-
Pekka Paalanen authored
This is a follow-up for the patch that removed weston-screensaver. The aim is to clean up shell.c a little by removing non-essential components. Vanilla Weston desktop is only a demo, external projects are encouraged to create user-friendly desktop environments. The support for launching a screensaver client and the protocol bindings are removed. With them, all related configuration options are removed, and the manuals are updated accordingly. The screensaver protocol definition is left in desktop-shell.xml for posterity. This does not affect Weston's or desktop-shells ability to put screens to sleep after inactivity. The inactivity timer continues to operate as before. Also screen locking is unaffected. Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk> Acked-by:
Giulio Camuffo <giuliocamuffo@gmail.com>
-
- Aug 15, 2014
-
-
Enable by adding the following to your weston.ini: [libinput] enable_tap=true This also makes weston require libinput >= 0.5.0. Signed-off-by:
Jonas Ådahl <jadahl@gmail.com>
-
- Jun 25, 2014
-
-
I've updated this based on comments, simplifying the command handling. Currently the screen-share module uses a hard-coded command to start the fullscreen shell server. This patch causes the module to read the command from the weston config file (from the "command" key in the "screen-share" section). The default value remains the same (i.e. to run weston with the RDP backend and fullscreen shell), but is now located in the weston config file. As well as allowing the arguments to the fullscreen shell server to be changed, this also permits an alternative fullscreen shell server to be used if required, without needing to recompile. Since the command is run as the user running weston, this should not pose any additional security risk. Signed-off-by:
Andrew Wedgbury <andrew.wedgbury@realvnc.com>
-
- Jun 24, 2014
-
-
Faith Ekstrand authored
It turns out that flipped-270 is the second-simplest transformation besides normal because it is a direct swapping of the x and y axes. Having that as the default encourages people to use flipped-270 as the default test for "I want to try this with a transform". Unfortunately, because flipped-270 is so simple, it is really easy to have something that works for normal, flipped-270, and nothing else. This encourages people to test with a transform thats actually "hard".
-
Faith Ekstrand authored
-
- Feb 19, 2014
-
-
Jasper St. Pierre authored
Ever since the autotools flattening, the launcher for weston-flower contained an incorrect path...
-
- Nov 28, 2013
-
-
Neil Roberts authored
Previously weston.ini had hardcoded paths for the weston-* clients in /usr/bin and /usr/libexec. This was a bit annoying when testing Weston because you wouldn't usually install those in the system prefix. This patch adds a make rule to automatically generate weston.ini from a template file with some replacement markers for the paths so that they can have the right prefix.
-
- Oct 16, 2013
-
-
Kristian Høgsberg authored
This patch adds a new weston.ini key, gbm-format, to the [core] section. This new key can be rgb565, xrgb8888 or xrgb2101010, and makes the compositor use the corresponding GBM format for the framebuffer.
-
Kristian Høgsberg authored
The new key startup-animation in the [shell] section lets you control the startup animation. Default is fade, but with this patch we can also do none, which just show the desktop as fast as possible.
-
- Sep 23, 2013
-
-
Emilio Pozuelo Monfort authored
-
- Aug 27, 2013
-
-
Faith Ekstrand authored
Signed-off-by:
Jason Ekstrand <jason@jlekstrand.net>
-
- Aug 13, 2013
-
-
Armin K. authored
This patch adds 3 new options to weston.ini to allow the user to change default constant_accel_factor, min_accel_factor and max_accel_factor. If no options are set, it falls back using defaults as it did before. v2: create weston_config_section_get_double and use it instead of manualy converting string to double. v3: add default values in weston_config_get_double instead of using conditionals. v4: don't pass diagonal as pointer.
-
- May 14, 2013
-
-
Richard Hughes authored
This allows users to change the assigned display profile in GNOME (using gnome-control-center) or KDE (using colord-kde) and also allows the profiling tools to correctly inhibit the calibration state whilst measuring the native screen response.
-
- May 10, 2013
-
-
Richard Hughes authored
ICC profiles can now be specified in weston.ini for each output, or a CMS implementation can optionally loaded from a pluggable module.
-
- May 01, 2013
-
-
Emilio Pozuelo Monfort authored
-
- Mar 19, 2013
-
-
Scott Moreau authored
This reverts commit 97a56145. The current code detects the mode key, not modeline. Reference: http://cgit.freedesktop.org/wayland/weston/tree/src/compositor-drm.c#n2464
-
Emilio Pozuelo Monfort authored
-
- Feb 19, 2013
-
-
Kristian Høgsberg authored
When specifying a modeline, use the modeline key. Make the example weston.ini do that.
-
- Nov 28, 2012
-
-
Scott Moreau authored
Since a6813d28, there is no longer a "type" key in the [shell] config section. Instead the code accepts a [core] section with a modules key, containing a comma separated list of modules to load. This patch removes the type keys and adds a core section in the example weston.ini config file.
-
- Nov 27, 2012
-
-
Jan Arne Petersen authored
Start the input method specified in the weston.ini configuration file. Signed-off-by:
Jan Arne Petersen <jpetersen@openismus.com>
-
- Aug 31, 2012
-
-
Jonas Ådahl authored
Signed-off-by:
Jonas Ådahl <jadahl@gmail.com>
-
- Aug 29, 2012
-
-
Scott Moreau authored
This patch allows rotation and mirroring outputs for x11 and drm backends. A new 'transform' key can be set in the [output] section. From the protocol: "The flipped values correspond to an initial flip around a vertical axis followed by rotation." The transform key can be one of the following 8 strings: normal 90 180 270 flipped flipped-90 flipped-180 flipped-270
-
- Aug 16, 2012
-
-
Scott Moreau authored
-
- Aug 04, 2012
-
-
Scott Moreau authored
This patch provides a way to define outputs for the x11 backend. It parses [output] sections and checks for 'name' and 'mode' keys. The 'name' must start with an 'X' to distinguish from drm output names. Command line options --width and --height supersede what is in the config file. When --output-count is passed, the number of outputs are limited or additional outputs added with default values.
-
- Aug 01, 2012
-
-
Scott Moreau authored
This allows specifying a modeline in the config for the 'mode' key in the output section, such as one you would get from cvt.
-
- Jul 31, 2012
-
-
Scott Moreau authored
Parse the config file for [output] sections and check for 'name' and 'mode' keys. The key strings are compared to what is reported by weston log. The 'mode' key string can be one of the following: 1) WIDTHxHEIGHT - one that is reported by weston log 2) off - Disables the output 3) preferred - Uses the preferred mode 4) current - Uses the mode currently driving the crtc
-
- Jul 27, 2012
-
-
Kristian Høgsberg authored
We used to only check the first possible encoder, now we go through all possible encoders and look through all possible crtcs for each encoder.
-
- Jul 22, 2012
-
-
Scott Moreau authored
The variable has no effect as part of the screensaver section.
-
- Jun 25, 2012
-
-
Kristian Høgsberg authored
-
- Apr 25, 2012
-
-
zjuan authored
Now we can choose zoom or fade in weston.ini to fulfill and customize the user experence easier. Signed-off-by:
Juan Zhao <juan.j.zhao@intel.com>
-
- Apr 20, 2012
-
-
Tiago Vignatti authored
This patch makes the main modifier configurable. We used to hardcode super (windows key) for most bindings, but now that can be changed. The change affects two key bindings: rotation moves to mod+right click and backlight moves to from ctrl+f9/f10 to mod+f9/f10. Signed-off-by:
Tiago Vignatti <tiago.vignatti@intel.com>
-
- Mar 25, 2012
-
-
Tiago Vignatti authored
The shell choice happens in the configuration file now. Signed-off-by:
Tiago Vignatti <tiago.vignatti@intel.com>
-
- Jan 31, 2012
-
-
Scott Moreau authored
krh: Updated to use /usr/bin/weston-terminal.
-
- Jan 25, 2012
-
-
Kristian Høgsberg authored
-
- Jan 03, 2012
-
-
Kristian Høgsberg authored
-