Tool/software: Linux
Hello sir/mam,
I am using beaglebone black ,Display (1280*720) and connecting through HDMI.
Issue1: It is not covering full screen.
but when i am running kmscube application it is covering full screeen and kmscube application working fine.
can you please guide me how to change the resolution. in my rfs there is no cvt,xrandr,parse-edid utility.
kindly guide me to change the resolution .
modetest command output is:
root@am335x-evm:~# modetest
trying to open device 'i915'...failed
trying to open device 'radeon'...failed
trying to open device 'nouveau'...failed
trying to open device 'vmwgfx'...failed
trying to open device 'omapdrm'...failed
trying to open device 'exynos'...failed
trying to open device 'tilcdc'...done
Encoders:
id crtc type possible crtcs possible clones
25 24 TMDS 0x00000001 0x00000000
Connectors:
id encoder status name size (mm) modes encoders
26 25 connected HDMI-A-1 520x320 3 25
modes:
name refresh (Hz) hdisp hss hse htot vdisp vss vse vtot)
1280x720 60 1280 1390 1470 1650 720 725 730 750 flags: nhsync, nvsync; type: preferred, driver
1280x720 60 1280 1390 1430 1650 720 725 730 750 flags: phsync, pvsync; type: driver
1280x720 60 1280 1390 1430 1650 720 725 730 750 flags: phsync, pvsync; type: driver
props:
1 EDID:
flags: immutable blob
blobs:
value:
00ffffffffffff00530e490901000000
1c180103803420780aec18a354469825
0f484c00000001010101010101010101
010101010101011d007251d01e206e50
5500002021000018000000fd003b3d62
6408000a202020202020000000fc0054
492d4453393055783934390a00000010
00000000000000000000000000000157
02031540418423097f05830100006603
0c001000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000000
00000000000000000000000000000028
2 DPMS:
flags: enum
enums: On=0 Standby=1 Suspend=2 Off=3
value: 0
CRTCs:
id fb pos size
24 32 (0,0) (1280x720)
1280x720 60 1280 1390 1470 1650 720 725 730 750 flags: nhsync, nvsync; type: preferred, driver
props:
Planes:
id crtc fb CRTC x,y x,y gamma size possible crtcs
23 24 32 0,0 0,0 0 0x00000001
formats: RG16 BG24 XB24
props:
5 type:
flags: immutable enum
enums: Overlay=0 Primary=1 Cursor=2
value: 1
Frame buffers:
id size pitch
Issue2: I am not able to run QML Application with eglfs platform
root@am335x-evm:~/Sample_Application/clock-Application# ./clock -platform eglfs
failed to load module: /usr/lib/gbm/gbm_dri.so: cannot open shared object file: No such file or directory
failed to load module: /usr/lib/gbm/gbm_gallium_drm.so: cannot open shared object file: No such file or directory
loaded module : gbm_pvr.so
found valid GBM backend : gbm_pvr.so
Could not set DRM (4) CRTC (24) mode! (Invalid argument)
Could not set DRM (4) CRTC (24) mode! (Invalid argument)
Could not set DRM (4) CRTC (24) mode! (Invalid argument)
Could not set DRM (4) CRTC (24) mode! (Invalid argument)
Could not set DRM (4) CRTC (24) mode! (Invalid argument)
Could not set DRM (4) CRTC (24) mode! (Invalid argument)
Could not set DRM (4) CRTC (24) mode! (Invalid argument)
Could not set DRM (4) CRTC (24) mode! (Invalid argument)
Could not set DRM (4) CRTC (24) mode! (Invalid argument)
I have already stoped the weston service.
Kindly help me.