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

  • @kill_dash_nine@lemm.ee
    link
    fedilink
    English
    809 months ago

    I would start by checking for any sort of errors in your system logs, such as /var/log/syslog or using dmesg -w. In my experience, Linux is almost universally faster than Windows.

    • @rufus@discuss.tchncs.de
      link
      fedilink
      129 months ago

      Yeah, there’s probably something wrong. This is good advice. Maybe some tool can also do a performance benchmark to find the culprit. I’ve seen a lot of Linux computers. And except for some strange hardware, it’s supposed to be (at least) as fast as anything else.

          • @Vilian@lemmy.ca
            link
            fedilink
            4
            edit-2
            9 months ago

            where is written that gnome is a browser?, they only use javascript, like they could have used anything else, still don’t make it a browser, or like one

            and yes it’s lighter than windows, proved by ubuntu being recomended for lightweight OS(even when they use extensions and Snap), and where i said that it’s lighter than KDE and Xfce for you to bring it up lol

              • @redcalcium@lemmy.institute
                link
                fedilink
                7
                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.

              • @ItsGatorSeason@lemm.ee
                link
                fedilink
                59 months ago

                I agree GNOME is resource heavy however that has nothing to do with Javascript being involved. The James Web Telescope uses Javascript for some of its core functionality (specifically managing its science modules), does that make it a web browser? I personally don’t like GNOME either, but most of it is written in C, it has its own GUI library which is written in C. The Javascript code likely just is used to simplify calling the underlying C functions and CSS is used for customizing the actual UI elements.

      • ares35
        link
        fedilink
        29 months ago

        isn’t that basically what the windows ui is, too?