[ANNOUNCE] xorg-server 21.1.14

2024-10-29 Thread Olivier Fourdan
v or argv[0] is NULL. Return NULL in *cmdname if the client argv or argv[0] is NULL Fix a double-free on syntax error without a new line. xkb: Fix buffer overflow in _XkbSetCompatMap() Olivier Fourdan (1): build: Drop libxcvt requirement from SDK_REQUIRED_MODULES Peter Hutterer

[ANNOUNCE] xwayland 24.1.4

2024-10-29 Thread Olivier Fourdan
This release contains the fix for the issue reported in today's security advisory: https://lists.x.org/archives/xorg-announce/2024-October/003545.html * CVE-2024-9632 José Expósito (1): Bump version to 24.1.4 Matthieu Herrb (1): xkb: Fix buffer overflow in _XkbSetCompatMap() git t

[ANNOUNCE] xwayland 24.1.3

2024-10-02 Thread Olivier Fourdan
instead of gnome.org CI: update libdecor from 0.1.0 to 0.1.1 Matthieu Herrb (2): Don't crash if the client argv or argv[0] is NULL. Return NULL in *cmdname if the client argv or argv[0] is NULL Mike Blumenkrantz (1): xwayland: connect to the wl display before calling in

XRender, clip region and transformations

2015-02-09 Thread Olivier Fourdan
Hi I am trying to scale down a (possibly shaped) window using XRender to a pixmap. The transform matrix is the usual matrix for scaling, i.e: 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 scale My code does exactly this: pa.subwindow_mode = IncludeInferiors; srcPicture = XRenderCreate

libXpresent question

2015-04-02 Thread Olivier Fourdan
Hi, (not sure if I should send this to xorg, xorg-devel or Keith directly, so I'm sending to xorg list copying Keith as well, I hope you don't mind...) I was wondering, will libXpresent ever be released? I have some code based on gtk+ (which uses Xlib) working just fine with libXpresent but no d

Re: libXpresent question

2015-04-16 Thread Olivier Fourdan
Hi Keith, So, err, anything that I could help with here? Cheers, Olivier On 2 April 2015 at 19:02, Keith Packard wrote: > Olivier Fourdan writes: > >> Hi, >> >> (not sure if I should send this to xorg, xorg-devel or Keith directly, >> so I'm sending to

Re: symbol lookup error: /usr/lib64/libX11.so.6: undefined symbol: xcb_wait_for_reply64

2015-07-30 Thread Olivier Fourdan
Hi all, Yeap, sorry, my fault, I helped Darryl off-list (didn't mean to keep it off-list, I just replied but not replied-all) For the record, Darryl had another copy of libxcb in /usr/local that was taking precedence over the libxcb from the distribution, so the 64bit api addition found in libxcb

Re: xfvb source package

2016-05-20 Thread Olivier Fourdan
Hi Usually, if you want to install Xvfb, it's easier to use the packages that come with your distribution of choice. If you want to build it from sources, Xvfb is is part of the xserver source tree, e.g.: https://cgit.freedesktop.org/xorg/xserver/tree/hw/vfb You'll need to specify --enable-xvfb

Re: Problem with xorg-server-1.14.5

2016-10-04 Thread Olivier Fourdan
Hi, On 4 October 2016 at 12:56, Anteja Vuk Macek wrote: > I try to install Fedora 18 MR2 - KDE , for that I need to install > xorg-server-1.14.5 ... I download from > http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.14.5.tar.gz. > > I configure and install ... > [...] > > Wh

Re: Problem with xorg-server-1.14.5

2016-10-05 Thread Olivier Fourdan
Hi On 5 October 2016 at 08:56, Anteja Vuk Macek wrote: > I know that Fedora 18 is old, but only for fedora 18 intel has ISP driver. Right, but my point was that you may want to use Xorg which ships with Fedora 18 (iirc, Fedora 18 ships with Xorg 1.13.x) rather than building your own. > Could yo

Re: Problem with xorg-server-1.14.5

2016-10-06 Thread Olivier Fourdan
On 6 October 2016 at 05:26, Felix Miata wrote: > Anteja Vuk Macek composed on 2016-10-05 14:30 (UTC+0200): > >> I can't use Xorg 1.13.x because for make Fedora 18 MR2 I need to use Xorg >> 1.14.5 ... >> For now I remove Xorg 1.13.x, and install Xorg 1.14.5, before I use both >> of >> Xorg ( 1.13.3

Re: [ANNOUNCE] xorg-server 1.19.99.904

2018-04-11 Thread Olivier Fourdan
Hi Adam, On 10 April 2018 at 21:57, Adam Jackson wrote: > Another batch of cleanups and fixes, mostly in glamor and DRI3. > > At this point the only outstanding major feature for 1.20 that hasn't > landed yet is EGLStreams support for Xwayland. The patches require some > minor rebasing to accoun

Re: X11 bugs; XWarpPointer and FullScreen

2019-11-27 Thread Olivier Fourdan
Hi, On Wed, 27 Nov 2019 at 09:16, wrote: > > XWarpPointer does not work on RedHat/Centos-8. The same code works > flawlessly on WSL / Ubuntu 18.04 using ' > www.sourceforge.net/projects/vcxsrv. > > FullScreen mode works under RedHat/Centos-8 but is broken under vcxsrv. I have no idea what vcxsrv

Re: restart Xorg? | fedora 32 | mem leak?

2021-02-18 Thread Olivier Fourdan
Hi, On Thu, 18 Feb 2021 at 17:48, Tom wrote: > After a week or two Xorg grows -- last time to about 3.6GB. How may I > restart > Xorg with out rebooting, or disturbing my current session? > You cannot restart the X server without disconnecting the running X11 clients, i.e. killing your session.

[ANNOUNCE] xwayland 21.1.2.901

2021-10-21 Thread Olivier Fourdan
reate GBM bo EGLImages Olivier Fourdan (5): xwayland/shm: Avoid integer overflow on large pixmaps xwayland: Set GLVND driver based on GBM backend name xwayland: Clear tablet cursor pending frame cb xwayland/test: Don't catch errors in run-piglit.sh Bump version to

[ANNOUNCE] libxcvt 0.1.1

2021-10-28 Thread Olivier Fourdan
libxcvt is a library providing a standalone version of the X server implementation of the VESA CVT standard timing modelines generator. This release updates the header for C++ to have C linkage and provides a few updates, mostly around the build system. Olivier Fourdan (3): Add gitlab CI

[ANNOUNCE] xwayland 21.1.3

2021-11-08 Thread Olivier Fourdan
I'm pleased to announce the Xwayland 21.1.3 release. No change compared the release candidate (21.1.2.901). Olivier Fourdan (1): Bump version to 21.1.3 git tag: xwayland-21.1.3 https://xorg.freedesktop.org/archive/individual/xserver/xwayland-21.1.3.tar.xz S

[ANNOUNCE] xwayland 21.1.4

2021-12-14 Thread Olivier Fourdan
refer EGLStream with NVIDIA proprietary driver if both GBM and EGLstream are available Michel Dänzer (1): xwayland: Store EGLContext pointer in lastGLContext Olivier Fourdan (5): xwayland/eglstream: Demote EGLstream device warning xwayland/glamor: Change errors to verbose mes

[ANNOUNCE] xwayland 22.0.99.901 (aka Xwayland 22.1.0 rc1)

2022-01-19 Thread Olivier Fourdan
ig directory Drop EXA code Drop miext/shadow directory meson: Build Xwayland unconditionally Don't install Xvfb meson: Change project name to xwayland Niveditha Rau (1): glx: Check for byte-swapping in SetReplyHeader Olivier Certner (1): os: Properly re

[ANNOUNCE] xwayland 22.0.99.902 (aka Xwayland 22.1.0 rc2)

2022-02-02 Thread Olivier Fourdan
iated. Please report any issues at https://gitlab.freedesktop.org/xorg/xserver/-/issues Unless any major issues turn up, the final release of Xwayland 22.1.0 is scheduled in two weeks from now. Olivier Fourdan (2): render: Fix build with gcc 12 Bump version to 22.0.99.902 git tag: xwa

[ANNOUNCE] xwayland 22.1.0

2022-02-16 Thread Olivier Fourdan
support for touchpad gestures * Support for xfixes's ClientDisconnectMode and optional terminate delay The only change compared to the second release candidate from two weeks ago is a trivial fix for the cursor color. Olivier Fourdan (2): xwayland: Fix cursor color Bump versi

[ANNOUNCE] xwayland 22.1.1

2022-03-31 Thread Olivier Fourdan
Michel Dänzer (2): xwayland: Clear timer_armed in xwl_present_unrealize_window xwayland: Always hook up frame_callback_list in xwl_present_queue_vblank Olivier Fourdan (3): Xwayland: Do not map the COW by default when rootless xwayland/present: Fix use-after-free in

Re: Xorg crashes when opening certain programs

2022-04-15 Thread Olivier Fourdan
Hi, On Fri, 15 Apr 2022 at 10:09, DdP Lombard wrote: > Hey, > I'm currently using the new "Crocus" driver for my GMA4500MHD, but > unfortunately Xorg crashes, when I open certain images, display certain > websites or simply open some programs. I think some GLSL functions > are being called that

[ANNOUNCE] xwayland 22.1.2

2022-05-25 Thread Olivier Fourdan
Olivier Fourdan (3): randr: Add "RANDR Emulation" property xwayland/output: Set the "RANDR Emulation" property Bump version to 22.1.2 Weng Xuetian (1): xwayland: Fix invalid pointer access in drm_lease_device_handle_released. git tag: xw

[ANNOUNCE] xwayland 22.1.2

2022-05-25 Thread Olivier Fourdan
(Resending because I forgot to sign the message) Olivier Fourdan (3): randr: Add "RANDR Emulation" property xwayland/output: Set the "RANDR Emulation" property Bump version to 22.1.2 Weng Xuetian (1): xwayland: Fix inval

[ANNOUNCE] xwayland 22.1.3

2022-07-12 Thread Olivier Fourdan
sprite_check_lost_focus() Olivier Fourdan (1): Bump version to 22.1.3 Peter Hutterer (3): xkb: switch to array index loops to moving pointers xkb: swap XkbSetDeviceInfo and XkbSetDeviceInfoCheck xkb: add request length validation for XkbSetGeometry zhoulei (1): xwayland: Change

[ANNOUNCE] libxcvt 0.1.2

2022-07-19 Thread Olivier Fourdan
): meson: Add initial darwin_versions Olivier Fourdan (1): libxcvt 0.1.2 git tag: libxcvt-0.1.2 https://xorg.freedesktop.org/archive/individual/lib/libxcvt-0.1.2.tar.xz SHA256: 0561690544796e25cfbd71806ba1b0d797ffe464e9796411123e79450f71db38 libxcvt-0.1.2.tar.xz SHA512

[ANNOUNCE] xwayland 22.1.4

2022-10-20 Thread Olivier Fourdan
length-check failure on empty strings. Luc Ma (1): ci: remove redundant slash in libxcvt repository url Michel Dänzer (1): dix: Skip more code in SetRootClip for ROOT_CLIP_INPUT_ONLY Olivier Fourdan (7): dix: Fix overzealous caching of ResourceClientBits() xwayland: Prevent

[ANNOUNCE] xwayland 22.1.5

2022-11-02 Thread Olivier Fourdan
closed while a key is pressed https://gitlab.freedesktop.org/xorg/xserver/-/issues/1395 The git shortlog is therefore rather... short: Olivier Fourdan (3): Revert "xwayland: Aggregate scroll axis events to fix kinetic scrolling" xwayland/input: Do not ignore leave events

[ANNOUNCE] xwayland 22.1.7

2022-12-19 Thread Olivier Fourdan
This release fixes an invalid event type mask in XTestSwapFakeInput which was inadvertently changed from octal 0177 to hexadecimal 0x177 in the fix for CVE-2022-46340. Olivier Fourdan (1): Bump version to 22.1.7 Peter Hutterer (1): Xext: fix invalid event type mask in

[ANNOUNCE] xorg-server 21.1.6

2022-12-19 Thread Olivier Fourdan
). Jeremy Huddleston Sequoia (1): xquartz: Fix some formatting John D Pell (1): XQuartz: stub: Call LSOpenApplication instead of fork()/exec() Olivier Fourdan (1): xserver 21.1.6 Peter Hutterer (3): xkb: proof GetCountedString against request length attacks xkb: fix

[ANNOUNCE] Xwayland 22.1.8

2023-02-07 Thread Olivier Fourdan
This release contains the fix for CVE-2023-0494 in today's security advisory: https://lists.x.org/archives/xorg-announce/2023-February/003320.html It also fixes a second possible OOB access during EnqueueEvent. Mike Gorse (1): dix: Use CopyPartialInternalEvent in EnqueueEvent Ol

[ANNOUNCE] xwayland 23.0.99.901 (aka Xwayland 23.1.0 rc1)

2023-02-22 Thread Olivier Fourdan
uild Xwayland unconditionally Don't install Xvfb meson: Change project name to xwayland Mike Gorse (1): dix: Use CopyPartialInternalEvent in EnqueueEvent Minh Phan (3): randr: introduce rrCrtcGetInfo DDX function xwayland/output: properly return the current emu

[ANNOUNCE] xwayland 23.0.99.902 (aka Xwayland 23.1.0 rc2)

2023-03-09 Thread Olivier Fourdan
params in helper xwayland/glamor/gbm: Use helper for implicit buffer params too xwayland/glamor: Track if a xwl_pixmap uses explicit modifiers Olivier Fourdan (4): xwayland: Include where needed xwayland: Use MAP_PRIVATE for keymaps xwayland: Fix uninitialised value

[ANNOUNCE] xwayland 23.1.0

2023-03-22 Thread Olivier Fourdan
I am pleased to announce Xwayland 23.1.0! Olivier Fourdan (2): test: Use either wayland-info or weston-info Bump version to 23.1.0 git tag: xwayland-23.1.0 https://xorg.freedesktop.org/archive/individual/xserver/xwayland-23.1.0.tar.xz SHA256

X.Org Security Advisory: CVE-2023-1393: X.Org Server Overlay Window Use-After-Free

2023-03-29 Thread Olivier Fourdan
X.Org Security Advisory: March 29, 2023 X.Org Server Overlay Window Use-After-Free == This issue can lead to local privileges elevation on systems where the X server is running privileged and remote code execution for ssh X forwarding sessions. ZDI-CAN-19

[ANNOUNCE] xorg-server 21.1.8

2023-03-29 Thread Olivier Fourdan
This release contains the fix for CVE-2023-1393 in today's security advisory: https://lists.x.org/archives/xorg-announce/2023-March/003374.html Benno Schulenberg (1): xkbUtils: use existing symbol names instead of deleted deprecated ones Olivier Fourdan (2): composite: Fix use-

[ANNOUNCE] xwayland 22.1.9

2023-03-29 Thread Olivier Fourdan
from multiplanar GBM BOs Minh Phan (3): randr: introduce rrCrtcGetInfo DDX function xwayland/output: properly return the current emulated mode when queried xwayland/window: Do not double add window to damage list Olivier Fourdan (4): dix: Clear device sprite after

[ANNOUNCE] xwayland 23.1.1

2023-03-29 Thread Olivier Fourdan
lFlush/ctx switch unless any work has been performed Michel Dänzer (2): xwayland: Refactor xwl_present_for_each_frame_callback helper xwayland: Prevent nested xwl_present_for_each_frame_callback calls Olivier Fourdan (2): composite: Fix use-after-free of the COW Bump version

[ANNOUNCE] xorgproto 2023.1

2023-06-05 Thread Olivier Fourdan
on FreeBSD for index/rindex Emil Velikov (1): DRI3: fix off-by-one DRI3 opcodes in description Michael Wyraz (1): Be more descriptive about monitor types Olivier Fourdan (1): xorgproto 2023.1 Peter Hutterer (1): Revert "keysymdef.h: delete fourteen long-deprecated s

Subject: [ANNOUNCE] xwayland 23.1.2

2023-06-06 Thread Olivier Fourdan
commits are allowed Olivier Fourdan (16): xwayland: Use a dedicated feedback callback for windows xwayland: Check for scanout support in tranches xwayland: Check for implicit scanout availability xwayland: Add a direct hook to create pixmaps with glamor xwayland: Add

[ANNOUNCE] xorgproto 2023.2

2023-06-16 Thread Olivier Fourdan
This is xorgproto-2023.2 as a quick-fix release to address the Present protocol version not being updated in xorgproto-2023.1. Olivier Fourdan (2): presentproto: Update version number to 1.3 xorgproto 2023.2 git tag: xorgproto-2023.2 https://xorg.freedesktop.org/archive/individual

[ANNOUNCE] xwayland 23.1.99.901 (aka Xwayland 23.2.0 rc1)

2023-07-19 Thread Olivier Fourdan
Drop config directory Drop EXA code Drop miext/shadow directory meson: Build Xwayland unconditionally Don't install Xvfb meson: Change project name to xwayland Olivier Fourdan (31): xwayland: Include where needed xwayland: Use MAP_PRIVAT

[ANNOUNCE] xwayland 23.1.99.902

2023-08-02 Thread Olivier Fourdan
Dänzer (4): glamor: Add and use glamor_drawable_effective_depth helper mi: Fix up alpha channel if needed in miPaintWindow glamor: Make glamor_solid_boxes take a DrawablePtr xwayland/glamor: Avoid implicit redirection with depth 32 parent windows Olivier Fourdan (9

[ANNOUNCE] xwayland 23.2.0

2023-08-16 Thread Olivier Fourdan
configure dimensions xwayland: Default geometry for undecorated rootful Olivier Fourdan (1): Bump version to 23.2.0 git tag: xwayland-23.2.0 https://xorg.freedesktop.org/archive/individual/xserver/xwayland-23.2.0.tar.xz SHA256

[ANNOUNCE] xwayland 23.2.1

2023-09-20 Thread Olivier Fourdan
I am pleased to announce the release of Xwayland 23.2.1 to address a couple of regressions reported in 23.2.0. Michel Dänzer (1): glamor: Ignore destination alpha as necessary for composite operation Olivier Fourdan (2): xtest: Check whether there is a sendEventsProc to call

[ANNOUNCE] xorg-server 21.1.11

2024-01-16 Thread Olivier Fourdan
allow for multiple virtual monitors on a physical display. José Expósito (2): Xi: do not keep linked list pointer during recursion xserver 21.1.11 Michael Wyraz (1): Removing the code that deletes an existing monitor in RRMonitorAdd Olivier Fourdan (2): glx: Call XACE hoo

[ANNOUNCE] xwayland 23.2.4

2024-01-16 Thread Olivier Fourdan
Bump version to 23.2.4 Michel Dänzer (3): glamor: Don't override source alpha to 1.0 if it's used for blending glamor: Make glamor_set_alu take a DrawablePtr glamor: Fall back for mixed depth 24/32 in glamor_set_alu Olivier Fourdan (3): xwayland: Pass the correct oeff

[ANNOUNCE] xorgproto 2024.1

2024-03-26 Thread Olivier Fourdan
Present: add PresentPixmapSynced José Expósito (1): meson: add header paths to declare_dependency Mohamed Akram (1): keysymdef.h: add dead_hamza symbol Olivier Fourdan (1): xorgproto 2024.1 Pierre Le Marre (14): keysymdef.h: Fix typo for Mode_switch aliases keysymdef.h

Re: [ANNOUNCE] xorgproto 2024.1

2024-03-28 Thread Olivier Fourdan
Hi Chris, On Thu, Mar 28, 2024 at 12:15 AM Chris Clayton wrote: > I sent the message below to the xorg annpince lisy yesterday but it > doesn't seem to have wriggled through the filters. > Yes, the xorg-announce is being moderated, best is to send your questions to the regular xorg@lists.x.org

[ANNOUNCE] xwayland 23.2.5

2024-04-03 Thread Olivier Fourdan
nable buttons with pointer gestures for backward compatibility with legacy X11 clients. Alan Coopersmith (2): Xi: ProcXIGetSelectedEvents needs to use unswapped length to send reply Xi: ProcXIPassiveGrabDevice needs to use unswapped length to send reply Olivier Fourdan (1): Bump ve

[ANNOUNCE] xwayland 23.2.6

2024-04-09 Thread Olivier Fourdan
This is a quick bug fix release to address a regression introduced by the fix for CVE-2024-31083 in xwayland-23.2.5. Florian Weimer (1): xwayland: Use correct pointer types on i386 Olivier Fourdan (2): render: Avoid possible double-free in ProcRenderAddGlyphs() Bump version to

Re: sudden crash of X server with malloc in the journalctl

2024-04-10 Thread Olivier Fourdan
Hi This is most likely https://gitlab.freedesktop.org/xorg/xserver/-/issues/1659 fixed with https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1479 Cheers Olivier On Wed, Apr 10, 2024 at 9:15 AM Jan Kurella wrote: > Hi there, > > I am a bit puzzled, the second time today my screen we

Re: sudden crash of X server with malloc in the journalctl

2024-04-10 Thread Olivier Fourdan
Hi Jan, On Wed, Apr 10, 2024 at 11:22 AM Jan Kurella wrote: > > yes, that sounds familiar, but the package versions do not match mine. I > am too much of a user to find the link between the given links and possible > versions on my machine. > Usually distributions backport the fixes, so the exa

[ANNOUNCE] xwayland 24.0.99.901

2024-04-17 Thread Olivier Fourdan
XA code Drop miext/shadow directory meson: Build Xwayland unconditionally Don't install Xvfb meson: Change project name to xwayland Moritz Bruder (1): fbdevhw: Support symbolic links in fbdev_open Niclas Zeising (1): Extend Linux #ifdef to FreeBSD OS. Olivie

[ANNOUNCE] xwayland 24.0.99.902

2024-05-02 Thread Olivier Fourdan
one becomes ready Olivier Fourdan (8): xwayland: Use the path to Xwayland as installed xwayland: Define MAX_OUTPUT_NAME in the header xwayland: Make xwl_output_set_name() public xwayland: Check for duplicate output names xwayland: Use the connector name for XRANDR

[ANNOUNCE] xwayland 23.2.7

2024-05-15 Thread Olivier Fourdan
: Call drmFreeDevice for dma-buf default feedback xwayland: Use drmDevicesEqual in xwl_dmabuf_feedback_tranche_done dri3: Free formats in cache_formats_and_modifiers xwayland/glamor: Handle depth 15 in gbm_format_for_depth Olivier Fourdan (4): Revert "xwayland/glamor:

[ANNOUNCE] xwayland 24.1.0

2024-05-15 Thread Olivier Fourdan
I am pleased to announce Xwayland 24.1.0! This fixes a couple of regressions introduced in the previous release candidate versions along with a fix for XTEST emulation with EI. Joshua Ashton (1): xwayland: Send ei_device_frame on device_scroll_discrete Olivier Fourdan (4): xwayland

Re: X11 crashes

2024-06-11 Thread Olivier Fourdan
Hi On Mon, Jun 10, 2024 at 8:27 PM Enrico Weigelt, metux IT consult < i...@metux.net> wrote: > On 04.06.24 13:43, Rathnavel J N wrote: > > Hi , > > I'm using remote desktop application zohoassist, when i drag this > > window during session, x 11 crash and take me to greeter screen. > > whic

[ANNOUNCE] xwayland 24.1.1

2024-07-10 Thread Olivier Fourdan
`xwl_glamor_gbm_init_main_dev` Fotios Valasiadis (1): os: Explicitly include X11/Xmd.h for CARD32 definition to fix building on i686 Matthieu Herrb (1): present: On *BSD, epoll-shim is needed to emulate eventfd() Olivier Fourdan (16): xwayland: Do not use manual redirect windows as surface window

Re: Xorg server

2024-08-05 Thread Olivier Fourdan
Hi On Mon, Aug 5, 2024 at 9:32 AM h3140067...@163.com wrote: > Hi, I recently researched the xorg_Server protocol and found that > imitating xorg communication, the client sends "l" to the server. In order > to be compatible with X11 applications on my self-developed desktop server, > this will

Re: Xorg server

2024-08-05 Thread Olivier Fourdan
Hi, On Mon, Aug 5, 2024 at 2:15 PM h3140067...@163.com wrote: > Thank you very much for your answer. I found the x1024 socket file in > temp/. x11 on Linux. What is the purpose of this socket? > Please make sure to send your questions to the mailing list and not directly to me. Cheers Olivier

[ANNOUNCE] xwayland 24.1.2

2024-08-07 Thread Olivier Fourdan
in (2): glamor: check BPP by render_format. glamor: xv: fix UYVY alignment Nicolas Dufresne (1): glamor: xv: Rewrite UYVY shader to match NV12/I420 CSC Olivier Fourdan (10): xwayland: Make sure output is suitable for fullscreen xwayland/ei: Handle EI_EVENT_KEYBOARD_MODI

Re: Commit missing from release

2025-02-05 Thread Olivier Fourdan
Hi, On Mon, Feb 3, 2025 at 9:12 PM Alan Coopersmith wrote: > On 1/30/25 06:45, Emil Tomczyk wrote: > > Hello, > > I'd like to ask, is there a reason why > > > https://gitlab.freedesktop.org/xorg/xserver/-/commit/db9e9d45e8ba73510f11eb9e534c176102f6623e > > isn't part of any release yet? It allow

[ANNOUNCE] xwayland 24.1.5

2025-02-05 Thread Olivier Fourdan
iling from xwl_drm_handle_device xwayland: Always decrement expecting_event in xwl_output_create xwayland/glamor: Clean-up GBM's screen private on failure Olivier Fourdan (5): xwayland: Do not keep the cursor's pixmap around xkb: Always use MAP_LENGTH keymap size os/c

[ANNOUNCE] xwayland 24.1.6

2025-02-25 Thread Olivier Fourdan
-2025-26601 Additionally, it reverts a recent Xkb change to fix an issue with gamescope. Olivier Fourdan (15): Revert "xwayland: Don't run key behaviors and actions" test: Fix xsync test Cursor: Refuse to free the root cursor xkb: Fix buffer overflow in XkbVMod

[ANNOUNCE] xorg-server 21.1.16

2025-02-25 Thread Olivier Fourdan
Kahn Gillmor (1): autotools: enable static use of Nettle for SHA1 Doug Brown (1): dri2: Protect against dri2ClientPrivate assertion failures Olivier Fourdan (18): glamor: Fix possible double-free os: Fix NULL pointer dereference xkb: Always use MAP_LENGTH keymap size

X.Org Security Advisory: multiple security issues X.Org X server and Xwayland

2025-02-25 Thread Olivier Fourdan
== X.Org Security Advisory: February 25, 2025 Issues in X.Org X server prior to 21.1.16 and Xwayland prior to 24.1.6 == Multiple issues have been found in the X