mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-24 01:26:43 +07:00
15 lines
299 B
Plaintext
15 lines
299 B
Plaintext
Section "Device"
|
|
Identifier "ARMSOC DRM driver"
|
|
Driver "armsoc"
|
|
Option "DRI2" "true"
|
|
# Option "fbdev" "/dev/fb0"
|
|
# Option "Debug" "true"
|
|
# Option "UMP_LOCK" "false"
|
|
EndSection
|
|
|
|
Section "Screen"
|
|
Identifier "DefaultScreen"
|
|
Device "ARMSOC DRM driver"
|
|
DefaultDepth 24
|
|
EndSection
|