Moderators: simonsunnyboy, thothy, Moderator Team
siriushardware wrote:Is there some simple way I can query which version of SDL any given instance of Hatari is running with?
Code: Select all
ldd <path-to>/hatari
Code: Select all
otool -L <path-to>/hatari
siriushardware wrote:For some reason, I'm labouring under the impression that running Hatari compiled for SDL2 rather than SDL1.2 causes quite a performance hit and I think I have seen similar opinions expressed elsewhere in these forums, but I can't be sure because I have several flavours of Hatari running on different Linux machines and I can't remember which versions of SDL they were compiled for.
siriushardware wrote:Is there some simple way I can query which version of SDL any given instance of Hatari is running with?
Code: Select all
sudo dmidecode | grep -e MHz -e ' MB'
External Clock: 100 MHz
Max Speed: 3800 MHz
Current Speed: 3100 MHz
Range Size: 3322 MB
Size: 2048 MB
Size: 2048 MB
glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Desktop
OpenGL core profile version string: 3.3 (Core Profile) Mesa 18.2.8
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.2.8
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 18.2.8
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
wmctrl -m
Name: Openbox
Class:
PID: N/A
Window manager's "showing the desktop" mode: OFF
xrandr
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 8192 x 8192
VGA-1 connected primary 1280x1024+0+0 (normal left inverted right x axis y axis) 330mm x 270mm
1280x1024 60.02*+ 75.02
1280x960 60.00
1152x864 75.00
1024x768 75.03 70.07 60.00
832x624 74.55
800x600 72.19 75.00 60.32 56.25
640x480 75.00 72.81 66.67 59.94
720x400 70.08
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
Code: Select all
vblank_mode=0 glxgears -fullscreen
Code: Select all
watch -n 1 cat /sys/class/drm/card0/gt_cur_freq_mhz
Code: Select all
sudo apt install lm-sensors
watch sensors
Users browsing this forum: No registered users and 2 guests