Advertisement
Guest User

Henrique da Silva Alves

a guest
Dec 24th, 2009
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. # Xorg configuration created by system-config-display
  2.  
  3. Section "ServerLayout"
  4. Identifier "single head configuration"
  5. Screen 0 "Screen0" 0 0
  6. InputDevice "Mouse0" "CorePointer"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. EndSection
  9.  
  10. Section "Files"
  11. ModulePath "/usr/lib/xorg/modules"
  12. FontPath "catalogue:/etc/X11/fontpath.d"
  13. FontPath "built-ins"
  14. EndSection
  15.  
  16. Section "Module"
  17. Load "record"
  18. Load "dbe"
  19. Load "extmod"
  20. Disable "glx"
  21. Disable "dri"
  22. Disable "dri2"
  23. Disable "xtrap"
  24. Disable "record"
  25. Disable "GLcore"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. Identifier "Keyboard0"
  30. Driver "kbd"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34. Identifier "Mouse0"
  35. Driver "mouse"
  36. Option "Protocol" "auto"
  37. Option "Device" "/dev/input/mice"
  38. Option "ZAxisMapping" "4 5 6 7"
  39. EndSection
  40.  
  41. Section "Monitor"
  42. Identifier "Monitor0"
  43. VendorName "Philips"
  44. ModelName "170Vw"
  45. EndSection
  46.  
  47. Section "Device"
  48.  
  49. ### Available Driver options are:-
  50. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  51. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  52. ### [arg]: arg optional
  53. #Option "PrintVGARegs" # [<bool>]
  54. #Option "PrintTVRegs" # [<bool>]
  55. #Option "I2CScan" # [<bool>]
  56. #Option "VBEModes" # [<bool>]
  57. #Option "NoAccel" # [<bool>]
  58. #Option "AccelMethod" # <str>
  59. #Option "ExaNoComposite" # [<bool>]
  60. #Option "ExaScratchSize" # <i>
  61. #Option "SWCursor" # [<bool>]
  62. #Option "ShadowFB" # [<bool>]
  63. #Option "Rotate" # [<str>]
  64. #Option "VideoRAM" # <i>
  65. #Option "ActiveDevice" # [<str>]
  66. #Option "BusWidth" # [<str>]
  67. #Option "Center" # [<bool>]
  68. #Option "PanelSize" # [<str>]
  69. #Option "ForcePanel" # [<bool>]
  70. #Option "TVDotCrawl" # [<bool>]
  71. #Option "TVDeflicker" # <i>
  72. #Option "TVType" # [<str>]
  73. #Option "TVOutput" # [<str>]
  74. #Option "TVPort" # [<str>]
  75. #Option "DisableVQ" # [<bool>]
  76. #Option "DisableIRQ" # [<bool>]
  77. #Option "EnableAGPDMA" # [<bool>]
  78. #Option "NoAGPFor2D" # [<bool>]
  79. #Option "NoXVDMA" # [<bool>]
  80. #Option "VbeSaveRestore" # [<bool>]
  81. #Option "DisableXvBWCheck" # [<bool>]
  82. #Option "ModeSwitchMethod" # [<str>]
  83. #Option "MaxDRIMem" # <i>
  84. #Option "AGPMem" # <i>
  85. Identifier "Card0"
  86. Driver "openchrome"
  87. VendorName "VIA Technologies, Inc."
  88. BoardName "CN700/P4M800 Pro/P4M800 CE/VN800 [S3 UniChrome Pro]"
  89. BusID "PCI:1:0:0"
  90. EndSection
  91.  
  92. Section "Screen"
  93. Identifier "Screen0"
  94. Device "Card0"
  95. Monitor "Monitor0"
  96. DefaultDepth 32
  97. Subsection "Display"
  98. ViewPort 0 0
  99. Depth 8
  100. Modes "1440x900" "1152x864" "1024x768" "800x600" "640x480"
  101. EndSubsection
  102. Subsection "Display"
  103. ViewPort 0 0
  104. Depth 16
  105. Modes "1440x900" "1152x864" "1024x768" "800x600" "640x480"
  106. EndSubsection
  107. SubSection "Display"
  108. Viewport 0 0
  109. Depth 24
  110. Modes "1440x900" "1152x864" "1024x768" "800x600" "640x480"
  111. EndSubSection
  112. Subsection "Display"
  113. ViewPort 0 0
  114. Depth 32
  115. Modes "1440x900" "1152x864" "1024x768" "800x600" "640x480"
  116. EndSubSection
  117. EndSection
  118.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement