dwl the dynamic window manager for wayland (based on dwm) has some new release available
dwl version 0.6 is out and compatible with wlroots 0.17 in the Freebsd quarterly branch
dwl 0.7-rc1 is also out for wlroots 0.18 which is in the Freebsd latest branch
if you are running quarterly you want...
i have this simple code in wayland :
#include <stdio.h>
#include <wayland-client.h>
int
main(int argc, char *argv[])
{
struct wl_display *display = wl_display_connect(NULL);
if (!display) {
fprintf(stderr, "Failed to connect to Wayland display.\n");
return 1;
}...
wlroots 0.17.4 has fixed an issue with X11 apps crashing on XWayland
launching Duke Nuke em running as an X11 on XWayland would always crash my wlroots wayland session
and i would have to log back in and then Duke Nuke em would work
After upgrading to wlroots 0.17.4 today Duke no longer crashes
Hello bro.
I want to try to run Wayland + KDE 6 plasma. I have assembled the following commands that brought me close to the goal achievement,I think :
==> pkg install bash
==> pw groupmod video -m marietto
==> pkg install noto-2.0 sudo
==> EDITOR=nano visudo
%wheel ALL=(ALL:ALL) ALL
%sudo...
Hi there, as summary states, I can't start compositor because seatd is not able to open drm.
For the sake of testing I'm trying to see if I can start anything with cage compositor and here is the output
# seatd-launch -- cage qutebrowser
00:00:00.000 [seatd/seat.c:39] Created VT-bound seat...
ive been experimenting with running linux wayland apps in an ubuntu jail
the jail is running ubuntu mantic with the nvidia drivers manually installed
so they match the version on the freebsd host
wayland enabled in the jails ~/.zshenv config
export WAYLAND_DISPLAY=wayland-0
export...
I just figured out how to run Wayland applications from inside a Jail without using Xwayland
The reason i started looking into this is because Davinci Resolve 19 beta 1 supports running as a native wayland application
instead of running as an X11 app
Also there is a nasty bug with wlroots that...
Labwc is a wlroots-based window-stacking compositor for wayland,
inspired by openbox.
In this video i cover window placement , setting the theme, creating keyboard shortcuts to switch workspaces and move windows to different workspaces and monitors
How to warp your cursor between monitors...
labwc which is a wayland version of openbox supports the foreign toplevel interface
which provides a list of the open applications and lets you perform actions on the windows
using wlrctl you can list the open windows and use the output in a script
sudo pkg install wlrctl
wlrctl list windows...
waypipe is x-forwarding for wayland
whats really cool is you can use waypipe to forward a wayland application running in a linuxulator choot
to freebsd on the same machine running wayland using waypipe sockets in the tmp dir of the chroot
i have wayland set up on both freebsd and the ubuntu...
Hello, installed FreeBSD+Hyprland using nvidia-drm, I see an invisible cursor. Parameter WLR_NO_HARDWARE_CURSORS=1 did not help, who knows the solution to the problem?
Hello!
The amdgpu driver crashes with a segmentation fault on X.Org something like (address is correct) "Segmentation Fault on 0x2" (I'm not posting log, there was NOTHING usefull, and i dont want to restart X, but if you do think, i should, will do it.)
The wayland (sway) crashes with...
wlr-which-key lets you create global keyboard shortcuts for wlroots based wayland compositors
with a heads up display like which-key on emacs or nvim showing you the keys you can press and the command that will be run
the advantage of wlr-which-key is you only have to remember one keyboard...
dwl warp (move) your cursor to another display with a keyboard shortcut using wlrctl
which doesnt need root permissions to move the cursor
warping your cursor will move your cursor to another display and give that display focus,
i also cover moving windows to another display as well...
setting up the media volume keys on the dwl wayland tiling window manager
using the mixer command to raise, lower and mute the volume
update you dont need to import the xf86 header, dwl already imports a version we can use
updated code
/* commands */
static const char *volumeup[] = {...
freebsd dwl wayland tiling window manager install with patches in a separate git branch.
the reason why you need to build dwl on freebsd rather than using the port or packages
is because the dwl package lets you set an variable called DWL_HOME_CONFIG that points to a dwl config.h file
which...
im trying to build dwl and get this error when i run make
c99: illegal option -- p
i know there is a dwl package but i dont want to use that because dwl is something you usually compile
and the package also installs the foot terminal and bemenu-run
clone dwl with git
git clone...
im getting really bad audio popping recording with obs studio on freebsd 14 on wayland
the issue happens when recording the display and the mic at the same time, using either pulse audio,
sndio audio or recording the audio with sox and the video with obs
i have had a simmilar issue on my old...
Freebsd 14 Wayland running the Wayfire compositor on a Dell XPS 15 2019 using a Nvidia graphics card
All the hardware works but you need to use wifibox for the wifi drivers,
and nvidia on freebsd doesnt yet support nvenc and cuda
the packages needed are nvidia-driver nvidia-settings...
I have never used Xenocara, and haven't used OpenBSD.
What are benefits or comparisons for Xenocara over Xorg? I've heard about security benefits. What about ease of configuration for file or driver access? Also, are there desktop performance benefits? Or are there improvements in dependencies...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.