Path: blob/next/external/packages/bsp/rk3399/xorg.conf
18120 views
Section "Device"1Identifier "Rockchip Graphics"23## Use armsoc driver4# Driver "armsoc"5## End armsoc configuration67## Use modesetting and glamor8Driver "modesetting"9Option "AccelMethod" "glamor" ### "glamor" to enable 3D acceleration, "none" to disable.10Option "DRI" "2"11Option "Dri2Vsync" "true"12Option "TripleBuffer" "True"13## End glamor configuration1415EndSection1617Section "Screen"18Identifier "Default Screen"19SubSection "Display"20Depth 2421Modes "1920x1080" "1280x1024" "1024x768" "800x600"22EndSubSection23EndSection242526