xref: /OK3568_Linux_fs/device/rockchip/common/overlays/overlay-yocto/etc/xdg/weston/weston.ini (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[core]
2backend=drm-backend.so
3
4# Allow running without input devices
5require-input=false
6
7# Disable screen idle timeout by default
8idle-time=0
9
10# The repaint-window is used to calculate repaint delay(ms) after flipped.
11#   value <= 0: delay = abs(value)
12#   value > 0: delay = vblank_duration - value
13repaint-window=-1
14
15# Allow blending with lower drm planes
16# gbm-format=argb8888
17
18[shell]
19# top(default)|bottom|left|right|none, none to disable panel
20# panel-position=none
21
22# Scale panel size
23panel-scale=3
24
25# Set cursor size
26cursor-size=32
27
28# none|minutes(default)|minutes-24h|seconds|seconds-24h
29# clock-format=minutes-24h
30clock-with-date=false
31
32# Disable screen locking
33locking=false
34
35[libinput]
36# Uncomment below to enable touch screen calibrator(weston-touch-calibrator)
37# touchscreen_calibrator=true
38# calibration_helper=/bin/weston-calibration-helper.sh
39
40[keyboard]
41# Comment this to enable vt switching
42vt-switching=false
43
44# Configs for auto key repeat
45# repeat-rate=40
46# repeat-delay=400
47