Advertisement
Guest User

xorg.conf.new

a guest
Dec 9th, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
  2. 01:00.0 VGA compatible controller: NVIDIA Corporation Device 0ded (rev a1)
  3. Section "ServerLayout"
  4. Identifier "X.org Configured"
  5. Screen 0 "Screen0" 0 0
  6. InputDevice "Mouse0" "CorePointer"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. EndSection
  9.  
  10. Section "Files"
  11. ModulePath "/usr/lib64/xorg/modules"
  12. FontPath "/usr/share/fonts/misc/"
  13. FontPath "/usr/share/fonts/TTF/"
  14. FontPath "/usr/share/fonts/OTF/"
  15. FontPath "/usr/share/fonts/Type1/"
  16. FontPath "/usr/share/fonts/100dpi/"
  17. FontPath "/usr/share/fonts/75dpi/"
  18. EndSection
  19.  
  20. Section "Module"
  21. Load "glx"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25. Identifier "Keyboard0"
  26. Driver "kbd"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Mouse0"
  31. Driver "mouse"
  32. Option "Protocol" "auto"
  33. Option "Device" "/dev/input/mice"
  34. Option "ZAxisMapping" "4 5 6 7"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "Monitor0"
  39. VendorName "Monitor Vendor"
  40. ModelName "Monitor Model"
  41. EndSection
  42.  
  43. Section "Device"
  44. ### Available Driver options are:-
  45. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  46. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  47. ### <percent>: "<f>%"
  48. ### [arg]: arg optional
  49. #Option "SWcursor" # [<bool>]
  50. #Option "HWcursor" # [<bool>]
  51. #Option "NoAccel" # [<bool>]
  52. #Option "ShadowFB" # [<bool>]
  53. #Option "VideoKey" # <i>
  54. #Option "WrappedFB" # [<bool>]
  55. #Option "GLXVBlank" # [<bool>]
  56. #Option "ZaphodHeads" # <str>
  57. #Option "PageFlip" # [<bool>]
  58. #Option "SwapLimit" # <i>
  59. #Option "AsyncUTSDFS" # [<bool>]
  60. Identifier "Card0"
  61. Driver "nouveau"
  62. BusID "PCI:1:0:0"
  63. EndSection
  64.  
  65. Section "Screen"
  66. Identifier "Screen0"
  67. Device "Card0"
  68. Monitor "Monitor0"
  69. SubSection "Display"
  70. Viewport 0 0
  71. Depth 1
  72. EndSubSection
  73. SubSection "Display"
  74. Viewport 0 0
  75. Depth 4
  76. EndSubSection
  77. SubSection "Display"
  78. Viewport 0 0
  79. Depth 8
  80. EndSubSection
  81. SubSection "Display"
  82. Viewport 0 0
  83. Depth 15
  84. EndSubSection
  85. SubSection "Display"
  86. Viewport 0 0
  87. Depth 16
  88. EndSubSection
  89. SubSection "Display"
  90. Viewport 0 0
  91. Depth 24
  92. EndSubSection
  93. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement