NoPaste

xorg.conf

von Anonymous

SNIPPET_TEXT:
  1. # xorg.conf.dpkg-new (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 xorg.conf.dpkg-new manual page.
  7. # (Type "man xorg.conf.dpkg-new" 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 commands as root:
  15. #
  16. #   cp /etc/X11/xorg.conf.dpkg-new /etc/X11/xorg.conf.dpkg-new.custom
  17. #   md5sum /etc/X11/xorg.conf.dpkg-new >/var/lib/xfree86/xorg.conf.dpkg-new.md5sum
  18. #   dpkg-reconfigure xserver-xorg
  19.  
  20. Section "Files"
  21.         #FontPath       "unix/:7100"                    # local font server
  22.         # if the local font server has problems, we can fall back on these
  23.         FontPath        "/usr/lib/X11/fonts/misc"
  24.         FontPath        "/usr/lib/X11/fonts/cyrillic"
  25.         FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
  26.         FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
  27.         FontPath        "/usr/lib/X11/fonts/Type1"
  28.         FontPath        "/usr/lib/X11/fonts/CID"
  29.         FontPath        "/usr/lib/X11/fonts/100dpi"
  30.         FontPath        "/usr/lib/X11/fonts/75dpi"
  31. EndSection
  32.  
  33. Section "Module"
  34.         Load    "bitmap"
  35.         Load    "dbe"
  36.         Load    "ddc"
  37.         Load    "dri"
  38.         Load    "extmod"
  39.         Load    "freetype"
  40.         Load    "glx"
  41.         Load    "int10"
  42.         Load    "record"
  43.         Load    "type1"
  44.         Load    "v4l"
  45.         Load    "vbe"
  46. EndSection
  47.  
  48. Section "InputDevice"
  49.         Identifier      "Generic Keyboard"
  50.         Driver          "keyboard"
  51.         Option          "CoreKeyboard"
  52.         Option          "XkbRules"      "xorg"
  53.         Option          "XkbModel"      "pc105"
  54.         Option          "XkbLayout"     "de"
  55.         Option          "XkbVariant"    "nodeadkeys"
  56.         Option          "XkbOptions"    "nodeadkeys"
  57. EndSection
  58.  
  59. Section "InputDevice"
  60.         Identifier      "Configured Mouse"
  61.         Driver          "mouse"
  62.         Option          "CorePointer"
  63.         Option          "Device"                "/dev/input/mice"
  64.         Option          "Protocol"              "ImPS/2"
  65.         Option          "Emulate3Buttons"       "true"
  66.         Option          "ZAxisMapping"          "4 5"
  67. EndSection
  68. Section "InputDevice"
  69.         Identifier      "Synaptics Touchpad"
  70.         #Driver         "synaptics"
  71.         Driver          "mouse"
  72.         Option          "SendCoreEvents"        "true"
  73.         Option          "Device"                "/dev/psaux"
  74.         #Option         "Protocol"              "auto-dev"
  75.         Option          "Protocol"              "ImPS/2"
  76.         Option          "HorizScrollDelta"      "0"
  77. EndSection
  78.  
  79. Section "Device"
  80.         Identifier      "Intel Corporation 82852/855GM Integrated Graphics Device"
  81.         Driver          "i810"
  82.         BusID           "PCI:0:2:0"
  83.         # neu
  84.         Option          "MonitorLayout"         "CRT,LFP"
  85.         Option          "Clone"                 "true"
  86. EndSection
  87.  
  88. Section "Monitor"
  89.         Identifier      "Generic Monitor"
  90.         Option          "DPMS"
  91.         HorizSync       28-49
  92.         VertRefresh     43-72
  93. EndSection
  94.  
  95. Section "Screen"
  96.         Identifier      "Default Screen"
  97.         Device          "Intel Corporation 82852/855GM Integrated Graphics Device"
  98.         Monitor         "Generic Monitor"
  99.         DefaultDepth    16
  100.         SubSection "Display"
  101.                 Depth           1
  102.                 Modes           "1024x768" "800x600" "640x480"
  103.         EndSubSection
  104.         SubSection "Display"
  105.                 Depth           4
  106.                 Modes           "1024x768" "800x600" "640x480"
  107.         EndSubSection
  108.         SubSection "Display"
  109.                 Depth           8
  110.                 Modes           "1024x768" "800x600" "640x480"
  111.         EndSubSection
  112.         SubSection "Display"
  113.                 Depth           15
  114.                 Modes           "1024x768" "800x600" "640x480"
  115.         EndSubSection
  116.         SubSection "Display"
  117.                 Depth           16
  118.                 Modes           "1024x768" "800x600" "640x480"
  119.         EndSubSection
  120.         SubSection "Display"
  121.                 Depth           24
  122.                 Modes           "1024x768" "800x600" "640x480"
  123.         EndSubSection
  124. EndSection
  125.  
  126. Section "ServerLayout"
  127.         Identifier      "Default Layout"
  128.         Screen          "Default Screen"
  129.         InputDevice     "Generic Keyboard"
  130.         InputDevice     "Configured Mouse"
  131.         InputDevice     "Synaptics Touchpad"
  132. EndSection
  133.  
  134. Section "DRI"
  135.         Mode    0666
  136. EndSection
  137.  
  138. Section "ServerFlags"
  139.         Option "DontZap"
  140.         Option "DontVTSwitch"
  141. EndSection

Quellcode

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