first commit
This commit is contained in:
24
external/packages/bsp/rk3399/xorg.conf
vendored
Executable file
24
external/packages/bsp/rk3399/xorg.conf
vendored
Executable file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
Reference in New Issue
Block a user