Advertisement
Guest User

Untitled

a guest
Aug 16th, 2011
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 270.41.06 (buildmeister@swio-display-x86-rhel47-08.nvidia.com) Mon Apr 18 15:14:00 PDT 2011
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen "Screen0"
  7. Screen "Screen1" RightOf "Screen0"
  8. # Screen "Screen1"
  9. InputDevice "Keyboard0" "SendCoreEvents"
  10. #InputDevice "Keyboard0" "CoreKeyboard"
  11. InputDevice "Mouse0" "SendCoreEvents"
  12. #InputDevice "Mouse0" "CorePointer"
  13. EndSection
  14.  
  15. #Section "ServerFlags"
  16. # Option "AllowEmptyInput" "no"
  17. #EndSection
  18.  
  19. Section "Files"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23. # generated from default
  24. Identifier "Mouse0"
  25. Driver "mouse"
  26. Option "Protocol" "auto"
  27. Option "Device" "/dev/psaux"
  28. Option "Emulate3Buttons" "no"
  29. Option "ZAxisMapping" "4 5"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. # generated from default
  34. Identifier "Keyboard0"
  35. Driver "kbd"
  36. EndSection
  37.  
  38. Section "Monitor"
  39. Identifier "Monitor0"
  40. VendorName "Unknown"
  41. ModelName "Unknown"
  42. HorizSync 28.0 - 73.0
  43. VertRefresh 43.0 - 72.0
  44. Option "DPMS"
  45. EndSection
  46.  
  47. Section "Device"
  48. Identifier "Device0"
  49. Driver "nvidia"
  50. VendorName "NVIDIA Corporation"
  51. BusID "PCI:1:0:0"
  52. Option "IgnoreEDID"
  53. #Screen 0
  54. EndSection
  55.  
  56. Section "Device"
  57. Identifier "Device1"
  58. Driver "intel"
  59. VendorName "onboard"
  60. BusID "PCI:0:2:0"
  61. #Screen 1
  62. EndSection
  63.  
  64. Section "Screen"
  65. Identifier "Screen1"
  66. Device "Device0"
  67. Monitor "Monitor0"
  68. DefaultDepth 24
  69. SubSection "Display"
  70. Depth 24
  71. EndSubSection
  72. EndSection
  73.  
  74. Section "Screen"
  75. Identifier "Screen0"
  76. Device "Device1"
  77. Monitor "Monitor0"
  78. DefaultDepth 24
  79. SubSection "Display"
  80. Depth 24
  81. Modes "1024x768"
  82. EndSubSection
  83. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement