[PATCH v2 weston] man: fix prefixes for weston.ini(5)

2018-06-12 Thread Peter Hutterer
Replace a few hardcoded paths with the substitutes https://gitlab.freedesktop.org/wayland/weston/issues/105 Signed-off-by: Peter Hutterer --- Turn's out not everything that looks like a quickfix can be done in 5 minutes :) Changes to v1: - fix the module dir for the modules (pkglibdir → moduled

Re: [PATCH v6 6/6] main: don't configure /dev/fb0 by default

2018-06-12 Thread Pekka Paalanen
On Tue, 23 Jan 2018 22:15:48 -0500 nerdopolis wrote: > The framebuffer backend now detects the framebuffer device > dynamically. Don't assume that the framebuffer device is /dev/fb0 > --- > compositor/main.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/compositor/main.c b/composit

Re: [PATCH v6 5/6] libweston: fbdev: Attempt to detect the first framebuffer device in the seat. instead of defaulting to /dev/fb0

2018-06-12 Thread Pekka Paalanen
On Tue, 23 Jan 2018 22:15:47 -0500 nerdopolis wrote: > This adds a function to detect the first framebuffer device in the > current seat. Instead of hardcoding /dev/fb0, detect the device > with udev, favoring the boot_vga device, and falling back to the > first framebuffer device in the seat if

Re: [PATCH v6 4/6] libweston: fbdev: set fb device info upon the first run.

2018-06-12 Thread Pekka Paalanen
On Tue, 23 Jan 2018 22:15:46 -0500 nerdopolis wrote: > This attempts to wake up secondary framebuffer devices > (/dev/fb1 and up) as usually these devices start powered off, and > the FBIOPUT_VSCREENINFO ioctl turns it on. This was tested on a > qemu system with the options: > > -vga none -devic

Re: [PATCH v6 3/6] launcher-logind: only get a VT on seat0, as only seat0 supports VTs

2018-06-12 Thread Pekka Paalanen
On Tue, 23 Jan 2018 22:15:45 -0500 nerdopolis wrote: > As only seat0 supports TTYs, this changes the logind launcher where > it detects a TTY, only if the seat is seat0. This has only been > tested for logind > --- > libweston/launcher-logind.c | 22 -- > libweston/launcher-u

[PATCH] Makefile.am: add include dir for AC_CONFIG_MACRO_DIR to work

2018-06-12 Thread Maciej Wolny
da331647269ee9d73c4008ae901d107320bdc8d1 added a compatiblity macro for old versions of pkg-config. However, the file in which that macro resides was not included. From the autoconf docs: "Note that if you use aclocal from Automake to generate aclocal.m4, you must also set ACLOCAL_AMFLAGS = -I dir

Touchpad and Trackpoint on ThinkPad T480s

2018-06-12 Thread Pali Rohár
Hi! I was trying to configure T480s's touchpad and trackpoint with xorg libinput driver, but seems it is impossible to make it working properly. Devices on ThinkPad T480s are identified as: ETPS/2 Elantech Touchpad ETPS/2 Elantech TrackPoint Between touchpad and upper hw buttons is missing

Re: [PATCH v6 2/6] libweston: fbdev: support the --seat option, (and XDG_SEAT variable)

2018-06-12 Thread Pekka Paalanen
On Tue, 23 Jan 2018 22:15:44 -0500 nerdopolis wrote: > This allows the fbdev backend to run on, and use devices from the > specified seat, similar to the drm backend. > --- > compositor/main.c| 2 ++ > libweston/compositor-fbdev.c | 10 +- > libweston/compositor-fbdev.h | 1

Re: [PATCH v6 1/6] libweston: set the seat automatically based on the XDG_SEAT environment variable

2018-06-12 Thread Pekka Paalanen
On Tue, 23 Jan 2018 22:15:43 -0500 nerdopolis wrote: > This will allow the seat to be set by the environment as pam_systemd typically > sets the XDG_SEAT variable > --- > compositor/main.c | 2 +- > libweston/compositor-drm.c | 5 + > man/weston-drm.man | 7 +-- > 3 file

Re: [PATCH weston] compositor: print usage to stdout on success (not stderr) - this time really

2018-06-12 Thread Pekka Paalanen
On Tue, 12 Jun 2018 10:42:18 +1000 Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > --- > > sorry... No prob! We both failed to see it before it was too late. :-) Thanks for taking care of it so fast. Pushed: 70e8a32f..a1fd4302 master -> master I added a commit message and a link