Guest User

Ubuntu Nvidia intel xorg.cong

a guest
Sep 1st, 2017
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0"
  4. Screen 1 "Screen1"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. InputDevice "Mouse0" "CorePointer"
  7. EndSection
  8.  
  9. Section "Files"
  10. EndSection
  11.  
  12. Section "InputDevice"
  13. # generated from default
  14. Identifier "Mouse0"
  15. Driver "mouse"
  16. Option "Protocol" "auto"
  17. Option "Device" "/dev/psaux"
  18. Option "Emulate3Buttons" "no"
  19. Option "ZAxisMapping" "4 5"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23. # generated from default
  24. Identifier "Keyboard0"
  25. Driver "kbd"
  26. EndSection
  27.  
  28. Section "Monitor"
  29. Identifier "Monitor0"
  30. VendorName "Unknown"
  31. ModelName "Unknown"
  32. HorizSync 28.0 - 33.0
  33. VertRefresh 43.0 - 72.0
  34. Option "DPMS"
  35. EndSection
  36.  
  37. Section "Device"
  38. Identifier "Device0"
  39. Driver "intel"
  40. BusID "PCI:0:2:0"
  41. EndSection
  42.  
  43. Section "Device"
  44. Identifier "Device1"
  45. Driver "nvidia"
  46. VendorName "NVIDIA Corporation"
  47. BoardName "GeForce GTX 1070"
  48. BusID "PCI:1:0:0"
  49. Option "ConnectedMonitor" "DFP-0" //代表不連接任何顯示器
  50. Option "Coolbits" "31" //啟用進階超頻功能
  51. Option "AllowEmptyInitialConfiguration" "true" // 強制啟用顯示卡
  52. EndSection
  53.  
  54. Section "Screen"
  55. Identifier "Screen0"
  56. Device "Device0"
  57. EndSection
  58.  
  59. Section "Screen"
  60. Identifier "Screen1"
  61. Device "Device1"
  62. Option "Coolbits" "31"
  63. Option "UseDisplayDevice" "none"
  64. Option "RegistryDwords" "PerfLevelSrc=0x2222"
  65. EndSection
Advertisement
Add Comment
Please, Sign In to add comment