Advertisement
benaryorg

xorg.conf

Feb 5th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 340.65  (buildmeister@swio-display-x64-rhel04-11)  Tue Dec  2 09:59:38 PST 2014
  3.  
  4.  
  5. Section "ServerLayout"
  6.     Identifier     "Layout0"
  7.     Screen      0  "Screen0" 0 0
  8.     InputDevice    "Keyboard0" "CoreKeyboard"
  9.     InputDevice    "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "Files"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16.  
  17.     # generated from data in "/etc/conf.d/gpm"
  18.     Identifier     "Mouse0"
  19.     Driver         "mouse"
  20.     Option         "Protocol"
  21.     Option         "Device" "/dev/input/mice"
  22.     Option         "Emulate3Buttons" "no"
  23.     Option         "ZAxisMapping" "4 5"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27.  
  28.     # generated from default
  29.     Identifier     "Keyboard0"
  30.     Driver         "kbd"
  31. EndSection
  32.  
  33. Section "InputClass"
  34.     Identifier "evdev tastatur"
  35.     Driver "evdev"
  36.  
  37.     Option "XkbLayout" "de"
  38.     Option "XkbVariant" "neo"
  39.     Option "XkbRules" "xorg"
  40. EndSection
  41.  
  42. Section "Monitor"
  43.     Identifier     "Monitor0"
  44.     VendorName     "Unknown"
  45.     ModelName      "Unknown"
  46.     HorizSync       28.0 - 33.0
  47.     VertRefresh     43.0 - 72.0
  48.     Option         "DPMS"
  49. EndSection
  50.  
  51. Section "Device"
  52.     Identifier     "Device0"
  53.     Driver         "nvidia"
  54.     VendorName     "NVIDIA Corporation"
  55. EndSection
  56.  
  57. Section "Screen"
  58.     Identifier     "Screen0"
  59.     Device         "Device0"
  60.     Monitor        "Monitor0"
  61.     DefaultDepth    24
  62.     SubSection     "Display"
  63.         Depth       24
  64.     EndSubSection
  65. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement