Guest User

Untitled

a guest
Dec 12th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. echo "0" > /sys/class/pwm-sunxi/pwm0/duty_percent
  2.  
  3. Section "ServerLayout"
  4. Identifier "Default Layout"
  5. Screen 0 "Screen0" 0 0
  6. EndSection
  7.  
  8. Section "ServerFlags"
  9. Option "BlankTime" "60"
  10. Option "StandbyTime" "0"
  11. Option "SuspendTime" "0"
  12. Option "OffTime" "0"
  13. EndSection
  14.  
  15. Section "Screen"
  16. Identifier "Screen0"
  17. Device "Allwinner A10/A13 FBDEV"
  18. Monitor "Monitor0"
  19. DefaultDepth 24
  20. Subsection "Display"
  21. Depth 24
  22. Modes "1280x800p60"
  23. EndSubsection
  24. EndSection
  25.  
  26. Section "Device"
  27. Identifier "Allwinner A10/A13 FBDEV"
  28. Driver "sunxifb"
  29. Option "fbdev" "/dev/fb0"
  30. Option "AccelMethod" "G2D"
  31. Option "SwapbuffersWait" "true"
  32. EndSection
  33.  
  34. Section "Monitor"
  35. Identifier "Monitor0"
  36. Vendorname "Unknown"
  37. Modelname "Unknown"
  38. HorizSync 30.0 - 83.0
  39. VertRefresh 43.0 - 76.0
  40. Option "DPMS"
  41. Modeline "1280x720p50" 60.74 1280 1328 1456 1632 720 721 724 741 -HSync +Vsync
  42. Modeline "1280x800p60" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
  43. Option "DPMS" "true"
  44. EndSection
Add Comment
Please, Sign In to add comment