NoPaste

xorg.conf

von Anonymous

SNIPPET_TEXT:
  1. Section "InputDevice"
  2.         Identifier  "Keyboard0"
  3.         Driver      "kbd"
  4.         Option      "XkbModel" "pc105"
  5.         Option      "XkbLayout" "de"
  6. EndSection
  7.  
  8. Section "InputDevice"
  9.         Identifier  "Synaptics"
  10.         Driver      "synaptics"
  11.         Option      "Device" "/dev/input/mice"
  12.         Option      "Protocol" "auto-dev"
  13.         Option      "Emulate3Buttons" "yes"
  14. EndSection
  15.  
  16. Section "Device"
  17.        Identifier      "Intel Corporation Mobile Integrated Graphics Controller"
  18.        Driver          "i810"
  19.        BusID           "PCI:0:2:0"
  20.        Option "MonitorLayout" "CRT,LFP"
  21. #       Option "DevicePresence" "true"
  22.        Screen 1
  23. EndSection
  24. Section "Device"
  25.        Identifier      "Intel Corporation Mobile Integrated Graphics Controller External CRT"
  26.        Driver          "i810"
  27.        BusID           "PCI:0:2:0"
  28.        Screen 0
  29. EndSection
  30. Section "Monitor"
  31.        Identifier      "LCD"
  32.        Option          "DPMS"
  33. EndSection
  34.  
  35. Section "Monitor"
  36.        Identifier      "External CRT"
  37.        Option          "DPMS"
  38.        #HorizSync 28-75
  39.        #VertRefresh 43-100
  40. EndSection
  41.  
  42. Section "Screen"
  43.        Identifier      "External Screen"
  44.        Device          "Intel Corporation Mobile Integrated Graphics Controller External CRT"
  45.        Monitor         "External CRT"
  46.        DefaultDepth    24
  47.        SubSection "Display"
  48.                Depth           24
  49.                Modes           "1280x1024"
  50.        EndSubSection
  51. EndSection
  52.  
  53. Section "Screen"
  54.        Identifier      "Default Screen"
  55.        Device          "Intel Corporation Mobile Integrated Graphics Controller"
  56.        Monitor         "LCD"
  57.        DefaultDepth    24
  58.        SubSection "Display"
  59.                Depth           24
  60.                Modes           "1024x768"
  61.        EndSubSection
  62. EndSection
  63.  
  64. Section "ServerLayout"
  65.        Identifier      "Default Layout"
  66.        Screen          0 "Default Screen" 0 0
  67.        Screen          1 "External Screen" RightOf "Default Screen"
  68.        InputDevice     "Keyboard0"
  69.        InputDevice     "Synaptics"
  70. EndSection

Quellcode

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