hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
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