Advertisement
jackyohh

xorg.conf

Mar 15th, 2011
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ cat /etc/X11/xorg.conf
  2. # /etc/X11/xorg.conf (Xorg X Window System server configuration file)
  3. #
  4. # This file was generated by fll_xorgconfig, the F.U.L.L.S.T.O.R.Y.
  5. # Xorg Configuration tool.
  6. #
  7. # Edit this file with caution, and see the xorg.conf(5) manual page.
  8. # (Type "man xorg.conf" at the shell prompt.)
  9. #
  10. Section "ServerLayout"
  11.         Identifier      "Xorg Configured"                                                                                                                                                                                                          
  12.         Screen          "Screen 0"                                                                                                                                                                                                                
  13.         InputDevice     "Cherry Keyboard" "CoreKeyboard"                                                                                                                                                                                          
  14.         InputDevice     "Cherry Keyboard Multimedia" "SendCoreEvents"                                                                                                                                                                              
  15.         InputDevice     "Logitech USB-PS/2 Optical Mouse 0" "CorePointer"                                                                                                                                                                          
  16. EndSection
  17.  
  18. Section "ServerFlags"
  19.         Option          "DontZap" "Off"
  20.         Option          "AllowEmptyInput" "0"
  21.         Option          "AllowMouseOpenFail"    "true"
  22.         Option          "AutoAddDevices"      "false"           #Plug&Play aus
  23.         Option          "AutoEnableDevices"   "false"           #Plug&Play aus
  24. EndSection
  25.  
  26.  
  27. Section "InputDevice"
  28.         Identifier      "Cherry Keyboard"
  29.         Driver          "evdev"
  30.         Option          "Protocol"      "evdev"
  31.         Option          "Device"        "/dev/input/by-id/usb-046a_0023-event-kbd"
  32.         Option          "XkbRules"      "xorg"
  33.         Option          "XkbModel"      "pc105"
  34. #       Option          "XkbModel"      "evdev"
  35.         Option          "XkbLayout"     "de"
  36.         Option          "XkbOptions"    "altwin:super_win" #Win-Taste wird zur Super-Taste
  37. #       Option          "XkbOptions"    "lv3:ralt_switch,compose:lwin,grp:alt_shift_toggle"
  38.  
  39. #       ## um die tastatur id auszulesen
  40. #       #find /dev/input/by-id/ -name "*event-kbd"
  41. EndSection
  42.  
  43. Section "InputDevice"
  44.         Identifier      "Cherry Keyboard Multimedia"
  45.         Driver          "evdev"
  46.         Option          "Protocol"      "evdev"
  47.         Option          "Device"        "/dev/input/by-id/usb-046a_0023-event-if01"
  48.         Option          "XkbModel"      "evdev"
  49. EndSection
  50.  
  51.  
  52. ##############################################################################
  53. #       um die maus id auszulesen
  54. #       find /dev/input/by-id/ -name "*event-mouse"
  55.  
  56. Section "InputDevice"
  57.         Identifier      "Logitech USB-PS/2 Optical Mouse 0"
  58.         Driver          "evdev"
  59.         Option          "Protocol"              "Auto"
  60.         #Option         "Emulate3Buttons"       "true"
  61.         Option          "Device"                "/dev/input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-event-mouse" ## auskommentieren falls keine maus verwendet werden soll
  62. EndSection
  63.  
  64. Section "Device"
  65.         Identifier      "Device 0"
  66.         BoardName       "nVidia Corporation GeForce 8400 GS"
  67.         Driver          "nvidia"
  68.         Option          "Coolbits"      "1"
  69.         Option          "NoLogo"        "true"
  70.         Option          "TripleBuffer"  "false"
  71.         Option          "ExactModeTimingsDVI"   "true"  
  72.         Option          "ModeDebug"           "true"
  73.         BusID           "PCI:4:0:0"
  74. EndSection
  75.  
  76. Section "Monitor"
  77.         Identifier      "Monitor 0"
  78.         ModelName       "Default Monitor"
  79. EndSection
  80.  
  81. Section "Screen"
  82.         Identifier      "Screen 0"
  83.         Monitor         "Monitor 0"
  84.         SubSection "Display"
  85.                 Modes "1920x1200_60"
  86.                 #Depth  24
  87.         EndSubSection
  88. EndSection
  89.  
  90. Section "Extensions"
  91. #       Option          "Composite"     "false"
  92. #       Option          "RENDER"        "disable"
  93. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement