Advertisement
Guest User

[Linux] SIS 672 - 1366x768 xorg.conf

a guest
Jan 20th, 2015
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.95 KB | None | 0 0
  1. Section "ServerLayout"
  2.  
  3. Identifier "X.org Configured"
  4.  
  5. Screen 0 "Screen0" 0 0
  6.  
  7. InputDevice "Mouse0" "CorePointer"
  8.  
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10.  
  11. EndSection
  12.  
  13.  
  14.  
  15. Section "Files"
  16.  
  17. ModulePath "/usr/lib/xorg/modules"
  18.  
  19. FontPath "/usr/share/fonts/misc/"
  20.  
  21. FontPath "/usr/share/fonts/TTF/"
  22.  
  23. FontPath "/usr/share/fonts/OTF/"
  24.  
  25. FontPath "/usr/share/fonts/Type1/"
  26.  
  27. FontPath "/usr/share/fonts/100dpi/"
  28.  
  29. FontPath "/usr/share/fonts/75dpi/"
  30.  
  31. EndSection
  32.  
  33.  
  34.  
  35. Section "Module"
  36.  
  37. Load "glx"
  38.  
  39. EndSection
  40.  
  41.  
  42.  
  43. Section "InputDevice"
  44.  
  45. Identifier "Keyboard0"
  46.  
  47. Driver "kbd"
  48.  
  49. EndSection
  50.  
  51.  
  52.  
  53. Section "InputDevice"
  54.  
  55. Identifier "Mouse0"
  56.  
  57. Driver "mouse"
  58.  
  59. Option "Protocol" "auto"
  60.  
  61. Option "Device" "/dev/input/mice"
  62.  
  63. Option "ZAxisMapping" "4 5 6 7"
  64.  
  65. EndSection
  66.  
  67.  
  68.  
  69. Section "Monitor"
  70.  
  71. Identifier "Monitor0"
  72.  
  73. VendorName "Monitor Vendor"
  74.  
  75. ModelName "Monitor Model"
  76.  
  77. EndSection
  78.  
  79.  
  80.  
  81. Section "Device"
  82.  
  83. ### Available Driver options are:-
  84.  
  85. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  86.  
  87. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  88.  
  89. ### <percent>: "<f>%"
  90.  
  91. ### [arg]: arg optional
  92.  
  93. #Option "FastVram" # [<bool>]
  94.  
  95. #Option "HostBus" # [<bool>]
  96.  
  97. #Option "BenchmarkMemcpy" # [<bool>]
  98.  
  99. #Option "MaxXFBMem" # <i>
  100.  
  101. #Option "Accel" # [<bool>]
  102.  
  103. #Option "TurboQueue" # [<bool>]
  104.  
  105. #Option "RenderAcceleration" # [<bool>]
  106.  
  107. #Option "DRI" # [<bool>]
  108.  
  109. #Option "AGPSize" # <i>
  110.  
  111. #Option "GARTSize" # <i>
  112.  
  113. #Option "ShadowFB" # [<bool>]
  114.  
  115. #Option "Rotate" # <str>
  116.  
  117. #Option "Reflect" # <str>
  118.  
  119. #Option "EnableSiSCtrl" # [<bool>]
  120.  
  121. #Option "SWCursor" # [<bool>]
  122.  
  123. #Option "HWCursor" # [<bool>]
  124.  
  125. #Option "ColorHWCursor" # [<bool>]
  126.  
  127. #Option "UseColorHWCursor" # [<bool>]
  128.  
  129. #Option "ColorHWCursorBlending" # [<bool>]
  130.  
  131. #Option "ColorHWCursorBlendThreshold" # <i>
  132.  
  133. #Option "InternalModes" # [<bool>]
  134.  
  135. #Option "ConstantDPI" # [<bool>]
  136.  
  137. #Option "OverruleFrequencyRanges" # [<bool>]
  138.  
  139. #Option "RestoreBySetMode" # [<bool>]
  140.  
  141. #Option "Vesa" # [<bool>]
  142.  
  143. #Option "ForceCRT1Type" # <str>
  144.  
  145. #Option "ForceCRT1" # [<bool>]
  146.  
  147. #Option "ForceCRT2Type" # <str>
  148.  
  149. #Option "CRT2Detection" # [<bool>]
  150.  
  151. #Option "CRT1LCD" # [<bool>]
  152.  
  153. #Option "ForceCRT2ReDetection" # [<bool>]
  154.  
  155. Option "EnableHotkey" "true"
  156.  
  157. #Option "ForceCRT1VGAAspect" # <str>
  158.  
  159. #Option "ForceCRT2VGAAspect" # <str>
  160.  
  161. #Option "UseROMData" # [<bool>]
  162.  
  163. #Option "UseOEMData" # [<bool>]
  164.  
  165. #Option "ScaleLCD" # [<bool>]
  166.  
  167. #Option "CenterLCD" # [<bool>]
  168.  
  169. #Option "PanelDelayCompensation" # <i>
  170.  
  171. #Option "PDC" # <i>
  172.  
  173. #Option "PanelDelayCompensation2" # <i>
  174.  
  175. #Option "PDC2" # <i>
  176.  
  177. #Option "PanelDelayCompensation1" # <i>
  178.  
  179. #Option "PDC1" # <i>
  180.  
  181. #Option "EMI" # <i>
  182.  
  183. #Option "LVDSHL" # <i>
  184.  
  185. #Option "ForcePanelRGB" # <i>
  186.  
  187. #Option "SpecialTiming" # <str>
  188.  
  189. #Option "TVStandard" # <str>
  190.  
  191. #Option "TVXPosOffset" # <i>
  192.  
  193. #Option "TVYPosOffset" # <i>
  194.  
  195. #Option "SISTVEdgeEnhance" # <i>
  196.  
  197. #Option "SISTVAntiFlicker" # <str>
  198.  
  199. #Option "SISTVSaturation" # <i>
  200.  
  201. #Option "SISTVCFilter" # [<bool>]
  202.  
  203. #Option "SISTVYFilter" # <i>
  204.  
  205. #Option "SISTVColorCalibFine" # <i>
  206.  
  207. #Option "SISTVColorCalibCoarse" # <i>
  208.  
  209. #Option "SISTVXScale" # <i>
  210.  
  211. #Option "SISTVYScale" # <i>
  212.  
  213. #Option "SenseYPbPr" # [<bool>]
  214.  
  215. #Option "YPbPrAspectRatio" # <str>
  216.  
  217. #Option "TVBlueWorkAround" # [<bool>]
  218.  
  219. #Option "CHTVType" # [<bool>]
  220.  
  221. #Option "CHTVOverscan" # [<bool>]
  222.  
  223. #Option "CHTVSuperOverscan" # [<bool>]
  224.  
  225. #Option "CHTVLumaBandwidthCVBS" # <i>
  226.  
  227. #Option "CHTVLumaBandwidthSVIDEO" # <i>
  228.  
  229. #Option "CHTVLumaFlickerFilter" # <i>
  230.  
  231. #Option "CHTVChromaBandwidth" # <i>
  232.  
  233. #Option "CHTVChromaFlickerFilter" # <i>
  234.  
  235. #Option "CHTVCVBSColor" # [<bool>]
  236.  
  237. #Option "CHTVTextEnhance" # <i>
  238.  
  239. #Option "CHTVContrast" # <i>
  240.  
  241. #Option "SIS6326TVAntiFlicker" # <str>
  242.  
  243. #Option "SIS6326TVEnableYFilter" # [<bool>]
  244.  
  245. #Option "SIS6326TVYFilterStrong" # [<bool>]
  246.  
  247. #Option "SIS6326TVForcePlug" # <str>
  248.  
  249. #Option "SIS6326FSCAdjust" # <i>
  250.  
  251. #Option "CRT1Gamma" # [<bool>]
  252.  
  253. #Option "CRT2Gamma" # [<str>]
  254.  
  255. #Option "GammaBrightness" # <str>
  256.  
  257. #Option "GammaBrightnessCRT2" # <str>
  258.  
  259. #Option "CRT2GammaBrightness" # <str>
  260.  
  261. #Option "Brightness" # <str>
  262.  
  263. #Option "NewGammaBrightness" # <str>
  264.  
  265. #Option "CRT2Brightness" # <str>
  266.  
  267. #Option "CRT2NewGammaBrightness" # <str>
  268.  
  269. #Option "Contrast" # <str>
  270.  
  271. #Option "NewGammaContrast" # <str>
  272.  
  273. #Option "CRT2Contrast" # <str>
  274.  
  275. #Option "CRT2NewGammaContrast" # <str>
  276.  
  277. #Option "CRT1Saturation" # <i>
  278.  
  279. #Option "Xvideo" # [<bool>]
  280.  
  281. #Option "XvOnCRT2" # [<bool>]
  282.  
  283. #Option "XvGamma" # [<str>]
  284.  
  285. #Option "XvDefaultContrast" # <i>
  286.  
  287. #Option "XvDefaultBrightness" # <i>
  288.  
  289. #Option "XvDefaultHue" # <i>
  290.  
  291. #Option "XvDefaultSaturation" # <i>
  292.  
  293. #Option "XvDefaultDisableGfx" # [<bool>]
  294.  
  295. #Option "XvDefaultDisableGfxLR" # [<bool>]
  296.  
  297. #Option "XvChromaMin" # <i>
  298.  
  299. #Option "XvChromaMax" # <i>
  300.  
  301. #Option "XvUseChromaKey" # [<bool>]
  302.  
  303. #Option "XvInsideChromaKey" # [<bool>]
  304.  
  305. #Option "XvYUVChromaKey" # [<bool>]
  306.  
  307. #Option "XvDisableColorKey" # [<bool>]
  308.  
  309. #Option "XvDefaultAdaptor" # <str>
  310.  
  311. #Option "YV12" # [<bool>]
  312.  
  313. #Option "MergedFB" # [<str>]
  314.  
  315. #Option "TwinView" # [<str>]
  316.  
  317. #Option "MergedFBAuto" # [<bool>]
  318.  
  319. #Option "CRT2HSync" # <str>
  320.  
  321. #Option "SecondMonitorHorizSync" # <str>
  322.  
  323. #Option "CRT2VRefresh" # <str>
  324.  
  325. #Option "SecondMonitorVertRefresh" # <str>
  326.  
  327. #Option "CRT2Position" # <str>
  328.  
  329. #Option "TwinViewOrientation" # <str>
  330.  
  331. #Option "MetaModes" # <str>
  332.  
  333. #Option "MergedDPI" # <str>
  334.  
  335. #Option "MergedXinerama" # [<bool>]
  336.  
  337. #Option "TwinviewXineramaInfo" # [<bool>]
  338.  
  339. #Option "MergedXineramaScreen0" # [<str>]
  340.  
  341. #Option "MergedXineramaCRT2IsScreen0" # [<bool>]
  342.  
  343. #Option "MergedNonRectangular" # [<bool>]
  344.  
  345. #Option "MergedMouseRestriction" # [<bool>]
  346.  
  347. #Option "FutroTiming" # [<bool>]
  348.  
  349. #Option "TraceVgaMISCW" # [<bool>]
  350.  
  351. Option "UseTiming1366" "true"
  352.  
  353. Option "NoAccel" "true"
  354.  
  355. #Option "IgnoreHotkeyFlag" # [<bool>]
  356.  
  357. Identifier "Card0"
  358.  
  359. Driver "sisimedia"
  360.  
  361. BusID "PCI:1:0:0"
  362.  
  363. EndSection
  364.  
  365.  
  366.  
  367. Section "Screen"
  368.  
  369. Identifier "Screen0"
  370.  
  371. Device "Card0"
  372.  
  373. Monitor "Monitor0"
  374.  
  375. SubSection "Display"
  376.  
  377. Viewport 0 0
  378.  
  379. Depth 1
  380.  
  381. EndSubSection
  382.  
  383. SubSection "Display"
  384.  
  385. Viewport 0 0
  386.  
  387. Depth 4
  388.  
  389. EndSubSection
  390.  
  391. SubSection "Display"
  392.  
  393. Viewport 0 0
  394.  
  395. Depth 8
  396.  
  397. EndSubSection
  398.  
  399. SubSection "Display"
  400.  
  401. Viewport 0 0
  402.  
  403. Depth 15
  404.  
  405. EndSubSection
  406.  
  407. SubSection "Display"
  408.  
  409. Viewport 0 0
  410.  
  411. Depth 16
  412.  
  413. EndSubSection
  414.  
  415. SubSection "Display"
  416.  
  417. Viewport 0 0
  418.  
  419. Depth 24
  420.  
  421. EndSubSection
  422.  
  423. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement