Advertisement
Guest User

xorg.conf.d

a guest
Jan 21st, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.10 KB | None | 0 0
  1. 10-evdev.conf:#
  2. 10-evdev.conf:# Catch-all evdev loader for udev-based systems
  3. 10-evdev.conf:# We don't simply match on any device since that also adds accelerometers
  4. 10-evdev.conf:# and other devices that we don't really want to use. The list below
  5. 10-evdev.conf:# matches everything but joysticks.
  6. 10-evdev.conf:
  7. 10-evdev.conf:Section "InputClass"
  8. 10-evdev.conf: Identifier "evdev pointer catchall"
  9. 10-evdev.conf: MatchIsPointer "on"
  10. 10-evdev.conf: MatchDevicePath "/dev/input/event*"
  11. 10-evdev.conf: Driver "evdev"
  12. 10-evdev.conf:EndSection
  13. 10-evdev.conf:
  14. 10-evdev.conf:Section "InputClass"
  15. 10-evdev.conf: Identifier "evdev keyboard catchall"
  16. 10-evdev.conf: MatchIsKeyboard "on"
  17. 10-evdev.conf: MatchDevicePath "/dev/input/event*"
  18. 10-evdev.conf: Driver "evdev"
  19. 10-evdev.conf:EndSection
  20. 10-evdev.conf:
  21. 10-evdev.conf:Section "InputClass"
  22. 10-evdev.conf: Identifier "evdev touchpad catchall"
  23. 10-evdev.conf: MatchIsTouchpad "on"
  24. 10-evdev.conf: MatchDevicePath "/dev/input/event*"
  25. 10-evdev.conf: Driver "evdev"
  26. 10-evdev.conf:EndSection
  27. 10-evdev.conf:
  28. 10-evdev.conf:Section "InputClass"
  29. 10-evdev.conf: Identifier "evdev tablet catchall"
  30. 10-evdev.conf: MatchIsTablet "on"
  31. 10-evdev.conf: MatchDevicePath "/dev/input/event*"
  32. 10-evdev.conf: Driver "evdev"
  33. 10-evdev.conf:EndSection
  34. 10-evdev.conf:
  35. 10-evdev.conf:Section "InputClass"
  36. 10-evdev.conf: Identifier "evdev touchscreen catchall"
  37. 10-evdev.conf: MatchIsTouchscreen "on"
  38. 10-evdev.conf: MatchDevicePath "/dev/input/event*"
  39. 10-evdev.conf: Driver "evdev"
  40. 10-evdev.conf:EndSection
  41. 10-Files:Section "Files"
  42. 10-Files: ModulePath "/opt/xorg/lib/xorg/modules"
  43. 10-Files:EndSection
  44. 30-ServerLayout:Section "ServerLayout"
  45. 30-ServerLayout: Identifier "Layout0"
  46. 30-ServerLayout: Screen 0 "Screen0" 0 0
  47. 30-ServerLayout:EndSection
  48. 40-ServerFlags:Section "ServerFlags"
  49. 40-ServerFlags: Option "Accel" "on"
  50. 40-ServerFlags: Option "Randr" "on"
  51. 40-ServerFlags: # Option "IgnoreABI" "1"
  52. 40-ServerFlags:EndSection
  53. 41-glamor.conf:Section "Module"
  54. 41-glamor.conf: Load "dri2"
  55. 41-glamor.conf: Load "glamoregl"
  56. 41-glamor.conf:EndSection
  57. 50-Device:Section "Device"
  58. 50-Device: Identifier "HD7850"
  59. 50-Device: Driver "ati"
  60. 50-Device: Option "AccelMethod" "glamor"
  61. 50-Device: BusID "PCI:6:0:0"
  62. 50-Device: Option "Monitor-HDMI-0" "S273HL1"
  63. 50-Device:# Option "Monitor-DVI-1" "S273HL2"
  64. 50-Device: Option "Monitor-DVI-0" "Shimian"
  65. 50-Device: Option "Monitor-DisplayPort-0" "QNIX1"
  66. 50-Device: Option "Monitor-DisplayPort-1" "QNIX2"
  67. 50-Device:EndSection
  68. 60-Screen:Section "Screen"
  69. 60-Screen: Identifier "Screen0"
  70. 60-Screen: Device "HD7850"
  71. 60-Screen: Monitor "S273HL1"
  72. 60-Screen:# Monitor "S273HL2"
  73. 60-Screen: Monitor "Shimian"
  74. 60-Screen: Monitor "QNIX1"
  75. 60-Screen: Monitor "QNIX2"
  76. 60-Screen: DefaultDepth 24
  77. 60-Screen: SubSection "Display"
  78. 60-Screen: Viewport 0 0
  79. 60-Screen: Depth 24
  80. 60-Screen: Virtual 9600 1920
  81. 60-Screen: EndSubSection
  82. 60-Screen:EndSection
  83. 70-Monitor:Section "Monitor"
  84. 70-Monitor: Identifier "S273HL1" # HDMI-0
  85. 70-Monitor: Option "VendorName" "Acer"
  86. 70-Monitor: Option "ModelName" "S273HL"
  87. 70-Monitor: Option "DPMS" "true"
  88. 70-Monitor: Option "Primary" "true"
  89. 70-Monitor: Option "Position" "0 0"
  90. 70-Monitor: Option "PreferredMode" "1920x1080"
  91. 70-Monitor:# Modeline "1920x1080" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync
  92. 70-Monitor:# DisplaySize 597 336
  93. 70-Monitor:EndSection
  94. 71-Monitor:# Section "Monitor"
  95. 71-Monitor:# Identifier "S273HL2" # DVI-1
  96. 71-Monitor:# Option "VendorName" "Acer"
  97. 71-Monitor:# Option "ModelName" "S273HL"
  98. 71-Monitor:# Option "DPMS" "true"
  99. 71-Monitor:# Option "Primary" "false"
  100. 71-Monitor:# Option "LeftOf" "HDMI-0"
  101. 71-Monitor:# Option "PreferredMode" "1920x1080"
  102. 71-Monitor:# # Modeline "1920x1080" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync
  103. 71-Monitor:# # DisplaySize 597 336
  104. 71-Monitor:# EndSection
  105. 72-Monitor:Section "Monitor"
  106. 72-Monitor: Identifier "Shimian" # DVI-0
  107. 72-Monitor: Option "VendorName" "Shimian"
  108. 72-Monitor: Option "ModelName" "Achieva"
  109. 72-Monitor: Option "DPMS" "true"
  110. 72-Monitor: Option "Primary" "false"
  111. 72-Monitor: Option "RightOf" "HDMI-0"
  112. 72-Monitor: # Option "Rotate" "right"
  113. 72-Monitor: # Option "PreferredMode" "1440x2560"
  114. 72-Monitor: # Modeline "1440x2560" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync
  115. 72-Monitor: Option "PreferredMode" "2560x1440"
  116. 72-Monitor:# Modeline "2560x1440" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync
  117. 72-Monitor:# DisplaySize 600 340
  118. 72-Monitor:EndSection
  119. 73-Monitor:Section "Monitor"
  120. 73-Monitor: Identifier "QNIX1" # DisplayPort-0
  121. 73-Monitor: Option "VendorName" "QNIX"
  122. 73-Monitor: Option "ModelName" "QX2700"
  123. 73-Monitor: Option "DPMS" "true"
  124. 73-Monitor: Option "Primary" "false"
  125. 73-Monitor: Option "RightOf" "DVI-0"
  126. 73-Monitor: # Option "Rotate" "right"
  127. 73-Monitor: # Option "PreferredMode" "1440x2560"
  128. 73-Monitor: # Modeline "1440x2560" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync
  129. 73-Monitor: Option "PreferredMode" "2560x1440"
  130. 73-Monitor:# Modeline "2560x1440" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync
  131. 73-Monitor:# DisplaySize 600 340
  132. 73-Monitor:EndSection
  133. 74-Monitor:Section "Monitor"
  134. 74-Monitor: Identifier "QNIX2" # DisplayPort-1
  135. 74-Monitor: Option "VendorName" "QNIX"
  136. 74-Monitor: Option "ModelName" "QX2700"
  137. 74-Monitor: Option "DPMS" "true"
  138. 74-Monitor: Option "Primary" "false"
  139. 74-Monitor: Option "RightOf" "DisplayPort-0"
  140. 74-Monitor: # Option "Rotate" "right"
  141. 74-Monitor: # Option "PreferredMode" "1440x2560"
  142. 74-Monitor: # Modeline "1440x2560" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync
  143. 74-Monitor: Option "PreferredMode" "2560x1440"
  144. 74-Monitor:# Modeline "2560x1440" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync
  145. 74-Monitor:# DisplaySize 600 340
  146. 74-Monitor:EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement