Advertisement
Guest User

xorg.conf optimus

a guest
Apr 3rd, 2015
2,059
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "layout"
  3. Screen 0 "nvidia"
  4. Inactive "intel"
  5. EndSection
  6.  
  7. Section "ServerFlags"
  8. Option "BlankTime" "0"
  9. Option "StandbyTime" "0"
  10. Option "SuspendTime" "0"
  11. Option "OffTime" "0"
  12. Option "DRI2" "true"
  13. EndSection
  14.  
  15. Section "Module"
  16. Load "dbe"
  17. Load "dri2"
  18. Load "glx"
  19. Load "GLcore"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23. # generated from default
  24. Identifier "Keyboard0"
  25. Driver "kbd"
  26. Option "XkbRules" "xorg"
  27. Option "XkbModel" "pc105"
  28. Option "XkbLayout" "hu"
  29. EndSection
  30.  
  31. Section "Device"
  32. Identifier "nvidia"
  33. Driver "nvidia"
  34. BusID "PCI:3:0:0"
  35. Option "CoolBits" "1"
  36. Option "TripleBuffer" "True"
  37. Option "CoolBits" "1"
  38. Option "NoLogo" "True"
  39. Option "RenderAccel" "True"
  40. Option "SwapbuffersWait" "True"
  41. Option "XvmcUsesTextures" "True"
  42. Option "NoRenderExtension" "False"
  43. Option "AllowGLXWithComposite" "True"
  44. Option "ConnectToAcpid" "True"
  45. Option "RegistryDwords" "PerfLevelSrc=0x3333"
  46. #Option "RegistryDwords" "EnableBrightnessControl=1"
  47. Option "PixmapCacheSize" "70000"
  48. #Option "AccelMethod" "exa"
  49. #Option "MigrationHeuristic" "greedy"
  50. #Option "ExaNoComposite" "false"
  51. Option "OnDemandVBlankInterrupts" "True"
  52. Option "BackingStore" "True"
  53. Option "DamageEvents" "True"
  54. Option "PageFlip" "True"
  55. Option "TripleBuffer" "True"
  56. Option "AddARGBGLXVisuals" "True"
  57. #Option "UseEvents" "True"
  58. Option "DisableGLXRootClipping" "True"
  59. Option "UseSysmemPixmapAccel" "True"
  60. Option "AllowSHMPixmaps" "True"
  61. #Option "AllowEmptyInitialConfiguration"
  62. #Option "TearFree" "True"
  63. Option "ModeValidation" "NoVirtualSizeCheck"
  64. EndSection
  65.  
  66. Section "Screen"
  67. Identifier "nvidia"
  68. Device "nvidia"
  69. Option "AllowEmptyInitialConfiguration" "True"
  70. SubSection "Display"
  71. Depth 24
  72. Modes "1920x1080"
  73. EndSubSection
  74. EndSection
  75.  
  76. Section "Device"
  77. Identifier "intel"
  78. Driver "modesetting"
  79. BusID "PCI:0:2:0"
  80. Option "AccelMethod" "sna"
  81. #Option "NoAccel" "True"
  82. Option "TearFree" "True"
  83. Option "Tiling" "True"
  84. Option "SwapbuffersWait" "True"
  85. EndSection
  86.  
  87. Section "Screen"
  88. Identifier "intel"
  89. Device "intel"
  90. SubSection "Display"
  91. Depth 24
  92. Modes "1920x1080"
  93. EndSubSection
  94. EndSection
  95.  
  96. Section "Extensions"
  97. Option "Composite" "Enable"
  98. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement