So I jumped ship from Windows to Kubuntu last night, and It’s mostly been pretty good. However my general performance of the computer has been abysmal. Like it takes upwards of 5 seconds to open anything. All of my hardware seems to be running at max speeds, so I have no idea why it would be so sluggish? It’s as if I’m running on 2gb of ram and a cpu at like 1.5ghz. My specs are:

i7-8700k at 4.7ghz max Amd Rx 6750xt 16gb ram at 3200mhz Linux is on an m.2

Any ideas? This is practically unusable for any normal operations, let alone any gaming.

Update: So it seems like my CPU is being throttled to it’s min of 800mhz because the temp is just below 100c. Not sure why it’s so high because I never got that high even in intensive gaming on Windows

  • redcalcium@lemmy.institute
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    9 months ago

    By definition something that executes JS and parses CSS is a browser.

    This is wrong. A browser parse a html document and construct a DOM, executing JavaScript and CSS are optional. GTK apps don’t have DOM, GTK has ability to parse UI styles from css instead of from XML so styling can be separated from UI definitions. Modern UI toolkits like QT (used extensively by KDE) also have CSS supports.