Advertisement
Guest User

Untitled

a guest
Jun 26th, 2014
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "layout"
  3. Screen 0 "s_nvidia[0]" 0 0
  4. Screen 1 "s_nvidia[1]" Above "s_nvidia[1]"
  5. Option "Xinerama" "on"
  6. Inactive "intel"
  7. EndSection
  8.  
  9. Section "InputClass"
  10. Identifier "eGalax Touchscreen"
  11. MatchUSBID "0eef:a802"
  12. Driver "evdev"
  13. EndSection
  14.  
  15. Section "Device"
  16. Identifier "nvidia[0]"
  17. Driver "nvidia"
  18. BusID "PCI:01:00:0"
  19. VendorName "NVIDIA Corporation"
  20. Option "Monitor-eDP-1-0" "Main"
  21. Option "Monitor-HDMI-1-0" "External"
  22. Option "TwinView" "true"
  23. Option "UseEdidFreqs" "true"
  24. Option "MetaModes" "1920x1080"
  25. BoardName "GeForce GT 740M"
  26. EndSection
  27.  
  28. Section "Device"
  29. Identifier "nvidia[1]"
  30. Driver "nvidia"
  31. BusID "PCI:01:00:0"
  32. VendorName "NVIDIA Corporation"
  33. Option "TwinView" "true"
  34. Option "UseEdidFreqs" "true"
  35. Option "MetaModes" "1680x1080"
  36. BoardName "GeForce GT 740M"
  37. EndSection
  38.  
  39. Section "Screen"
  40. Identifier "s_nvidia[0]"
  41. Device "nvidia[0]"
  42. Monitor "Main"
  43. SubSection "Display"
  44. Depth 24
  45. Modes "1920x1080"
  46. EndSubSection
  47. EndSection
  48.  
  49. Section "Screen"
  50. Identifier "s_nvidia[1]"
  51. Device "nvidia[1]"
  52. Monitor "Monitor-HDMI-1-0"
  53. SubSection "Display"
  54. Depth 24
  55. Modes "1680x1080"
  56. EndSubSection
  57. EndSection
  58.  
  59. Section "Monitor"
  60. Identifier "Monitor-eDP-1-0"
  61. Option "SyncOnGreen" "True"
  62. Modeline "1920x1080_60" 141.00 1920 1968 2068 2112 1080 1083 1089 1112 -hsync -vsync
  63. Option "PreferredMode" "1920x1080"
  64. EndSection
  65.  
  66. Section "Monitor"
  67. Identifier "Monitor-HDMI-1-0"
  68. Option "SyncOnGreen" "True"
  69. Modeline "1680x1050_60" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync
  70. Option "PreferredMode" "1680x1050"
  71. Option "Above" "Monitor-eDP-1-0"
  72. EndSection
  73.  
  74. Section "Device"
  75. Identifier "intel"
  76. BusID "PCI:00:02:0"
  77. Driver "modesetting"
  78. VendorName "Intel Corporation"
  79. BoardName "Xeon E3-1200 Integrated"
  80. EndSection
  81.  
  82.  
  83. Section "Screen"
  84. Identifier "s_intel"
  85. Device "intel"
  86. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement