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

Advertising

Unnamed
Wednesday, May 30th, 2007 at 4:50:07am 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 xorg.conf(5) manual page.
  7. # (Type "man 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/fonts/X11/misc"
  19.         Fontpath        "/usr/share/fonts/X11/cyrillic"
  20.         Fontpath        "/usr/share/fonts/X11/100dpi/:unscaled"
  21.         Fontpath        "/usr/share/fonts/X11/75dpi/:unscaled"
  22.         Fontpath        "/usr/share/fonts/X11/Type1"
  23.         Fontpath        "/usr/share/fonts/X11/100dpi"
  24.         Fontpath        "/usr/share/fonts/X11/75dpi"
  25.         # path to defoma fonts
  26.         Fontpath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  27. EndSection
  28.  
  29. Section "Module"
  30.         Load        "i2c"
  31.         Load        "bitmap"
  32.         Load        "ddc"
  33.         Load        "dri"
  34.         Load        "extmod"
  35.         Load        "freetype"
  36.         Load        "glx"
  37.         Load        "int10"
  38.         Load        "vbe"
  39. EndSection
  40.  
  41. Section "InputDevice"
  42.         Identifier      "Generic Keyboard"
  43.         Driver    "kbd"
  44.         Option    "CoreKeyboard"
  45.         Option    "XkbRules"        "xorg"
  46.         Option    "XkbModel"        "pc105"
  47.         Option    "XkbLayout"       "us"
  48. EndSection
  49.  
  50. Section "InputDevice"
  51.         Identifier      "Configured Mouse"
  52.         Driver    "mouse"
  53.         Option    "CorePointer"
  54.         Option    "Device"  "/dev/input/mice"
  55.         Option    "Protocol"        "ImPS/2"
  56.         Option    "ZAxisMapping"    "4 5"
  57.         Option    "Emulate3Buttons" "true"
  58. EndSection
  59.  
  60. Section "InputDevice"
  61.         Driver    "wacom"
  62.         Identifier      "stylus"
  63.         Option    "Device"  "/dev/input/wacom"
  64.         Option    "Type"    "stylus"
  65.         Option    "ForceDevice"     "ISDV4"# Tablet PC ONLY
  66. EndSection
  67.  
  68. Section "InputDevice"
  69.         Driver    "wacom"
  70.         Identifier      "eraser"
  71.         Option    "Device"  "/dev/input/wacom"
  72.         Option    "Type"    "eraser"
  73.         Option    "ForceDevice"     "ISDV4"# Tablet PC ONLY
  74. EndSection
  75.  
  76. Section "InputDevice"
  77.         Driver    "wacom"
  78.         Identifier      "cursor"
  79.         Option    "Device"  "/dev/input/wacom"
  80.         Option    "Type"    "cursor"
  81.         Option    "ForceDevice"     "ISDV4"# Tablet PC ONLY
  82. EndSection
  83.  
  84. Section "Device"
  85.         Identifier      "Generic Video Card"
  86.         Driver    "fglrx"
  87.         Busid      "PCI:1:0:0"
  88. EndSection
  89.  
  90. Section "Monitor"
  91.         Identifier      "SyncMaster"
  92.         Option    "DPMS"
  93. EndSection
  94.  
  95. Section "Screen"
  96.         Identifier      "Default Screen"
  97.         Device    "Generic Video Card"
  98.         Monitor  "SyncMaster"
  99.         Defaultdepth    24
  100.         SubSection "Display"
  101.                 Depth   1
  102.                 Modes      "1280x1024"        "1152x864"      "1024x768"    "832x624"   "800x600"  "720x400" "640x480"
  103.         EndSubSection
  104.         SubSection "Display"
  105.                 Depth   4
  106.                 Modes      "1280x1024"        "1152x864"      "1024x768"    "832x624"   "800x600"  "720x400" "640x480"
  107.         EndSubSection
  108.         SubSection "Display"
  109.                 Depth   8
  110.                 Modes      "1280x1024"        "1152x864"      "1024x768"    "832x624"   "800x600"  "720x400" "640x480"
  111.         EndSubSection
  112.         SubSection "Display"
  113.                 Depth   15
  114.                 Modes      "1280x1024"        "1152x864"      "1024x768"    "832x624"   "800x600"  "720x400" "640x480"
  115.         EndSubSection
  116.         SubSection "Display"
  117.                 Depth   16
  118.                 Modes      "1280x1024"        "1152x864"      "1024x768"    "832x624"   "800x600"  "720x400" "640x480"
  119.         EndSubSection
  120.         SubSection "Display"
  121.                 Depth   24
  122.                 Modes      "1280x1024"        "1152x864"      "1024x768"    "832x624"   "800x600"  "720x400" "640x480"
  123.         EndSubSection
  124. EndSection
  125.  
  126. Section "ServerLayout"
  127.         Identifier      "Default Layout"
  128.   screen "Default Screen"
  129.         Inputdevice     "Generic Keyboard"
  130.         Inputdevice     "Configured Mouse"
  131.         Inputdevice     "stylus"     "SendCoreEvents"
  132.         Inputdevice     "cursor"     "SendCoreEvents"
  133.         Inputdevice     "eraser"     "SendCoreEvents"
  134. EndSection
  135.  
  136. Section "DRI"
  137.         Mode    0666
  138. EndSection
  139. Section "Extensions"
  140.         Option    "Composite"       "0"
  141. 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