You use -display :10.0
and with login to the device with ssh -Y user@device-ip-address
. I do not seem to get a true report headless though as I am logged in via a terminal or could be a diff in graphics between the devices.
Default ssh X11DisplayOffset:
[ray@jellyfin ~]$ cat /etc/ssh/sshd_config | grep Display
#X11DisplayOffset 10
ssh ray@vim3
[ray@vim3 ~]$ glxinfo -B -display :0
Invalid MIT-MAGIC-COOKIE-1 key
Error: unable to open display :0
[ray@vim3 ~]$ glxinfo -B -display :10.0
Error: unable to open display :10.0
ssh -Y ray@vim3
[ray@vim3 ~]$ glxinfo -B -display :0
Invalid MIT-MAGIC-COOKIE-1 key
Error: unable to open display :0
[ray@vim3 ~]$ glxinfo -B -display :10.0
name of display: :10.0
display: :10 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (0xffffffff)
Device: llvmpipe (LLVM 16.0.6, 128 bits) (0xffffffff)
Version: 23.1.8
Accelerated: no
Video memory: 3783MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 4.5
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
VBO free memory - total: 42 MB, largest block: 42 MB
VBO free aux. memory - total: 3525 MB, largest block: 3525 MB
Texture free memory - total: 42 MB, largest block: 42 MB
Texture free aux. memory - total: 3525 MB, largest block: 3525 MB
Renderbuffer free memory - total: 42 MB, largest block: 42 MB
Renderbuffer free aux. memory - total: 3525 MB, largest block: 3525 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 4293967379 MB
Total available memory: 4293971163 MB
Currently available dedicated video memory: 42 MB
OpenGL vendor string: Mesa
OpenGL renderer string: llvmpipe (LLVM 16.0.6, 128 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 23.1.8-arch.1
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.5 (Compatibility Profile) Mesa 23.1.8-arch.1
OpenGL shading language version string: 4.50
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.1.8-arch.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
ssh to my pi4 from my vim3 uses fallback SW renderer llvmpipe
[ray@jellyfin ~]$ glxinfo -B -display :10.0
name of display: :10.0
display: :10 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (0xffffffff)
Device: llvmpipe (LLVM 16.0.6, 128 bits) (0xffffffff)
Version: 23.2.1
Accelerated: no
Video memory: 7808MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 4.5
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
VBO free memory - total: 42 MB, largest block: 42 MB
VBO free aux. memory - total: 5382 MB, largest block: 5382 MB
Texture free memory - total: 42 MB, largest block: 42 MB
Texture free aux. memory - total: 5382 MB, largest block: 5382 MB
Renderbuffer free memory - total: 42 MB, largest block: 42 MB
Renderbuffer free aux. memory - total: 5382 MB, largest block: 5382 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 4294805987 MB
Total available memory: 4294813795 MB
Currently available dedicated video memory: 42 MB
OpenGL vendor string: Mesa
OpenGL renderer string: llvmpipe (LLVM 16.0.6, 128 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 23.2.1+rpt2.1
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.5 (Compatibility Profile) Mesa 23.2.1+rpt2.1
OpenGL shading language version string: 4.50
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.2.1+rpt2.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
Using my pi4 logged in DE uses V3D
[ray@jellyfin ~]$ glxinfo -B -display :0
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Broadcom (0x14e4)
Device: V3D 4.2 (0xffffffff)
Version: 23.2.1
Accelerated: yes
Video memory: 7808MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 3.1
Max compat profile version: 3.1
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.1
OpenGL vendor string: Broadcom
OpenGL renderer string: V3D 4.2
OpenGL core profile version string: 3.1 Mesa 23.2.1+rpt2.1
OpenGL core profile shading language version string: 1.40
OpenGL core profile context flags: (none)
OpenGL version string: 3.1 Mesa 23.2.1+rpt2.1
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 23.2.1+rpt2.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10