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

Interfacing (DSI, CSI, I2C, etc.) • Re: Custom Video Modes, Wayland

$
0
0
Which window manager do you use because the method differs.

For wayfire one can add a custom mode in wayfire.ini
Run

Code:

sudo nano .config/wayfire.ini
and add your custom mode to the related interface

Code:

[output:HDMI-A-1]mode = custom_mode_1custom_mode_1 = 72.40   1364 1443 1483 1524    768  780  785  790 -hsync -vsyncposition = 0,0transform = normal
labwc has no idea of that so you will have to use wlr-randr and add the mode on start

Code:

sudo nano ~/.config/labwc/autostart
add your mode like i.e.

Code:

wlr-randr --output HDMI-A-1 --custom-mode 1560x870@60Hz &
need to calculate a modeline? On Bookworm install xcvt and then run cvt to get your base modeline.

Statistics: Posted by aBUGSworstnightmare — Sun Dec 08, 2024 2:56 pm



Viewing all articles
Browse latest Browse all 4906

Trending Articles