Advertisement
Guest User

xorg.conf

a guest
Jan 30th, 2011
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier "X.org Manually Configured"
  3.     Screen 0  "NotebookScreen" 0 0
  4. EndSection
  5.  
  6. Section "ServerFlags"
  7.     # Option "Xinerama" "true"
  8.     # Option "DontZap" "false"
  9. EndSection
  10.  
  11. Section "Files"
  12.    ModulePath "/usr/local/lib/xorg/modules"
  13.    # RgbPath "/usr/local/lib/X11/rgb" (no longer needed, breaks things)
  14.  
  15.    FontPath "/usr/local/lib/X11/fonts/75dpi/:unscaled"
  16.    FontPath "/usr/local/lib/X11/fonts/100dpi/:unscaled"
  17.    FontPath "/usr/local/lib/X11/fonts/75dpi/"
  18.    FontPath "/usr/local/lib/X11/fonts/100dpi/"
  19.    FontPath "/usr/local/lib/X11/fonts/misc/"
  20.    FontPath "/usr/local/lib/X11/fonts/OTF/"
  21.    FontPath "/usr/local/lib/X11/fonts/Type1/"
  22.    FontPath "/usr/local/lib/X11/fonts/TTF/"
  23.  
  24.    FontPath "/usr/local/share/fonts/amspsfont/type1" # amspsfont port
  25.    FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" # installed port
  26.    FontPath "/usr/local/share/fonts/cmpsfont/type1" # cmpsfont port
  27.    FontPath "/usr/local/lib/X11/fonts/freefont/" # installed port
  28.    FontPath "/usr/local/share/ghostscript/fonts/" # gsfonts port
  29.    #FontPath "/usr/local/share/apps/konsole/fonts" # kdebase port
  30.    #FontPath "/usr/local/lib/X11/fonts/mathfonts/" # mathfonts installed port
  31.    FontPath "/usr/local/lib/X11/fonts/texcm-ttf/" # texcm-ttf installed port
  32.    FontPath "/usr/X11R6/lib/X11/fonts/URW" # installed port
  33.    FontPath "/usr/X11R6/lib/X11/fonts/urwfonts-ttf" # installed port
  34.    FontPath "/usr/local/lib/X11/fonts/webfonts" # webfonts port
  35. EndSection
  36.  
  37. Section "Module"
  38.     #Load  "dbe" # loaded by default
  39.     #Load  "dri" # loaded by default
  40.     #Load  "dri2"# loaded by default
  41.     #Load  "extmod" # loaded by default
  42.     #Load  "freetype" # loaded by default
  43.     #Load  "GLcore"
  44.     #Load  "glx" loaded by default
  45.     #Load  "record" # loaded by default
  46.     #Load  "type1" # loaded by default
  47.     #Load  "xtrap"
  48.  
  49.     #SubSection "extmod"
  50.             #Option "omit xfree86-dga"   # don't initialise the DGA extension
  51.     #EndSubSection
  52. EndSection
  53.  
  54. Section "InputDevice"
  55.     Identifier "Logitech Cordless Desktop Pro"
  56.     Driver     "kbd"
  57.     Option     "XkbRules"  "xorg"
  58.     #Option     "XkbModel"  "logicdpa2"
  59.         Option      "XkbModel"  "logicda"
  60.     Option     "XkbLayout" "us"
  61.         #Option "XkbOptions" "eurosign:4"
  62. EndSection
  63.  
  64. Section "InputDevice"
  65.     Identifier  "Labtec USB Mouse"
  66.     Driver      "mouse"
  67.     Option      "Protocol" "auto"
  68.     Option      "Device" "/dev/sysmouse"
  69.     Option      "ZAxisMapping" "4 5 6 7"
  70. EndSection
  71.  
  72. Section "Monitor"
  73.    #DisplaySize  370 230 # mm actual dimenions
  74.    #DisplaySize  370 278 # mm using formual (1400/96)*25.4 (1050/96)*25.4
  75.    Identifier   "NotebookMonitor"
  76.    VendorName   "Samsung"
  77.    ModelName    "LTN150P1-L02"
  78.    Option       "DPMS"
  79. EndSection
  80.  
  81. Section "Monitor"
  82.    #DisplaySize     360   270 # mm
  83.    Identifier   "ExternalMonitor"
  84.    #VendorName   "LTN"
  85.    #ModelName    "A1996NST"
  86.    #HorizSync    30.0 - 95.0
  87.    #VertRefresh  50.0 - 120.0
  88.    # Samsung 712N w/ cap at 60Hz. www.wimtv.be/techniforum/files/171s.pdf
  89.    #DisplaySize     340 272
  90.    #HorizSync       30-81
  91.    #VertRefresh     56-60
  92.    Option "DPMS"
  93. EndSection
  94.  
  95. Section "Device"
  96.    Identifier "Card0"
  97.    #Driver "ati"
  98.    Driver "vesa"
  99.    #Driver "radeon"
  100.    VendorName "ATI Technologies Inc"
  101.    BoardName "RV350 [Mobility Radeon 9600 M10]"
  102.    BusID "PCI:1:0:0"
  103.  
  104.    Option "DynamicClocks" "True"
  105.  
  106.    #Option "AGPMode" "8"  # reported to cause freeze
  107.    #Option "AGPFastWrite" "True" # does cause freezes for me
  108.    #Option "AGPSize" "64"
  109.  
  110.    Option "ColorTiling" "True"
  111.  
  112.    #Option "AccelMethod" "EXA"
  113.  
  114.    Option "EnableDepthMoves" "True"
  115.    Option "EnablePageFlip" "On"
  116.  
  117.    #Option "MergedFB" "true"
  118.    #Option "MetaModes" "1400x1050 1400x1050-1400x1050"
  119.    #Option "MergedDPI" "100 100"
  120.    #Option "CRT2Position" "LeftOf" # removed this to clone the display
  121. EndSection
  122.  
  123. #Section "Device"
  124. #   Identifier "Card1"
  125. #   Driver "ati"
  126. #  #Driver "vesa"
  127. #  #Driver "radeon"
  128. #   VendorName "ATI Technologies Inc"
  129. #   BoardName "RV350 [Mobility Radeon 9600 M10]"
  130. #   BusID "PCI:1:0:0"
  131.  
  132. #   Option "DynamicClocks" "True"
  133.  
  134.    #Option "AGPMode" "8"  # reported to cause freeze
  135.    #Option "AGPFastWrite" "True" # does cause freezes for me
  136.    #Option "AGPSize" "64"
  137.  
  138. #   Option "ColorTiling" "True"
  139.  
  140.    #Option "AccelMethod" "EXA"
  141. #   Screen 1
  142. #EndSection
  143.  
  144. #Section "Device"
  145.         ### Available Driver options are:-
  146.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  147.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  148.         ### [arg]: arg optional
  149.         #Option     "NoAccel"               # [<bool>]
  150.         #Option     "SWcursor"              # [<bool>]
  151.         #Option     "Dac6Bit"               # [<bool>]
  152.         #Option     "Dac8Bit"               # [<bool>]
  153.         #Option     "BusType"               # [<str>]
  154.         #Option     "CPPIOMode"             # [<bool>]
  155.         #Option     "CPusecTimeout"         # <i>
  156.         #Option     "AGPMode"               # <i>
  157.         #Option     "AGPFastWrite"          # [<bool>]
  158.         #Option     "AGPSize"               # <i>
  159.         #Option     "GARTSize"              # <i>
  160.         #Option     "RingSize"              # <i>
  161.         #Option     "BufferSize"            # <i>
  162.         #Option     "EnableDepthMoves"      # [<bool>]
  163.         #Option     "EnablePageFlip"        # [<bool>]
  164.         #Option     "NoBackBuffer"          # [<bool>]
  165.         #Option     "DMAForXv"              # [<bool>]
  166.         #Option     "FBTexPercent"          # <i>
  167.         #Option     "DepthBits"             # <i>
  168.         #Option     "AccelDFS"              # [<bool>]
  169.         #Option     "PanelOff"              # [<bool>]
  170.         #Option     "DDCMode"               # [<bool>]
  171.         #Option     "MonitorLayout"         # [<str>]
  172.         #Option     "IgnoreEDID"            # [<bool>]
  173.         #Option     "UseFBDev"              # [<bool>]
  174.         #Option     "MergedFB"              # [<bool>]
  175.         #Option     "CRT2HSync"             # [<str>]
  176.         #Option     "CRT2VRefresh"          # [<str>]
  177.         #Option     "CRT2Position"          # [<str>]
  178.         #Option     "MetaModes"             # [<str>]
  179.         #Option     "MergedDPI"             # [<str>]
  180.         #Option     "MergedXinerama"        # [<bool>]
  181.         #Option     "MergedXineramaCRT2IsScreen0"   # [<bool>]
  182.         #Option     "MergedNonRectangular"  # [<bool>]
  183.         #Option     "MergedMouseRestriction"    # [<bool>]
  184.         #Option     "DisplayPriority"       # [<str>]
  185.         #Option     "PanelSize"             # [<str>]
  186.         #Option     "ForceMinDotClock"      # <freq>
  187.         #Option     "ColorTiling"           # [<bool>]
  188.         #Option     "VideoKey"              # <i>
  189.         #Option     "RageTheatreCrystal"    # <i>
  190.         #Option     "RageTheatreTunerPort"  # <i>
  191.         #Option     "RageTheatreCompositePort"  # <i>
  192.         #Option     "RageTheatreSVideoPort"     # <i>
  193.         #Option     "TunerType"             # <i>
  194.         #Option     "RageTheatreMicrocPath"     # <str>
  195.         #Option     "RageTheatreMicrocType"     # <str>
  196.         #Option     "RenderAccel"           # [<bool>]
  197.         #Option     "SubPixelOrder"         # [<str>]
  198.         #Option     "ShowCache"             # [<bool>]
  199.         #Option     "DynamicClocks"         # [<bool>]
  200.         #Option     "BIOSHotkeys"           # [<bool>]
  201.         #Option     "VGAAccess"             # [<bool>]
  202.         #Option     "ReverseDDC"            # [<bool>]
  203.         #Option     "LVDSProbePLL"          # [<bool>]
  204.         #Option     "AccelMethod"           # <str>
  205.         #Option     "ConstantDPI"           # [<bool>]
  206.     #Identifier  "Card0"
  207.     #Driver      "ati"
  208.     #VendorName  "ATI Technologies Inc"
  209.     #BoardName   "RV350 [Mobility Radeon 9600 M10]"
  210.     #BusID       "PCI:1:0:0"
  211. #EndSection
  212.  
  213. Section "Screen"
  214.    Identifier "NotebookScreen"
  215.    Device     "Card0"
  216.    Monitor    "NotebookMonitor"
  217.    DefaultDepth 24
  218.    SubSection "Display"
  219.       Depth 24
  220.       Modes "1400x1050"
  221.    EndSubSection
  222.    Option "XaaNoOffscreenPixmaps" # temp for firefox3 problem
  223. EndSection
  224.  
  225. #Section "Screen"
  226. #   Identifier "ExternalScreen"
  227. #   Device     "Card1"
  228. #   Monitor    "ExternalMonitor"
  229. #   DefaultDepth 24
  230. #   SubSection "Display"
  231. #      Depth 24
  232. #      Modes "1400x1050"
  233. #   EndSubSection
  234. #EndSection
  235.  
  236. #Section "DRI"
  237.   # Mode 0666
  238. # EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement