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

Advertising

Stuff
Sunday, May 20th, 2007 at 1:29:03am 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.         # 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    "type1"
  39.         Load    "vbe"
  40. EndSection
  41.  
  42. Section "InputDevice"
  43.         Identifier      "Generic Keyboard"
  44.         Driver    "kbd"
  45.         Option    "CoreKeyboard"
  46.         Option    "XkbRules"        "xorg"
  47.         Option    "XkbModel"        "pc104"
  48.         Option    "XkbLayout"       "us"
  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"                "ExplorerPS/2"
  57.         Option    "ZAxisMapping"        "4 5"
  58.         Option    "Emulate3Buttons" "true"
  59. EndSection
  60.  
  61. Section "InputDevice"
  62.   Driver        "wacom"
  63.   Identifier    "stylus"
  64.   Option        "Device"        "/dev/wacom"          # Change to
  65.                                                       # /dev/input/event
  66.                                                       # for USB
  67.   Option        "Type"          "stylus"
  68.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  69. EndSection
  70.  
  71. Section "InputDevice"
  72.   Driver        "wacom"
  73.   Identifier    "eraser"
  74.   Option        "Device"        "/dev/wacom"          # Change to
  75.                                                       # /dev/input/event
  76.                                                       # for USB
  77.   Option        "Type"          "eraser"
  78.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  79. EndSection
  80.  
  81. Section "InputDevice"
  82.   Driver        "wacom"
  83.   Identifier    "cursor"
  84.   Option        "Device"        "/dev/wacom"          # Change to
  85.                                                       # /dev/input/event
  86.                                                       # for USB
  87.   Option        "Type"          "cursor"
  88.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  89. EndSection
  90.  
  91. Section "Device"
  92.         Identifier      "Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics Controller"
  93.         Driver    "i810"
  94.         BusID      "PCI:0:2:0"
  95. EndSection
  96.  
  97. Section "Device"
  98.         Identifier      "ATI1"
  99.         Driver          "radeon"
  100.         BusID           "PCI:3:1:0"
  101.         Option          "XAANoOffscreenPixmaps" "true"
  102.         Option          "DRI" "true"
  103.         Option          "RenderAccel" "true"
  104.         Option          "VideoOverlay" "on"
  105.         Option          "AddARGBGXVisuals" "True"
  106.         Option          "DisableGLXRootClipping" "True"
  107.         Option "ColorTiling" "on"
  108.         Option "EnablePageFlip" "true"
  109.         Option "AccelMethod" "XAA"
  110.         Option "XAANoOffscreenPixmaps"
  111.         Option "AGPMode" "4"
  112.         Option "AGPFastWrite" "on"
  113.         Option      "MergedFB" "false"
  114.         screen 0
  115. EndSection
  116.  
  117. Section "Monitor"
  118.         Identifier      "DELL E176FP"
  119.         Option    "DPMS"
  120. EndSection
  121.  
  122. Section "Monitor"
  123.         Identifier      "DELL WIDE"
  124.         Option    "DPMS"
  125. EndSection
  126.  
  127. Section "Screen"
  128.         Identifier      "Default Screen"
  129.         Device    "Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics Controller"
  130.         Monitor  "DELL E176FP"
  131.         DefaultDepth    24
  132.         SubSection "Display"
  133.                 Depth      1
  134.                 Modes      "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  135.         EndSubSection
  136.         SubSection "Display"
  137.                 Depth      4
  138.                 Modes      "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  139.         EndSubSection
  140.         SubSection "Display"
  141.                 Depth      8
  142.                 Modes      "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  143.         EndSubSection
  144.         SubSection "Display"
  145.                 Depth      15
  146.                 Modes      "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  147.         EndSubSection
  148.         SubSection "Display"
  149.                 Depth      16
  150.                 Modes      "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  151.         EndSubSection
  152.         SubSection "Display"
  153.                 Depth      24
  154.                 Modes      "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
  155.         EndSubSection
  156. EndSection
  157.  
  158. Section "Screen"
  159.         Identifier      "Default Screen2"
  160.         Device          "ATI1"
  161.         Monitor         "DELL WIDE"
  162.         DefaultDepth    24
  163.         SubSection "Display"
  164.                Depth           24
  165.                 Modes           "1680x1050"
  166.         EndSubSection
  167. EndSection
  168.  
  169.  
  170. Section "ServerLayout"
  171.         Identifier      "Default Layout"
  172.         Screen    "Default Screen"
  173.         Screen          "Default Screen2" LeftOf "Default Screen"
  174.         InputDevice     "Generic Keyboard"
  175.         InputDevice     "Configured Mouse"
  176.         InputDevice     "stylus" "SendCoreEvents"
  177.         InputDevice     "cursor" "SendCoreEvents"
  178.         InputDevice     "eraser" "SendCoreEvents"
  179.         Option "Xinerama" "on"
  180. EndSection
  181.  
  182. Section "DRI"
  183.         Mode    0666
  184. 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