Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "daul"
  3. Screen 0 "crt_screen" 0 0
  4. Screen 1 "lcd_screen" LeftOf "crt_screen"
  5. EndSection
  6.  
  7. Section "ServerFlags"
  8.  
  9. # This disallows the use of the Ctrl+Alt+Keypad-Plus and
  10. # Ctrl+Alt+Keypad-Minus sequences. These sequences allows you to switch
  11. # between video modes. When this option is enabled, those key sequences
  12. # have no special meaning and are passed to clients. Default: off.
  13. Option "DontZoom"
  14.  
  15. # enable or disable XINERAMA extension. Default is disabled.
  16. Option "Xinarama"
  17.  
  18. Option "DefaultServerLayout" "daul"
  19. EndSection
  20.  
  21. Section "Module"
  22. Load "glx"
  23. EndSection
  24.  
  25. Section "Files"
  26. ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
  27. ModulePath "/usr/lib/xorg/modules"
  28. EndSection
  29.  
  30. Section "Device"
  31. Identifier "builtin_sis651"
  32. Driver "sis"
  33. EndSection
  34.  
  35. Section "Device"
  36. Identifier "mikes_card"
  37. Driver "nvidia"
  38. VendorName "NVIDIA Corporation"
  39. BoardName "GeForce MX/MX 400"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. Identifier "crt_monitor"
  44. VendorName "Unknown"
  45. ModelName "LG Flatron795FT"
  46. HorizSync 30.0 - 96.0
  47. VertRefresh 50.0 - 160.0
  48. Option "DPMS"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "lcd_monitor"
  53. EndSection
  54.  
  55. Section "Screen"
  56. Identifier "crt_screen"
  57. Device "builtin_sis651"
  58. Monitor "crt_monitor"
  59. DefaultDepth 24
  60. Option "metamodes" "1280x1024 +0+0; 1024x768 +0+0"
  61. SubSection "Display"
  62. Depth 24
  63. Modes "1280x1024"
  64. # Virtual 3044 1400
  65. EndSubSection
  66. EndSection
  67.  
  68. Section "Screen"
  69. Identifier "lcd_screen"
  70. Device "mikes_card"
  71. Monitor "lcd_monitor"
  72. DefaultDepth 24
  73. Option "metamodes" "1440x900 +0+0"
  74. SubSection "Display"
  75. Depth 24
  76. Modes "1440x900"
  77. EndSubSection
  78. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement