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/02-rockchip-accel.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
## End glamor configuration
14
15
EndSection
16
17
Section "Screen"
18
Identifier "Default Screen"
19
SubSection "Display"
20
Depth 24
21
# Modes "1920x1080" "1280x1024" "1024x768" "800x600"
22
EndSubSection
23
EndSection
24
25