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

Advertising

Someone
Tuesday, January 2nd, 2007 at 8:44:53am 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 "InputDevice"
  44.         Identifier      "Generic Keyboard"
  45.         Driver    "kbd"
  46.         Option    "CoreKeyboard"
  47.         Option    "XkbRules"        "xorg"
  48.         Option    "XkbModel"        "pc105"
  49.         Option    "XkbLayout"       "us"
  50.         Option    "XkbOptions"      "lv3:ralt_switch"
  51. EndSection
  52.  
  53. Section "InputDevice"
  54.         Identifier      "Configured Mouse"
  55.         Driver    "mouse"
  56.         Option    "CorePointer"
  57.         Option    "Device"    "/dev/input/mice"
  58.         Option    "Protocol"                "ExplorerPS/2"
  59.         Option    "ZAxisMapping"        "4 5"
  60.         Option    "Emulate3Buttons" "true"
  61. EndSection
  62.  
  63. Section "InputDevice"
  64.         Identifier      "Synaptics Touchpad"
  65.         Driver    "synaptics"
  66.         Option    "SendCoreEvents"  "true"
  67.         Option    "Device"    "/dev/psaux"
  68.         Option    "Protocol"                "auto-dev"
  69.         Option    "HorizScrollDelta"        "0"
  70. EndSection
  71.  
  72. Section "InputDevice"
  73.   Driver        "wacom"
  74.   Identifier    "stylus"
  75.   Option        "Device"        "/dev/wacom"          # Change to
  76.                                                       # /dev/input/event
  77.                                                       # for USB
  78.   Option        "Type"          "stylus"
  79.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  80. EndSection
  81.  
  82. Section "InputDevice"
  83.   Driver        "wacom"
  84.   Identifier    "eraser"
  85.   Option        "Device"        "/dev/wacom"          # Change to
  86.                                                       # /dev/input/event
  87.                                                       # for USB
  88.   Option        "Type"          "eraser"
  89.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  90. EndSection
  91.  
  92. Section "InputDevice"
  93.   Driver        "wacom"
  94.   Identifier    "cursor"
  95.   Option        "Device"        "/dev/wacom"          # Change to
  96.                                                       # /dev/input/event
  97.                                                       # for USB
  98.   Option        "Type"          "cursor"
  99.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  100. EndSection
  101.  
  102. Section "Device"
  103.         Identifier      "Generic Video Card"
  104.         Driver    "vesa"
  105.         BusID      "PCI:0:5:0"
  106. EndSection
  107.  
  108. Section "Monitor"
  109.         Identifier      "Generic Monitor"
  110.         Option    "DPMS"
  111. EndSection
  112.  
  113. Section "Screen"
  114.         Identifier      "Default Screen"
  115.         Device    "Generic Video Card"
  116.         Monitor  "Generic Monitor"
  117.         DefaultDepth    24
  118.         SubSection "Display"
  119.                 Depth      1
  120.                 Modes      "1024x768" "800x600" "640x480"
  121.         EndSubSection
  122.         SubSection "Display"
  123.                 Depth      4
  124.                 Modes      "1024x768" "800x600" "640x480"
  125.         EndSubSection
  126.         SubSection "Display"
  127.                 Depth      8
  128.                 Modes      "1024x768" "800x600" "640x480"
  129.         EndSubSection
  130.         SubSection "Display"
  131.                 Depth      15
  132.                 Modes      "1024x768" "800x600" "640x480"
  133.         EndSubSection
  134.         SubSection "Display"
  135.                 Depth      16
  136.                 Modes      "1024x768" "800x600" "640x480"
  137.         EndSubSection
  138.         SubSection "Display"
  139.                 Depth      24
  140.                 Modes      "1024x768" "800x600" "640x480"
  141.         EndSubSection
  142. EndSection
  143.  
  144. Section "ServerLayout"
  145.         Identifier      "Default Layout"
  146.         Screen    "Default Screen"
  147.         InputDevice     "Generic Keyboard"
  148.         InputDevice     "Configured Mouse"
  149.         InputDevice     "stylus" "SendCoreEvents"
  150.         InputDevice     "cursor" "SendCoreEvents"
  151.         InputDevice     "eraser" "SendCoreEvents"
  152.         InputDevice     "Synaptics Touchpad"
  153. EndSection
  154.  
  155. Section "DRI"
  156.         Mode    0666
  157. 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