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

Advertising

Miscellany
Monday, January 7th, 2008 at 2:02:43am UTC 

  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 1.0  ([email protected])  Mon Feb 26 23:38:46 PST 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 xorg.conf(5) manual page.
  10. # (Type "man 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 0 "Default Screen" 0 0
  23.   InputDevice "Generic Keyboard"
  24.   InputDevice "Configured Mouse"
  25.   InputDevice "stylus" "SendCoreEvents"
  26.   InputDevice "cursor" "SendCoreEvents"
  27.   InputDevice "eraser" "SendCoreEvents"
  28.   InputDevice "Synaptics Touchpad"
  29. EndSection
  30.  
  31. Section "Files"
  32.  
  33.   # path to defoma fonts
  34.   FontPath "/usr/share/fonts/X11/misc"
  35.   FontPath "/usr/share/fonts/X11/cyrillic"
  36.   FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  37.   FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  38.   FontPath "/usr/share/fonts/X11/Type1"
  39.   FontPath "/usr/share/fonts/X11/100dpi"
  40.   FontPath "/usr/share/fonts/X11/75dpi"
  41.   FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  42. EndSection
  43.  
  44. Section "Module"
  45.   Load "bitmap"
  46.   Load "ddc"
  47.   Load "extmod"
  48.   Load "freetype"
  49.   Load "int10"
  50.   Load "vbe"
  51.   load "glx"
  52.   load "GLcore"
  53.   load "v4l"
  54. EndSection
  55.  
  56. Section "InputDevice"
  57.   Identifier "Generic Keyboard"
  58.   Driver "kbd"
  59.   option "CoreKeyboard"
  60.   option "XkbRules" "xorg"
  61.   option "XkbModel" "pc105"
  62.   option "XkbLayout" "us"
  63. EndSection
  64.  
  65. Section "InputDevice"
  66.   Identifier "Configured Mouse"
  67.   Driver "mouse"
  68.   option "CorePointer"
  69.   option "Device" "/dev/input/mice"
  70.   option "Protocol" "ImPS/2"
  71.   option "ZAxisMapping" "4 5"
  72.   option "Emulate3Buttons" "true"
  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 "InputDevice"
  85.   Identifier "stylus"
  86.   Driver "wacom"
  87.   option "Device" "/dev/input/wacom"
  88.   option "Type" "stylus"
  89.   option "ForceDevice" "ISDV4"# Tablet PC ONLY
  90. EndSection
  91.  
  92. Section "InputDevice"
  93.   Identifier "eraser"
  94.   Driver "wacom"
  95.   option "Device" "/dev/input/wacom"
  96.   option "Type" "eraser"
  97.   option "ForceDevice" "ISDV4"# Tablet PC ONLY
  98. EndSection
  99.  
  100. Section "InputDevice"
  101.   Identifier "cursor"
  102.   Driver "wacom"
  103.   option "Device" "/dev/input/wacom"
  104.   option "Type" "cursor"
  105.   option "ForceDevice" "ISDV4"# Tablet PC ONLY
  106. EndSection
  107.  
  108. Section "Monitor"
  109.   identifier "Generic Monitor"
  110.   modelname "Custom 1"
  111.   modeline  "[email protected]60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  112.   modeline  "[email protected]56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  113.   modeline  "[email protected]60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  114.   modeline  "[email protected]60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  115.   gamma 1.0
  116. EndSection
  117.  
  118. Section "Device"
  119.   identifier "nVidia Corporation NV31M [GeForce FX Go5600]"
  120.   boardname "vesa"
  121.   busid "PCI:1:0:0"
  122.   driver "vesa"
  123.   screen 0
  124. EndSection
  125.  
  126. Section "Screen"
  127.   Identifier "Default Screen"
  128.   Device "nVidia Corporation NV31M [GeForce FX Go5600]"
  129.   Monitor "Generic Monitor"
  130.   DefaultDepth 24
  131.   option "UseFBDev" "true"
  132.   option "AddARGBGLXVisuals" "True"
  133.   SubSection "Display"
  134.     depth 24
  135.     virtual 1024 768
  136.   EndSubSection
  137. EndSection
  138.  
  139. Section "device" #
  140.   identifier "device1"
  141.   boardname "vesa"
  142.   busid "PCI:1:0:0"
  143.   driver "vesa"
  144.   screen 1
  145. EndSection
  146. Section "screen" #
  147.   identifier "screen1"
  148.   device "device1"
  149.   defaultdepth 24
  150.   monitor "monitor1"
  151. EndSection
  152. Section "monitor" #
  153.   identifier "monitor1"
  154.   gamma 1.0
  155. EndSection
  156. Section "ServerFlags"
  157. 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