Advertisement
diabliyo

xorg_para_monitor_dificil

Jan 18th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.67 KB | None | 0 0
  1. Section "Monitor"
  2.    Identifier   "Monitor0"
  3.    VendorName   "Monitor Vendor"
  4.    ModelName    "Monitor Model"
  5.    #HorizSync       31.5 - 50.0
  6.    #VertRefresh     40.0 - 90.0
  7.    #HorizSync       35.0 - 60.0
  8.    #VertRefresh     56.0 - 75.0
  9.    HorizSync   31.47 - 48.36
  10.    VertRefresh   56.25 - 60.32
  11.    Option       "DPMS" # add
  12. EndSection
  13.  
  14. Section "Device"
  15.    Identifier  "Card0"
  16.    Driver      "nvidia"
  17.    VendorName  "nVidia Corporation"
  18.    BoardName   "GeForce 8400 GS"
  19.    BusID       "PCI:1:0:0"
  20.    Option      "RenderAccel"  "true"  #add
  21.    Option      "AllowGLXWithComposite"  "true"  #add
  22.    Option      "AllowSHMPixmaps"  "1"  #add
  23. EndSection
  24.  
  25. Section "Screen"
  26.    Identifier "Screen0"
  27.    Device     "Card0"
  28.    Monitor    "Monitor0"
  29.    #Option     "UseFBDev"    "true"  #add
  30.    #Option     "AddARGBFLXVisuals"    "true"  #add
  31.    DefaultDepth    24
  32.    SubSection "Display"
  33.       #Viewport   0 0
  34.       Depth     24
  35.       Modes     "1280x768" "1152x768" "1024x768"
  36.    EndSubSection
  37.    SubSection "Display"
  38.       #Viewport   0 0
  39.       Depth     4
  40.       Modes     "1280x768" "1152x768" "1024x768"
  41.    EndSubSection
  42.    SubSection "Display"
  43.       #Viewport   0 0
  44.       Depth     8
  45.       Modes     "1280x768" "1152x768" "1024x768"
  46.    EndSubSection
  47.    SubSection "Display"
  48.       #Viewport   0 0
  49.       Depth     16
  50.       Modes     "1280x768" "1152x768" "1024x768"
  51.    EndSubSection
  52.    SubSection "Display"
  53.       #Viewport   0 0
  54.       Depth     32
  55.       Modes     "1280x768" "1152x768" "1024x768"
  56.    EndSubSection
  57.    SubSection "Display"
  58.       #Viewport   0 0
  59.       Depth     64
  60.       Modes     "1280x768" "1152x768" "1024x768"
  61.    EndSubSection
  62. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement