Share Pastebin
Guest
Public paste!

Kurt

By: a guest | Jan 9th, 2008 | Syntax: None | Size: 4.16 KB | Hits: 78 | Expires: Never
Copy text to clipboard
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 1.0  (buildmeister@builder26)  Wed Sep 12 14:29:17 PDT 2007
  3.  
  4. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  5. #
  6. # This file was generated by dexconf, the Debian X Configuration tool, using
  7. # values from the debconf database.
  8. #
  9. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  10. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  11. #
  12. # This file is automatically updated on xserver-xorg package upgrades *only*
  13. # if it has not been modified since the last upgrade of the xserver-xorg
  14. # package.
  15. #
  16. # If you have edited this file but would like it to be automatically updated
  17. # again, run the following command:
  18. #   sudo dpkg-reconfigure -phigh xserver-xorg
  19.  
  20. Section "ServerLayout"
  21.     Identifier     "Default Layout"
  22.     Screen         "Default Screen" 0 0
  23.     InputDevice    "Generic Keyboard"
  24.     InputDevice    "Configured Mouse"
  25.     InputDevice    "Synaptics Touchpad"
  26. EndSection
  27.  
  28. Section "Files"
  29.  
  30.         # path to defoma fonts
  31.     FontPath        "/usr/share/fonts/X11/misc"
  32.     FontPath        "/usr/X11R6/lib/X11/fonts/misc"
  33.     FontPath        "/usr/share/fonts/X11/cyrillic"
  34.     FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
  35.     FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
  36.     FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  37.     FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
  38.     FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  39.     FontPath        "/usr/share/fonts/X11/Type1"
  40.     FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
  41.     FontPath        "/usr/share/fonts/X11/100dpi"
  42.     FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
  43.     FontPath        "/usr/share/fonts/X11/75dpi"
  44.     FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
  45.     FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  46. EndSection
  47.  
  48. Section "Module"
  49.     Load           "bitmap"
  50.     Load           "ddc"
  51.     Load           "extmod"
  52.     Load           "freetype"
  53.     Load           "glx"
  54.     Load           "int10"
  55.     Load           "vbe"
  56. EndSection
  57.  
  58. Section "InputDevice"
  59.     Identifier     "Generic Keyboard"
  60.     Driver         "kbd"
  61.     Option         "CoreKeyboard"
  62.     Option         "XkbRules" "xorg"
  63.     Option         "XkbModel" "pc104"
  64.     Option         "XkbLayout" "us"
  65. EndSection
  66.  
  67. Section "InputDevice"
  68.     Identifier     "Configured Mouse"
  69.     Driver         "mouse"
  70.     Option         "CorePointer"
  71.     Option         "Device" "/dev/input/mice"
  72.     Option         "Protocol" "ImPS/2"
  73. EndSection
  74.  
  75. Section "InputDevice"
  76.     Identifier     "Synaptics Touchpad"
  77.     Driver         "synaptics"
  78.     Option         "SendCoreEvents" "true"
  79.     Option         "Device" "/dev/psaux"
  80.     Option         "Protocol" "auto-dev"
  81.     Option         "HorizScrollDelta" "0"
  82. EndSection
  83.  
  84. Section "Monitor"
  85.     Identifier     "Generic Monitor"
  86.     HorizSync       30.0 - 92.0
  87.     VertRefresh     50.0 - 85.0
  88.     Option         "DPMS"
  89. EndSection
  90.  
  91. Section "Device"
  92.     Identifier     "nVidia Corporation NVIDIA Default Card"
  93.     Driver         "nvidia"
  94. EndSection
  95.  
  96. Section "Screen"
  97.     Identifier     "Default Screen"
  98.     Device         "nVidia Corporation NVIDIA Default Card"
  99.     Monitor        "Generic Monitor"
  100.     DefaultDepth    24
  101.     Option         "UseFBDev" "true"
  102.     SubSection     "Display"
  103.         Depth       1
  104.         Modes      "1280x800" "1024x768" "800x600" "640x480"
  105.     EndSubSection
  106.     SubSection     "Display"
  107.         Depth       4
  108.         Modes      "1280x800" "1024x768" "800x600" "640x480"
  109.     EndSubSection
  110.     SubSection     "Display"
  111.         Depth       8
  112.         Modes      "1280x800" "1024x768" "800x600" "640x480"
  113.     EndSubSection
  114.     SubSection     "Display"
  115.         Depth       15
  116.         Modes      "1280x800" "1024x768" "800x600" "640x480"
  117.     EndSubSection
  118.     SubSection     "Display"
  119.         Depth       16
  120.         Modes      "1280x800" "1024x768" "800x600" "640x480"
  121.     EndSubSection
  122.     SubSection     "Display"
  123.         Depth       24
  124.         Modes      "1280x800" "1024x768" "800x600" "640x480"
  125.     EndSubSection
  126. EndSection