samicko

xorg.conf

May 23rd, 2019
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Section "InputDevice"
  2. Identifier "System Mouse"
  3. Driver "mouse"
  4. Option "Device" "/dev/input/mouse0"
  5. EndSection
  6.  
  7. Section "InputDevice"
  8. Identifier "System Keyboard"
  9. Driver "kbd"
  10. Option "Device" "/dev/input/event0"
  11. EndSection
  12.  
  13. Section "Device"
  14. Identifier "ZynqMP"
  15. Driver "armsoc"
  16. Option "DRICard" "0"
  17. Option "DRI2" "true"
  18. Option "DRI2_PAGE_FLIP" "false"
  19. Option "DRI2_WAIT_VSYNC" "true"
  20. Option "SWcursorLCD" "false"
  21. Option "DEBUG" "false"
  22. Option "DPMS" "false"
  23. EndSection
  24.  
  25. Section "Screen"
  26. Identifier "DefaultScreen"
  27. Device "ZynqMP"
  28. DefaultDepth 24
  29. EndSection
  30.  
  31. Section "ServerLayout"
  32. Identifier "ServerLayout0"
  33. Option "StandbyTime" "0"
  34. Option "SuspendTime" "0"
  35. Option "OffTime" "0"
  36. Option "BlankTime" "0"
  37. EndSection
  38.  
  39. Section "Extensions"
  40. Option "Composite" "Disable"
  41. EndSection
Advertisement
Add Comment
Please, Sign In to add comment