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

Advertising

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