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

Advertising

Mine
Thursday, February 15th, 2007 at 4:39:30am 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 /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/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/X11/fonts/misc"
  19.         FontPath        "/usr/share/X11/fonts/cyrillic"
  20.         FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
  21.         FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
  22.         FontPath        "/usr/share/X11/fonts/Type1"
  23.         FontPath        "/usr/share/X11/fonts/100dpi"
  24.         FontPath        "/usr/share/X11/fonts/75dpi"
  25.         FontPath        "/usr/share/fonts/X11/misc"
  26.         # path to defoma fonts
  27.         FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  28. EndSection
  29.  
  30. Section "Module"
  31.         Load    "i2c"
  32.         Load    "bitmap"
  33.         Load    "ddc"
  34.         Load    "dri"
  35.         Load    "extmod"
  36.         Load    "freetype"
  37.         Load    "glx"
  38.         Load    "int10"
  39.         Load    "type1"
  40.         Load    "vbe"
  41. EndSection
  42.  
  43. Section "InputDevice"
  44.         Identifier      "Generic Keyboard"
  45.         Driver    "kbd"
  46.         Option    "CoreKeyboard"
  47.         Option    "XkbRules"        "xorg"
  48.         Option    "XkbModel"        "pc104"
  49.         Option    "XkbLayout"       "us"
  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"                "ExplorerPS/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/wacom"          # Change to
  66.                                                       # /dev/input/event
  67.                                                       # for USB
  68.   Option        "Type"          "stylus"
  69.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  70. EndSection
  71.  
  72. Section "InputDevice"
  73.   Driver        "wacom"
  74.   Identifier    "eraser"
  75.   Option        "Device"        "/dev/wacom"          # Change to
  76.                                                       # /dev/input/event
  77.                                                       # for USB
  78.   Option        "Type"          "eraser"
  79.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  80. EndSection
  81.  
  82. Section "InputDevice"
  83.   Driver        "wacom"
  84.   Identifier    "cursor"
  85.   Option        "Device"        "/dev/wacom"          # Change to
  86.                                                       # /dev/input/event
  87.                                                       # for USB
  88.   Option        "Type"          "cursor"
  89.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  90. EndSection
  91.  
  92. Section "Device"
  93.         Identifier      "NVIDIA Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
  94.         Driver    "nvidia"
  95.         Option   "AddARGBGLXVisuals"           "true"
  96.         BusID      "PCI:1:0:0"
  97.         Option          "NoLogo"
  98. EndSection
  99.  
  100. Section "Monitor"
  101.         Identifier      "PAVILION M50"
  102.         Option    "DPMS"
  103. EndSection
  104.  
  105. Section "Screen"
  106.         Identifier      "Default Screen"
  107.         Device    "NVIDIA Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
  108.         Monitor  "PAVILION M50"
  109.         DefaultDepth    24
  110.         SubSection "Display"
  111.                 Depth      1
  112.                 Modes      "1024x768" "800x600" "720x400" "640x480" "1x1"
  113.         EndSubSection
  114.         SubSection "Display"
  115.                 Depth      4
  116.                 Modes      "1024x768" "800x600" "720x400" "640x480" "1x1"
  117.         EndSubSection
  118.         SubSection "Display"
  119.                 Depth      8
  120.                 Modes      "1024x768" "800x600" "720x400" "640x480" "1x1"
  121.         EndSubSection
  122.         SubSection "Display"
  123.                 Depth      15
  124.                 Modes      "1024x768" "800x600" "720x400" "640x480" "1x1"
  125.         EndSubSection
  126.         SubSection "Display"
  127.                 Depth      16
  128.                 Modes      "1024x768" "800x600" "720x400" "640x480" "1x1"
  129.         EndSubSection
  130.         SubSection "Display"
  131.                 Depth      24
  132.                 Modes      "1024x768" "800x600" "720x400" "640x480" "1x1"
  133.         EndSubSection
  134. EndSection
  135.  
  136. Section "ServerLayout"
  137.         Identifier      "Default Layout"
  138.         Screen    "Default Screen"
  139.         InputDevice     "Generic Keyboard"
  140.         InputDevice     "Configured Mouse"
  141.         InputDevice     "stylus" "SendCoreEvents"
  142.         InputDevice     "cursor" "SendCoreEvents"
  143.         InputDevice     "eraser" "SendCoreEvents"
  144. EndSection
  145.  
  146. Section "DRI"
  147.         Mode    0666
  148. EndSection
  149. Section "Extensions"
  150.     Option "Composite" "Enable"
  151. 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