HittingSmoke

VBox Xorg

Dec 6th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Section "Device"
  2. Identifier "VirtualBox-Device"
  3. Option "Monitor-default" "VirtualBox-Monitor"
  4. EndSection
  5.  
  6. Section "Monitor"
  7. Identifier "VirtualBox-Monitor"
  8. VendorName "VirtualBox"
  9. ModelName "VirtualBox"
  10. HorizSync 1.0 - 1000.0
  11. VertRefresh 1.0 - 1000.0
  12. Option "MinClock" "1.0"
  13. Option "MaxClock" "10000.0"
  14. Option "Primary" "True"
  15. Option "PreferredMode" "1920x1080"
  16. EndSection
  17.  
  18. Section "Screen"
  19. Identifier "MyScreen"
  20. Device "VirtualBox-Device"
  21. Monitor "VirtualBox-Monitor"
  22. EndSection
Add Comment
Please, Sign In to add comment