hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Section "Device"
    Identifier  "Rockchip Graphics"
    Driver      "modesetting"
 
### Use Rockchip RGA 2D HW accel
#    Option      "AccelMethod"    "exa"
 
### Use GPU HW accel
    Option      "AccelMethod"    "glamor"
 
    Option      "DRI"            "2"
 
### Set to "always" to avoid tearing, could lead to up 50% performance loss
    Option      "FlipFB"         "none"
 
### Limit flip rate and drop frames for "FlipFB" to reduce performance lost
#    Option      "MaxFlipRate"    "25"
 
    Option      "NoEDID"         "true"
EndSection
 
Section    "Screen"
    Identifier    "Default Screen"
    Device    "Rockchip Graphics"
    Monitor    "Default Monitor"
EndSection
 
### Valid values for rotation are "normal", "left", "right"
Section    "Monitor"
    Identifier    "Default Monitor"
    Option    "Rotate" "normal"
EndSection