Help figuring out framerate!

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
LoneWolf
Posts: 138
Joined: 26 Sep 2017, 19:13

Re: Help figuring out framerate!

Post by LoneWolf »

Ok, your X setup looks good.

/proc has its own filesystem called procfs[1] and files under /proc are special .

Post the output of

Code: Select all

$ zcat /proc/config.gz | grep SMP





[1] https://en.wikipedia.org/wiki/Procfs

P.S. It seems my memories of a piledriver laptop (running archlinux) differ from those of other posters.
My goal in this thread is to find out if data0angel system is configured to reach its maximum performance.
Discussing how that performance compares to other systems / Oses seems not very useful.
data0angel
Posts: 6
Joined: 23 Sep 2020, 23:25

Re: Help figuring out framerate!

Post by data0angel »

@Lonewolf

This also returns

Code: Select all

gzip: /proc/config.gz: No such file or directory
unfortunately!
LoneWolf
Posts: 138
Joined: 26 Sep 2017, 19:13

Re: Help figuring out framerate!

Post by LoneWolf »

Not all distros do use that file, but I'm 95& sure *buntu does and Linux MInt uses many *buntu pacakges as base for their own.

Ok , falling back to a more generic way :

as root run

Code: Select all

# dmesg | grep -i smp
User avatar
akortunov
Posts: 899
Joined: 13 Mar 2017, 13:49
Location: Samara, Russian Federation

Re: Help figuring out framerate!

Post by akortunov »

The /proc/config.gz exists only if Linux kernel was compiled with relevant feature (IKCONFIG) enabled.
data0angel
Posts: 6
Joined: 23 Sep 2020, 23:25

Re: Help figuring out framerate!

Post by data0angel »

@lonewolf
here is the output:

Code: Select all

# dmesg | grep -i smp
[    0.000000] Linux version 5.4.0-48-generic (buildd@lcy01-amd64-023) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #52~18.04.1-Ubuntu SMP Thu Sep 10 12:50:22 UTC 2020 (Ubuntu 5.4.0-48.52~18.04.1-generic 5.4.60)
[    0.000000] found SMP MP-table at [mem 0x000fd7b0-0x000fd7bf]
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.008416] Freeing SMP alternatives memory: 40K
[    0.121574] smpboot: CPU0: AMD A10-5800K APU with Radeon(tm) HD Graphics (family: 0x15, model: 0x10, stepping: 0x1)
[    0.122458] smp: Bringing up secondary CPUs ...
[    0.122586] x86: Booting SMP configuration:
[    0.138278] smp: Brought up 1 node, 4 CPUs
[    0.138278] smpboot: Max logical packages: 1
[    0.138278] smpboot: Total of 4 processors activated (30345.29 BogoMIPS)
Post Reply