MATE Desktop Is Very Laggy

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
KSPC
Posts: 8
Joined: Fri Dec 31, 2021 12:25 am

MATE Desktop Is Very Laggy

Post by KSPC »

I just installed Ghostbsd again after installing various Linux distros. In my previous experience on the same hardware I have had no issues , but after installing the latest stable ghostbsd release my desktop is very laggy after moving a windows the system locks up for a few seconds , etc. I have done a look of searching on the internet but to no avail.

I am so sorry for the lack of quality in the post , it’s my first real time using a forum for support (mostly use Reddit or just google my problems). Thanks in advance

Edit: Forgot to add my specs of my hardware

Motherboard: Aorus Elite WiFi x570

CPU: Ryzen 5600x

GPU: Nvidia RTX 3060:(I really wish I would have went amd)

Ram: 32gbs of ddr4 ram
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: MATE Desktop Is Very Laggy

Post by ericbsd »

I wonder if that would be powerd the problem.

Try this:

Code: Select all

sudo sysrc powerd_enable=NO
And restarts the system.
KSPC
Posts: 8
Joined: Fri Dec 31, 2021 12:25 am

Re: MATE Desktop Is Very Laggy

Post by KSPC »

That makes a fair bit of sense , I will try it.
KSPC
Posts: 8
Joined: Fri Dec 31, 2021 12:25 am

Re: MATE Desktop Is Very Laggy

Post by KSPC »

Ah , it was already disabled.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: MATE Desktop Is Very Laggy

Post by ericbsd »

You can maybe try to change vfs.zfs.arc_max to 4G in /boot/loader.conf.

Code: Select all

vfs.zfs.arc_max="4G"
KSPC
Posts: 8
Joined: Fri Dec 31, 2021 12:25 am

Re: MATE Desktop Is Very Laggy

Post by KSPC »

Ok , I will try that.
KSPC
Posts: 8
Joined: Fri Dec 31, 2021 12:25 am

Re: MATE Desktop Is Very Laggy

Post by KSPC »

Ah it seems like it did not make that much of a difference.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: MATE Desktop Is Very Laggy

Post by ericbsd »

What is the output of zfs list?
KSPC
Posts: 8
Joined: Fri Dec 31, 2021 12:25 am

Re: MATE Desktop Is Very Laggy

Post by KSPC »

It was like 512mb or something. But I changed it with pretty much no result.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: MATE Desktop Is Very Laggy

Post by ericbsd »

Oh, I wanted to see if dbus logs filled your disk. I saw that one time and the system was slow until removed the file.
Post Reply