Hello,
Firstly thank you for the response. Now when I remove the -nographic option a gtk screen opens and it displays that ' Guest has not initialized the display (yet) and in the log I see this : (qemu:15068): Gtk-WARNING **: 10:54:03.341: Could not load a pixbuf from icon theme.This may indicate that pixbuf loaders or the mime database could not be found.
QNX is not getting loaded when I remove this option.
I think the below logs might help you help me better :
I get this when I run this command 'qemu-system-aarch64.exe -machine vexpress-a15 -cpu cortex-a57 -smp 4 -m 30G -kernel ifs.bin -drive file=disk-qemu.vmdk,if=none,id=drv0 -device virtio-blk-device,drive=drv0 -netdev tap,id=mynet0,ifname=TAP_Ethernet,script=no,downscript=no -device virtio-net-device,netdev=mynet0,mac=52:55:00:d1:55:01 -device virtio-rng-device -nographic'
---> Starting slogger2
---> Starting PCI Services
---> Starting devb
Path=0 -
target=0 lun=0 Direct-Access(0) - VIRTIO Rev:
---> Mounting file systems
---> Mounting file systems
◄---> Starting Networking
# net.inet.icmp.bmcastecho: 0 -> 1
qnx.kern.droproot: 0 -> 1
---> Starting sshd
---> Starting misc
-U deprecated, use security policies.
pps: NOTICE: PPS initializing
pps: NOTICE: PPS attaching /pps
pps: NOTICE: PPS attached /pps major 2 minor 6
---> Starting graphics
io_hid_dlopen, devh-ps2ser-vm.so DLL Error Library cannot be found
libkhronos: dlopen() err No valid library found, path: '/system/graphics/vmwgfx-drm/libwfdcfg-vmwgfx-generic.so'
libkhronos: dlopen() err Library cannot be found, path: 'libwfdcfg-vmwgfx-generic.so'
libkhronos: Ensure directory containing graphics libraries is appended to LD_LIBRARY_PATH envar.
Unable to access /dev/screen Process count: 26
Startup complete
QNX noname 7.1.0 2020/06/13-20:07:59EDT ARMv8_Foundation_Model aarch64le
I am configuring the screen with the follwoing command after boot up :
screen -c /system/lib/graphics/swiftshader/graphics.conf
graphics.conf :
begin khronos
begin egl display 1
vk-icds = vk_swiftshader_icd.json
egl-dlls = libEGL_Angle.so
glesv2-dlls = libGLESv2_Angle.so
end egl display
begin wfd device 1
pipeline-ids = 1
display-ids = 1
wfd-dlls = libwfdcfg-sample.so libWFDdummy.so
end wfd device
end khronos
begin winmgr
begin globals
default-display = 1
alloc-config = stdbuf
stack-size = 65536
blit-config = sw
input = keyboard,mouse
requests-logsize = 65536
blits-logsize = 4096
end globals
begin display 1
formats = rgba8888
force-composition = true
video-mode = 1920 x 1080 @ 60
stack-size = 65536
end display
begin class framebuffer1
display = 1
pipeline = 1
format = rgba8888
usage = sw
end class
end winmgr
Thank You,
Krishna G.
Regards,
Krishna Gururaj.