Xfce Forum

Sub domains
 

You are not logged in.

#26 2024-06-20 12:59:47

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,313

Re: [SOLVED] [FreeBSD] Session often doesn't start properly

Try some of the other vblank modes to see if they work.

Login with the compositor disabled. Then run this command:

xfconf-query -c xfwm4 -p /general/vblank_mode -t string -s "off" --create

...and try re-logging in to see if it works.

If not, perform the above steps but use this command instead:

xfconf-query -c xfwm4 -p /general/vblank_mode -t string -s glx --create

...log out and back in again.

If this doesn't fix it, try with:

xfconf-query -c xfwm4 -p /general/vblank_mode -t string -s xpresent --create

...note: this requires that the libxpresent libraries are installed. Log out and back in again.

See if any of those modes work for you with the compositor enabled.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#27 2024-06-20 16:56:30

Danielsan
Member
Registered: 2017-11-22
Posts: 89

Re: [SOLVED] [FreeBSD] Session often doesn't start properly

Oh nice, I didn't know such advanced features in Xfce4! :0

As workaround I delayed the compositor and deactivating it on the logout/shutdown... cool

By the way how do I restore the original state eventually?

Thanks!

Last edited by Danielsan (2024-06-20 17:01:48)


Debian ~ Devuan & FreeBSD + XFCE = <3

Offline

#28 2024-06-20 17:47:49

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,313

Re: [SOLVED] [FreeBSD] Session often doesn't start properly

Danielsan wrote:

By the way how do I restore the original state eventually?

xfconf-query -c xfwm4 -p /general/vblank_mode -t string -s auto --create

...will do it.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#29 2024-06-21 01:35:33

Danielsan
Member
Registered: 2017-11-22
Posts: 89

Re: [SOLVED] [FreeBSD] Session often doesn't start properly

ToZ, thank you very much!

This solved the issue:

xfconf-query -c xfwm4 -p /general/vblank_mode -t string -s "off" --create

So basically the compositing must be on the CPU…

In ten years and more using XFCE never had this issue... sad


Debian ~ Devuan & FreeBSD + XFCE = <3

Offline

Board footer

Powered by FluxBB