Share your desktop, what does it look like?

I really like your fastfetch config :wink:

1 Like

I can always share it if you want it.

Non genuine but supposedly perfect copies on this UK website.
https://shop.zengraphics.co.uk/renault-twingo

It would be great, the second one is cool, if you can also share the picture, thank you a lot :wink:

And the file -> download

3 Likes

Sadly the wrong colour. Mine are white.

Loving the Retrowave colour scheme.

1 Like

Is this of interest?

It would be but milady doesn't want me wasting money. :scream:

Thank you a lot :wink:

1 Like

Do you use a swap partition ? I read it’s needed if you use hibernate which i never do. I have a notebook with 8GB of ram, a notebook with 32gb of ram and a notebook with 64gb of ram. With 2 notebooks i did not install swap and they perform perfectly fine. My main notebook i still have to install endeavour on it but i am thinking to not use swap either (64gb ram). The 8gb model only ran out of ram once because i tested something to compile a app from source to see what it does. But other then that it never goes up above 2.5gb.

I only game and surf the net so a swap partition is useless for me.

1 Like

I am using a desktop with HDD, no SSD, 16 Gb RAM.

And swap enabled ?

Yes it is.

Well, that might explain why I have trouble waking from sleep on Linux. (I've talked about this previously on the forum) Since I have 32GB of RAM, I don't enable SWAP.


PS: I have used up most of the drive since this screenshot was taken.

I like storage, so I don't enable SWAP lol.


Swap is only used for hibernate, not sleep.

You can check if it is enabled

swapon --show

or

free -h

I have 2GB swap file (and not partition) with 16GB RAM and it's OK
tof@zorin-tof:~$ swapon --show
NAME TYPE SIZE USED PRIO
/swapfile file 2G 611,3M -2

1 Like

2GB swap and it used 611,3mb ... after a reboot it will be to zero again. This is what i mean, if you use swap it writes/deletes data which will impact on your ssd lifespan. All that written data gets deleted. I do understand systems with low memory needs a swap partition. But users with 32GB and up i really don't understand.

I don't have SSD and have a desktop. I don't use hibernate I just switch it off when I'm done.

Thats another good point too, all my drives are NVME, don't need to destroy my drives with SWAP early. I remember my old computers that ran on HDD's and were slow, I heard my HDD getting hit hard on the SWAP to compensate for lack of RAM. (Back in the 1GB or less RAM days)