Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong
GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/packages/bsp/rk3399/xorg.conf
18120 views
1
Section "Device"
2
Identifier "Rockchip Graphics"
3
4
## Use armsoc driver
5
# Driver "armsoc"
6
## End armsoc configuration
7
8
## Use modesetting and glamor
9
Driver "modesetting"
10
Option "AccelMethod" "glamor" ### "glamor" to enable 3D acceleration, "none" to disable.
11
Option "DRI" "2"
12
Option "Dri2Vsync" "true"
13
Option "TripleBuffer" "True"
14
## End glamor configuration
15
16
EndSection
17
18
Section "Screen"
19
Identifier "Default Screen"
20
SubSection "Display"
21
Depth 24
22
Modes "1920x1080" "1280x1024" "1024x768" "800x600"
23
EndSubSection
24
EndSection
25
26