Advertisement
Guest User

texasjack

a guest
Jun 11th, 2009
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Default Layout"
  3. Screen "Screen0" 0 0
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. EndSection
  7.  
  8. Section "ServerFlags"
  9. Option "Xinerama" "0"
  10. EndSection
  11.  
  12. Section "InputDevice"
  13. Identifier "Keyboard0"
  14. Driver "kbd"
  15. EndSection
  16.  
  17. Section "InputDevice"
  18. Identifier "Mouse0"
  19. Driver "mouse"
  20. Option "Protocol" "ExplorerPS/2"
  21. Option "Device" "/dev/input/mice"
  22. Option "Emulate3Buttons" "no"
  23. Option "Buttons" "5"
  24. Option "ZAxisMapping" "4 5"
  25. EndSection
  26.  
  27. Section "Monitor"
  28. Identifier "Monitor0"
  29. VendorName "Unknown"
  30. ModelName "LG T710SH"
  31. HorizSync 30.0 - 71.0
  32. VertRefresh 50.0 - 160.0
  33. Option "DPMS"
  34. EndSection
  35.  
  36. Section "Device"
  37. Identifier "Device0"
  38. Driver "nvidia"
  39. VendorName "NVIDIA Corporation"
  40. BoardName "GeForce FX 5200"
  41. EndSection
  42.  
  43. Section "Screen"
  44. Identifier "Screen0"
  45. Device "Device0"
  46. Monitor "Monitor0"
  47. DefaultDepth 24
  48. Option "TwinView" "0"
  49. Option "TwinViewXineramaInfoOrder" "CRT-0"
  50. Option "metamodes" "1280x960_60 +0+0"
  51. SubSection "Display"
  52. Depth 24
  53. EndSubSection
  54. EndSection
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement