mylux

FreeBSD xorg.conf

Dec 30th, 2011
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 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.  
  7. Option "AIGLX" "true"
  8. EndSection
  9.  
  10. Section "ServerFlags"
  11. Option "AutoAddDevices" "False"
  12. EndSection
  13.  
  14. Section "Files"
  15. ModulePath "/usr/local/lib/xorg/modules"
  16. FontPath "/usr/local/lib/X11/fonts/misc/"
  17. FontPath "/usr/local/lib/X11/fonts/TTF/"
  18. FontPath "/usr/local/lib/X11/fonts/OTF"
  19. FontPath "/usr/local/lib/X11/fonts/Type1/"
  20. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  21. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  22. FontPath "/usr/local/lib/X11/fonts/URW/"
  23. FontPath "/usr/local/lib/X11/fonts/freefont"
  24. EndSection
  25.  
  26. Section "Module"
  27. Load "extmod"
  28. Load "record"
  29. Load "dbe"
  30. Load "glx"
  31. Load "dri"
  32. Load "dri2"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36. Identifier "Keyboard0"
  37. Driver "kbd"
  38. Option "XkbModel" "abnt2"
  39. Option "XkbLayout" "br"
  40. Option "XkbVariant" ""
  41. EndSection
  42.  
  43. Section "InputDevice"
  44. Identifier "Mouse0"
  45. Driver "mouse"
  46. Option "Protocol" "auto"
  47. Option "Device" "/dev/sysmouse"
  48. Option "ZAxisMapping" "4 5 6 7"
  49. EndSection
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Section "Monitor"
  59. Identifier "Monitor0"
  60. VendorName "Monitor Vendor"
  61. ModelName "Monitor Model"
  62. EndSection
  63.  
  64. Section "Device"
  65. ### Available Driver options are:-
  66. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  67. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  68. ### [arg]: arg optional
  69. #Option "NoAccel" # [<bool>]
  70. #Option "AccelMethod" # [<str>]
  71. #Option "offscreensize" # [<str>]
  72. #Option "SWcursor" # [<bool>]
  73. #Option "ignoreconnector" # [<str>]
  74. #Option "forcereduced" # [<bool>]
  75. #Option "forcedpi" # <i>
  76. #Option "useconfiguredmonitor" # [<bool>]
  77. #Option "HPD" # <str>
  78. #Option "NoRandr" # [<bool>]
  79. #Option "RROutputOrder" # [<str>]
  80. #Option "DRI" # [<bool>]
  81. #Option "TVMode" # [<str>]
  82. #Option "ScaleType" # [<str>]
  83. #Option "UseAtomBIOS" # [<bool>]
  84. #Option "AtomBIOS" # [<str>]
  85. #Option "UnverifiedFeatures" # [<bool>]
  86. #Option "Audio" #"on"
  87. #Option "AudioStreamSilence" # [<str>]
  88. #Option "HDMI" #"all"
  89. #Option "COHERENT" # [<str>]
  90. #Option "ForceLowPowerMode" # [<bool>]
  91. #Option "LowPowerModeEngineClock" # <i>
  92. Identifier "Card0"
  93. Driver "radeon"
  94. VendorName "ATI Technologies Inc"
  95. BoardName "RV770 [Radeon HD 4870]"
  96. BusID "PCI:1:0:0"
  97. EndSection
  98.  
  99. Section "Screen"
  100. Identifier "Screen0"
  101. Device "Card0"
  102. Monitor "Monitor0"
  103. SubSection "Display"
  104. Viewport 0 0
  105. Depth 1
  106. EndSubSection
  107. SubSection "Display"
  108. Viewport 0 0
  109. Depth 4
  110. EndSubSection
  111. SubSection "Display"
  112. Viewport 0 0
  113. Depth 8
  114. EndSubSection
  115. SubSection "Display"
  116. Viewport 0 0
  117. Depth 15
  118. EndSubSection
  119. SubSection "Display"
  120. Viewport 0 0
  121. Depth 16
  122. EndSubSection
  123. SubSection "Display"
  124. Viewport 0 0
  125. Depth 24
  126. EndSubSection
  127. EndSection
Add Comment
Please, Sign In to add comment