Menu icon indicating copy to clipboard operation
Menu copied to clipboard

Improve "About This Computer"

Open probonopd opened this issue 4 years ago • 12 comments

Could probably reuse some of

https://github.com/mszoek/airyx/blob/40d7bd5b24e85e66052b0ded4317934d1265a201/sysmenu/src/sysmenu.mm

probonopd avatar Oct 26 '21 04:10 probonopd

Removed decimal point for memory numbers to only two digits, as it doesn't seem necessary to show them all. (Virtual machine Memory 1024 MB in MacBookPro 2012) 2022_14_25_33

louies0623 avatar Mar 30 '22 01:03 louies0623

Yes, memory should be rounded to 1-2 decimal points.

probonopd avatar Mar 31 '22 17:03 probonopd

Although I'm not sure why it works fine with the system under 1024MB ... XDD

louies0623 avatar Mar 31 '22 18:03 louies0623

Probably because you have a GPU with dedicated memory while on the system above the graphics memory is "stolen" from the main RAM.

probonopd avatar Mar 31 '22 18:03 probonopd

I remembered about it. I wanted to test if I could execute hello under 512MB. First install it under 2GB ram. After installation, replace the memory with 512BM and start executing. Although it can be executed, the network is slightly slower, so I replaced it with 1GB ram it's smoother.

louies0623 avatar Mar 31 '22 18:03 louies0623

FreeBSD userland info can be removed as it is the same version as FreeBSD kernel.

louies0623 avatar Dec 04 '22 10:12 louies0623

...until you start updating the system

image

probonopd avatar Dec 05 '22 18:12 probonopd

Why not update the version number of the kernel?

louies0623 avatar Dec 09 '22 15:12 louies0623

Ask that the FreeBSD developers ;-)

probonopd avatar Dec 09 '22 22:12 probonopd

Otherwise, add the graphics card model.

louies0623 avatar Sep 05 '23 23:09 louies0623

It's already there if it's detected by initgfx:

image

probonopd avatar Sep 06 '23 17:09 probonopd

Then we should start translating it on Weblate.

louies0623 avatar Sep 25 '23 08:09 louies0623