mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
17 lines
568 B
Text
17 lines
568 B
Text
|
Section "Device"
|
||
|
Identifier "Mali FBDEV"
|
||
|
Driver "armsoc"
|
||
|
Option "fbdev" "/dev/fb0"
|
||
|
Option "Fimg2DExa" "false"
|
||
|
Option "DRI2" "true"
|
||
|
Option "DRI2_PAGE_FLIP" "false"
|
||
|
Option "DRI2_WAIT_VSYNC" "true"
|
||
|
Option "SWcursorLCD" "false"
|
||
|
EndSection
|
||
|
|
||
|
Section "Screen"
|
||
|
Identifier "DefaultScreen"
|
||
|
Device "Mali FBDEV"
|
||
|
DefaultDepth 24
|
||
|
EndSection
|