Advertisement
Guest User

xorg,conf

a guest
Jan 13th, 2012
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 290.10 (buildmeister@swio-display-x86-rhel47-07.nvidia.com) Wed Nov 16 20:32:22 PST 2011
  3.  
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0" 0 0
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. Option "BlankTime" "0"
  11. EndSection
  12.  
  13. Section "Files"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17.  
  18. # generated from default
  19. Identifier "Mouse0"
  20. Driver "mouse"
  21. Option "Protocol" "auto"
  22. Option "Device" "/dev/psaux"
  23. Option "Emulate3Buttons" "no"
  24. Option "ZAxisMapping" "4 5"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28.  
  29. # generated from default
  30. Identifier "Keyboard0"
  31. Driver "kbd"
  32. EndSection
  33.  
  34. Section "Monitor"
  35. Identifier "Monitor0"
  36. VendorName "Unknown"
  37. ModelName "Unknown"
  38. HorizSync 28.0 - 33.0
  39. VertRefresh 43.0 - 72.0
  40. Option "DPMS" "off"
  41. EndSection
  42.  
  43. Section "Device"
  44. Identifier "Device0"
  45. Driver "nvidia"
  46. VendorName "NVIDIA Corporation"
  47. EndSection
  48.  
  49. Section "Screen"
  50. Identifier "Screen0"
  51. Device "Device0"
  52. Monitor "Monitor0"
  53. DefaultDepth 24
  54. Option "FlatPanelProperties" "Scaling = Native"
  55. Option "HWCursor" "Off"
  56. Option "NoLogo" "True"
  57. Option "DynamicTwinView" "False"
  58. SubSection "Display"
  59. Depth 24
  60. Modes "1920x1080_60" "1920x1080_24" "1920x1080_50"
  61. EndSubSection
  62. EndSection
  63.  
  64. Section "Extensions"
  65. Option "Composite" "Disable"
  66. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement