Hello,
First of all am not quite sure if this the right forum to place this thread. If it is not, please somebody move it to the correct forum.
I have an 8 year old Samsung R730 laptop, with an Intel P6100 CPU (dual core, 2GHz). I run TW, fully updated with the KDE desktop.
Inxi gives me:
CPU: Topology: Dual Core model: Intel Pentium P6100 bits: 64 type: MCP arch: Nehalem rev: 5 L2 cache: 3072 KiB
flags: lm nx pae sse sse2 sse3 ssse3 bogomips: 7980
Speed: 948 MHz min/max: 933/1999 MHz Core speeds (MHz): 1: 942 2: 948
Graphics: Device-1: Intel Core Processor Integrated Graphics vendor: Samsung Co R730 Laptop driver: i915 v: kernel
bus ID: 00:02.0 chip ID: 8086:0046
Display: x11 server: X.org 1.20.6 driver: modesetting unloaded: fbdev,vesa alternate: intel compositor: kwin_x11
resolution: <xdpyinfo missing>
OpenGL: renderer: Mesa DRI Intel Ironlake Mobile v: 2.1 Mesa 19.2.6 direct render: Yes
With all other programs stopped and just Google-Chrome I watch TV. I can watch the programs which are part of the cable TV program I have an account for. When I do that, the CPU (told me by Conky on the other screen) is at or above 90%. When it reaches 100%, which is not seldom, the movie just stops for a while till the processor has calmed down.
What I would like to know is: can I let the GPU do more so the CPU relaxes and does no longer freeze the video? If so, how do I do that? Do I have to change settings, do I need to install extra packages?
Or is it really time to get newer hardware, which is a shame cause for the rest the laptop still runs good.
I have just installed the mesa-demo package and ran glxgears. This shows the gears are moving irregularly, sometimes it is normal, sometimes the gears are standing still. I recorded it and then the gears were only shaking but did not rotate. Meanwhile the CPU was used with a maximum of 58%. This tells me the CPU can handle it. Still the gears are not rotating as they should. What could be the reason for that?
Extra info:
systemctl status display-manager
● display-manager.service - X Display Manager
Loaded: loaded (/usr/lib/systemd/system/display-manager.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2019-12-08 08:46:33 CET; 3h 58min ago
Process: 1796 ExecStart=/usr/lib/X11/display-manager start (code=exited, status=0/SUCCESS)
Main PID: 1882 (sddm)
Tasks: 6 (limit: 4449)
Memory: 145.1M
CGroup: /system.slice/display-manager.service
├─1882 /usr/bin/sddm
└─1884 /usr/bin/X -nolisten tcp -auth /run/sddm/{79615e72-b669-4f8c-96ed-09f617cafe02} -background none -noreset -displayfd 17 -seat seat0 vt7
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
/sbin/lspci -nnk|egrep -iA3 "vga|graphics"
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02)
Subsystem: Samsung Electronics Co Ltd R730 Laptop [144d:c06a]
Kernel driver in use: i915
Kernel modules: i915
systemctl get-default
graphical.target
[User: jan] @ [Server: linux-f842] - [Directory: ~]
$ /sbin/lspci -nnk|egrep -iA3 "vga|graphics"
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02)
Subsystem: Samsung Electronics Co Ltd R730 Laptop [144d:c06a]
Kernel driver in use: i915
Kernel modules: i915
[User: jan] @ [Server: linux-f842] - [Directory: ~]
$ sudo systemctl cat graphical.target
[sudo] password for root:
# /usr/lib/systemd/system/graphical.target
# SPDX-License-Identifier: LGPL-2.1+
#
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
[Unit]
Description=Graphical Interface
Documentation=man:systemd.special(7)
Requires=multi-user.target
Wants=display-manager.service
Conflicts=rescue.service rescue.target
After=multi-user.target rescue.service rescue.target display-manager.service
AllowIsolate=yes