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

Advertising

Anonymous
Friday, April 6th, 2007 at 5:24:41pm 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.         Option    "XkbOptions"      "lv3:ralt_switch"
  49. EndSection
  50.  
  51. Section "InputDevice"
  52.         Identifier      "Configured Mouse"
  53.         Driver    "mouse"
  54.         Option    "CorePointer"
  55.         Option    "Device"    "/dev/input/mice"
  56.         Option    "Protocol"                "ImPS/2"
  57.         Option    "ZAxisMapping"        "4 5"
  58.         Option    "Emulate3Buttons" "true"
  59. EndSection
  60.  
  61. Section "InputDevice"
  62.         Identifier      "Synaptics Touchpad"
  63.         Driver    "synaptics"
  64.         Option    "SendCoreEvents"  "true"
  65.         Option    "Device"    "/dev/psaux"
  66.         Option    "Protocol"                "auto-dev"
  67.         Option    "HorizScrollDelta"        "0"
  68. EndSection
  69.  
  70. Section "InputDevice"
  71.         Driver    "wacom"
  72.         Identifier      "stylus"
  73.         Option    "Device"  "/dev/wacom"      # Change to
  74.                                                         # /dev/input/event
  75.                                                         # for USB
  76.         Option    "Type"        "stylus"
  77.         Option    "ForceDevice"     "ISDV4"            # Tablet PC ONLY
  78. EndSection
  79.  
  80. Section "InputDevice"
  81.         Driver    "wacom"
  82.         Identifier      "eraser"
  83.         Option    "Device"  "/dev/wacom"      # Change to
  84.                                                         # /dev/input/event
  85.                                                         # for USB
  86.         Option    "Type"        "eraser"
  87.         Option    "ForceDevice"     "ISDV4"            # Tablet PC ONLY
  88. EndSection
  89.  
  90. Section "InputDevice"
  91.         Driver    "wacom"
  92.         Identifier      "cursor"
  93.         Option    "Device"  "/dev/wacom"      # Change to
  94.                                                         # /dev/input/event
  95.                                                         # for USB
  96.         Option    "Type"        "cursor"
  97.         Option    "ForceDevice"     "ISDV4"            # Tablet PC ONLY
  98. EndSection
  99.  
  100. Section "Device"
  101.         Identifier        "ATI Technologies Inc Radeon R250 [Mobility FireGL 9000]"
  102.         Driver                "radeon"
  103.         BusID                "PCI:1:0:0"
  104.         Option          "XAANoOffscreenPixmaps"
  105.         Option "AGPMode" "4"
  106.         Option "AGPFastWrite" "true"
  107.         Option "DisableGLXRootClipping" "true"
  108.         Option "AddARGBGLXVisuals" "true"
  109.         Option "AllowGLXWithComposite" "true"
  110.         Option "EnablePageFlip" "true"
  111. EndSection
  112.  
  113. Section "Monitor"
  114.         Identifier      "Generic Monitor"
  115.         Option    "DPMS"
  116. EndSection
  117.  
  118. Section "Screen"
  119.         Identifier      "Default Screen"
  120.         Device    "ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]"
  121.         Monitor  "Generic Monitor"
  122.         DefaultDepth    24
  123.         SubSection "Display"
  124.                 Depth      1
  125.                 Modes      "1024x768"
  126.         EndSubSection
  127.         SubSection "Display"
  128.                 Depth      4
  129.                 Modes      "1024x768"
  130.         EndSubSection
  131.         SubSection "Display"
  132.                 Depth      8
  133.                 Modes      "1024x768"
  134.         EndSubSection
  135.         SubSection "Display"
  136.                 Depth      15
  137.                 Modes      "1024x768"
  138.         EndSubSection
  139.         SubSection "Display"
  140.                 Depth      16
  141.                 Modes      "1024x768"
  142.         EndSubSection
  143.         SubSection "Display"
  144.                 Depth      24
  145.                 Modes      "1024x768"
  146.         EndSubSection
  147. EndSection
  148.  
  149. Section "ServerLayout"
  150.         Option          "AIGLX"         "true"
  151.         Identifier        "Default Layout"
  152.         Screen                "Default Screen"
  153.         InputDevice        "Generic Keyboard"
  154.         InputDevice        "Configured Mouse"
  155.         InputDevice     "stylus"        "SendCoreEvents"
  156.         InputDevice     "cursor"        "SendCoreEvents"
  157.         InputDevice     "eraser"        "SendCoreEvents"
  158.         InputDevice        "Synaptics Touchpad"
  159. EndSection
  160.  
  161. Section "DRI"
  162.         Mode    0666
  163. 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