Files
orangepi-5-plus-kernel/external/packages/bsp/rk3399/xorg.conf
2026-02-07 20:22:48 +08:00

25 lines
812 B
Xorg
Executable File

Section "Device"
Identifier "Rockchip Graphics"
## Use armsoc driver
# Driver "armsoc"
## End armsoc configuration
## Use modesetting and glamor
Driver "modesetting"
Option "AccelMethod" "glamor" ### "glamor" to enable 3D acceleration, "none" to disable.
Option "DRI" "2"
Option "Dri2Vsync" "true"
Option "TripleBuffer" "True"
## End glamor configuration
EndSection
Section "Screen"
Identifier "Default Screen"
SubSectionSub "Display"
Depth 24
Modes "1920x1080" "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection