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

Advertising

Someone
Sunday, May 20th, 2007 at 6:09:39pm 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.     Load        "v4l"
  39. EndSection
  40.  
  41. Section "InputDevice"
  42.         Identifier      "Generic Keyboard"
  43.         Driver    "keyboard"
  44.         Option    "CoreKeyboard"
  45.         Option    "XkbRules"        "xorg"
  46.         Option    "XkbModel"        "macintosh"
  47.         Option    "XkbLayout"       "fr"
  48. #       Option  "XkbOptions"     "lv3:ralt_switch"
  49.  
  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"        "ImPS/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/input/wacom"
  66.         Option    "Type"    "stylus"
  67.         Option    "ForceDevice"     "ISDV4"# Tablet PC ONLY
  68. EndSection
  69.  
  70. Section "InputDevice"
  71.         Driver    "wacom"
  72.         Identifier      "eraser"
  73.         Option    "Device"  "/dev/input/wacom"
  74.         Option    "Type"    "eraser"
  75.         Option    "ForceDevice"     "ISDV4"# Tablet PC ONLY
  76. EndSection
  77.  
  78. Section "InputDevice"
  79.         Driver    "wacom"
  80.         Identifier      "cursor"
  81.         Option    "Device"  "/dev/input/wacom"
  82.         Option    "Type"    "cursor"
  83.         Option    "ForceDevice"     "ISDV4"# Tablet PC ONLY
  84. EndSection
  85.  
  86. Section "Device"
  87.         Identifier      "Videocard0"
  88.         Driver    "nvidia"
  89.         Busid      "PCI:3:0:0"
  90.     Option      "XAANoOffscreenPixmaps" "true"
  91.     Option      "DRI"     "true"
  92.     Option      "RenderAccel" "true"
  93.     Option         "NoRenderExtension" "False"
  94.         Option    "AddARGBVisuals"  "True"
  95.         Option    "AddARGBGLXVisuals"       "True"
  96.     Option      "AllowGLXWithComposite" "True"
  97.    
  98.         Option    "NoLogo"  "True"
  99. EndSection
  100.  
  101. Section "Monitor"
  102.         Identifier      "Monitor0"
  103.         ModelName      "IQT Q995"
  104.         HorizSync       30.0 - 96.0
  105.         VertRefresh     50.0 - 150.0
  106.         Option    "DPMS"
  107. EndSection
  108.  
  109. Section "Screen"
  110.     Identifier     "Screen0"
  111.     Device         "Videocard0"
  112.     Monitor        "Monitor0"
  113.     DefaultDepth    24
  114.     Option         "TwinView" "1"
  115.     Option         "metamodes" "CRT: 1400x1050 +1680+0, DFP: 1680x1050_60 +0+0; CRT: 1280x1024 +0+0, DFP: nvidia-auto-select +1280+0; CRT: 1152x864 +0+0, DFP: nvidia-auto-select +1152+0; CRT: 1024x768 +0+0, DFP: nvidia-auto-select +1024+0; CRT: 800x600 +0+0, DFP: nvidia-auto-select +800+0; CRT: 640x480 +0+0, DFP: nvidia-auto-select +640+0"
  116.     SubSection     "Display"
  117.         Depth       24
  118.         Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
  119.     EndSubSection
  120. EndSection
  121.  
  122.  
  123. Section "ServerFlags"
  124.     Option         "Xinerama" "0"
  125. EndSection
  126.  
  127. Section "ServerLayout"
  128.         Identifier      "Default Layout"
  129.         Screen      0  "Screen0" 0 0
  130.         Inputdevice     "Generic Keyboard"
  131.         Inputdevice     "Configured Mouse"
  132.         Inputdevice     "stylus"     "SendCoreEvents"
  133.         Inputdevice     "cursor"     "SendCoreEvents"
  134.         Inputdevice     "eraser"     "SendCoreEvents"
  135.     Option         "AIGLX" "true"
  136.  
  137. EndSection
  138.  
  139. Section "Extensions"
  140.         Option         "Composite"   "Enable"
  141.         Option         "Render"     "Enable"
  142. EndSection
  143.  
  144.  
  145. Section "DRI"
  146.         Mode    0666
  147. 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