Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5381

Interfacing (DSI, CSI, I2C, etc.) • Re: DSI displays graphical output not rotated along with other output

$
0
0
I tried now with kernel 6.6.20 and had no success so far. In fact, the dtoverlay and driver mentioned above do not rotate the output at all (neither text nor graphical). Only an additional KMS argument in cmdline.txt [1] rotates the splash box and text output after a few seconds (the first seconds during boot show still unrotated content) but all graphical output (Wayland, EGLFS, fbi) appears still unrotated. Of course, I can rotate the screen through the Wayfire configuration, but ideally, our single-app embedded system does not depend on a window manager. Any further ideas?

Again, here is some more information:

Code:

> drm_infoNode: /dev/dri/card1├───Driver: vc4 (Broadcom VC4 graphics) version 0.0.0 (20140616)│   ├───[..]├───Device: platform brcm,bcm2711-vc5│   └───Available nodes: primary├───Framebuffer size│   ├───Width: [0, 7680]│   └───Height: [0, 7680]├───Connectors│   ├───Connector 0│   │   ├───Object ID: 32│   │   ├───Type: DSI│   │   ├───Status: connected│   │   ├───Physical size: 50x75 mm│   │   ├───Subpixel: unknown│   │   ├───Encoders: {0}│   │   ├───Modes│   │   │   └───320x480@60.00 preferred userdef driver │   │   └───Properties│   │       ├───"EDID" (immutable): blob = 0│   │       ├───"DPMS": enum {On, Standby, Suspend, Off} = On│   │       ├───"link-status": enum {Good, Bad} = Good│   │       ├───"non-desktop" (immutable): range [0, 1] = 0│   │       ├───"TILE" (immutable): blob = 0│   │       └───"CRTC_ID" (atomic): object CRTC = 71> kmsprint Connector 0 (32) DSI-1 (connected)  Encoder 0 (31) DSI    Crtc 2 (71) 320x480@60.00 9.768 320/5/5/5/? 480/2/2/2/? 60 (60.00) P|U|D       Plane 2 (61) fb-id: 283 (crtcs: 2) 0,0 320x480 -> 0,0 320x480 (XR24 AR24 AB24 XB24 RG16 BG16 AR15 XR15 RG24 BG24 YU16 YV16 YU24 YV24 YU12 YV12 NV12 NV21 NV16 NV61 P030 XR30 AR30 AB30 XB30 RGB8 BGR8 XR12 AR12 XB12 AB12 BX12 BA12 RX12 RA12)        FB 283 320x480 RG16> cat ./vc4-kms-dsi-eatft03534aitc-overlay.dts/dts-v1/;/plugin/;/ {compatible = "brcm,bcm2835";fragment@0 {target = <&dsi1>;__overlay__ {status = "okay";port {dsi_out: endpoint {remote-endpoint = <&panel_dsi_port>;};};panel: panel-dsi@0 {compatible = "ea,tft035-34aitc";reg = <0>;power-supply = <0>;backlight = <0>;dsi-color-format = "RGB666";mode = "MODE_VIDEO";width-mm = <50>;height-mm = <75>;rotation = <270>;port {panel_dsi_port: endpoint {data-lanes = <1>;remote-endpoint = <&dsi_out>;};};};};};};

[1] video=DSI-1:320x480@60,rotate=90

Statistics: Posted by freshwater — Thu May 02, 2024 11:50 am



Viewing all articles
Browse latest Browse all 5381

Trending Articles