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

Advertising

Anonymous
Saturday, April 7th, 2007 at 6:35:49am UTC 

  1. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg
  16.  
  17. Section "Files"
  18.         FontPath        "/usr/share/X11/fonts/misc"
  19.         FontPath        "/usr/share/X11/fonts/cyrillic"
  20.         FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
  21.         FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
  22.         FontPath        "/usr/share/X11/fonts/Type1"
  23.         FontPath        "/usr/share/X11/fonts/100dpi"
  24.         FontPath        "/usr/share/X11/fonts/75dpi"
  25.         FontPath        "/usr/share/fonts/X11/misc"
  26.         # path to defoma fonts
  27.         FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  28. EndSection
  29.  
  30. Section "Module"
  31.         Load    "i2c"
  32.         Load    "bitmap"
  33.         Load    "ddc"
  34.         Load    "dri"
  35.         Load    "extmod"
  36.         Load    "freetype"
  37.         Load    "glx"
  38.         Load    "int10"
  39.         Load    "type1"
  40.         Load    "vbe"
  41. EndSection
  42.  
  43. Section "Extensions"
  44.         Option "RENDER" "Enable"
  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. EndSection
  66.  
  67. Section "InputDevice"
  68.         Identifier      "Synaptics Touchpad"
  69.         Driver    "synaptics"
  70.         Option    "SendCoreEvents"  "true"
  71.         Option    "Device"    "/dev/psaux"
  72.         Option    "Protocol"                "auto-dev"
  73.         Option    "HorizScrollDelta"        "0"
  74. EndSection
  75.  
  76. Section "InputDevice"
  77.   Driver        "wacom"
  78.   Identifier    "stylus"
  79.   Option        "Device"        "/dev/wacom"          # Change to
  80.                                                       # /dev/input/event
  81.                                                       # for USB
  82.   Option        "Type"          "stylus"
  83.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  84. EndSection
  85.  
  86. Section "InputDevice"
  87.   Driver        "wacom"
  88.   Identifier    "eraser"
  89.   Option        "Device"        "/dev/wacom"          # Change to
  90.                                                       # /dev/input/event
  91.                                                       # for USB
  92.   Option        "Type"          "eraser"
  93.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  94. EndSection
  95.  
  96. Section "InputDevice"
  97.   Driver        "wacom"
  98.   Identifier    "cursor"
  99.   Option        "Device"        "/dev/wacom"          # Change to
  100.                                                       # /dev/input/event
  101.                                                       # for USB
  102.   Option        "Type"          "cursor"
  103.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  104. EndSection
  105.  
  106. Section "Device"
  107.         Identifier      "ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
  108.         Driver    "ati"
  109.         BusID      "PCI:1:5:0"
  110. EndSection
  111.  
  112. Section "Monitor"
  113.         Identifier      "Generic Monitor"
  114.         Option    "DPMS"
  115. EndSection
  116.  
  117. Section "Screen"
  118.         Identifier      "Default Screen"
  119.         Device    "ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
  120.         Monitor  "Generic Monitor"
  121.         DefaultDepth    24
  122.         SubSection "Display"
  123.                 Depth      1
  124.                 Modes      "1280x800"
  125.         EndSubSection
  126.         SubSection "Display"
  127.                 Depth      4
  128.                 Modes      "1280x800"
  129.         EndSubSection
  130.         SubSection "Display"
  131.                 Depth      8
  132.                 Modes      "1280x800"
  133.         EndSubSection
  134.         SubSection "Display"
  135.                 Depth      15
  136.                 Modes      "1280x800"
  137.         EndSubSection
  138.         SubSection "Display"
  139.                 Depth      16
  140.                 Modes      "1280x800"
  141.         EndSubSection
  142.         SubSection "Display"
  143.                 Depth      24
  144.                 Modes      "1280x800"
  145.         EndSubSection
  146. EndSection
  147.  
  148. Section "ServerLayout"
  149.         Identifier      "Default Layout"
  150.         Screen    "Default Screen"
  151.         InputDevice     "Generic Keyboard"
  152.         InputDevice     "Configured Mouse"
  153.         InputDevice     "stylus" "SendCoreEvents"
  154.         InputDevice     "cursor" "SendCoreEvents"
  155.         InputDevice     "eraser" "SendCoreEvents"
  156.         InputDevice     "Synaptics Touchpad"
  157. EndSection
  158.  
  159. Section "DRI"
  160.         Mode    0666
  161. 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