Documenting installing UT2004 64-bit on linux Ubuntu  (Read 6018 times)

The_Coolest

  • Newbie
  • *
  • Posts: 9
  • Country: il
Re: Documenting installing UT2004 64-bit on linux Ubuntu
« Reply #15 on: January 02, 2025, 12:29 »
This works for me:
Code: [Select]
gdbus call --system --dest net.hadess.PowerProfiles --object-path /net/hadess/PowerProfiles --method org.freedesktop.DBus.Properties.Set 'net.hadess.PowerProfiles' 'ActiveProfile' "<'power-saver'>"
sleep 0.1
gdbus call --system --dest net.hadess.PowerProfiles --object-path /net/hadess/PowerProfiles --method org.freedesktop.DBus.Properties.Set 'net.hadess.PowerProfiles' 'ActiveProfile' "<'balanced'>"

Piglet

  • 1337
  • *
  • Posts: 3264
  • Country: gb
Re: Documenting installing UT2004 64-bit on linux Ubuntu
« Reply #16 on: January 02, 2025, 19:17 »
@The_Coolest, what utility is that you're using to see the information?

Piglet

  • 1337
  • *
  • Posts: 3264
  • Country: gb
Re: Documenting installing UT2004 64-bit on linux Ubuntu
« Reply #17 on: January 02, 2025, 19:22 »
it seems to change the "Bzy_MHz" for me. This with UT running on thread 5:


Code: [Select]
sudo turbostat -c 5
....
Core    CPU     Avg_MHz Busy%   Bzy_MHz TSC_MHz IPC     IRQ     POLL    C1      POLL%   C1%     CorWatt PkgWatt
-       -       183     7.60    2411    3400    1.41    2789    0       2440    0.00    92.66   0.54    27.18
5       5       183     7.60    2411    3400    1.41    2789    0       2440    0.00    92.66   0.54    27.18
Core    CPU     Avg_MHz Busy%   Bzy_MHz TSC_MHz IPC     IRQ     POLL    C1      POLL%   C1%     CorWatt PkgWatt
-       -       1464    62.24   2352    3400    1.48    9392    0       5605    0.00    38.46   1.33    29.28
5       5       1464    62.24   2352    3400    1.48    9392    0       5605    0.00    38.46   1.33    29.28
Core    CPU     Avg_MHz Busy%   Bzy_MHz TSC_MHz IPC     IRQ     POLL    C1      POLL%   C1%     CorWatt PkgWatt
-       -       2884    99.95   2886    3400    1.28    5426    0       10      0.00    0.05    2.92    30.83
5       5       2884    99.95   2886    3400    1.28    5426    0       10      0.00    0.05    2.92    30.83
Core    CPU     Avg_MHz Busy%   Bzy_MHz TSC_MHz IPC     IRQ     POLL    C1      POLL%   C1%     CorWatt PkgWatt
-       -       2884    100.00  2884    3400    1.26    5400    0       0       0.00    0.00    2.90    31.06
5       5       2884    100.00  2884    3400    1.26    5400    0       0       0.00    0.00    2.90    31.06
Core    CPU     Avg_MHz Busy%   Bzy_MHz TSC_MHz IPC     IRQ     POLL    C1      POLL%   C1%     CorWatt PkgWatt
-       -       2863    99.71   2871    3400    1.29    5446    0       73      0.00    0.29    2.88    30.77
5       5       2863    99.71   2871    3400    1.29    5446    0       73      0.00    0.29    2.88    30.77


sudo cpupower -c 5 frequency-set --governor performance


Core    CPU     Avg_MHz Busy%   Bzy_MHz TSC_MHz IPC     IRQ     POLL    C1      POLL%   C1%     CorWatt PkgWatt
-       -       3644    100.00  3644    3400    1.26    5407    0       0       0.00    0.00    5.61    36.55
5       5       3644    100.00  3644    3400    1.26    5407    0       0       0.00    0.00    5.61    36.55
Core    CPU     Avg_MHz Busy%   Bzy_MHz TSC_MHz IPC     IRQ     POLL    C1      POLL%   C1%     CorWatt PkgWatt
-       -       4418    100.00  4418    3400    1.24    5407    0       0       0.00    0.00    8.28    42.82
5       5       4418    100.00  4418    3400    1.24    5407    0       0       0.00    0.00    8.28    42.82
Core    CPU     Avg_MHz Busy%   Bzy_MHz TSC_MHz IPC     IRQ     POLL    C1      POLL%   C1%     CorWatt PkgWatt
-       -       4413    100.00  4413    3400    1.24    5404    0       3       0.00    0.00    8.25    42.32
5       5       4413    100.00  4413    3400    1.24    5404    0       3       0.00    0.00    8.25    42.32
Core    CPU     Avg_MHz Busy%   Bzy_MHz TSC_MHz IPC     IRQ     POLL    C1      POLL%   C1%     CorWatt PkgWatt
-       -       4408    99.96   4410    3400    1.24    5395    0       4       0.00    0.04    8.22    42.11
5       5       4408    99.96   4410    3400    1.24    5395    0       4       0.00    0.04    8.22    42.11
Core    CPU     Avg_MHz Busy%   Bzy_MHz TSC_MHz IPC     IRQ     POLL    C1      POLL%   C1%     CorWatt PkgWatt
-       -       4209    100.00  4209    3400    1.25    5399    0       0       0.00    0.00    7.53    41.00
5       5       4209    100.00  4209    3400    1.25    5399    0       0       0.00    0.00    7.53    41.00

sudo cpupower -c 5 frequency-set --governor powersave

Core    CPU     Avg_MHz Busy%   Bzy_MHz TSC_MHz IPC     IRQ     POLL    C1      POLL%   C1%     CorWatt PkgWatt
-       -       2882    100.00  2882    3400    1.29    5400    0       0       0.00    0.00    2.89    30.89
5       5       2882    100.00  2882    3400    1.29    5400    0       0       0.00    0.00    2.89    30.89
Core    CPU     Avg_MHz Busy%   Bzy_MHz TSC_MHz IPC     IRQ     POLL    C1      POLL%   C1%     CorWatt PkgWatt
-       -       2882    100.00  2882    3400    1.29    5407    0       0       0.00    0.00    2.89    31.03
5       5       2882    100.00  2882    3400    1.29    5407    0       0       0.00    0.00    2.89    31.03
^CCore  CPU     Avg_MHz Busy%   Bzy_MHz TSC_MHz IPC     IRQ     POLL    C1      POLL%   C1%     CorWatt PkgWatt
-       -       2903    99.81   2908    3400    1.29    3541    0       10      0.00    0.20    3.14    32.29
5       5       2903    99.81   2908    3400    1.29    3541    0       10      0.00    0.20    3.14    32.29









« Last Edit: January 02, 2025, 19:26 by Piglet »

The_Coolest

  • Newbie
  • *
  • Posts: 9
  • Country: il
Re: Documenting installing UT2004 64-bit on linux Ubuntu
« Reply #18 on: January 02, 2025, 22:46 »
It's Core Temp, it's WIP being ported to Linux.
If you want to check it out, feel free (check README for instructions) and note that the current build spams dmesg.
https://www.alcpu.com/CoreTemp/CoreTemp-1-19-4-Linux.zip