NoPaste

XF86Config-4

von Duff

SNIPPET_TEXT:
  1. oot@daniel-laptop:/usr/src# cat /etc/X11/XF86Config-4
  2.  
  3. # XF86Config-4 (XFree86 X Window System server configuration file)
  4. #
  5. # This file was generated by dexconf, the Debian X Configuration tool, using
  6. # values from the debconf database.
  7. #
  8. # Edit this file with caution, and see the XF86Config-4 manual page.
  9. # (Type "man XF86Config-4" at the shell prompt.)
  10. #
  11. # This file is automatically updated on xserver-xfree86 package upgrades *only*
  12. # if it has not been modified since the last upgrade of the xserver-xfree86
  13. # package.
  14. #
  15. # If you have edited this file but would like it to be automatically updated
  16. # again, run the following commands as root:
  17. #
  18. #   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
  19. #   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
  20. #   dpkg-reconfigure xserver-xfree86
  21.  
  22. Section "ServerLayout"
  23.         Identifier     "Default Layout"
  24.         Screen      0  "aticonfig-Screen[0]" 0 0
  25.         InputDevice    "Generic Keyboard"
  26.         InputDevice    "Configured Mouse"
  27. EndSection
  28.  
  29. Section "Files"
  30.                         # local font server
  31.         # if the local font server has problems, we can fall back on these
  32.         FontPath     "unix/:7100"
  33.         FontPath     "/usr/lib/X11/fonts/misc"
  34.         FontPath     "/usr/lib/X11/fonts/cyrillic"
  35.         FontPath     "/usr/lib/X11/fonts/100dpi/:unscaled"
  36.         FontPath     "/usr/lib/X11/fonts/75dpi/:unscaled"
  37.         FontPath     "/usr/lib/X11/fonts/Type1"
  38.         FontPath     "/usr/lib/X11/fonts/CID"
  39.         FontPath     "/usr/lib/X11/fonts/Speedo"
  40.         FontPath     "/usr/lib/X11/fonts/100dpi"
  41.         FontPath     "/usr/lib/X11/fonts/75dpi"
  42. EndSection
  43.  
  44. Section "Module"
  45.         Load  "GLcore"
  46.         Load  "bitmap"
  47.         Load  "dbe"
  48.         Load  "ddc"
  49.         Load  "dri"
  50.         Load  "extmod"
  51.         Load  "freetype"
  52.         Load  "glx"
  53.         Load  "int10"
  54.         Load  "record"
  55.         Load  "speedo"
  56.         Load  "type1"
  57.         Load  "vbe"
  58.         Load  "xtt"
  59. EndSection
  60.  
  61. Section "InputDevice"
  62.         Identifier  "Generic Keyboard"
  63.         Driver      "keyboard"
  64.         Option      "CoreKeyboard"
  65.         Option      "XkbRules" "xfree86"
  66.         Option      "XkbModel" "pc105"
  67.         Option      "XkbLayout" "de"
  68.         Option      "XkbVariant" "nodeadkeys"
  69. EndSection
  70.  
  71. Section "InputDevice"
  72.         Identifier  "Configured Mouse"
  73.         Driver      "mouse"
  74.         Option      "CorePointer"
  75.         Option      "Device" "/dev/input/mice"
  76.         Option      "Protocol" "ImPS/2"
  77.         Option      "Emulate3Buttons" "true"
  78.         Option      "ZAxisMapping" "4 5"
  79. EndSection
  80.  
  81. Section "Monitor"
  82.         Identifier   "LCD"
  83.         HorizSync    28.0 - 50.0
  84.         VertRefresh  43.0 - 75.0
  85.         Option      "DPMS"
  86. EndSection
  87.  
  88. Section "Monitor"
  89.         Identifier   "aticonfig-Monitor[0]"
  90.         Option      "VendorName" "ATI Proprietary Driver"
  91.         Option      "ModelName" "Generic Autodetecting Monitor"
  92.         Option      "DPMS" "true"
  93. EndSection
  94.  
  95. Section "Device"
  96.         Identifier  "ATI Technologies, Inc. RV350 [Mobility Radeon 9600 M10]"
  97.         Driver      "ati"
  98.         VideoRam    65536
  99. EndSection
  100.  
  101. Section "Device"
  102.         Identifier  "aticonfig-Device[0]"
  103.         Driver      "fglrx"
  104. EndSection
  105.  
  106. Section "Screen"
  107.         Identifier "Default Screen"
  108.         Device     "ATI Technologies, Inc. RV350 [Mobility Radeon 9600 M10]"
  109.         Monitor    "LCD"
  110.         DefaultDepth     24
  111.         SubSection "Display"
  112.                 Depth     1
  113.                 Modes    "1280x800" "1152x864" "1024x768" "800x600" "640x480"
  114.         EndSubSection
  115.         SubSection "Display"
  116.                 Depth     4
  117.                 Modes    "1280x800" "1152x864" "1024x768" "800x600" "640x480"
  118.         EndSubSection
  119.         SubSection "Display"
  120.                 Depth     8
  121.                 Modes    "1280x800" "1152x864" "1024x768" "800x600" "640x480"
  122.         EndSubSection
  123.         SubSection "Display"
  124.                 Depth     15
  125.                 Modes    "1280x800" "1152x864" "1024x768" "800x600" "640x480"
  126.         EndSubSection
  127.         SubSection "Display"
  128.                 Depth     16
  129.                 Modes    "1280x800" "1152x864" "1024x768" "800x600" "640x480"
  130.         EndSubSection
  131.         SubSection "Display"
  132.                 Depth     24
  133.                 Modes    "1280x800" "1152x864" "1024x768" "800x600" "640x480"
  134.         EndSubSection
  135. EndSection
  136.  
  137. Section "Screen"
  138.         Identifier "aticonfig-Screen[0]"
  139.         Device     "aticonfig-Device[0]"
  140.         Monitor    "aticonfig-Monitor[0]"
  141.         DefaultDepth     24
  142.         SubSection "Display"
  143.                 Viewport   0 0
  144.                 Depth     24
  145.         EndSubSection
  146. EndSection
  147.  
  148. Section "DRI"
  149.         Mode         0666
  150. EndSection

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN