Advertisement
Guest User

Untitled

a guest
Dec 25th, 2011
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. Section "ServerLayout"
  2. InputDevice "EETI" "SendCoreEvents"
  3. Identifier "XFree86 Configured"
  4. Screen 0 "Screen0" 0 0
  5. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "Files"
  10. # RgbPath "/usr/X11R6/lib/X11/rgb"
  11. ModulePath "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
  12. FontPath "/usr/share/fonts/X11"
  13. EndSection
  14.  
  15. Section "Module"
  16. Load "dbe"
  17. Load "extmod"
  18. Load "record"
  19. Load "speedo"
  20. Load "type1"
  21. Load "glx"
  22. Load "int10"
  23. Load "v4l"
  24. Load "dri"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Keyboard0"
  29. Driver "keyboard"
  30. Option "XkbLayout" "us"
  31. Option "XkbVariant" "basic"
  32. Option "XkbModel" "pc105"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36. Identifier "Mouse0"
  37. Driver "mouse"
  38. Option "Protocol" "auto"
  39. Option "Device" "/dev/input/mice"
  40. Option "ZAxisMapping" "4 5"
  41. EndSection
  42.  
  43. Section "Monitor"
  44. Identifier "Monitor0"
  45. VendorName "Unknown Monitor Vendor"
  46. ModelName "Unknown Monitor Model"
  47. # 1368x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 85.86 MHz
  48.  
  49. Modeline "1360x768" 84.50 1360 1392 1712 1744 768 783 791 807
  50. HorizSync 20-500
  51. VertRefresh 59-61
  52. EndSection
  53.  
  54. Section "Device"
  55. ### Available Driver options are:-
  56. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  57. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  58. ### [arg]: arg optional
  59. #Option "NoAccel" # [<bool>]
  60. #Option "SWcursor" # [<bool>]
  61. #Option "ColorKey" # <i>
  62. #Option "CacheLines" # <i>
  63. #Option "Dac6Bit" # [<bool>]
  64. #Option "DRI" # [<bool>]
  65. #Option "NoDDC" # [<bool>]
  66. #Option "ShowCache" # [<bool>]
  67. #Option "XvMCSurfaces" # <i>
  68. Identifier "Card0"
  69. Driver "intel"
  70. VendorName "Unknown Vendor Name"
  71. BoardName "Unknown Board Name"
  72. Option "LinearAlloc" "16384"
  73. #BusID "PCI:0:2:0"
  74. # Option "NoDDC" "true"
  75. Option "XvmcUsesTextures" "true"
  76. Option "renderAccel" "true"
  77. Option "NoDDCValue"
  78. Option "UseEDID" "true"
  79. Option "ExactModeTimingsDVI" "true"
  80. Option "NoLogo" "true"
  81. Option "NoBandWidthTest" "true"
  82. Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
  83. Option "DynamicTwinView" "false"
  84. Option "UseEvents" "true"
  85. Option "AllowGLXWithComposite" "true"
  86. Option "AddARGBGLXVisuals" "true"
  87. EndSection
  88.  
  89. Section "Screen"
  90. Identifier "Screen0"
  91. Device "Card0"
  92. Monitor "Monitor0"
  93. DefaultDepth 24
  94. SubSection "Display"
  95. Modes "1366x768"
  96. Virtual 1366 768
  97. EndSubSection
  98. Option "XvmcUsesTextures" "true"
  99. Option "renderAccel" "true"
  100. Option "NoDDCValue"
  101. Option "UseEDID" "true"
  102. Option "ExactModeTimingsDVI" "true"
  103. Option "NoLogo" "true"
  104. Option "NoBandWidthTest" "true"
  105. Option "ModeValidation" "NoDFPNativeResolutionCheck, NoEdidMaxPClkCheck, NoMaxPClkCheck, AllowInterlacedModes, AllowNon60HzDFPModes, NoEdidModes"
  106. Option "DynamicTwinView" "false"
  107. Option "UseEvents" "true"
  108. Option "AllowGLXWithComposite" "true"
  109. Option "AddARGBGLXVisuals" "true"
  110. Option "TVStandard" "720p"
  111. EndSection
  112.  
  113. Section "ServerFlags"
  114. Option "AllowMouseOpenFail" "true"
  115. Option "BlankTime" "0"
  116. Option "StandbyTime" "0"
  117. Option "SuspendTime" "0"
  118. Option "OffTime" "0"
  119. Option "AIGLX" "Off"
  120. EndSection
  121.  
  122. Section "Extensions"
  123. Option "Composite" "false"
  124. Option "RENDER" "true"
  125. EndSection
  126. ### Touch Configuration Beginning ###
  127. Section "InputDevice"
  128. Identifier "EETI"
  129. Driver "egalax"
  130. Option "Device" "usbauto"
  131. Option "Parameters" "/var/lib/eeti.param"
  132. Option "ScreenNo" "0"
  133. EndSection
  134. ### Touch Configuration End ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement