Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2012
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier     "Layout0"
  3.     Screen         0 "Screen0" 0 0
  4. EndSection
  5.  
  6. Section "Files"
  7.     FontPath    "/usr/share/fonts/100dpi:unscaled"
  8.     FontPath    "/usr/share/fonts/75dpi:unscaled"
  9.     FontPath    "/usr/share/fonts/artwiz-latin1"
  10.     FontPath    "/usr/share/fonts/corefonts"
  11.     FontPath    "/usr/share/fonts/cyrillic"
  12.     FontPath    "/usr/share/fonts/default"
  13.     FontPath    "/usr/share/fonts/dejavu"
  14.     FontPath    "/usr/share/fonts/encodings"
  15.     FontPath    "/usr/share/fonts/freefont-ttf"
  16.     FontPath    "/usr/share/fonts/freefonts"
  17.     FontPath    "/usr/share/fonts/misc:unscaled"
  18.     FontPath    "/usr/share/fonts/terminus"
  19.     FontPath    "/usr/share/fonts/TTF"
  20.     FontPath    "/usr/share/fonts/ttf-bitstream-vera"
  21.     FontPath    "/usr/share/fonts/Type1"
  22.     FontPath    "/usr/share/fonts/unifont"
  23.     FontPath    "/usr/share/fonts/util"
  24. #    FontPath    "/usr/share/fonts/sharefonts"
  25. #    FontPath    "/usr/share/fonts/local"
  26. EndSection
  27.  
  28. Section "Module"
  29.     Load           "dbe"
  30.     Load           "extmod"
  31.     Load           "type1"
  32.     Load           "freetype"
  33.     Load       "glx"
  34.     Load       "i2c"
  35. #    Load      "v4l"
  36. EndSection
  37.  
  38. Section "DRI"
  39.     Group       0
  40.     Mode        0666
  41. EndSection
  42.  
  43. Section "Monitor"
  44.     Identifier     "Monitor0"
  45.     VendorName     "LG"
  46.     ModelName      "W2353V"
  47.     HorizSync      28.0 - 83.0
  48.     VertRefresh    56.0 - 75.0
  49. # L204WT
  50. #    Modeline      "1680x1050_60"  147.14  1680 1784 1968 2256  1050 1051 1054 1087  -HSync +Vsync
  51.     Option         "DPMS"
  52. EndSection
  53.  
  54. Section "Device"
  55.     Identifier     "Device0"
  56.     Driver         "nvidia"
  57.     VendorName     "NVIDIA Corporation"
  58. EndSection
  59.  
  60. Section "Screen"
  61. #   Option         "NvAGP" "1"
  62.     Identifier     "Screen0"
  63.     Device         "Device0"
  64.     Monitor        "Monitor0"
  65.     DefaultDepth   24
  66.     Option         "HWCursor" "True"
  67.     Option         "SWCursor" "False"
  68.     Option         "CursorShadow" "True"
  69.     Option         "RenderAccel" "True"
  70.     Option         "Coolbits" "4"
  71.     Option         "SLI" "False"            # one card
  72.     Option         "NoLogo" "True"
  73.     Option         "UseEDID" "True"
  74.     Option     "GLShaderDiskCache" "False"
  75.     Option     "ConnectToAcpid" "True"
  76. #    Option    "DPI" "96 x 96"  # windowz
  77. #    Option    "DPI" "99 x 98"  # l204wt edid detected
  78. #    Option    "DPI" "94 x 94"  # W2353V (0.266 dot pitch)
  79.     Option     "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x2222; PowerMizerDefault=0x1; PowerMizerDefaultAC=0x1" # disable powermizer
  80.     SubSection     "Display"
  81.         Depth       24
  82.     Modes      "1920x1080_60"
  83.     EndSubSection
  84. EndSection
  85.  
  86. Section "Extensions"
  87.     Option         "Composite"  "Enable"
  88.     Option     "RENDER"     "Enable"
  89.     Option     "DAMAGE" "Enable"
  90. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement