Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Section "Device"
  2. Identifier "Configured Video Device"
  3. Driver "vesa"
  4. EndSection
  5.  
  6. Section "Monitor"
  7. Identifier "Configured Monitor"
  8. EndSection
  9.  
  10. Section "Screen"
  11. Identifier "Default Screen"
  12. Monitor "Configured Monitor"
  13. Device "Configured Video Device"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17. Identifier "Configured Mouse"
  18. Driver "vboxmouse"
  19. #Driver "evdev"
  20. Option "CorePointer"
  21. #Option "Device" "/sys/devices/virtual/input/input2"
  22. #Option "Device" "/dev/input/event*"
  23. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement