For NanoPi M3 or other with Samsung S5P6818 Octa-Core Cortex-A53

Section "Device"
    Identifier          "Primary"
    Driver              "fbdev"
    Option              "fbdev" "/dev/fb0"
    Option "Debug" "false"
    Option "DPMS" "false" Option "NoFlip" "false"
    Option "NoHardwareMouse" "true"
    Option "NoG2D" "false"
    Option              "Rotate" ""
EndSection
 
Section "ServerLayout"
  Identifier "Default Layout"
  Option "BlankTime" "0"
  Option "StandbyTime" "0"
  Option "SuspendTime" "0"
  Option "OffTime" "0"
EndSection
 
Section "DRI"
  Mode 0666
EndSection
 
Section "Screen"
  Identifier "Default Screen"
  Device "Mali-Fbdev"
  DefaultDepth 24
  SubSection "Display"
    Virtual 1400 1050
  EndSubSection
  EndSectionSection "Monitor"
      Identifier          "Primary"
     VendorName          "FriendlyARM"
EndSection

 

Read More...