first commit
This commit is contained in:
23
external/packages/bsp/rk3399/02-rockchip-accel.conf
vendored
Executable file
23
external/packages/bsp/rk3399/02-rockchip-accel.conf
vendored
Executable file
@@ -0,0 +1,23 @@
|
||||
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"
|
||||
## End glamor configuration
|
||||
|
||||
EndSection
|
||||
|
||||
Section "Screen"
|
||||
Identifier "Default Screen"
|
||||
SubSection "Display"
|
||||
Depth 24
|
||||
# Modes "1920x1080" "1280x1024" "1024x768" "800x600"
|
||||
EndSubSection
|
||||
EndSection
|
||||
Reference in New Issue
Block a user