NoPaste

xorg.conf

von Mentore

SNIPPET_TEXT:
  1. Section "ServerLayout"
  2.         Identifier     "Default Layout"
  3.         Screen         "Default Screen"
  4.         #InputDevice    "Generic Keyboard"
  5.         #InputDevice    "Configured Mouse"
  6.         InputDevice    "touchscreen" "SendCoreEvents"
  7.         #InputDevice    "Generic Keyboard"
  8.         #InputDevice    "HID 04d9:a088"
  9.        InputDevice    "intelhid"
  10.  
  11. EndSection
  12.  
  13. Section "Files"
  14.         ModulePath   "/usr/lib/xorg/modules"
  15.         FontPath     "/usr/share/fonts/X11/misc"
  16.         FontPath     "/usr/share/fonts/X11/cyrillic"
  17.         FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  18.         FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  19.         FontPath     "/usr/share/fonts/X11/Type1"
  20.         FontPath     "/usr/share/fonts/X11/100dpi"
  21.         FontPath     "/usr/share/fonts/X11/75dpi"
  22.         FontPath     "built-ins"
  23. EndSection
  24.  
  25. Section "Module"
  26.         Load    "glx"
  27.         Load    "i2c"
  28.     Load    "bitmap"
  29.     Load    "ddc"
  30.     Load    "dri"
  31.     Load    "extmod"
  32.     Load    "freetype"
  33.        
  34. EndSection
  35.  
  36.  
  37. Section "Monitor"
  38.         Identifier   "Monitor0"
  39.         VendorName   "Monitor Vendor"
  40.         ModelName    "Monitor Model"
  41.         Option       "DPMS"
  42. EndSection
  43.  
  44.  
  45. Section "Device"
  46.         ### Available Driver options are:-
  47.        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  48.         Identifier  "Card0"
  49.         Driver      "fbdev"
  50.         #Option      "fbdev" "dev/fb0"
  51.         #Driver      "intel"
  52.        #Option      "intel" "dev/fb0"
  53.         BusID       "PCI:0:2:0"
  54. EndSection
  55.  
  56. Section "InputDevice"
  57.     Identifier  "intelhid"
  58.     Driver "evdev"
  59.     Option "Device" "dev/input/event3"
  60.     #MatchVendor ""
  61.    #MatchDevicePath "/dev/input/event3"
  62.    #Option "TapButton1" "1"
  63.    #Option "TapButton2" "2"
  64.    #Option "TapButton3" "3"
  65.    #code 113 (KEY_RIGHT)
  66. EndSection
  67.  
  68.  
  69. Section "Screen"
  70.         #Identifier "Screen0"
  71.         Identifier "Default Screen"
  72.         Device     "Card0"
  73.         Monitor    "Monitor0"
  74.         SubSection "Display"
  75.                 Modes   "1536x2048"
  76.                 Depth     16
  77.         EndSubSection
  78.         SubSection "Display"
  79.                 Modes "1536x2048"
  80.                 Depth     24
  81.         EndSubSection
  82. EndSection
  83.  
  84. Section "InputDevice"
  85.         Identifier "touchscreen"
  86.         Driver "evdev"
  87.                 #MatchProduct "FTSC1000:00 2808:509C"
  88.        Option "CorePointer"
  89.         Option  "UntouchDelay"  "10"
  90.         Option  "ReportDelay"   "10"
  91.         Option  "SendCoreEvents"        "yes"
  92.         Option  "ScreenNumber"  "0"
  93.         Option  "ButtonNumber"  "1"
  94.         Option  "Buttons" "1"
  95.         Option  "Device" "dev/input/event6"
  96.         #Option "EmulateSecondButton" "2"
  97.         #    Option "EmulateSecondButton" "750"
  98.        #Option "EmulateSecondButtonMoveThreshold" "30"
  99. EndSection
  100.  
  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