Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. davilla@atv-doser:~$ cat /etc/X11/xorg.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig: version 1.0 (buildmeister@builder63) Wed May 27 03:15:36 PDT 2009
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "Files"
  13. EndSection
  14.  
  15. Section "Module"
  16. Load "dbe"
  17. Load "extmod"
  18. Load "type1"
  19. Load "freetype"
  20. Load "glx"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24. # generated from default
  25. Identifier "Mouse0"
  26. Driver "mouse"
  27. Option "Protocol" "auto"
  28. Option "Device" "/dev/psaux"
  29. Option "Emulate3Buttons" "no"
  30. Option "ZAxisMapping" "4 5"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34. # generated from default
  35. Identifier "Keyboard0"
  36. Driver "kbd"
  37. EndSection
  38.  
  39. Section "Monitor"
  40. Identifier "Monitor0"
  41. VendorName "Unknown"
  42. ModelName "Unknown"
  43. HorizSync 28.0 - 33.0
  44. VertRefresh 43.0 - 72.0
  45. Option "DPMS"
  46. EndSection
  47.  
  48. Section "Device"
  49. Identifier "Device0"
  50. Driver "nvidia"
  51. VendorName "NVIDIA Corporation"
  52. Option "RegistryDwords" "RMDisableRenderToSysmem=1"
  53. Option "DynamicTwinView" "false"
  54. EndSection
  55.  
  56. Section "Screen"
  57. Identifier "Screen0"
  58. Device "Device0"
  59. Monitor "Monitor0"
  60. DefaultDepth 24
  61. SubSection "Display"
  62. Depth 24
  63. EndSubSection
  64. EndSection
  65.  
  66. Section "Extensions"
  67. Option "Composite" "Disable"
  68. EndSection
  69. davilla@atv-doser:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement