NoPaste

Xorg.conf

von morpheus-dev

SNIPPET_TEXT:
  1. Section "Files"
  2.         FontPath        "unix/:7100"                    # local font server
  3.         # if the local font server has problems, we can fall back on these
  4.         FontPath        "/usr/lib/X11/fonts/misc"
  5.         FontPath        "/usr/lib/X11/fonts/cyrillic"
  6.         FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
  7.         FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
  8.         FontPath        "/usr/lib/X11/fonts/Type1"
  9.         FontPath        "/usr/lib/X11/fonts/CID"
  10.         FontPath        "/usr/lib/X11/fonts/100dpi"
  11.         FontPath        "/usr/lib/X11/fonts/75dpi"
  12. EndSection
  13.  
  14. Section "Module"
  15.         Load    "bitmap"
  16.         Load    "dbe"
  17.         Load    "ddc"
  18.         Load    "dri"
  19.         Load    "evdev"
  20.         Load    "extmod"
  21.         Load    "freetype"
  22.         Load    "glx"
  23.         Load    "int10"
  24.         Load    "record"
  25.         Load    "type1"
  26.         Load    "vbe"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30.         Identifier      "Generic Keyboard"
  31.         Driver          "keyboard"
  32.         Option          "CoreKeyboard"
  33.         Option          "XkbRules"      "xorg"
  34.         Option          "XkbModel"      "pc105"
  35.         Option          "XkbLayout"     "de"
  36.         Option          "XkbOptions"    "nodeadkeys"
  37. EndSection
  38.  
  39. Section "InputDevice"
  40.         Identifier      "Configured Mouse"
  41.         Driver          "mouse"
  42.         Option          "CorePointer"
  43.         Option          "Device"                "/dev/input/mice"
  44.         Option          "Protocol"              "evdev"
  45.         Option          "Buttons"               "12"
  46.         Option          "ButtonNumber"          "12"
  47.         Option          "ZAxisMapping"          "11 12 10 9"
  48.         Option          "Resolution"            "800"
  49.         Option          "Dev Name"              "Logitech USB Receiver"
  50.         Option          "Dev Phys"              "usb-0000:00:1d.3-2/input0"
  51. EndSection
  52.  
  53. Section "Device"
  54.         Identifier      "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
  55.         Driver          "ati"
  56.         BusID           "PCI:1:0:0"
  57. EndSection
  58.  
  59. Section "Monitor"
  60.         Identifier      "BenQ FP767"
  61.         Option          "DPMS"
  62. EndSection
  63.  
  64. Section "Screen"
  65.         Identifier      "Default Screen"
  66.         Device          "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
  67.         Monitor         "BenQ FP767"
  68.         DefaultDepth    24
  69.         SubSection "Display"
  70.                 Depth           1
  71.                 Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  72.         EndSubSection
  73.         SubSection "Display"
  74.                 Depth           4
  75.                 Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  76.         EndSubSection
  77.         SubSection "Display"
  78.                 Depth           8
  79.                 Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  80.         EndSubSection
  81.         SubSection "Display"
  82.                 Depth           15
  83.                 Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  84.         EndSubSection
  85.         SubSection "Display"
  86.                 Depth           16
  87.                 Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  88.         EndSubSection
  89.         SubSection "Display"
  90.                 Depth           24
  91.                 Modes           "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
  92.         EndSubSection
  93. EndSection
  94.  
  95. Section "ServerLayout"
  96.         Identifier      "Default Layout"
  97.         Screen          "Default Screen"
  98.         InputDevice     "Generic Keyboard"
  99.         InputDevice     "Configured Mouse"
  100. EndSection
  101.  
  102. Section "DRI"
  103.         Mode    0666
  104. EndSection

Quellcode

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