Guest User

xorg.conf

a guest
Jul 1st, 2024
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings: version 535.171.04
  3.  
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0" 0 0
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. Option "Xinerama" "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.  
  36. # HorizSync source: builtin, VertRefresh source: builtin
  37. # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
  38. Identifier "Monitor0"
  39. VendorName "Unknown"
  40. ModelName "CRT-0"
  41. HorizSync 28.0 - 55.0
  42. VertRefresh 43.0 - 72.0
  43. ModeLine "1280x960_75.00" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
  44. EndSection
  45.  
  46. Section "Device"
  47. Identifier "Device0"
  48. Driver "nvidia"
  49. VendorName "NVIDIA Corporation"
  50. BoardName "NVIDIA GeForce GTX 750 Ti"
  51. EndSection
  52.  
  53. Section "Screen"
  54. Identifier "Screen0"
  55. Device "Device0"
  56. Monitor "Monitor0"
  57. DefaultDepth 24
  58. Option "Stereo" "0"
  59. Option "nvidiaXineramaInfoOrder" "DVI-I-0"
  60. Option "metamodes" "1280x960_75 +0+0"
  61. Option "SLI" "Off"
  62. Option "MultiGPU" "Off"
  63. Option "BaseMosaic" "off"
  64. SubSection "Display"
  65. Depth 24
  66. EndSubSection
  67. EndSection
Advertisement
Add Comment
Please, Sign In to add comment