Advertisement
Guest User

Untitled

a guest
Mar 15th, 2014
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. EndSection
  7.  
  8. Section "Files"
  9. EndSection
  10.  
  11. Section "InputDevice"
  12.  
  13. # generated from default
  14. Identifier "Mouse0"
  15. Driver "mouse"
  16. Option "Protocol" "auto"
  17. Option "Device" "/dev/psaux"
  18. Option "Emulate3Buttons" "no"
  19. Option "ZAxisMapping" "4 5"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23.  
  24. # generated from default
  25. Identifier "Keyboard0"
  26. Driver "kbd"
  27. EndSection
  28.  
  29. Section "Monitor"
  30. Identifier "Monitor0"
  31. VendorName "Philips"
  32. ModelName "193V5L"
  33. HorizSync 30.0 - 83.0
  34. VertRefresh 56.0 - 75.0
  35. Modeline "1366x768"x59.8 85.50 1366 1436 1579 1792 768 771 774 798 +hsync +vsync
  36. Option "DPMS"
  37. Option "PreferredMode" "1366x768"
  38. EndSection
  39.  
  40. Section "Device"
  41. Identifier "Device0"
  42. Driver "nvidia"
  43. VendorName "NVIDIA Corporation"
  44. EndSection
  45.  
  46. Section "Screen"
  47. Identifier "Screen0"
  48. Device "Device0"
  49. Monitor "Monitor0"
  50. DefaultDepth 24
  51. SubSection "Display"
  52. Depth 24
  53. Modes "1366x768"
  54. EndSubSection
  55. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement