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

Advertising

Daniel
Sunday, April 15th, 2007 at 4:59:26pm UTC 

  1. cat /etc/X11/xorg.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig:  version 1.0  ([email protected])  Thu Jan  5 15:32:31 UTC 2006
  4.  
  5. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  6. #
  7. # This file was generated by dexconf, the Debian X Configuration tool, using
  8. # values from the debconf database.
  9. #
  10. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  11. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  12. #
  13. # This file is automatically updated on xserver-xorg package upgrades *only*
  14. # if it has not been modified since the last upgrade of the xserver-xorg
  15. # package.
  16. #
  17. # If you have edited this file but would like it to be automatically updated
  18. # again, run the following command:
  19. #   sudo dpkg-reconfigure -phigh xserver-xorg
  20.  
  21. Section "ServerLayout"
  22.     Identifier     "Default Layout"
  23.     Screen         "Default Screen" 0 0
  24.     InputDevice    "Generic Keyboard"
  25.     InputDevice    "Configured Mouse"
  26.     InputDevice    "stylus" "SendCoreEvents"
  27.     InputDevice    "cursor" "SendCoreEvents"
  28.     InputDevice    "eraser" "SendCoreEvents"
  29. EndSection
  30.  
  31. Section "Files"
  32.  
  33.         # path to defoma fonts
  34.     FontPath        "/usr/share/X11/fonts/misc"
  35.     FontPath        "/usr/share/X11/fonts/cyrillic"
  36.     FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
  37.     FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
  38.     FontPath        "/usr/share/X11/fonts/Type1"
  39.     FontPath        "/usr/share/X11/fonts/100dpi"
  40.     FontPath        "/usr/share/X11/fonts/75dpi"
  41.     FontPath        "/usr/share/fonts/X11/misc"
  42.     FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  43. EndSection
  44.  
  45. Section "Module"
  46.     Load           "bitmap"
  47.     Load           "dbe"
  48.     Load           "ddc"
  49.     Load           "extmod"
  50.     Load           "freetype"
  51.     Load           "glx"
  52.     Load           "int10"
  53.     Load           "record"
  54.     Load           "type1"
  55.     Load           "v4l"
  56.     Load           "vbe"
  57. EndSection
  58.  
  59. Section "InputDevice"
  60.     Identifier     "Generic Keyboard"
  61.     Driver         "kbd"
  62.     Option         "CoreKeyboard"
  63.     Option         "XkbRules" "xorg"
  64.     Option         "XkbModel" "pc104"
  65.     Option         "XkbLayout" "us"
  66. EndSection
  67.  
  68. Section "InputDevice"
  69.     Identifier     "Configured Mouse"
  70.     Driver         "mouse"
  71.     Option         "CorePointer"
  72.     Option         "Device" "/dev/input/mice"
  73.     Option         "Protocol" "ExplorerPS/2"
  74.     Option         "ZAxisMapping" "4 5"
  75.     Option         "Emulate3Buttons" "true"
  76. EndSection
  77.  
  78. Section "InputDevice"
  79.  
  80.                                                       # /dev/input/event
  81.                                                       # for USB
  82.     Identifier     "stylus"
  83.     Driver         "wacom"
  84.     Option         "Device" "/dev/wacom"          # Change to
  85.     Option         "Type" "stylus"
  86.     Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
  87. EndSection
  88.  
  89. Section "InputDevice"
  90.  
  91.                                                       # /dev/input/event
  92.                                                       # for USB
  93.     Identifier     "eraser"
  94.     Driver         "wacom"
  95.     Option         "Device" "/dev/wacom"          # Change to
  96.     Option         "Type" "eraser"
  97.     Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
  98. EndSection
  99.  
  100. Section "InputDevice"
  101.  
  102.                                                       # /dev/input/event
  103.                                                       # for USB
  104.     Identifier     "cursor"
  105.     Driver         "wacom"
  106.     Option         "Device" "/dev/wacom"          # Change to
  107.     Option         "Type" "cursor"
  108.     Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
  109. EndSection
  110.  
  111. Section "Monitor"
  112.     Identifier     "PV1910"
  113.     HorizSync       30.0 - 80.0
  114.     VertRefresh     50.0 - 70.0
  115.     Option         "DPMS"
  116. EndSection
  117.  
  118. Section "Device"
  119.  
  120. #   Option         "XAANoOffscreenPixmaps"
  121.     Identifier     "NVIDIA Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
  122.     Driver         "nvidia"
  123. EndSection
  124.  
  125. Section "Screen"
  126.     Identifier     "Default Screen"
  127.     Device         "NVIDIA Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
  128.     Monitor        "PV1910"
  129.     DefaultDepth    24
  130.     Option         "AllowGLXWithComposite" "1"
  131.     Option         "NvAGP" "1"
  132.     Option         "RenderAccel" "1"
  133.     Option         "FlatPanelProperties" "Scaling = native"
  134.     SubSection     "Display"
  135.         Depth       1
  136.         Modes      "1280x1024" "1024x768" "800x600" "640x480"
  137.     EndSubSection
  138.     SubSection     "Display"
  139.         Depth       4
  140.         Modes      "1280x1024" "1024x768" "800x600" "640x480"
  141.     EndSubSection
  142.     SubSection     "Display"
  143.         Depth       8
  144.         Modes      "1280x1024" "1024x768" "800x600" "640x480"
  145.     EndSubSection
  146.     SubSection     "Display"
  147.         Depth       15
  148.         Modes      "1280x1024" "1024x768" "800x600" "640x480"
  149.     EndSubSection
  150.     SubSection     "Display"
  151.         Depth       16
  152.         Modes      "1280x1024" "1024x768" "800x600" "640x480"
  153.     EndSubSection
  154.     SubSection     "Display"
  155.         Depth       24
  156.         Modes      "1280x1024" "1024x768" "800x600" "640x480"
  157.     EndSubSection
  158. 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