Advertisement
nocwat

DisplayLink xorg conf for Ubuntu on XOLO X900

Jan 6th, 2013
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "DisplayLinkScreen" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "ServerFlags"
  9. Option "AutoAddDevices" "false"
  10. EndSection
  11.  
  12. Section "InputDevice"
  13. Identifier "Keyboard0"
  14. Driver "evdev"
  15. Option "Device" "/dev/input/event10"
  16. Option "Protocol" "usb"
  17. EndSection
  18.  
  19. Section "InputDevice"
  20. Identifier "Mouse0"
  21. Driver "evdev"
  22. Option "Device" "/dev/input/event11"
  23. Option "Protocol" "usb"
  24. EndSection
  25.  
  26. Section "Device"
  27. Identifier "DisplayLinkDevice"
  28. driver "displaylink"
  29. Option "fbdev" "/dev/fb1"
  30. EndSection
  31.  
  32. Section "Monitor"
  33. Identifier "DisplayLinkMonitor"
  34. EndSection
  35.  
  36. Section "Screen"
  37. Identifier "DisplayLinkScreen"
  38. Device "DisplayLinkDevice"
  39. Monitor "DisplayLinkMonitor"
  40. SubSection "Display"
  41. Depth 16
  42. Modes "1366x768"
  43. EndSubSection
  44. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement