wayland

  1. H

    Other Screen cast not working with OBS-studio in Hyprland "warning: [pipewire] Failed to start screencast, denied or cancelled by user"

    Hello. I am new in FreeBSD and also BSD-based sytems too... I have installed OBS-Studio, XWayland, wlroots, Hyprland and also `xdg-desktop-portal-hyprland` from `pkg install`. But after trying to create a `Screen Capture (PipeWire)` source and choose the first my monitor - I have nothing. And...
  2. NapoleonWils0n

    Other dwl users update to 0.7 for wlroots-0.18.1

    if you are using dwl ( wayland the version of dwm ) then you need to update to version 0.7 which is compatible with wlroots-0.18.1 which has just been released version 0.6 of dwl works with wlroots-0.17 not the package from the freebsd repos but a tar.gz release...
  3. P

    Sway is aborted; core dump

    Finally installed FreeBSD (thanks to Intel wifi, which i installed instead of Broadcom one). But i still can't manage my favourite compositor - Sway - to startup. Yeah, I started i3, but it would be mess to rewrite all configs, and i want to run sway. FreeBSD 14.1, Intel HD Graphics (i915...
  4. NapoleonWils0n

    xkb swap sterling £ and numbersign # on a gb keyboard

    xkb swap sterling £ and numbersign # on a gb keyboard https://github.com/NapoleonWils0n/cerberus/tree/master/xkb/xkb-swap-sterling-numbersign https://github.com/NapoleonWils0n/freebsd-dotfiles-xps/tree/master/.config/xkb i use a mac gb keyboard layout default layout pressing shift + 3...
  5. NapoleonWils0n

    Other dwl 0.6 (dwm for wayland) for wlroots 0.17 is out

    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...
  6. L

    C why i cant compile wayland source code in Freebsd via clang, cc and gcc?!

    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; }...
  7. NapoleonWils0n

    Other wlroots 0.17.4 fixes issue with X11 apps crashing under XWayland

    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
  8. plexinvise

    aarch64: Wayland, seatd - [backend/backend.c:376] Failed to open any DRM device

    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...
  9. NapoleonWils0n

    jails running linux wayland apps in a ubuntu jail

    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...
  10. NapoleonWils0n

    Other Eureka running Wayland applications from inside a Jail

    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...
  11. NapoleonWils0n

    labwc a stacking wayland window manager inspired by openbox

    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...
  12. NapoleonWils0n

    Other labwc supports the foreign toplevel interface.

    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...
  13. NapoleonWils0n

    Solved waypipe display linuxulator wayland applications running in a chroot on freebsd

    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...
  14. A

    Invisible cursor in Wayland

    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?
  15. M

    amdgpu driver with AMD Radeon RX Vega 64 (vega10) Segmentation Fault on GLX

    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...
  16. NapoleonWils0n

    wlr-which-key - keymap manager for wlroots inspired by which-key

    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...
  17. NapoleonWils0n

    dwl warp your cursor to another display with wlrctl

    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...
  18. NapoleonWils0n

    dwl setting up volume keys on freebsd with the mixer command

    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[] = {...
  19. NapoleonWils0n

    freebsd dwl wayland tiling window manager install

    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...
  20. NapoleonWils0n

    building dwl fails with c99: illegal option -- p

    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...
Back
Top