Advertisement
herouxma

xorg.conf for Intel i915

May 26th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. Section "Screen"
  2. Identifier "Screen0"
  3. Device "intelgpu0"
  4. Monitor "Monitor0"
  5. DefaultDepth 24
  6. Option "TwinView" "0"
  7. SubSection "Display"
  8. Depth 24
  9. Modes "1980x1080_60.00"
  10. EndSubSection
  11. EndSection
  12.  
  13. Section "Screen"
  14. Identifier "Screen1"
  15. Device "intelgpu1"
  16. Monitor "Monitor1"
  17. DefaultDepth 24
  18. Option "TwinView" "0"
  19. SubSection "Display"
  20. Depth 24
  21. Modes "1980x1080_60.00"
  22. EndSubSection
  23. EndSection
  24.  
  25. Section "Monitor"
  26. Identifier "Monitor0"
  27. Option "Enable" "true"
  28. EndSection
  29.  
  30. Section "Monitor"
  31. Identifier "Monitor1"
  32. Option "Enable" "true"
  33. EndSection
  34.  
  35. Section "Device"
  36. Identifier "intelgpu0"
  37. Driver "intel"
  38. Option "XvMC" "true"
  39. Option "UseEvents" "true"
  40. Option "AccelMethod" "UXA"
  41. #Option "NoAccel" "True"
  42. BusID "PCI:0:2:0"
  43.  
  44. #Option "Shadow" "True" #disable GPU acceleration
  45. #Option "TearFree" "true"
  46. #Option "AccelMethod" "sna"
  47. #Option "DPMS" "false"
  48. EndSection
  49.  
  50. #not loaded by default
  51. Section "Device"
  52. Identifier "intelgpu1"
  53. Driver "intel"
  54. Option "XvMC" "true"
  55. Option "UseEvents" "true"
  56. Option "AccelMethod" "UXA"
  57. #Option "NoAccel" "True"
  58. BusID "PCI:0:2:0"
  59.  
  60. #Option "Shadow" "True" #disable GPU acceleration
  61. #Option "TearFree" "true"
  62. #Option "AccelMethod" "sna"
  63. #Option "DPMS" "false"
  64. EndSection
  65.  
  66. Section "Device"
  67. Identifier "nvidiagpu1"
  68. Driver "nvidia"
  69. BusID "PCI:0:1:0"
  70. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement