wayland

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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?
  7. 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...
  8. 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...
  9. 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...
  10. 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[] = {...
  11. 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...
  12. 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...
  13. NapoleonWils0n

    Solved audio popping recording with obs studio

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

    Freebsd 14 Wayland and Wayfire using Nvidia on Dell XPS 15

    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...
  15. sidetone

    What are comparisons of Xenocara with Xorg, and perhaps Wayland

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

    The no future of X.org, FreeBSD becomes headless?

    RedHat announced two days ago they are abandoning X.org starting 2025. This is a done deal, there are no ifs. Not a single BSD distribution including FreeBSD, NetBSD or OpenBSD, not a single remaining UNIX including AIX and Solaris has released any statements in regard to that. What are you...
  17. NapoleonWils0n

    Freebsd 14 Wayland Desktop with Wayfire on a MacBook Air

    Inspired by pure wayland desktop example i installed Freebsd on my old 2011 Macbook Air as a pure Wayland desktop with Wayfire in the video below i cover setting up wayland and wayfire with dbus for desktop notification with emacs ednc, zfs home datasets, beadm boot enviornments, ext2fs kernel...
  18. I

    Does Wayland work in Jails?

    I have been reading that Wayland is a replacement for X, so I searched the Web but there's nothing about configuraing Wayland to work in Jails. Does Wayland work in jails? If not, should I still stick with X? Some advice would be appreciated.
  19. S

    Failed to Install Wayland Wayfire on VMWare (Win11)

    Hello everyone, Following the FreeBSD Handbook, I tried to install Wayland Wayfire on FreeBSD 13.2, acting as a guest on VMWare, Windows 11. I did not succeed. I am not yet erudite enough to understand the error messages returned to me. I made 2 screenshots of the error messages: 01.png and...
  20. S

    Other /home/<user>/.config folder not found

    Good Morning All, I am trying to install wayfire in my system, I have followed the below guide, but when coming to the section 6.2 The Wayfire compositor, there is a step to create the folder wayfire under ~/.config/wayfire which is supposed to be under /home/<user>/.config, but when I am...
Back
Top