[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howtos:window_managers:running_xorg_environments_in_xwayland [2023/12/23 00:54 (UTC)] – Move the quote again. pghvlaanshowtos:window_managers:running_xorg_environments_in_xwayland [2024/01/25 11:06 (UTC)] (current) – [Caveats] Wrong file path. pghvlaans
Line 72: Line 72:
   * Rootful Xwayland windows are no longer decorated, so ''rc.xml'' is unnecessary.    * Rootful Xwayland windows are no longer decorated, so ''rc.xml'' is unnecessary. 
   * The initial geometry of the Xwayland server must be specified. Replace the Xwayland line in the autostart script above with the following:   * The initial geometry of the Xwayland server must be specified. Replace the Xwayland line in the autostart script above with the following:
-   + 
-  ''DISPLAY=:1 startx -- /usr/bin/Xwayland -fullscreen -geometry 1920x1200'' +  DISPLAY=:1 startx -- /usr/bin/Xwayland -fullscreen -geometry 1920x1200 
-  +
 Ideally, the ''geometry'' option will match the dimensions of the monitor. xrandr can change the resolution afterwards. Ideally, the ''geometry'' option will match the dimensions of the monitor. xrandr can change the resolution afterwards.
 ==== Running ==== ==== Running ====
Line 93: Line 93:
   * GPU memory usage is slightly higher relative to running an ordinary xserver.   * GPU memory usage is slightly higher relative to running an ordinary xserver.
   * Wayland-only programs and any other program that runs in Wayland mode will be managed by the Wayland compositor rather than the X11 environment.   * Wayland-only programs and any other program that runs in Wayland mode will be managed by the Wayland compositor rather than the X11 environment.
-  * Neither xinput nor synclient will work to turn off touchpads, for example.+  * Neither xinput nor synclient will work to adjust input device settings; insteaduse the file ''$HOME/.config/labwc/rc.xml''. See the ''LIBINPUT'' section in labwc-config(5) for details.
   * If an input device does not work in the chosen Wayland compositor, running an Xwayland server will not cause it to start working.   * If an input device does not work in the chosen Wayland compositor, running an Xwayland server will not cause it to start working.
   * xbacklight does not work; echoing values to ''/sys/class/backlight/*/brightness'' may be a workaround, depending on the system.   * xbacklight does not work; echoing values to ''/sys/class/backlight/*/brightness'' may be a workaround, depending on the system.
 howtos:window_managers:running_xorg_environments_in_xwayland ()