Guest User

Untitled

a guest
Oct 21st, 2017
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 280.13 (buildmeister@swio-display-x86-rhel47-05.nvidia.com) Wed Jul 27 17:18:55 PDT 2011
  3.  
  4. # xorg.conf (X.Org X Window System server configuration file)
  5. #
  6. # This file was generated by dexconf, the Debian X Configuration tool, using
  7. # values from the debconf database.
  8. #
  9. # Edit this file with caution, and see the xorg.conf manual page.
  10. # (Type "man xorg.conf" at the shell prompt.)
  11. #
  12. # This file is automatically updated on xserver-xorg package upgrades *only*
  13. # if it has not been modified since the last upgrade of the xserver-xorg
  14. # package.
  15. #
  16. # Note that some configuration settings that could be done previously
  17. # in this file, now are automatically configured by the server and settings
  18. # here are ignored.
  19. #
  20. # If you have edited this file but would like it to be automatically updated
  21. # again, run the following command:
  22. # sudo dpkg-reconfigure -phigh xserver-xorg
  23.  
  24. Section "ServerLayout"
  25. Identifier "Default Layout"
  26. Screen "Default Screen" 0 0
  27. InputDevice "Keyboard0" "CoreKeyboard"
  28. InputDevice "Mouse0" "CorePointer"
  29. EndSection
  30.  
  31. Section "Module"
  32. Load "glx"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36. # generated from default
  37. Identifier "Keyboard0"
  38. Driver "keyboard"
  39. EndSection
  40.  
  41. Section "InputDevice"
  42. # generated from default
  43. Identifier "Mouse0"
  44. Driver "mouse"
  45. Option "Protocol" "auto"
  46. Option "Device" "/dev/psaux"
  47. Option "Emulate3Buttons" "no"
  48. Option "ZAxisMapping" "4 5"
  49. EndSection
  50.  
  51. Section "Modes"
  52.  
  53. # 1280x720 @ 60.00 Hz (GTF) hsync: 44.76 kHz; pclk: 74.48 MHz
  54. Identifier "Modes[0]"
  55. ModeLine "1280x720_60.00" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  56. EndSection
  57.  
  58. Section "Monitor"
  59. Identifier "Configured Monitor"
  60. UseModes "Modes[0]"
  61. EndSection
  62.  
  63. Section "Device"
  64. Identifier "Configured Video Device"
  65. Driver "nvidia"
  66. EndSection
  67.  
  68. Section "Screen"
  69. Identifier "Default Screen"
  70. Device "Configured Video Device"
  71. Monitor "Configured Monitor"
  72. DefaultDepth 24
  73. Option "NoLogo" "True"
  74. SubSection "Display"
  75. Depth 24
  76. Modes "1280x720_60.00"
  77. EndSubSection
  78. EndSection
Add Comment
Please, Sign In to add comment