Advertisement
cirrus

xorg.conf

Jul 4th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 319.17 (buildmeister@swio-display-x86-rhel47-10) Thu Apr 25 21:56:05 PDT 2013
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen 0 "Screen0"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. InputDevice "Mouse0" "CorePointer"
  9. EndSection
  10.  
  11. Section "Files"
  12. EndSection
  13.  
  14. Section "InputDevice"
  15. # generated from default
  16. Identifier "Mouse0"
  17. Driver "mouse"
  18. Option "Name" "Logitech USB Gaming Mouse"
  19. Option "Protocol" "auto"
  20. Option "Device" "/dev/psaux"
  21. Option "Emulate3Buttons" "no"
  22. Option "ZAxisMapping" "4 5"
  23. Option "evBits" "+1-2"
  24. Option "keyBits" "~272-287"
  25. Option "relBits" "~0-2 ~6 ~8"
  26. Option "Pass" "3"
  27.  
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. # generated from default
  32. Identifier "Keyboard0"
  33. Driver "kbd"
  34. EndSection
  35.  
  36. Section "Monitor"
  37. Identifier "Monitor0"
  38. VendorName "Unknown"
  39. ModelName "Unknown"
  40. HorizSync 28.0 - 33.0
  41. VertRefresh 43.0 - 72.0
  42. Option "DPMS"
  43. EndSection
  44.  
  45. Section "Device"
  46. Identifier "Device0"
  47. Driver "nvidia"
  48. VendorName "NVIDIA Corporation"
  49. Option "UseEdidDpi" "False"
  50. Option "DPI" "100 x 100"
  51. EndSection
  52.  
  53. Section "Screen"
  54. Identifier "Screen0"
  55. Device "Device0"
  56. Monitor "Monitor0"
  57. DefaultDepth 24
  58. SubSection "Display"
  59. Depth 24
  60. EndSubSection
  61. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement