Various instructions for setting up Linux OS on Clevo N950TP6
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
2.1 KiB

  1. # File location on Linux system: /etc/X11/
  2. Section "ServerLayout"
  3. Identifier "X.org Configured"
  4. Screen 0 "Screen0" 0 0
  5. Screen 1 "Screen1" LeftOf "Screen0"
  6. InputDevice "Mouse0" "CorePointer"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. EndSection
  9. Section "Files"
  10. ModulePath "/usr/lib/xorg/modules/"
  11. ModulePath "/usr/lib/xorg/modules/extensions/"
  12. FontPath "/usr/share/fonts/misc/"
  13. FontPath "/usr/share/fonts/TTF/"
  14. FontPath "/usr/share/fonts/OTF/"
  15. FontPath "/usr/share/fonts/Type1/"
  16. FontPath "/usr/share/fonts/100dpi/"
  17. FontPath "/usr/share/fonts/75dpi/"
  18. EndSection
  19. Section "Module"
  20. Load "glx"
  21. EndSection
  22. Section "InputDevice"
  23. Identifier "Keyboard0"
  24. Driver "kbd"
  25. EndSection
  26. Section "InputDevice"
  27. Identifier "Mouse0"
  28. Driver "mouse"
  29. Option "Protocol" "auto"
  30. Option "Device" "/dev/input/mice"
  31. Option "ZAxisMapping" "4 5 6 7"
  32. EndSection
  33. Section "Monitor"
  34. Identifier "Monitor0"
  35. VendorName "Monitor Vendor"
  36. ModelName "Monitor Model"
  37. EndSection
  38. Section "Monitor"
  39. Identifier "Monitor1"
  40. VendorName "Monitor Vendor"
  41. ModelName "Monitor Model"
  42. EndSection
  43. Section "Screen"
  44. Identifier "Screen0"
  45. Device "Card0"
  46. Monitor "Monitor0"
  47. SubSectionSub "Display"
  48. Viewport 0 0
  49. Depth 1
  50. EndSubSection
  51. SubSectionSub "Display"
  52. Viewport 0 0
  53. Depth 4
  54. EndSubSection
  55. SubSectionSub "Display"
  56. Viewport 0 0
  57. Depth 8
  58. EndSubSection
  59. SubSectionSub "Display"
  60. Viewport 0 0
  61. Depth 15
  62. EndSubSection
  63. SubSectionSub "Display"
  64. Viewport 0 0
  65. Depth 16
  66. EndSubSection
  67. SubSectionSub "Display"
  68. Viewport 0 0
  69. Depth 24
  70. EndSubSection
  71. EndSection
  72. Section "Screen"
  73. Identifier "Screen1"
  74. Device "Card1"
  75. Monitor "Monitor1"
  76. SubSectionSub "Display"
  77. Viewport 0 0
  78. Depth 1
  79. EndSubSection
  80. SubSectionSub "Display"
  81. Viewport 0 0
  82. Depth 4
  83. EndSubSection
  84. SubSectionSub "Display"
  85. Viewport 0 0
  86. Depth 8
  87. EndSubSection
  88. SubSectionSub "Display"
  89. Viewport 0 0
  90. Depth 15
  91. EndSubSection
  92. SubSectionSub "Display"
  93. Viewport 0 0
  94. Depth 16
  95. EndSubSection
  96. SubSectionSub "Display"
  97. Viewport 0 0
  98. Depth 24
  99. EndSubSection
  100. EndSection