Advertisement
Guest User

gemini137

a guest
Feb 7th, 2010
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.88 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. EndSection
  7.  
  8. Section "Files"
  9.         RgbPath      "/etc/X11/rgb"
  10.         ModulePath   "/usr/lib/xorg/modules"
  11.         FontPath     "/usr/share/fonts/X11/misc"
  12.         FontPath     "/usr/share/fonts/X11/cyrillic"
  13.         FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  14.         FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  15.         FontPath     "/usr/share/fonts/X11/Type1"
  16.         FontPath     "/usr/share/fonts/X11/100dpi"
  17.         FontPath     "/usr/share/fonts/X11/75dpi"
  18.         FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  19. EndSection
  20.  
  21. Section "Module"
  22.         Load  "dbe"
  23.         Load  "dri"
  24.         Load  "extmod"
  25.         Load  "GLcore"
  26.         Load  "glx"
  27.         Load  "record"
  28.         Load  "xtrap"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32.         Identifier  "Keyboard0"
  33.         Driver      "kbd"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37.         Identifier  "Mouse0"
  38.         Driver      "mouse"
  39.         Option      "Protocol" "auto"
  40.         Option      "Device" "/dev/input/mice"
  41.         Option      "ZAxisMapping" "4 5 6 7"
  42. EndSection
  43.  
  44. Section "Monitor"
  45.         #DisplaySize      410   260     # mm
  46.         Identifier   "Monitor0"
  47.         #VendorName   "CMO"
  48.         #ModelName    "CMC 19AW"
  49.  ### Comment all HorizSync and VertRefresh values to use DDC:
  50.         #HorizSync    30.0 - 82.0
  51.         #VertRefresh  56.0 - 76.0
  52.         #Option     "DPMS"
  53.         #ModeLine "1280x1024" 109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
  54.         #Modeline "1440x900"  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync
  55.         #Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
  56.         #Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
  57.         #Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
  58.         #Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
  59.         #Modeline "640x480"   30.24  640 704 768 864  480 483 486 525 -hsync -vsync
  60.         #Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
  61.         #Modeline "720x400"   28.32  720 738 846 900  400 412 414 449 -hsync +vsync
  62.         #Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
  63.         #Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
  64.         #Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
  65.         #Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
  66.         #Modeline "832x624"  57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
  67.         #Modeline "800x600"  49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
  68.         #Modeline "800x600"  50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
  69.         #Modeline "1280x1024"  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync
  70.         #Modeline "1280x960" 101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync
  71.         #Modeline "1152x864" 104.00  1152 1224 1344 1536  864 867 871 905 -hsync +vsync
  72.         #Modeline "1440x900" 106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
  73.         Modeline "1024x600@60" 48.11 1024 1056 1232 1264 600 612 618 631
  74.  
  75.  
  76. EndSection
  77.  
  78. Section "Device"
  79.         ### Available Driver options are:-
  80.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  81.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  82.         ### [arg]: arg optional
  83.         #Option     "NoAccel"                   # [<bool>]
  84.         #Option     "SWcursor"                  # [<bool>]
  85.         #Option     "ColorKey"                  # <i>
  86.         #Option     "CacheLines"                # <i>
  87.         #Option     "Dac6Bit"                   # [<bool>]
  88.         #Option     "DRI"                       # [<bool>]
  89.         Option     "NoDDC" "True"               # [<bool>]
  90.         #Option     "ShowCache"                 # [<bool>]
  91.         #Option     "XvMCSurfaces"              # <i>
  92.         #Option     "PageFlip"                  # [<bool>]
  93.         #Option "DevicePresence" "true"
  94.         Option "ModeDebug" "true"
  95.         Option      "DevicePresence" "true"
  96.         Option "UseEDID" "False"
  97.         Option "PanelSize" "1024x600"
  98.         Option "IgnoreEDID" "true"
  99.         Identifier  "Card0"
  100.         Driver      "intel"
  101.         VendorName  "Intel Corporation"
  102.         BoardName   "82945G/GZ Integrated Graphics Controller"
  103.         BusID       "PCI:0:2:0"
  104. EndSection
  105.  
  106. Section "Screen"
  107.         Identifier "Screen0"
  108.         Device     "Card0"
  109.         Monitor    "Monitor0"
  110.         SubSection "Display"
  111.                 Viewport   0 0
  112.                 Depth     24
  113.                 Modes "1024x600@60"
  114.         EndSubSection
  115. EndSection
  116.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement