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

Advertising

Someone
Tuesday, September 11th, 2007 at 8:42:47pm 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        "extmod"
  34.         Load        "freetype"
  35.         Load        "glx"
  36.         Load        "int10"
  37.         Load        "vbe"
  38. EndSection
  39.  
  40. Section "InputDevice"
  41.         Identifier      "Generic Keyboard"
  42.         Driver    "kbd"
  43.         Option    "CoreKeyboard"
  44.         Option    "XkbRules"        "xorg"
  45.         Option    "XkbModel"        "pc105"
  46.         Option    "XkbLayout"       "it"
  47.         Option    "XkbOptions"      "lv3:ralt_switch"
  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.         Identifier      "Synaptics Touchpad"
  62.         Driver    "synaptics"
  63.         Option    "SendCoreEvents"  "true"
  64.         Option    "Device"  "/dev/psaux"
  65.         Option    "Protocol"        "auto-dev"
  66.         Option    "HorizScrollDelta"        "0"
  67. EndSection
  68.  
  69. Section "InputDevice"
  70.         Driver    "wacom"
  71.         Identifier      "stylus"
  72.         Option    "Device"  "/dev/input/wacom"
  73.         Option    "Type"    "stylus"
  74.         Option    "ForceDevice"     "ISDV4"# Tablet PC ONLY
  75. EndSection
  76.  
  77. Section "InputDevice"
  78.         Driver    "wacom"
  79.         Identifier      "eraser"
  80.         Option    "Device"  "/dev/input/wacom"
  81.         Option    "Type"    "eraser"
  82.         Option    "ForceDevice"     "ISDV4"# Tablet PC ONLY
  83. EndSection
  84.  
  85. Section "InputDevice"
  86.         Driver    "wacom"
  87.         Identifier      "cursor"
  88.         Option    "Device"  "/dev/input/wacom"
  89.         Option    "Type"    "cursor"
  90.         Option    "ForceDevice"     "ISDV4"# Tablet PC ONLY
  91. EndSection
  92.  
  93. Section "Device"
  94.         Identifier      "nVidia Corporation NV34M [GeForce FX Go5200 64M]"
  95.         Driver    "nvidia"
  96.         Busid      "PCI:1:0:0"
  97.         Option    "AddARGBVisuals"  "True"
  98.         Option    "AddARGBGLXVisuals"       "True"
  99.         Option    "NoLogo"  "True"
  100.         Option    "NoPowerConnectorCheck"
  101.         Option    "TwinView"        "True"
  102.         Option    "Metamodes"       "1280x800,1280x800; 800x600,800x600"
  103. EndSection
  104.  
  105. Section "Monitor"
  106.         Identifier      "Generic Monitor"
  107.         Option    "DPMS"
  108.         Horizsync       28-64
  109.         Vertrefresh     43-60
  110. EndSection
  111.  
  112. Section "Screen"
  113.         Identifier      "Default Screen"
  114.         Device    "nVidia Corporation NV34M [GeForce FX Go5200 64M]"
  115.         Monitor  "Generic Monitor"
  116.         Defaultdepth    24
  117.         SubSection "Display"
  118.                 Depth   1
  119.                 Modes      "1280x800"
  120.         EndSubSection
  121.         SubSection "Display"
  122.                 Depth   4
  123.                 Modes      "1280x800"
  124.         EndSubSection
  125.         SubSection "Display"
  126.                 Depth   8
  127.                 Modes      "1280x800"
  128.         EndSubSection
  129.         SubSection "Display"
  130.                 Depth   15
  131.                 Modes      "1280x800"
  132.         EndSubSection
  133.         SubSection "Display"
  134.                 Depth   16
  135.                 Modes      "1280x800"
  136.         EndSubSection
  137.         SubSection "Display"
  138.                 Depth   24
  139.                 Modes      "1280x800"
  140.         EndSubSection
  141. EndSection
  142.  
  143. Section "ServerLayout"
  144.         Identifier      "Default Layout"
  145.   screen "Default Screen"
  146.         Inputdevice     "Generic Keyboard"
  147.         Inputdevice     "Configured Mouse"
  148.         Inputdevice     "stylus"     "SendCoreEvents"
  149.         Inputdevice     "cursor"     "SendCoreEvents"
  150.         Inputdevice     "eraser"     "SendCoreEvents"
  151.         Inputdevice     "Synaptics Touchpad"
  152. EndSection
  153.  
  154. Section "DRI"
  155.         Mode    0666
  156. 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
worth-right