• 0 Posts
  • 27 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle

  • For anyone wondering what the issues with sleep in windows are, the problem is that instead of using traditional S3 sleep (suspend to RAM) Microsoft has been pushing hard for “Modern Standby” where insted of only the RAM being powered the whole system is powered on and kept in a low power mode.

    In theory this can provide a shorted wake time (because apparently the approx 5 seconds provided by S3 sleep isn’t good enough). The problem is that Windows will sometimes wake up to do maintenance and drain your battery.

    You might be able to fix it by disabling Modern Standby (also called S0ix, Connected Standby and S2Idle)in your BIOS. Unfortunetly a lot of modern BIOSes no longer offer the option to disable it and even sometimes lack support for traditional S3 sleep.














  • What are the advantages of Wayland?

    The big one is proper support for diffrent refresh rate monitors and VRR. Also some security improvment and long term support (X11 probably has only a few years before development stops).

    What are the disadvantages?

    Its still a little buggy in some cases (especialy when using Nvidia hardware) but with an AMD or Intel GPU its more then usable. Some apps don’t play nice with Xwayland but its pretty rare.

    How’s gaming?

    I haven’t encontered any major issues with games. Some games might need launch parameters but usualy you can just google it and find the answer very quickly. Performance its exactly the same as on X (maybe even slightly better)

    What would be the best way to switch?

    On your desktop with KDE you can just select “KDE (Wayland)” in your display manager and KDE should just run like normal but with Wayland. On you laptop you’d need to switch to a diffrent WM since i3 dosen’t support Wayland. Your best bet would probably be Sway since its compatible with i3 configurations.

    Why have you made the switch?

    I wanted to check out how well Wayland works and found that it works fine for me, and so i decided to move. Also X was giving me issues with screen tearing and multiple monitors.