Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Stuff
Friday, May 19th, 2006 at 8:03:56pm MDT 

  1. #!Xorg.conf
  2.  
  3. ############################### FOR DUAL HEAD ###############################
  4. #Section "ServerLayout"
  5. #        Identifier  "Server Layout"
  6. #        Screen "Screen1"
  7. #        Screen "Screen2" LeftOf "Screen1"   # physical location of second screen
  8. #        # Valid options are RightOf, LeftOf, Above, Below
  9. #       InputDevice    "Logitech" "CorePointer"
  10. #       InputDevice    "Bluetooth" "AlwaysCore"
  11. #       InputDevice    "Keyboard1" "CoreKeyboard"
  12. #       InputDevice    "Keyboard-Bluetooth" "CoreKeyboard"
  13. #EndSection
  14. ############################### FOR DUAL HEAD ###############################
  15.  
  16. Section "ServerLayout"
  17.         Identifier     "Simple Layout"
  18.         Screen         "Screen 1" 0 0
  19.         InputDevice    "Logitech" "CorePointer"
  20. #       InputDevice    "Bluetooth" "AlwaysCore"
  21.         InputDevice    "Keyboard1" "CoreKeyboard"
  22.         InputDevice    "Keyboard-Bluetooth" "CoreKeyboard"
  23. EndSection
  24.  
  25. Section "Files"
  26.         FontPath     "/usr/share/fonts/misc:unscaled"
  27.         FontPath     "/usr/share/fonts/Type1"
  28.         FontPath     "/usr/share/fonts/TTF"
  29.         FontPath     "/usr/share/fonts/corefonts"
  30.         FontPath     "/usr/share/fonts/freefont"
  31.         FontPath     "/usr/share/fonts/sharefonts"
  32.         FontPath     "/usr/share/fonts/artwiz"
  33.         FontPath     "/usr/share/fonts/terminus"
  34.         FontPath     "/usr/share/fonts/ttf-bitstream-vera"
  35.         FontPath     "/usr/share/fonts/unifont"
  36.         FontPath     "/usr/share/fonts/local"
  37.         FontPath     "/usr/share/fonts/cyrillic"
  38.         FontPath     "/usr/share/fonts/arabeyes-fonts"
  39.         FontPath     "/usr/share/fonts/dejavu"
  40.         FontPath     "/usr/share/fonts/encodings"
  41.         FontPath     "/usr/share/fonts/kacst-fonts"
  42.         FontPath     "/usr/share/fonts/ukr"
  43.         FontPath     "/usr/share/fonts/75dpi:unscaled"
  44.         FontPath     "/usr/share/fonts/100dpi:unscaled"
  45. #       FontPath     "/usr/share/fonts/lfpfonts-fix"
  46. EndSection
  47.  
  48. Section "Module"
  49. # This loads the DBE extension module.
  50.         Load  "dbe"     # Double buffer extension
  51.         SubSection "extmod"
  52.                 Option      "omit xfree86-dga"
  53.         EndSubSection
  54.         Load  "type1"
  55.         Load  "freetype"
  56.         Load  "glx"
  57.         Load  "dri"
  58. #       Load  "evdev"
  59. EndSection
  60.  
  61. ############################### KEYBOARD SECTION ##########################
  62. Section "InputDevice"
  63.         Identifier   "Keyboard1"
  64.         Driver       "kbd"
  65.         Option  "AutoRepeat" "500 30"
  66.         Option      "XkbModel" "pc101"
  67.         Option  "XkbLayout" "us"
  68. EndSection
  69.  
  70. Section "InputDevice"
  71.         Identifier   "Keyboard-Bluetooth"
  72.         Driver          "kbd"
  73.         Option      "SendCoreEvents" "true"
  74.         Option      "AutoRepeat" "500 30"
  75. #       Option      "XkbModel" "logiinkseusb"
  76.         Option      "XkbModel" "pc105"
  77. #       Option      "XkbLayout" "us+inet"
  78.         Option      "XkbLayout" "us"
  79.         Option      "XkbRules" "xorg"
  80. EndSection
  81. ############################### KEYBOARD SECTION ##########################
  82.  
  83. ################################## MOUSE SECTION ##########################
  84. #Section "InputDevice"
  85. #       Identifier  "Bluetooth"
  86. #       Driver      "mouse"
  87. #       Option      "Protocol" "ExplorerPS/2"
  88. #       Option      "Device" "/dev/input/mice"
  89. #       Option      "SendCoreEvents" "true"
  90. #       Option     "Buttons" "9"
  91. #       Option     "ZAxisMapping" " 6 7"
  92. #EndSection
  93.  
  94. Section "InputDevice"
  95.         Identifier  "Logitech"
  96.         Driver      "evdev"
  97.         Option     "Protocol" "evdev"
  98.         Option          "Dev Name" "Logitech USB RECEIVER"# cat /proc/bus/input/devices
  99.         Option          "Dev Phys" "usb-0000:00:1d.1-1/input0"
  100.         Option          "Device" "/dev/input/event1" # (/dev/input/mice also appears to work)
  101.         Option     "Buttons" "12"
  102.         Option     "ZAxisMapping" "11 12"
  103.         Option     "Resolution" "800"
  104. EndSection
  105. ################################## MOUSE SECTION ##########################
  106.  
  107. ################################ MONITOR SECTION ##########################
  108. Section "Monitor"
  109.         Identifier   "Gateway"
  110.         DisplaySize  363        272
  111.         HorizSync    30.0 - 95.0
  112.         VertRefresh  50.0 - 160.0
  113.         Option      "dpms"
  114. EndSection
  115.  
  116. Section "Monitor"
  117.         Identifier  "AccuSync 90"
  118.          DisplaySize  363       272
  119.         HorizSync   31-96
  120.         VertRefresh 55-160
  121.         Option      "dpms"
  122. EndSection
  123.  
  124. ################################ MONITOR SECTION ##########################
  125.  
  126. ################################## VIDEO SECTION ##########################
  127. Section "Device"
  128.         Identifier  "Standard VGA"
  129.         Driver      "vga"
  130.         VendorName  "Unknown"
  131.         BoardName   "Unknown"
  132. EndSection
  133.  
  134. Section "Device"
  135.         Identifier  "Radeon Pro (R300ND)"
  136.         Driver      "fglrx"
  137.         BusID       "PCI:1:0:0"
  138. #       Option      "RenderAccel" "true"
  139. #       Option      "backingstore" "true"
  140. #       Option      "AllowGLXWithComposite" "true"
  141. #       VideoRam    32768
  142. #       Option      "EnablePageFlip" "True"
  143. # === Screen Management ===
  144. #    Option "DesktopSetup"               "0x00000000"    #Don't change this for dualhead
  145. #    Option "IgnoreEDID"                 "off"
  146. #    Option "MonitorLayout"              "CRT, CRT"
  147. #    Option "HSync 2"                    "27-80"
  148. #    Option "VRefresh2"                  "55-90"
  149. #    Option "ScreenOverlap"              "0"
  150. # === Misc Options ===
  151.     Option "UseFastTLS"                 "0"
  152.     Option "BlockSignalsOnLock"         "on"
  153.     Option "UseInternalAGPGART"         "no"
  154.     Option "ForceGenericCPU"            "no"
  155.     Option "KernelModuleParm"           "agplock=0" # AGP locked user pages: disabled
  156.     Option "EnablePrivateBackZ"         "yes"   # Enable on both heads for FSAA
  157. #    Screen 1    # This refers to first head
  158. EndSection
  159.  
  160. #Section "Device"
  161. #    Identifier  "Radeon Pro (R300ND)-2"
  162. #    Driver      "fglrx"
  163. # === Screen Management ===
  164. #    Option "DesktopSetup"               "0x00000000"    #Don't change this for dualhead
  165. # === FSAA Management ===
  166. # If you have no FSAA options on your second Device, then by default you won't have FSAA
  167. # on the second head.
  168. #    Option "FSAAEnable"                 "no"    # Disable FSAA on second head
  169. #    Option "FSAAScale"                  "1"     # Disable FSAA on second head
  170. #    Option "FSAADisableGamma"           "no"
  171. #    Option "FSAACustomizeMSPos"         "no"
  172. #    Option "FSAAMSPosX0"                "0.000000"
  173. #    Option "FSAAMSPosY0"                "0.000000"
  174. #    Option "FSAAMSPosX1"                "0.000000"
  175. #    Option "FSAAMSPosY1"                "0.000000"
  176. #    Option "FSAAMSPosX2"                "0.000000"
  177. #    Option "FSAAMSPosY2"                "0.000000"
  178. #    Option "FSAAMSPosX3"                "0.000000"
  179. #    Option "FSAAMSPosY3"                "0.000000"
  180. #    Option "FSAAMSPosX4"                "0.000000"
  181. #    Option "FSAAMSPosY4"                "0.000000"
  182. #    Option "FSAAMSPosX5"                "0.000000"
  183. #    Option "FSAAMSPosY5"                "0.000000"
  184. # === Misc Options ===
  185. #    Option "EnablePrivateBackZ"         "yes"   # Enable on both heads for FSAA
  186. #    BusID "PCI:1:0:1"    # vendor=1002, device=4e45 (Same for both heads)
  187. #    Screen 2    # This refers to second head
  188. #EndSection
  189.  
  190. ################################## VIDEO SECTION ##########################
  191.  
  192. Section "Screen"
  193.         Identifier "Screen 1"
  194.         Device     "Radeon Pro (R300ND)"
  195.         Monitor    "Gateway"
  196.         DefaultDepth     24
  197.         SubSection "Display"
  198.                 Viewport   0 0
  199.                 Depth     24
  200.                 Modes    "1600x1200" "1280x1024" "1024x768"
  201.         EndSubSection
  202. EndSection
  203.  
  204. #Section "Screen"
  205. #       Identifier "Screen 2"
  206. #       Device     "Radeon Pro (R300ND)-2"
  207. #       Monitor     "AccuSync 90"
  208. #       DefaultDepth     24
  209. #       SubSection "Display"
  210. #               Viewport   0 0
  211. #               Depth     24
  212. #               Modes    "1600x1200" "1280x1024" "1024x768"
  213. #       EndSubSection
  214. #EndSection
  215.  
  216.  
  217. #Section "Extensions"
  218. #        Option "Composite" "Enable"
  219. #        Option "RENDER" "Enable"
  220. #EndSection
  221.  
  222.  
  223. Section "DRI"
  224.         Mode         0666
  225. EndSection

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right worth-right
fantasy-obligation