Advertisement
Guest User

Untitled

a guest
Jun 26th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "layout"
  3. Screen 0 "s_nvidia" 0 0
  4. Option "Xinerama" "off"
  5. Inactive "intel"
  6. EndSection
  7.  
  8. Section "Extensions"
  9. Option "Composite" "Enable"
  10. Option "Xinerama" "Disable"
  11. EndSection
  12.  
  13. Section "InputClass"
  14. Identifier "eGalax Touchscreen"
  15. MatchUSBID "0eef:a802"
  16. Driver "evdev"
  17. EndSection
  18.  
  19. Section "Screen"
  20. Identifier "s_nvidia"
  21. Device "nvidia"
  22. Monitor "Monitor0"
  23. DefaultDepth 24
  24. SubSection "Display"
  25. Viewport 0 0
  26. Depth 24
  27. Modes "1920x2130"
  28. EndSubSection
  29. EndSection
  30.  
  31. Section "Device"
  32. Identifier "nvidia"
  33. Driver "nvidia"
  34. BusID "PCI:01:00:0"
  35. VendorName "NVIDIA Corporation"
  36. Option "TwinView" "true"
  37. Option "UseEdidFreqs" "true"
  38. Option "MetaModes" "1920x1080,1680x1050"
  39. BoardName "GeForce GT 740M"
  40. Option "SecondMonitorHorizSync" "30-110"
  41. Option "SecondMonitorVertRefresh" "50-160"
  42. EndSection
  43.  
  44. Section "Device"
  45. Identifier "intel"
  46. BusID "PCI:00:02:0"
  47. Driver "modesetting"
  48. VendorName "Intel Corporation"
  49. BoardName "Xeon E3-1200 Integrated"
  50. EndSection
  51.  
  52.  
  53. Section "Screen"
  54. Identifier "s_intel"
  55. Device "intel"
  56. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement