Live data from Hacker News

24-core CPU and I can’t move my mouse (2017)

randomascii.wordpress.com

251–255 of 255 posts

Re: 24-core CPU and I can’t move my mouse (2017)

#251
post #84
post #60

Earlier quoted context omitted.

Did you check? I tell my QA people all the time: If you come to me with "I think" or "I believe", it sounds like you've got some reading to do.

I didn't write "I think" or "I believe". If you want to know my epistemic status: I know about windows based on observable surface behavior and bugs related to accelerated cursors, but I haven't looked at the source. I know about wlroots because I saw the pull requests related to that and a flag to disable it in sway. The last statement regarding other platforms was an educated guess based on gfx card history: accele…

You can actually test this pretty easily by monitoring GPU usage. When nothing on the screen changes, GPU usage should be pretty much zero, even at the lowest P-state (because the compositor isn't rendering new frames unless something changed). You can move the cursor around and GPU usage will stay at the same level, but do something that actually requires new frames to be rendered, like for example dragging a selection rectangle on the desktop, and you'll see GPU usage go up a bit. (And if you do the same in applications using GPU-accelerated frameworks you'll often see the GPU rev up a few P-states, for example scrolling in the Steam library list is enough to cause a transition for P2 for me, likewise many websites kick it up to P2 when you move the mouse or scroll). Another way to see how the cursor is not using the regular rendering pipeline is to move a window around. You'll invariably see that the window lags behind the cursor by 1-3 frames. Other ways where this becomes noticeable is when the graphics stack breaks down, but the cursor still works.

Re: 24-core CPU and I can’t move my mouse (2017)

#252
post #74

Earlier quoted context omitted.

> Add to all that, Window slows down over time - again, the periodic reformat and rebuild is part of life on Windows. My windows install is from 201*, it was an upgrade from win7, and switched from an i7 to a ryzen. I do clean out the registry/startup/task scheduler on occasion.

> My windows install is from 201* The early 3rd century was the best era for Microsoft with Windows Severan.

Well played, thank you for the chuckle.

Re: 24-core CPU and I can’t move my mouse (2017)

#253
post #224

Earlier quoted context omitted.

I just did and it was instantaneous. How many tasks are you running?

I'll have to check when I get home this weekend. Can't be that many. Biggest thing would be my 50 chrome tabs :)

(I also have 64gb of ram and 16 threads...)

Re: 24-core CPU and I can’t move my mouse (2017)

#254
post #253
post #224

Earlier quoted context omitted.

I'll have to check when I get home this weekend. Can't be that many. Biggest thing would be my 50 chrome tabs :)

(I also have 64gb of ram and 16 threads...)

Seems like something wonky with your Windows setup. Too much memory and threads? I've "only" got 20GB and 8 threads.

Re: 24-core CPU and I can’t move my mouse (2017)

#255
post #253

Earlier quoted context omitted.

(I also have 64gb of ram and 16 threads...)

Seems like something wonky with your Windows setup. Too much memory and threads? I've "only" got 20GB and 8 threads.

396 processes and 6452 threads running.

Sorting in "Processes" tab locks up the UI and my mouse won't even move for seconds. Other apps work fine. Webstorm and Intellij work fine...

Post reply on HN