CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/packages/bsp/rk3399/xorg.conf
Views: 3960
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