Guest User

10-monitor.conf

a guest
Aug 21st, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. #Section "Files"
  9. # ModulePath "/usr/lib/xorg/modules"
  10. # FontPath "/usr/share/fonts/misc/"
  11. # FontPath "/usr/share/fonts/TTF/"
  12. # FontPath "/usr/share/fonts/OTF/"
  13. # FontPath "/usr/share/fonts/Type1/"
  14. # FontPath "/usr/share/fonts/100dpi/"
  15. # FontPath "/usr/share/fonts/75dpi/"
  16. #EndSection
  17.  
  18. Section "Module"
  19. Load "glx"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23. Identifier "Keyboard0"
  24. Driver "kbd"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Mouse0"
  29. Driver "mouse"
  30. Option "Protocol" "auto"
  31. Option "Device" "/dev/input/mice"
  32. Option "ZAxisMapping" "4 5 6 7"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. Identifier "VGA1"
  37. VendorName "LG"
  38. ModelName "L1950B"
  39. Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
  40. Option "PreferredMode" "1280x1024_75.00"
  41. Option "DPMS" "off"
  42. EndSection
  43.  
  44. Section "Device"
  45. Identifier "Card0"
  46. Driver "intel"
  47. BusID "PCI:0:2:0"
  48. EndSection
  49.  
  50. Section "Screen"
  51. Identifier "Screen0"
  52. Device "Card0"
  53. Monitor "VGA1"
  54. DefaultDepth 16
  55. SubSection "Display"
  56. Depth 16
  57. Modes "1280x1024_75.00"
  58. EndSubSection
  59. EndSection
  60.  
  61. Section "ServerLayout"
  62. Identifier "ServerLayout0"
  63. Option "BlankTime" "0"
  64. Option "StandbyTime" "0"
  65. Option "SuspendTime" "0"
  66. Option "OffTime" "0"
  67. EndSection
Advertisement
Add Comment
Please, Sign In to add comment