Sway and Wayland

Better to begin with the primarily recommended module, than with the module that's intended for problem cases.
You were already told which way is the correct way. Multiple times. By different people. Either buy an Nvidia card and verify it yourself or don't bother.
 
Last edited by a moderator:
i'm actually using an laptop where the main gpu is an Nvidia GTX 1050 Mobile

PizdeX if it helps, various hardware probes show use of nvidia (the primarily recommended module) for GP107M [GeForce GTX 1050 Ti Mobile].

In chronological order:
If GeForce GTX 1050 Ti Mobile (probed) is significantly different from GTX 1050 Mobile (yours): sorry, this was not previously explained to me. A few months have passed since I used FreeBSD on a notebook with NVIDIA graphics.

The maintainer of x11/nvidia-driver very recently wrote:

It's all thoroughly documented in the x11/nvidia-driver/files/pkg-message.in, …

A highlighted view of the package message, as it appears in FreshPorts:

1642703570927.png
 
Last edited:
I'd suggest taking that issue to the maintainer instead of posting misinformation everywhere. (And, no, your massive link dumps are never helpful. They might be well intended, but that doesn't make them any less confusing.)
 
… something like KDE on wayland 𡀦… - Add procfs to /etc/fstab

Incidentally, from the KDE Community Wiki:

We're advised that KDE software should – already – use libprocstat or another FreeBSD API; that proc is no longer a requirement.

Maybe required for other things, but technically not for KDE Plasma. If you become aware of any exception, please let us know. Thanks.

procfs(5)

libprocstat(3)
 
alright so now I wanna try this swaywm and stumbled upon this forum, after trying as far as I can, so far I got error after running "sway" "Found 0 GPUs"
any ideas now? I have Intel® HD Graphics 4600 in that machine

and bigger question is..is it actually worth it? I saw someone on this thread saying that x11 is used in one or another way even with this setup... anyway, so is this experiment technically will do any better for me?
because if not id rather not continue and use awesomewm
 
Sway is not mature, it has some bugs.
But i used sway in the past and it is almost like i3
Here is my start script,
Code:
#!/usr/local/bin/zsh
export XDG_SESSION_TYPE=wayland
export GDK_BACKEND=wayland
export QT_QPA_PLATFORM=wayland
export SDL_VIDEODRIVER=wayland
export CLUTTER_BACKEND=wayland
export BEMENU_BACKEND=wayland
export WM=sway
export QT_QPA_PLATFORMTHEME="qt5ct"
export XKB_DEFAULT_LAYOUT="be(nodeadkeys)"
export XKB_DEFAULT_RULES=evdev
export XDG_RUNTIME_DIR=/home/x/TMP
exec seatd-launch sway

labwc works also good.
 
We run the original Berkely Software Distribution Distribution (BSDD)

But which BSDD Distro do you run? ;)



Even in 3022 there will probably still be fragments of X11 libraries pulled in as dependencies (assuming Wayland is still around by then).

But if you can live with that, I believe sway is working quite well. One possible advantage of having so few options when it comes to compositors is that it should be easier to find specific instructions to get it running.
 
But if you can live with that, I believe sway is working quite well. One possible advantage of having so few options when it comes to compositors is that it should be easier to find specific instructions to get it running.
and bigger question is..is it actually worth it? I saw someone on this thread saying that x11 is used in one or another way even with this setup... anyway, so is this experiment technically will do any better for me?
because if not id rather not continue and use awesomewm
One of the reasons Wayland would be so good is for performance, because it would be more efficient than Xorg. But in benchmarks I don't think Wayland is ever faster than dwm + Compton on average. Another reason you should use it is that it would be pixel perfect. But dwm + Compton can also completely prevent tearing and I don't think you will see the difference in practice with a dwm + Compton that is configured correctly. One last big advantage of Wayland would be security. I don't have enough knowledge to make a statement there, but Xorg has been the standard for many years, and new projects usually have more bugs. So I'm not 100% sure that the security will be better now. Perhaps it will be the case in the future.
 
Back
Top