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

Advertising

Someone
Thursday, June 14th, 2007 at 12:16:12pm UTC 

  1. Section "ServerLayout"
  2.         Identifier      "Default Layout"
  3.   screen 0 "aticonfig-Screen[0]" 0 0
  4.         Inputdevice     "Generic Keyboard"
  5.         Inputdevice     "Configured Mouse"
  6.         Inputdevice     "stylus"     "SendCoreEvents"
  7.         Inputdevice     "cursor"     "SendCoreEvents"
  8.         Inputdevice     "eraser"     "SendCoreEvents"
  9. EndSection
  10.  
  11. Section "Files"
  12.        
  13.         # path to defoma fonts
  14.         Fontpath        "/usr/share/X11/fonts/misc"
  15.         Fontpath        "/usr/share/X11/fonts/cyrillic"
  16.         Fontpath        "/usr/share/X11/fonts/100dpi/:unscaled"
  17.         Fontpath        "/usr/share/X11/fonts/75dpi/:unscaled"
  18.         Fontpath        "/usr/share/X11/fonts/Type1"
  19.         Fontpath        "/usr/share/X11/fonts/100dpi"
  20.         Fontpath        "/usr/share/X11/fonts/75dpi"
  21.         Fontpath        "/usr/share/fonts/X11/misc"
  22.         Fontpath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  23. EndSection
  24.  
  25. Section "Module"
  26.         Load        "i2c"
  27.         Load        "bitmap"
  28.         Load        "ddc"
  29.         Load        "dri"
  30.         Load        "extmod"
  31.         Load        "freetype"
  32.         Load        "glx"
  33.         Load        "int10"
  34.         Load        "type1"
  35.         Load        "vbe"
  36. EndSection
  37.  
  38. # Beryl
  39. # Section "Extensions"
  40. # Option "Composite" "false"
  41. # EndSection
  42.  
  43. Section "ServerFlags"
  44.         Option    "AIGLX"   "off"
  45. EndSection
  46.  
  47. Section "InputDevice"
  48.         Identifier      "Generic Keyboard"
  49.         Driver    "kbd"
  50.         Option    "CoreKeyboard"
  51.         Option    "XkbRules"        "xorg"
  52.         Option    "XkbModel"        "pc105"
  53.         Option    "XkbLayout"       "us"
  54.         Option    "XkbOptions"      "lv3:ralt_switch"
  55. EndSection
  56.  
  57. Section "InputDevice"
  58.         Identifier      "Configured Mouse"
  59.         Driver    "mouse"
  60.         Option    "CorePointer"
  61.         Option    "Device"  "/dev/input/mice"
  62.         Option    "Protocol"        "ExplorerPS/2"
  63.         Option    "ZAxisMapping"    "4 5"
  64.         Option    "Emulate3Buttons" "true"
  65.         #       Option     "Device" "/dev/input/mouse0"
  66. EndSection
  67.  
  68. Section "InputDevice"
  69.        
  70.         # /dev/input/event
  71.         # for USB
  72.         Identifier      "stylus"
  73.         Driver    "wacom"
  74.         Option    "Device"  "/dev/wacom"# Change to
  75.         Option    "Type"    "stylus"
  76.         Option    "ForceDevice"     "ISDV4"# Tablet PC ONLY
  77. EndSection
  78.  
  79. Section "InputDevice"
  80.        
  81.         # /dev/input/event
  82.         # for USB
  83.         Identifier      "eraser"
  84.         Driver    "wacom"
  85.         Option    "Device"  "/dev/wacom"# Change to
  86.         Option    "Type"    "eraser"
  87.         Option    "ForceDevice"     "ISDV4"# Tablet PC ONLY
  88. EndSection
  89.  
  90. Section "InputDevice"
  91.        
  92.         # /dev/input/event
  93.         # for USB
  94.         Identifier      "cursor"
  95.         Driver    "wacom"
  96.         Option    "Device"  "/dev/wacom"# Change to
  97.         Option    "Type"    "cursor"
  98.         Option    "ForceDevice"     "ISDV4"# Tablet PC ONLY
  99. EndSection
  100.  
  101. Section "Monitor"
  102.         Identifier      "Generic Monitor"
  103.         Horizsync       28.0   -  64.0
  104.         Vertrefresh     43.0 -        60.0
  105.         Option    "DPMS"
  106. EndSection
  107.  
  108. Section "Monitor"
  109.         Identifier      "aticonfig-Monitor[0]"
  110.         Option    "VendorName"      "ATI Proprietary Driver"
  111.         Option    "ModelName"       "Generic Autodetecting Monitor"
  112.         Option    "DPMS"    "true"
  113. EndSection
  114.  
  115. Section "Device"
  116.         Identifier      "ATI Technologies, Inc. ATI Default Card"
  117.         Driver    "fglrx"
  118.         Busid      "PCI:1:0:0"
  119. EndSection
  120.  
  121. Section "Device"
  122.         Identifier      "aticonfig-Device[0]"
  123.         Driver    "fglrx"
  124. EndSection
  125.  
  126. Section "Screen"
  127.         Identifier      "Default Screen"
  128.         Device    "ATI Technologies, Inc. ATI Default Card"
  129.         Monitor  "Generic Monitor"
  130.         Defaultdepth    24
  131.         SubSection "Display"
  132.                 Depth   1
  133.                 Modes      "1280x800"
  134.         EndSubSection
  135.         SubSection "Display"
  136.                 Depth   4
  137.                 Modes      "1280x800"
  138.         EndSubSection
  139.         SubSection "Display"
  140.                 Depth   8
  141.                 Modes      "1280x800"
  142.         EndSubSection
  143.         SubSection "Display"
  144.                 Depth   15
  145.                 Modes      "1280x800"
  146.         EndSubSection
  147.         SubSection "Display"
  148.                 Depth   16
  149.                 Modes      "1280x800"
  150.         EndSubSection
  151.         SubSection "Display"
  152.                 Depth   24
  153.                 Modes      "1280x800"
  154.         EndSubSection
  155. EndSection
  156.  
  157. Section "Screen"
  158.         Identifier      "aticonfig-Screen[0]"
  159.         Device    "aticonfig-Device[0]"
  160.         Monitor  "aticonfig-Monitor[0]"
  161.         Defaultdepth    24
  162.         SubSection "Display"
  163.                 Viewport        0       0
  164.                 Depth   24
  165.         EndSubSection
  166. EndSection
  167.  
  168. Section "DRI"
  169.         Mode    0666
  170. EndSection
  171.  
  172. Section "Extensions"
  173.         Option    "Composite"       "Disable"
  174.         Option    "Composite"       "0"
  175. 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 not expire by default. 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.

comments powered by Disqus
worth-right worth-right