Advertisement
Guest User

XORG P50

a guest
Feb 10th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier     "Layout0"
  3.     Screen      0  "Screen0" 0 0
  4.     InputDevice    "Keyboard0" "CoreKeyboard"
  5.     InputDevice    "Mouse0" "CorePointer"
  6. EndSection
  7.  
  8. Section "Files"
  9. EndSection
  10.  
  11. Section "InputDevice"
  12.  
  13.     # generated from default
  14.     Identifier     "Mouse0"
  15.     Driver         "mouse"
  16.     Option         "Protocol" "auto"
  17.     Option         "Device" "/dev/psaux"
  18.     Option         "Emulate3Buttons" "no"
  19.     Option         "ZAxisMapping" "4 5"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23.  
  24.     # generated from default
  25.     Identifier     "Keyboard0"
  26.     Driver         "kbd"
  27. EndSection
  28.  
  29. Section "Monitor"
  30.     Identifier     "Monitor0"
  31.     VendorName     "Unknown"
  32.     ModelName      "Unknown"
  33.     HorizSync       28.0 - 33.0
  34.     VertRefresh     43.0 - 72.0
  35.     Option         "DPMS"
  36. EndSection
  37.  
  38. Section "Device"
  39.     Identifier     "Device0"
  40.     Driver         "nvidia"
  41.     VendorName     "NVIDIA Corporation"
  42. EndSection
  43.  
  44. Section "Screen"
  45.     Identifier     "Screen0"
  46.     Device         "Device0"
  47.     Monitor        "Monitor0"
  48.     DefaultDepth    24
  49.     Option         "DPI" "96 x 96"
  50.     Option         "UseEdidDpi" "False"
  51.     SubSection     "Display"
  52.     Depth          24
  53.     EndSubSection
  54. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement